MHT-CET Maths · Differentiation

Foundations, the Chain Rule, and Differentiability

Differentiation measures instantaneous rate of change. Master the standard-derivative table, the sum/product/quotient rules, and the chain rule for composite functions — then know exactly where a derivative can fail to exist.

Why this matters

This subtopic is the on-ramp to the whole chapter: 15 PYQs sit directly here (4 HARD, 11 MODERATE). Every harder differentiation question — implicit, logarithmic, parametric, applications — reduces to applying the chain rule cleanly and recalling the table cold. The recurring MHT-CET traps live here too: forgetting the inner factor of a composite, treating any modulus as a corner, and slipping on the exponential derivative aˣ log a.

Concept 1 of 7

Standard Derivatives and the Rules of Differentiation

Intuition

About a dozen derivatives are the alphabet of the whole chapter — power, exponential, logarithmic, and the six trig functions. Combined with three rules (sum, product, quotient) they cover most of what the paper asks before any chain rule appears. Know them as reflexes.

Definition

The standard derivatives you must recall instantly:

  • ddxxn=nxn1\dfrac{d}{dx}x^n = nx^{n-1}, ddxx=12x\dfrac{d}{dx}\sqrt{x} = \dfrac{1}{2\sqrt{x}}, ddx1x=1x2\dfrac{d}{dx}\dfrac{1}{x} = -\dfrac{1}{x^2}
  • ddxex=ex\dfrac{d}{dx}e^x = e^x, and ddxax=axloga\dfrac{d}{dx}a^x = a^x \log a
  • ddxlogx=1x\dfrac{d}{dx}\log x = \dfrac{1}{x}, and ddxlogax=1xloga\dfrac{d}{dx}\log_a x = \dfrac{1}{x \log a}
  • ddxsinx=cosx\dfrac{d}{dx}\sin x = \cos x, ddxcosx=sinx\dfrac{d}{dx}\cos x = -\sin x, ddxtanx=sec2x\dfrac{d}{dx}\tan x = \sec^2 x
  • ddxsecx=secxtanx\dfrac{d}{dx}\sec x = \sec x \tan x, ddxcscx=cscxcotx\dfrac{d}{dx}\csc x = -\csc x \cot x, ddxcotx=csc2x\dfrac{d}{dx}\cot x = -\csc^2 x

The three combining rules:

  • Sum/difference: ddx[u±v]=u±v\dfrac{d}{dx}[u \pm v] = u' \pm v'
  • Product: ddx[uv]=uv+uv\dfrac{d}{dx}[u\,v] = u'v + uv'
  • Quotient: ddx ⁣(uv)=uvuvv2\dfrac{d}{dx}\!\left(\dfrac{u}{v}\right) = \dfrac{u'v - uv'}{v^2}

Product rule

ddx[u(x)v(x)]=u(x)v(x)+u(x)v(x)\dfrac{d}{dx}\big[u(x)\,v(x)\big] = u'(x)\,v(x) + u(x)\,v'(x)
  • u, vthe two factors being multiplied

Worked example

Differentiate y=x2exy = x^2 e^x.
  1. This is a product: take u=x2u = x^2, v=exv = e^x.
  2. Then u=2xu' = 2x and v=exv' = e^x.
  3. Apply the product rule: y=uv+uv=2xex+x2exy' = u'v + uv' = 2x\,e^x + x^2 e^x.
  4. Factor: y=xex(2+x)y' = x e^x(2 + x).
Answer:y=xex(x+2)y' = x e^x(x + 2)
Practice this conceptself-check · 4 quick reps

Try it yourself

Differentiate y=2xy = 2^x and evaluate yy' at x=0x = 0.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    ddx(5x)\dfrac{d}{dx}(5^x)
  2. 2.
    ddx(x3sinx)\dfrac{d}{dx}(x^3 \sin x)
  3. 3.
    ddx ⁣(xcosx)\dfrac{d}{dx}\!\left(\dfrac{x}{\cos x}\right)
  4. 4.
    ddx(log3x)\dfrac{d}{dx}(\log_3 x)

From the bank · past-year question

Example 1DifferentiationMODERATE
If f(x)=3xf(x)=3^x, g(x)=4xg(x)=4^x, then f(0)g(0)1+f(0)g(0)\frac{f'(0)-g'(0)}{1+f'(0)g'(0)} is

[Q130 · 11th May Shift 2 · 2024]

ddxax\dfrac{d}{dx}a^x is axlogaa^x \log a, not xax1x\,a^{x-1}

Do not apply the power rule to a constant base. 2x2^x has a variable EXPONENT, so its derivative is 2xlog22^x \log 2. The power rule nxn1nx^{n-1} applies only to xnx^n (variable base, constant exponent). At x=0x = 0, ddx3x=log3\dfrac{d}{dx}3^x = \log 3 — exactly the kind of value the bank tests.

Quotient rule sign: numerator is uvuvu'v - uv'

The order matters — uvuvu'v - uv', not uvuvuv' - u'v. Writing it backwards flips the sign of the whole answer. Memorise it as 'low d-high minus high d-low, over low squared'.

Concept 2 of 7

The Chain Rule and Composite Functions

Intuition

When a function sits inside another — like sin(x2)\sin(x^2) or (3x+1)5(3x+1)^5 — you differentiate the outer function first (treating the inside as a single block), then MULTIPLY by the derivative of the inside. Peel the layers from outside in, multiplying as you go.

Definition

If y=f(g(x))y = f(g(x)), then dydx=f(g(x))g(x)\dfrac{dy}{dx} = f'(g(x)) \cdot g'(x). For multiple nested layers, multiply the derivative of every layer:

ddxf(g(h(x)))=f(g(h(x)))g(h(x))h(x).\dfrac{d}{dx}f(g(h(x))) = f'(g(h(x))) \cdot g'(h(x)) \cdot h'(x).
The composite standard forms (outer derivative times inner derivative g(x)g'(x)):

  • ddx[g(x)]n=n[g(x)]n1g(x)\dfrac{d}{dx}[g(x)]^n = n[g(x)]^{n-1}\,g'(x)
  • ddxsin[g(x)]=cos[g(x)]g(x)\dfrac{d}{dx}\sin[g(x)] = \cos[g(x)]\,g'(x), ddxcos[g(x)]=sin[g(x)]g(x)\dfrac{d}{dx}\cos[g(x)] = -\sin[g(x)]\,g'(x)
  • ddxlog[g(x)]=g(x)g(x)\dfrac{d}{dx}\log[g(x)] = \dfrac{g'(x)}{g(x)}, ddxeg(x)=eg(x)g(x)\dfrac{d}{dx}e^{g(x)} = e^{g(x)}\,g'(x)

Chain rule

dydx=f(g(x))g(x)for y=f(g(x))\dfrac{dy}{dx} = f'\big(g(x)\big) \cdot g'(x) \qquad \text{for } y = f(g(x))
  • fouter function
  • g(x)inner function — its derivative is the multiplying factor

Worked example

Differentiate y=sin(3x2+1)y = \sin(3x^2 + 1).
  1. Outer function is sin\sin, inner is g(x)=3x2+1g(x) = 3x^2 + 1.
  2. Derivative of the outer at the inner: cos(3x2+1)\cos(3x^2 + 1).
  3. Multiply by the inner derivative g(x)=6xg'(x) = 6x.
  4. So dydx=cos(3x2+1)6x\dfrac{dy}{dx} = \cos(3x^2 + 1) \cdot 6x.
Answer:dydx=6xcos(3x2+1)\dfrac{dy}{dx} = 6x \cos(3x^2 + 1)
Practice this conceptself-check · 4 quick reps

Try it yourself

Differentiate y=(2x25)4y = (2x^2 - 5)^4.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    ddxcos(5x)\dfrac{d}{dx}\cos(5x)
  2. 2.
    ddxex2\dfrac{d}{dx}e^{x^2}
  3. 3.
    ddxlog(x2+1)\dfrac{d}{dx}\log(x^2 + 1)
  4. 4.
    ddx(sinx)3\dfrac{d}{dx}(\sin x)^3

From the bank · past-year question

Example 2DifferentiationMODERATE
If y=cos(sinx2)y = \cos(\sin x^2), then dydx\frac{dy}{dx} at x=π2x = \sqrt{\frac{\pi}{2}} is

[Q135 · Shift 1 · 2022]

Never forget the inner derivative factor

Differentiating sin(3x2+1)\sin(3x^2+1) as just cos(3x2+1)\cos(3x^2+1) drops the ×6x\times 6x — the single most common chain-rule error. Every layer contributes a multiplying factor.

Evaluate the inner argument, not the outer, when a factor is zero

For y=cos(sinx2)y = \cos(\sin x^2), dydx=sin(sinx2)cosx22x\dfrac{dy}{dx} = -\sin(\sin x^2)\cdot \cos x^2 \cdot 2x. At x=π/2x = \sqrt{\pi/2}, x2=π/2x^2 = \pi/2 so cosx2=0\cos x^2 = 0 — the whole product is 00. Spot the vanishing middle factor before grinding the arithmetic.

Concept 3 of 7

Differentiating Iterated Functions f(f(x))

Intuition

When the same function is applied repeatedly — f(f(x))f(f(x)) or f(f(f(x)))f(f(f(x))) — and you are only given ff and ff' at one point, the chain rule still works one layer at a time. You never need the formula for ff; you just multiply the slope at each layer.

Definition

By the chain rule, ddxf(f(x))=f(f(x))f(x)\dfrac{d}{dx}f(f(x)) = f'(f(x)) \cdot f'(x), and for three layers ddxf(f(f(x)))=f(f(f(x)))f(f(x))f(x)\dfrac{d}{dx}f(f(f(x))) = f'(f(f(x))) \cdot f'(f(x)) \cdot f'(x). If a fixed point is given (e.g. f(1)=1f(1) = 1), each nested ff at that point is still 11, so every factor becomes f(1)f'(1). When an inner expression carries its own coefficient (such as f(2f(x)+2)f(2f(x) + 2)), the chain rule pulls out that extra factor too — do not drop it.

Chain rule on an iterated function

ddxf(f(f(x)))=f(f(f(x)))f(f(x))f(x)\dfrac{d}{dx}f\big(f(f(x))\big) = f'\big(f(f(x))\big)\cdot f'\big(f(x)\big)\cdot f'(x)

Worked example

If f(2)=2f(2) = 2 and f(2)=5f'(2) = 5, find the derivative of f(f(x))f(f(x)) at x=2x = 2.
  1. Chain rule: ddxf(f(x))=f(f(x))f(x)\dfrac{d}{dx}f(f(x)) = f'(f(x)) \cdot f'(x).
  2. At x=2x = 2: the inner f(2)=2f(2) = 2, so f(f(2))=f(2)=5f'(f(2)) = f'(2) = 5.
  3. And f(2)=5f'(2) = 5. Multiply: 5×5=255 \times 5 = 25.
Answer:2525
Practice this conceptself-check · 4 quick reps

Try it yourself

If f(0)=0f(0) = 0 and f(0)=4f'(0) = 4, find the derivative of g(x)=f(3f(x))g(x) = f(3f(x)) at x=0x = 0.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    f(1)=1,f(1)=2f(1)=1, f'(1)=2. Find ddxf(f(x))\dfrac{d}{dx}f(f(x)) at x=1x=1.
  2. 2.
    f(3)=3,f(3)=2f(3)=3, f'(3)=2. Find ddxf(f(f(x)))\dfrac{d}{dx}f(f(f(x))) at x=3x=3.
  3. 3.
    f(0)=0,f(0)=5f(0)=0, f'(0)=5. Find ddx(f(x))2\dfrac{d}{dx}(f(x))^2 at x=0x=0.
  4. 4.
    f(0)=0,f(0)=3f(0)=0, f'(0)=3. Find ddxf(2f(x))\dfrac{d}{dx}f(2f(x)) at x=0x=0.

From the bank · past-year question

Example 3DifferentiationHARD
If f(1)=1,f(1)=3f(1)=1,\, f'(1)=3, then the derivative of f(f(f(x)))+(f(x))2f(f(f(x)))+(f(x))^2 at x=1x=1 is

[Q142 · 15th May Shift 2 · 2023]

Drop the inner coefficient and you lose a factor

For g(x)=[f(2f(x)+2)]2g(x) = [f(2f(x) + 2)]^2 the chain rule contributes ×2\times 2 from the inner 2f(x)2f(x). Students who differentiate f(2f(x)+2)f(2f(x)+2) as if the inner were just f(x)f(x) miss this factor and get half the answer.

Don't try to find a formula for ff

These questions give only ff and ff' at a point. You never need an explicit rule for ff — evaluate each chain-rule factor at the appropriate point and multiply. For f(f(f(x)))+(f(x))2f(f(f(x))) + (f(x))^2 at x=1x=1 with f(1)=1,f(1)=3f(1)=1, f'(1)=3: 333+213=333\cdot3\cdot3 + 2\cdot1\cdot3 = 33.

Concept 4 of 7

Simplify the Expression Before Differentiating

Intuition

Many integrands and derivands look intimidating only because they are written badly. Cancel common factors, combine fractions, or use an algebraic identity FIRST — a 'hard' derivative often collapses to a one-line quotient rule once the expression is clean. Always simplify before differentiating.

Definition

Before differentiating, look for cheap algebraic simplifications:

  • Common factors in a quotient that cancel.
  • Negative/fractional powers that combine — e.g. multiply top and bottom by the lower power to clear them.
  • Identities that reduce a product or ratio to a standard form.

Only after the expression is in its simplest form do you apply the rules. This converts an ugly derivative into a routine one and removes most of the error surface.

Quotient rule (used after simplifying)

ddx ⁣(uv)=uvuvv2\dfrac{d}{dx}\!\left(\dfrac{u}{v}\right) = \dfrac{u'v - uv'}{v^2}

Worked example

If y=x1/2+x1/2x1/2x1/2y = \dfrac{x^{1/2} + x^{-1/2}}{x^{1/2} - x^{-1/2}}, simplify yy and find dydx\dfrac{dy}{dx}.
  1. Multiply numerator and denominator by x1/2x^{1/2}: y=x+1x1y = \dfrac{x + 1}{x - 1}.
  2. Now apply the quotient rule with u=x+1u = x+1, v=x1v = x-1: u=1u' = 1, v=1v' = 1.
  3. dydx=(1)(x1)(x+1)(1)(x1)2=2(x1)2\dfrac{dy}{dx} = \dfrac{(1)(x-1) - (x+1)(1)}{(x-1)^2} = \dfrac{-2}{(x-1)^2}.
Answer:y=x+1x1,dydx=2(x1)2y = \dfrac{x+1}{x-1}, \quad \dfrac{dy}{dx} = \dfrac{-2}{(x-1)^2}
Practice this conceptself-check · 4 quick reps

Try it yourself

If y=1tan2x1+tan2xy = \dfrac{1 - \tan^2 x}{1 + \tan^2 x}, simplify and differentiate.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Simplify and differentiate y=x21x1y = \dfrac{x^2 - 1}{x - 1}.
  2. 2.
    Simplify and differentiate y=2tanx1+tan2xy = \dfrac{2\tan x}{1 + \tan^2 x}.
  3. 3.
    Simplify y=x3/2x1/2y = \dfrac{x^{3/2}}{x^{1/2}} before differentiating.
  4. 4.
    Differentiate y=log(e2x)y = \log(e^{2x}).

From the bank · past-year question

Example 4DifferentiationMODERATE
If y=x2/3x1/3x2/3+x1/3,x0y = \frac{x^{2/3} - x^{-1/3}}{x^{2/3} + x^{-1/3}},\, x \neq 0, then (x+1)2y1=(x+1)^2 y_1 =

[Q103 · 15th May Shift 2 · 2023]

Simplify first, or the algebra buries you

Differentiating x2/3x1/3x2/3+x1/3\dfrac{x^{2/3} - x^{-1/3}}{x^{2/3} + x^{-1/3}} directly with the quotient rule is error-prone. Multiply through by x1/3x^{1/3} to get x1x+1\dfrac{x-1}{x+1} — then y=2(x+1)2y' = \dfrac{2}{(x+1)^2} and (x+1)2y=2(x+1)^2 y' = 2 falls out instantly.

Concept 5 of 7

Linear Approximation Using the Derivative

Intuition

Near a known point, a smooth curve is almost a straight line — its tangent. So to estimate a value slightly away from an easy point, start at the easy value and add the tangent's rise, h×slopeh \times \text{slope}. This turns a hard arithmetic value into a one-line estimate.

Definition

For a small change hh about a point aa: f(a+h)f(a)+hf(a)f(a + h) \approx f(a) + h\,f'(a). Choose aa so that f(a)f(a) is easy to compute exactly; let hh be the small (possibly negative) gap to the target. The term hf(a)h\,f'(a) is the tangent-line correction. The closer hh is to zero, the better the estimate.

Linear approximation

f(a+h)f(a)+hf(a)f(a + h) \approx f(a) + h\,f'(a)
  • anearby point with an easy exact value
  • hsmall gap to the target (may be negative)

Worked example

Use linear approximation to estimate 36.6\sqrt{36.6}.
  1. Take f(x)=xf(x) = \sqrt{x}, a=36a = 36 (easy: 36=6\sqrt{36} = 6), h=0.6h = 0.6.
  2. f(x)=12xf'(x) = \dfrac{1}{2\sqrt{x}}, so f(36)=112f'(36) = \dfrac{1}{12}.
  3. Apply the formula: 36.66+0.6×112=6+0.05=6.05\sqrt{36.6} \approx 6 + 0.6 \times \dfrac{1}{12} = 6 + 0.05 = 6.05.
Answer:36.66.05\sqrt{36.6} \approx 6.05
Practice this conceptself-check · 4 quick reps

Try it yourself

Estimate (1.02)5(1.02)^5 using linear approximation.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Estimate 25.3\sqrt{25.3}.
  2. 2.
    Estimate (8.1)1/3(8.1)^{1/3}.
  3. 3.
    Estimate log101002\log_{10} 1002 given log10e=0.4343\log_{10} e = 0.4343.
  4. 4.
    Estimate sin31\sin 31^\circ (use 10.017451^\circ \approx 0.01745 rad).

From the bank · past-year question

Example 5DifferentiationMODERATE
The approximate value of log10998\log_{10}998 is (given that log10e=0.4343\log_{10}e=0.4343)

[Q115 · 9th May Shift 1 · 2024]

Pick hh small and signed correctly

To estimate log10998\log_{10} 998, use a=1000a = 1000 and h=2h = -2 (negative, since 998<1000998 < 1000). Getting the sign of hh wrong pushes the estimate the wrong way. With f(x)=0.4343xf'(x) = \dfrac{0.4343}{x}: log10998320.43431000=2.99913\log_{10} 998 \approx 3 - 2\cdot\dfrac{0.4343}{1000} = 2.99913.

The slope is the DERIVATIVE at aa, not at the target

Evaluate f(a)f'(a) at the easy anchor point aa, not at a+ha + h. Using f(a+h)f'(a+h) defeats the purpose — you wanted an easy slope.

Concept 6 of 7

The Derivative as the Slope of the Tangent

Intuition

Geometrically, the derivative at a point IS the slope of the tangent line there. As the second point of a secant slides toward the first, the secant's slope approaches the tangent's slope — that limiting slope is f(x)f'(x). So 'find where the slope is maximum/minimum' means 'analyse f(x)f'(x)'.

Definition

The slope of the tangent to y=f(x)y = f(x) at x=ax = a is f(a)f'(a). To find where the slope itself is greatest or least, treat the slope function s(x)=f(x)s(x) = f'(x) as a new function and analyse IT: set s(x)=f(x)=0s'(x) = f''(x) = 0 to locate the candidate points, then compare ss-values. Equation of the tangent at (a,f(a))(a, f(a)): yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a).

Slope of the tangent

mtangent=dydxx=a=f(a)m_{\text{tangent}} = \left.\dfrac{dy}{dx}\right|_{x=a} = f'(a)
  • f'(a)instantaneous slope at x=ax = a
PQtangent: slope = f′(x)secant → tangent as Q→P

Worked example

Find the slope of the tangent to y=x33xy = x^3 - 3x at x=2x = 2.
  1. The slope function is dydx=3x23\dfrac{dy}{dx} = 3x^2 - 3.
  2. Substitute x=2x = 2: 3(4)3=123=93(4) - 3 = 12 - 3 = 9.
Answer:Slope =9= 9
Practice this conceptself-check · 4 quick reps

Try it yourself

For y=excosxy = e^x \cos x, find where the SLOPE of the tangent is minimum on 0x2π0 \leq x \leq 2\pi.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Slope of y=x2y = x^2 at x=3x = 3.
  2. 2.
    Slope of y=sinxy = \sin x at x=0x = 0.
  3. 3.
    Where is the slope of y=x24xy = x^2 - 4x zero?
  4. 4.
    Slope of the tangent to y=logxy = \log x at x=ex = e.

From the bank · past-year question

Example 6DifferentiationHARD
Slope of the tangent to the curve y=2exsin ⁣(π4x2)cos ⁣(π4x2)y=2e^x\sin\!\left(\frac{\pi}{4}-\frac{x}{2}\right)\cos\!\left(\frac{\pi}{4}-\frac{x}{2}\right) where 0x2π0\leq x\leq2\pi is minimum at x=x=

[Q107 · 13th May Shift 2 · 2024]

Minimum SLOPE means differentiate twice

When a question asks where the slope (not the function) is minimum, you must differentiate again. First derivative f(x)f'(x) IS the slope; set its derivative f(x)=0f''(x) = 0. Confusing 'minimum of yy' with 'minimum of yy'' is a classic MHT-CET trap.

Simplify the curve before differentiating

2sinθcosθ=sin2θ2\sin\theta\cos\theta = \sin 2\theta: the curve y=2exsin(π4x2)cos(π4x2)y = 2e^x \sin(\tfrac{\pi}{4} - \tfrac{x}{2})\cos(\tfrac{\pi}{4} - \tfrac{x}{2}) collapses to y=excosxy = e^x \cos x before you ever differentiate. Spot the double-angle identity first.

Concept 7 of 7

Differentiability and Where a Derivative Fails to Exist

Intuition

A function is differentiable at a point only if it has ONE well-defined tangent slope there — the slope coming from the left must equal the slope from the right. Smooth curves are fine everywhere; sharp corners (like the tip of x|x|) and breaks are where the derivative dies. But a vanishing factor can smooth a corner so the function IS differentiable after all.

Definition

ff is differentiable at x=ax = a if the left-hand derivative equals the right-hand derivative:

LHD=limh0f(a+h)f(a)h=limh0+f(a+h)f(a)h=RHD.\text{LHD} = \lim_{h \to 0^-}\dfrac{f(a+h) - f(a)}{h} = \lim_{h \to 0^+}\dfrac{f(a+h) - f(a)}{h} = \text{RHD}.
Key facts:

  • **Differentiable \Rightarrow continuous** (but NOT the converse — x|x| is continuous yet not differentiable at 00).
  • A derivative typically fails at corners (x|x| at 00), cusps, breaks (jump discontinuities), and vertical tangents.
  • A modulus inside a product can be smoothed: if another factor vanishes at the corner, the product may be differentiable everywhere.

Differentiability test

LHD=limh0f(a+h)f(a)h=limh0+f(a+h)f(a)h=RHD\text{LHD} = \lim_{h\to0^-}\dfrac{f(a+h)-f(a)}{h} = \lim_{h\to0^+}\dfrac{f(a+h)-f(a)}{h} = \text{RHD}
slope −1slope +1corner: LHD ≠ RHDcontinuous, NOT differentiable at 0

Worked example

Is f(x)=xxf(x) = x\,|x| differentiable at x=0x = 0?
  1. Write piecewise: f(x)=x2f(x) = x^2 for x0x \geq 0 and f(x)=x2f(x) = -x^2 for x<0x < 0.
  2. RHD: ddxx2=2x0\dfrac{d}{dx}x^2 = 2x \to 0 as x0+x \to 0^+.
  3. LHD: ddx(x2)=2x0\dfrac{d}{dx}(-x^2) = -2x \to 0 as x0x \to 0^-.
  4. LHD =0== 0 = RHD, so ff IS differentiable at 00 — the corner of x|x| was smoothed by the extra factor xx.
Answer:Yes — f(x)=xxf(x) = x|x| is differentiable at x=0x = 0 (and everywhere), with f(0)=0f'(0) = 0.
Practice this conceptself-check · 4 quick reps

Try it yourself

At which point does the derivative of f(x)=x3f(x) = |x - 3| fail to exist?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Is x|x| differentiable at x=0x = 0?
  2. 2.
    Where does f(x)=x+2f(x) = |x + 2| fail to be differentiable?
  3. 3.
    Does differentiable at aa imply continuous at aa?
  4. 4.
    Is x2xx^2|x| differentiable at 00?

From the bank · past-year question

Example 7DifferentiationMODERATE
The set of all points, where the derivative of the function f(x)=x1+xf(x) = \frac{x}{1+|x|} exists, is

[Q115 · 11th May Shift 2 · 2024]

Not every modulus is a non-differentiable point

Students reflexively answer 'fails at the corner' whenever they see |\cdot|. But f(x)=x1+xf(x) = \dfrac{x}{1 + |x|} is differentiable on ALL of R\mathbb{R}: the LHD and RHD at x=0x = 0 both equal 11. Always test LHD vs RHD at the suspect point — a vanishing or matching factor can smooth the corner, sometimes making the 'set of failure points' EMPTY.

Continuous does not mean differentiable

x|x| is continuous everywhere but has no derivative at 00. Differentiability is the stronger condition: differentiable \Rightarrow continuous, never the reverse.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (7)

Watch out for (13)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1DifferentiationMODERATE
If f(x)=sin(logx)f'(x) = \sin(\log x) and y=f ⁣(2x+332x)y = f\!\left(\frac{2x+3}{3-2x}\right), then dydx\frac{dy}{dx} at x=1x=1 is

[Q109 · 14th May Shift 2 · 2024]

Example 2DifferentiationMODERATE
If g(x)=[f(2f(x)+2)]2g(x) = [f(2f(x)+2)]^2 and f(0)=1f(0) = -1, f(0)=1f'(0) = 1, then g(0)g'(0) is

[Q101 · 16th May Shift 2 · 2023]

Example 3DifferentiationHARD
Let KK be the set of all real values of xx, where the function f(x)=sinxx+2(xπ)cosxf(x) = \sin|x| - |x| + 2(x-\pi)\cos|x| is not differentiable. Then the set KK is

[Q120 · 2nd May Shift 1 · 2023]

Example 4DifferentiationMODERATE
If f(1)=1,f(1)=3f(1)=1, f'(1)=3, then the derivative of f(f(f(x)))+(f(x))2f(f(f(x)))+(f(x))^2 at x=1x=1 is

[Q125 · 9th May Shift 1 · 2024]

Example 5DifferentiationHARD
Let S={tR:f(x)=xπ(ex1)sinxS=\{t\in\mathbb{R}: f(x)=|x-\pi|(e^{|x|}-1)\sin|x| is not differentiable at t}t\}, then SS is

[Q123 · 10th May Shift 2 · 2024]

Drill every past-year question on this subtopic

15 questions from the bank — paginated, with cart and Word-export support.