06
CLASS 12 · MATHEMATICS · CHAPTER 5

Derivatives of
Implicit Functions

Differentiating equations where y cannot be (or isn't) isolated — using dy/dx directly.

1

Explicit vs Implicit Functions

Before learning implicit differentiation, it's important to understand the difference between explicit and implicit forms.

📗 Explicit Function

y is directly written in terms of x. You can clearly see what y equals.

y = x² + 3x − 5
y = sin(x) + eˣ

📘 Implicit Function

x and y are mixed together. y is NOT isolated on one side.

x² + y² = 25
x³ + y³ = 3xy
📘 Definition

A function defined by an equation of the form F(x, y) = 0, where y is not explicitly expressed as a function of x alone, is called an implicit function.

When y cannot be separated easily, we differentiate both sides with respect to x — treating y as a function of x — and then solve for dy/dx.

2

The Key Rule — Differentiating y Terms

The core idea: whenever you differentiate a term containing y with respect to x, you must multiply by dy/dx (chain rule, since y is a function of x).

Differentiation of y-terms w.r.t. x
d/dx [y]
dy/dx
d/dx [y²]
2y · dy/dx
d/dx [y³]
3y² · dy/dx
d/dx [sin y]
cos y · dy/dx
d/dx [eʸ]
eʸ · dy/dx
d/dx [ln y]
(1/y) · dy/dx
d/dx [yⁿ]
n·yⁿ⁻¹ · dy/dx

💡 Think of it this way: d/dx[f(y)] = f'(y) · dy/dx — it's just the chain rule where the inner function is y(x).

3

Step-by-Step Method

1

Differentiate both sides w.r.t. x

Apply d/dx to every term on both left and right sides of the equation.

2

Use chain rule on y-terms

Every y-term gets multiplied by dy/dx. Use product/quotient rules as needed.

3

Collect all dy/dx terms on one side

Move all terms containing dy/dx to the left, everything else to the right.

4

Factor out dy/dx

Write: dy/dx × (combined factor) = (rest of the expression).

5

Solve for dy/dx

Divide both sides by the factor to get dy/dx = ...

4

Solved Examples

✏️ Example 1 — Circle Equation
Find dy/dx for x² + y² = 25
1

Differentiate both sides w.r.t. x:

2

d/dx[x²] + d/dx[y²] = d/dx[25]

3

2x + 2y·(dy/dx) = 0

4

2y·(dy/dx) = −2x

dy/dx = −x/y

✏️ Example 2 — Folium of Descartes
Find dy/dx for x³ + y³ = 3xy
1

Differentiate both sides:

2

3x² + 3y²·(dy/dx) = 3[y + x·(dy/dx)]

3

3x² + 3y²·(dy/dx) = 3y + 3x·(dy/dx)

4

3y²·(dy/dx) − 3x·(dy/dx) = 3y − 3x²

5

dy/dx (3y² − 3x) = 3y − 3x²

dy/dx = (y − x²) / (y² − x)

✏️ Example 3 — Trig Implicit
Find dy/dx for sin(x + y) = y² cos x
1

Differentiate LHS: cos(x+y) · (1 + dy/dx)

2

Differentiate RHS using Product Rule: 2y·cos x·(dy/dx) + y²·(−sin x)

3

cos(x+y) + cos(x+y)·dy/dx = 2y·cos x·dy/dx − y²·sin x

4

Collect dy/dx terms: cos(x+y)·dy/dx − 2y·cos x·dy/dx = −y²·sin x − cos(x+y)

5

dy/dx [cos(x+y) − 2y·cos x] = −y²·sin x − cos(x+y)

dy/dx = [−y² sin x − cos(x+y)] / [cos(x+y) − 2y cos x]

✏️ Example 4 — Implicit with Exponential
Find dy/dx for eˣ + eʸ = e^(x+y)
1

Differentiate both sides:

2

eˣ + eʸ·(dy/dx) = e^(x+y)·(1 + dy/dx)

3

eˣ + eʸ·(dy/dx) = e^(x+y) + e^(x+y)·(dy/dx)

4

dy/dx·[eʸ − e^(x+y)] = e^(x+y) − eˣ

dy/dx = [e^(x+y) − eˣ] / [eʸ − e^(x+y)] = −eˣ/eʸ (simplified)

5

Second Order Implicit Derivative

Sometimes we need d²y/dx² from an implicit equation. The method is to differentiate dy/dx once more with respect to x, again using the chain rule wherever y appears.

✏️ Example — Finding d²y/dx²
For x² + y² = r², find d²y/dx²
1

We already know: dy/dx = −x/y

2

d²y/dx² = d/dx[−x/y] using Quotient Rule:

3

= [−y − (−x)·(dy/dx)] / y²

4

= [−y + x·(−x/y)] / y²

5

= [−y² − x²] / y³ = −(x² + y²)/y³

Since x²+y² = r²: d²y/dx² = −r²/y³

⚠️ When finding d²y/dx², always substitute the expression for dy/dx back into the result. Don't leave d²y/dx² in terms of dy/dx.

6

Chapter 5 — Complete Formula Sheet

📋 Master Revision — All Topics
CONTINUITY
f continuous at a ⟺ lim f(x) = f(a) = LHL = RHL

DIFFERENTIABILITY
f'(a) = lim [f(a+h)−f(a)]/h   (h→0)  |  LHD = RHD
Diff ⟹ Continuous  |  Continuous ⟹ Diff (NOT always)

EXP & LOG
d/dx(eˣ) = eˣ  |  d/dx(aˣ) = aˣ ln a
d/dx(ln x) = 1/x  |  d/dx(logₐx) = 1/(x ln a)

LOG DIFFERENTIATION
y = f(x)^g(x) → ln y = g(x)·ln f(x) → (1/y)dy/dx = ...

INVERSE TRIG
d/dx(sin⁻¹x) = 1/√(1−x²)  |  d/dx(cos⁻¹x) = −1/√(1−x²)
d/dx(tan⁻¹x) = 1/(1+x²)  |  d/dx(cot⁻¹x) = −1/(1+x²)
d/dx(sec⁻¹x) = 1/|x|√(x²−1)  |  d/dx(cosec⁻¹x) = −1/|x|√(x²−1)

IMPLICIT DIFFERENTIATION
d/dx[F(x,y)=0] → differentiate every term → solve for dy/dx
d/dx[yⁿ] = n·yⁿ⁻¹·(dy/dx)   ← always remember this!

🎯 Exam Tips: (1) Check LHL = RHL = f(a) for continuity. (2) Check LHD = RHD for differentiability. (3) For implicit: differentiate every term, collect dy/dx, factorise. (4) For log diff: take ln → simplify → differentiate → multiply back by y. (5) Inverse trig: memorise the 3 positive forms, negatives are their negatives.