NDA Maths · Differentiation

Parametric, Implicit & Higher-Order Derivatives

When y is tangled with x (an implicit equation), routed through a parameter t, or you need the second derivative, the chain rule is still the engine — applied a little differently.

Why this matters

These are the advanced-form questions: differentiate both sides of F(x,y)=0, divide parametric rates, or differentiate twice. They reward knowing the right setup — especially the parametric second-derivative formula and the d²x/dy² reciprocal identity, which are easy marks once memorised and easy to botch otherwise.

Concept 1 of 6

Implicit differentiation

Intuition

When yy can't be isolated, differentiate both sides with respect to xx, treating yy as a function of xx — so every yy-term picks up a dydx\frac{dy}{dx} factor by the chain rule. Then solve the linear equation for dydx\frac{dy}{dx}.

Definition

Differentiate F(x,y)=0F(x,y)=0 term by term w.r.t. xx: a term in yy gives its derivative ×dydx\times \frac{dy}{dx} (chain rule), and products use the product rule. Collect the dydx\frac{dy}{dx} terms and solve. No need to express yy explicitly.

Implicit rule of thumb

ddx[y-term]=(its derivative)dydx\frac{d}{dx}\big[\,y\text{-term}\,\big] = (\text{its derivative})\cdot\frac{dy}{dx}

Worked example

Find dydx\dfrac{dy}{dx} for x2+y2=25x^2 + y^2 = 25.
  1. Differentiate both sides: 2x+2ydydx=02x + 2y\dfrac{dy}{dx} = 0.
  2. Solve: dydx=xy\dfrac{dy}{dx} = -\dfrac{x}{y}.
Answer:dydx=xy\dfrac{dy}{dx} = -\dfrac{x}{y}.
Practice this conceptself-check · 4 quick reps

Try it yourself

Find dydx\dfrac{dy}{dx} for xy=1xy = 1.

Practice — Level 1 (4 reps)

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

  1. 1.
    Differentiating y3y^3 w.r.t. xx gives?
  2. 2.
    dydx\frac{dy}{dx} for x2+y2=r2x^2+y^2=r^2?
  3. 3.
    Which rule for the term xyxy?
  4. 4.
    Must you isolate yy first?

From the bank · past-year question

Example 1DifferentiationMODERATE
If xmyn=am+nx^m y^n=a^{m+n}, then what is dydx\frac{dy}{dx} equal to?

[Q87 · Apr · 2020]

Concept 2 of 6

Logarithmic differentiation of implicit power relations

Intuition

When both xx and yy appear in exponents — xyx^y, yxy^x, xmynx^m y^n — take ln\ln of both sides FIRST. Logs turn products into sums and exponents into coefficients, after which implicit differentiation is routine.

Definition

For relations like xyyx=cx^y y^x = c: take ln\ln to get ylnx+xlny=lncy\ln x + x\ln y = \ln c, then differentiate implicitly (product rule on each term, dydx\frac{dy}{dx} on yy-terms) and solve. For xmyn=kx^m y^n = k: mlnx+nlny=lnkmx+nydydx=0\,m\ln x + n\ln y = \ln k \Rightarrow \frac{m}{x} + \frac{n}{y}\frac{dy}{dx} = 0.

Worked example

Use logarithms to find dydx\dfrac{dy}{dx} for x2y3=1x^2 y^3 = 1.
  1. Take ln\ln: 2lnx+3lny=02\ln x + 3\ln y = 0.
  2. Differentiate: 2x+3ydydx=0\dfrac{2}{x} + \dfrac{3}{y}\dfrac{dy}{dx} = 0.
  3. Solve: dydx=2y3x\dfrac{dy}{dx} = -\dfrac{2y}{3x}.
Answer:dydx=2y3x\dfrac{dy}{dx} = -\dfrac{2y}{3x}.
Practice this conceptself-check · 4 quick reps

Try it yourself

For xy=ex^y = e (constant), find dydx\dfrac{dy}{dx}.

Practice — Level 1 (4 reps)

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

  1. 1.
    First step for xyyx=cx^y y^x = c?
  2. 2.
    ln(xmyn)\ln(x^m y^n)?
  3. 3.
    dydx\frac{dy}{dx} for xmyn=kx^m y^n = k?
  4. 4.
    Why take logs first?

From the bank · past-year question

Example 2DifferentiationMODERATE
If xyyx=1x^y y^x=1, then what is dydx\frac{dy}{dx} at (1,1)(1,1) equal to?

[Q69 · Apr · 2022]

Concept 3 of 6

Parametric differentiation

Intuition

When xx and yy are both given in terms of a parameter tt, you don't eliminate tt. Differentiate each w.r.t. tt and divide: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}. The parameter cancels out of the ratio.

Definition

If x=f(t)x=f(t) and y=g(t)y=g(t), then dydx=dy/dtdx/dt=g(t)f(t)\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt} = \dfrac{g'(t)}{f'(t)} (provided f(t)0f'(t)\neq 0). The result is usually left in terms of tt.

Parametric first derivative

dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

Worked example

If x=t2x = t^2 and y=t3y = t^3, find dydx\dfrac{dy}{dx}.
  1. dxdt=2t\dfrac{dx}{dt} = 2t, dydt=3t2\dfrac{dy}{dt} = 3t^2.
  2. Divide: dydx=3t22t=3t2\dfrac{dy}{dx} = \dfrac{3t^2}{2t} = \dfrac{3t}{2}.
Answer:dydx=3t2\dfrac{dy}{dx} = \dfrac{3t}{2}.
Practice this conceptself-check · 4 quick reps

Try it yourself

If x=acosθx = a\cos\theta, y=asinθy = a\sin\theta, find dydx\dfrac{dy}{dx}.

Practice — Level 1 (4 reps)

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

  1. 1.
    Parametric dydx\frac{dy}{dx} formula?
  2. 2.
    x=t2,y=t3x=t^2, y=t^3: dydx\frac{dy}{dx}?
  3. 3.
    Do you eliminate tt first?
  4. 4.
    Condition for the formula?

From the bank · past-year question

Example 3DifferentiationEASY
If x=etcostx=e^t\cos t and y=etsinty=e^t\sin t, then what is dxdy\frac{dx}{dy} at t=0t=0 equal to?

[Q89 · Apr · 2021]

Concept 4 of 6

Higher-order derivatives

Intuition

The second derivative is just the derivative of the first; the nn-th is the derivative applied nn times. For named functions there are clean patterns; for a specific point, differentiate the required number of times and substitute last.

Definition

d2ydx2=ddx ⁣(dydx)\dfrac{d^2y}{dx^2} = \dfrac{d}{dx}\!\left(\dfrac{dy}{dx}\right), and so on. Useful standard results: (eax)(n)=aneax(e^{ax})^{(n)} = a^n e^{ax}; (sinx)(n)=sin ⁣(x+nπ2)(\sin x)^{(n)} = \sin\!\left(x + \tfrac{n\pi}{2}\right). To evaluate at a point, differentiate first and substitute the value at the end.

Second derivative

d2ydx2=ddx ⁣(dydx)\frac{d^2y}{dx^2} = \frac{d}{dx}\!\left(\frac{dy}{dx}\right)

Worked example

If y=x4y = x^4, find d2ydx2\dfrac{d^2y}{dx^2}.
  1. First derivative: dydx=4x3\dfrac{dy}{dx} = 4x^3.
  2. Differentiate again: d2ydx2=12x2\dfrac{d^2y}{dx^2} = 12x^2.
Answer:d2ydx2=12x2\dfrac{d^2y}{dx^2} = 12x^2.
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the second derivative of y=sinxy = \sin x at x=0x = 0.

Practice — Level 1 (4 reps)

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

  1. 1.
    d2ydx2\frac{d^2y}{dx^2} means?
  2. 2.
    nn-th derivative of eaxe^{ax}?
  3. 3.
    y=x4y=x^4: yy''?
  4. 4.
    Evaluate at a point — before or after differentiating?

From the bank · past-year question

Example 4DifferentiationHARD
Directions for the following two (02) items : Read the following information and answer the two items that follow : Consider the equation xy=exyx^{y} = e^{x-y}.
What is d2ydx2\dfrac{d^{2}y}{dx^{2}} at x=1x = 1 equal to ?

[Q85 · Sep · 2019]

Concept 5 of 6

Second derivative of an inverse — the d²x/dy² identity

Intuition

The first derivatives are reciprocals: dxdy=1/dydx\frac{dx}{dy} = 1/\frac{dy}{dx}. But the SECOND derivatives are NOT reciprocals — d2xdy21/d2ydx2\frac{d^2x}{dy^2} \neq 1/\frac{d^2y}{dx^2}. The correct relation carries a cube and a sign.

Definition

dxdy=(dydx)1\dfrac{dx}{dy} = \left(\dfrac{dy}{dx}\right)^{-1}, and differentiating this w.r.t. yy (chain rule) gives d2xdy2=d2y/dx2(dy/dx)3\dfrac{d^2x}{dy^2} = -\dfrac{d^2y/dx^2}{\left(dy/dx\right)^{3}}. Memorise the cube in the denominator and the minus sign — the classic trap.

Second derivative of the inverse

d2xdy2=d2y/dx2(dy/dx)3\frac{d^2x}{dy^2} = -\frac{d^2y/dx^2}{\left(dy/dx\right)^{3}}

Worked example

If dydx=2\dfrac{dy}{dx} = 2 and d2ydx2=3\dfrac{d^2y}{dx^2} = 3 at a point, find d2xdy2\dfrac{d^2x}{dy^2} there.
  1. Apply d2xdy2=d2y/dx2(dy/dx)3\dfrac{d^2x}{dy^2} = -\dfrac{d^2y/dx^2}{(dy/dx)^3}.
  2. Substitute: 323=38-\dfrac{3}{2^3} = -\dfrac{3}{8}.
Answer:d2xdy2=38\dfrac{d^2x}{dy^2} = -\dfrac{3}{8}.
Practice this conceptself-check · 4 quick reps

Try it yourself

Why is d2xdy2\dfrac{d^2x}{dy^2} not simply 1/d2ydx21\big/\dfrac{d^2y}{dx^2}?

Practice — Level 1 (4 reps)

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

  1. 1.
    dxdy\frac{dx}{dy} in terms of dydx\frac{dy}{dx}?
  2. 2.
    d2xdy2=?\frac{d^2x}{dy^2} = ?
  3. 3.
    Common wrong answer?
  4. 4.
    dy/dx=1,d2y/dx2=5dy/dx=1, d^2y/dx^2=5: d2x/dy2d^2x/dy^2?

From the bank · past-year question

Example 5DifferentiationHARD
What is d2xdy2\dfrac{d^2x}{dy^2} equal to?

[Q80 · Apr · 2017]

Second derivatives don't invert like first derivatives

dxdy=1/dydx\frac{dx}{dy}=1/\frac{dy}{dx} is fine, but d2xdy21/d2ydx2\frac{d^2x}{dy^2}\neq 1/\frac{d^2y}{dx^2}. The right formula has (dy/dx)3(dy/dx)^3 in the denominator and a minus sign.

Concept 6 of 6

Showing y satisfies a differential equation

Intuition

A common question gives yy (often sin(lnx)\sin(\ln x), emsin1xe^{m\sin^{-1}x}, or similar) and asks you to verify it satisfies a relation among y,y,yy, y', y''. Strategy: compute yy' and yy'', then combine them to cancel the transcendental parts back to yy.

Definition

Differentiate yy once and twice, then substitute into the target relation and simplify — the goal is to eliminate sin,ln,\sin, \ln, etc. and land on 00. Example: y=sin(lnx)y=\sin(\ln x) gives xy=cos(lnx)xy' = \cos(\ln x), and differentiating again yields x2y+xy+y=0x^2 y'' + x y' + y = 0.

Worked example

Show that y=e2xy = e^{2x} satisfies y4y=0y'' - 4y = 0.
  1. y=2e2xy' = 2e^{2x}, y=4e2xy'' = 4e^{2x}.
  2. Substitute: y4y=4e2x4e2x=0y'' - 4y = 4e^{2x} - 4e^{2x} = 0.
Answer:Verified — y4y=0y'' - 4y = 0.
Practice this conceptself-check · 4 quick reps

Try it yourself

Verify that y=sin(lnx)y = \sin(\ln x) satisfies x2y+xy+y=0x^2 y'' + x y' + y = 0.

Practice — Level 1 (4 reps)

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

  1. 1.
    Strategy to prove a relation in y,y,yy, y', y''?
  2. 2.
    y=e2xy=e^{2x}: yy''?
  3. 3.
    For y=sin(lnx)y=\sin(\ln x), xy=?xy' = ?
  4. 4.
    Goal after substituting?

From the bank · past-year question

Example 6DifferentiationMODERATE
If y=sin(lnx)y=\sin(\ln x), then which one of the following is correct?

[Q92 · Sep · 2018]

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 (4)

  • Implicit differentiation

    Implicit rule of thumb

    ddx[y-term]=(its derivative)dydx\frac{d}{dx}\big[\,y\text{-term}\,\big] = (\text{its derivative})\cdot\frac{dy}{dx}
  • Parametric differentiation

    Parametric first derivative

    dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}
  • Higher-order derivatives

    Second derivative

    d2ydx2=ddx ⁣(dydx)\frac{d^2y}{dx^2} = \frac{d}{dx}\!\left(\frac{dy}{dx}\right)
  • Second derivative of an inverse — the d²x/dy² identity

    Second derivative of the inverse

    d2xdy2=d2y/dx2(dy/dx)3\frac{d^2x}{dy^2} = -\frac{d^2y/dx^2}{\left(dy/dx\right)^{3}}

Watch out for (1)

Mastery check — 5 interleaved questions

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

Example 1DifferentiationHARD
If y4=x+x2+4\sqrt[4]{y}=x+\sqrt{x^2+4}, then what is x2+4dydx\sqrt{x^2+4}\dfrac{dy}{dx} equal to?

[Q76 · Apr · 2026]

Example 2DifferentiationMODERATE
Let (x+y)p+q=xpyq(x+y)^{p+q} = x^p y^q, where p,qp, q are positive integers.
The derivative of yy with respect to xx

[Q75 · Apr · 2025]

Example 3DifferentiationHARD
For the following three (03) items: Let y=f(x)=xsin1x1x2+ln1x2y=f(x)=\dfrac{x\sin^{-1}x}{\sqrt{1-x^2}}+\ln\sqrt{1-x^2}.
If x=sinθx=\sin\theta, then what is dydx\dfrac{dy}{dx} equal to?

[Q80 · Sep · 2025]

Example 4DifferentiationEASY
Let f(x)f(x) and g(x)g(x) be two functions such that g(x)=x1xg(x)=x-\dfrac{1}{x} and f ⁣ ⁣g(x)=x31x3f\!\circ\! g(x)=x^3-\dfrac{1}{x^3}.
What is f(x)f''(x) equal to?

[Q86 · Apr · 2024]

Example 5DifferentiationHARD
for the items that follow: Consider the differential equation ex+ydydx=exye^{x+y}\dfrac{dy}{dx}=e^{x-y}.
What is d2ydx2(dxdy)2\dfrac{d^2y}{dx^2}\left(\dfrac{dx}{dy}\right)^2 equal to?

[Q97 · Apr · 2026]

Drill every past-year question on this subtopic

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

Related notes