← Back to all lessons
Class 12Calculus7:21Published 5 Aug 2024

Derivatives of Implicit Functions (Class XII)

Two worked Class 12 problems on implicit differentiation: proving a derivative identity for a general conic and finding the derivative of a nested square-root function.

This lesson works through two exam-style problems on differentiating implicit functions. The first proves that the product of dy/dx and dx/dy equals one for the general second-degree equation, and the second differentiates a function defined by two nested square roots to prove a tidy result. Each example shows the full working, including the product rule and repeated squaring to clear the radicals.

What you'll learn

  • How to differentiate a general second-degree equation in x and y term by term
  • Why the product of a derivative and its reciprocal always equals one
  • How to clear nested square roots by squaring before differentiating
  • Using the chain rule to differentiate a function inside another function

Lesson chapters

0:00Problem 1: the implicit conic identity
0:49Differentiating term by term with the product rule
1:39Solving for dy/dx and proving the product is one
4:18Problem 2: the nested square-root function
5:19Squaring twice to remove the radicals
6:00Differentiating and proving the result

Lesson notes

Lesson notes

This lesson solves two implicit-differentiation problems. The first proves an identity about reciprocal derivatives for a general conic, and the second differentiates a function built from two nested square roots.

Problem 1: an identity for the general conic

We are given the implicit equation

ax2+2hxy+by2=c2ax^2 + 2hxy + by^2 = c^2

and we want to prove that

dydxdxdy=1.\frac{dy}{dx}\cdot\frac{dx}{dy} = 1.

Differentiate with respect to xx

Differentiating each term, and using the product rule on 2hxy2hxy, gives

2ax+2h(xdydx+y)+2bydydx=0.2ax + 2h\left(x\frac{dy}{dx} + y\right) + 2by\frac{dy}{dx} = 0.

The right-hand side is 00 because c2c^2 is constant.

Solve for dydx\tfrac{dy}{dx}

Collect the dydx\frac{dy}{dx} terms on one side and the rest on the other:

dydx(2hx+2by)=2ax2hy.\frac{dy}{dx}\,(2hx + 2by) = -2ax - 2hy.

Dividing out the common factor of 22,

dydx=ax+hyhx+by.\frac{dy}{dx} = -\frac{ax + hy}{hx + by}.

Form the product

Since dxdy\frac{dx}{dy} is the reciprocal of dydx\frac{dy}{dx},

dxdy=hx+byax+hy.\frac{dx}{dy} = -\frac{hx + by}{ax + hy}.

Multiplying the two,

dydxdxdy=(ax+hyhx+by)(hx+byax+hy)=1.\frac{dy}{dx}\cdot\frac{dx}{dy} = \left(-\frac{ax+hy}{hx+by}\right)\left(-\frac{hx+by}{ax+hy}\right) = 1.

The two negatives give a positive, and the factors cancel, leaving 11 as required.

Problem 2: a nested square-root function

We are given

y=1+1+x4y = \sqrt{1 + \sqrt{1 + x^4}}

and want to prove that

y(y21)dydx=x3.y\,(y^2 - 1)\,\frac{dy}{dx} = x^3.

Clear the radicals by squaring

Squaring once,

y2=1+1+x4,y21=1+x4.y^2 = 1 + \sqrt{1 + x^4}, \qquad y^2 - 1 = \sqrt{1 + x^4}.

Squaring again removes the remaining root:

(y21)2=1+x4.(y^2 - 1)^2 = 1 + x^4.

Differentiate with respect to xx

Using the chain rule on the left side and differentiating the right,

2(y21)2ydydx=4x3,2(y^2 - 1)\cdot 2y\,\frac{dy}{dx} = 4x^3,

so

4y(y21)dydx=4x3.4y\,(y^2 - 1)\,\frac{dy}{dx} = 4x^3.

Dividing both sides by 44,

y(y21)dydx=x3,y\,(y^2 - 1)\,\frac{dy}{dx} = x^3,

which is exactly what we set out to prove.

Key takeaways

  • Differentiating ax2+2hxy+by2=c2ax^2 + 2hxy + by^2 = c^2 implicitly gives dydx=ax+hyhx+by\frac{dy}{dx} = -\dfrac{ax + hy}{hx + by}.
  • Because dxdy\frac{dx}{dy} is the reciprocal of dydx\frac{dy}{dx}, their product is always 11.
  • Squaring repeatedly to clear nested radicals, then differentiating with the chain rule, turns a messy root into a clean relation.