Photo AI

Last Updated Sep 27, 2025

Implicit Differentiation Simplified Revision Notes

Revision notes with simplified explanations to understand Implicit Differentiation quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

463+ students studying

7.5.1 Implicit Differentiation

Implicit differentiation is a technique used to find the derivative of a function when it is not explicitly solved for one variable in terms of the other. Instead of solving the equation for y in terms of xx first, you differentiate both sides of the equation with respect to xx, treating yy as a function of xx.

1. When to Use Implicit Differentiation:

  • Implicit Equations: Implicit differentiation is used when the equation is given in a form where yy is not isolated on one side (e.g., x2+y2=1,x3+y3=3xyx^2 + y^2 = 1, x^3 + y^3 = 3xy).
  • Relations: It's often used in cases where y y is implicitly defined as a function of xx through some relation.
  • Circular Functions: For curves like circles or ellipses (e.g.,x2+y2=r2)., x^2 + y^2 = r^2).

2. Steps for Implicit Differentiation:

infoNote
  1. Differentiate both sides of the equation with respect to xx, treating yy as a function of xx. When differentiating a term involving yy, apply the chain rule (ddxy=dydx)\frac{d}{dx} y = \frac{dy}{dx}).
  2. Collect terms involving dydx\frac{dy}{dx} on one side of the equation.
  3. Solve for dydx\frac{dy}{dx} to find the derivative.

3. Example Problems:

infoNote

Example 1: Differentiate x2+y2=1x^2 + y^2 = 1 (Equation of a Circle)

  • Step 1: Differentiate both sides with respect to xx:

ddx(x2)+ddx(y2)=ddx(1)\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = \frac{d}{dx}(1)

2x+2ydydx=02x + 2y \frac{dy}{dx} = 0

  • Step 2: Solve for dydx:\frac{dy}{dx}:

2ydydx=2x2y \frac{dy}{dx} = -2x

dydx=xy\frac{dy}{dx} = \frac{-x}{y}

  • Conclusion: The derivative of y with respect to x for the circle is dydx=xy.\frac{dy}{dx} = \frac{-x}{y}.
infoNote

Example 2: Differentiate x3+y3=6xyx^3 + y^3 = 6xy

  • Step 1: Differentiate both sides with respect to xx:

ddx(x3)+ddx(y3)=ddx(6xy)\frac{d}{dx}(x^3) + \frac{d}{dx}(y^3) = \frac{d}{dx}(6xy)

3x2+3y2dydx=6(xdydx+y)3x^2 + 3y^2 \frac{dy}{dx} = 6\left( x \frac{dy}{dx} + y \right)

  • Step 2: Distribute and collect terms involving dydx\frac{dy}{dx}:

3y2dydx6xdydx=6y3x23y^2 \frac{dy}{dx} - 6x \frac{dy}{dx} = 6y - 3x^2

dydx(3y26x)=6y3x2\frac{dy}{dx} (3y^2 - 6x) = 6y - 3x^2

  • Step 3: Solve for dydx\frac{dy}{dx}:

dydx=6y3x23y26x\frac{dy}{dx} = \frac{6y - 3x^2}{3y^2 - 6x}

  • Conclusion: The derivative of y with respect to x for the given equation is dydx=6y3x23y26x.\frac{dy}{dx} = \frac{6y - 3x^2}{3y^2 - 6x}.

4. Why Implicit Differentiation Works:

Implicit differentiation works because it leverages the chain rule, treating yy as a function of xx (i.e., y=g(x)y = g(x)). When you differentiate a term involving yy, you apply the chain rule, which introduces dydx\frac{dy}{dx} into the equation.

5. Applications of Implicit Differentiation:

  • Tangent and Normal Lines: Finding the slope of the tangent or normal line to a curve at a given point.
  • Related Rates: In related rates problems, implicit differentiation helps to relate the rates of change of multiple variables.
  • Finding Derivatives of Inverse Functions: Implicit differentiation can also be used to find derivatives of inverse functions when the function itself is not easily invertible.

6. Higher-Order Derivatives:

Implicit differentiation can also be used to find higher-order derivatives (e.g., d2ydx2).\frac{d^2y}{dx^2}). After finding dydx\frac{dy}{dx}, differentiate again with respect to xx, applying implicit differentiation as needed.

infoNote

Example:

Given x2+y2=1x^2 + y^2 = 1, we found dydx=xy\frac{dy}{dx} = \frac{-x}{y}. To find d2ydx2\frac{d^2y}{dx^2}:

  • Differentiate dydx=xy\frac{dy}{dx} = \frac{-x}{y} implicitly with respect to xx:

d2ydx2=y(x)dydxy2=y+xxyy2=y+x2yy2=y2+x2y3\frac{d^2y}{dx^2} = \frac{-y - (-x) \cdot \frac{dy}{dx}}{y^2} = \frac{-y + x \cdot \frac{x}{y}}{y^2} = \frac{-y + \frac{x^2}{y}}{y^2} = \frac{-y^2 + x^2}{y^3}

Summary:

infoNote
  • Implicit differentiation allows you to find derivatives when yy is not explicitly solved for in terms of xx.
  • It is particularly useful for complex relationships between variables and in problems where solving for y explicitly is difficult or impossible.
  • This technique has broad applications in calculus, including in geometry, physics, and related rates problems.

Implicit Differentiation

An explicit function is one that can, for example, be written in the form y=f(x)y = f(x), e.g., y=x2+7y = x^2 + 7.

An implicit function is not written in this way, e.g., x2+y2+5xy=cosxx^2 + y^2 + 5xy = \cos x. This cannot be rearranged in the form y=f(x)y = f(x).

Differentiating Implicitly

As long as we do the same thing to both sides of an equation, the fact that they are equal is maintained. This includes differentiating.

ddx means "differentiate with respect to x"\frac{d}{dx} \text{ means "differentiate with respect to } x \text{"} ddx(x2)=2x,ddx(tanx)=sec2x,ddx(ex)=ex\frac{d}{dx} (x^2) = 2x, \quad \frac{d}{dx} (\tan x) = \sec^2 x, \quad \frac{d}{dx} (e^x) = e^x

However, a problem is encountered when trying to differentiate an expression W.R.T. xx that involves yy.

Note:

ddxddy×dydx\frac{d}{dx} \equiv \frac{d}{dy} \times \frac{dy}{dx}

This says that differentiation with respect to xx is exactly equivalent to differentiating with respect to yy, then multiplying by dydx\frac{dy}{dx}.

e.g.,

ddx(y2)ddy(y2)×dydx=2ydydx\frac{d}{dx} (y^2) \equiv \frac{d}{dy} (y^2) \times \frac{dy}{dx} = 2y \frac{dy}{dx} ddx(cosy)ddy(cosy)×dydx=sinydydx\frac{d}{dx} (\cos y) \equiv \frac{d}{dy} (\cos y) \times \frac{dy}{dx} = -\sin y \frac{dy}{dx}

Applying this to a function like y=x2+2xy = x^2 + 2x (an explicit function):

Differentiating both sides, we get:

ddx(y)=ddx(x2+2x)\frac{d}{dx}(y) = \frac{d}{dx}(x^2 + 2x) ddy(y)×dydx=2x+2\frac{d}{dy}(y) \times \frac{dy}{dx} = 2x + 2 1×dydx=2x+2dydx=2x+21 \times \frac{dy}{dx} = 2x + 2 \Rightarrow \frac{dy}{dx} = 2x + 2

(The result expected)


infoNote

Example: Find dydx\frac{dy}{dx} when x2+2x+3y=siny+18x^2 + 2x + 3y = \sin y + 18 Rule: When differentiating a ya\ y, differentiate it then ×dydx\times \frac{dy}{dx}.

Differentiating both sides W.R.T. xx:

2x+2+3dydx=cosydydx=02x + 2 + 3 \frac{dy}{dx} = \cos y \frac{dy}{dx}=0

Do not write dydx\frac{dy}{dx} unless function said yy.

At this point, take all terms not including dydx\frac{dy}{dx} to the other side.

3dydxcosydydx=2x23 \frac{dy}{dx} - \cos y \frac{dy}{dx} = -2x - 2

Factor out the dydx\frac{dy}{dx}:

dydx(3cosy)=2x2\frac{dy}{dx}(3 - \cos y) = -2x - 2Rearrangedydx=:Rearrange \frac{dy}{dx} = \ldots:dydx=2x23cosy\frac{dy}{dx} = \frac{-2x - 2}{3 - \cos y}

{÷3cosy\begin{cases} \\ \\ \\ \\ \div 3-\cos y\\ \\ \\ \\ \end{cases}


infoNote

Example: Find dydx\frac{dy}{dx} when x2+xyy2=6yx^2 + xy - y^2 = 6y Applying ddx\frac{d}{dx} to both sides:

2x+y+xdydx2ydydx=6dydx2x + y + x \frac{dy}{dx} - 2y \frac{dy}{dx} = 6 \frac{dy}{dx}2x+y=6dydx+2ydydxxdydx2x + y = 6 \frac{dy}{dx} + 2y \frac{dy}{dx} - x \frac{dy}{dx}2x+y=dydx(6+2yx)2x+y=\frac {dy}{dx}(6+2y-x)dydx=2x+y62yx\Rightarrow \frac{dy}{dx} = \frac{2x + y}{6 - 2y - x}

Notice a product rule is necessary. Do this first.

Let u=xu = x and v=yv = y:

u=1,v=dydxu' = 1, \quad v' = \frac{dy}{dx}y+xdydxy + x \frac{dy}{dx}

infoNote

Example: Find the gradient of y=2xy = 2^x when x=3x = 3. Method 1: Write 2x2^x in terms of ee:

Note that 2eln22 \equiv e^{\ln 2}:

y=2x=(eln2)x=exln2y = 2^x = (e^{\ln 2})^x = e^{x \ln 2}dydx=exln2×ln2=2xln2\frac{dy}{dx} = e^{x \ln 2} \times \ln 2 = 2^x \ln 2

Method 2: ln both sides then implicitly differentiate:

lny=ln(2x)lny=xln2\ln y = \ln (2^x) \Rightarrow \ln y = x \ln 2

Applying ddx\frac{d}{dx} to both sides:

1ydydx=ln2\frac{1}{y} \frac{dy}{dx} = \ln 2dydx=yln2=2xln2\Rightarrow \frac{dy}{dx} = y \ln 2 = 2^x \ln 2

infoNote

Q2**. (Jan 2008, Q4) [OCR 4724]** Find the equation of the normal to the curve

x3+4x2y+y3=6x^3 + 4x^2y + y^3 = 6

at the point (1,1)(1, 1), giving your answer in the form ax+by+c=0ax + by + c = 0, where a,ba, b, and cc are integers.

Differentiating implicitly:

3x2+8xy+4x2dydx+3y2dydx=03x^2 + 8xy + 4x^2 \frac{dy}{dx}+ 3y^2 \frac{dy}{dx} = 0 4x2dydx+3y2dydx=3x28xy4x^2 \frac{dy}{dx} + 3y^2 \frac{dy}{dx} = -3x^2 - 8xy dydx(4x2+3y2)=3x28xy\frac{dy}{dx}(4x^2 + 3y^2) = -3x^2 - 8xy dydx=3x28xy4x2+3y2\frac{dy}{dx} = \frac{-3x^2 - 8xy}{4x^2 + 3y^2}

At the point (1,1)(1, 1):

dydx=3(1)28(1)(1)4(1)2+3(1)2=384+3=117\frac{dy}{dx} = \frac{-3(1)^2 - 8(1)(1)}{4(1)^2 + 3(1)^2} = \frac{-3 - 8}{4 + 3} = \frac{-11}{7}

Gradient of normal:

=1117=711= -\frac{1}{\frac{-11}{7}} = \frac{7}{11}

Point: (1, 1)

y1=711(x1)y - 1 = \frac{7}{11}(x - 1) 11y11=7(x1)11y - 11 = 7(x - 1) 11y11=7x711y - 11 = 7x-7 :success[7x11y+4=0]:success[7x - 11y + 4 = 0]

(or any integer multiple of this)


infoNote

Q6**. (Jan 2013, Q3) [OCR 4724]** The equation of a curve is xy2=x2+1xy^2 = x^2 + 1. Find dydx\frac{dy}{dx} in terms of xx and yy, and hence find the coordinates of the stationary points on the curve.

Differentiating both sides W.R.T. xx:

y2+2xydydx=2xy^2 + 2xy\frac{dy}{dx} = 2x 2xydydx=2xy22xy\frac{dy}{dx} = 2x - y^2 dydx=2xy22xy\frac{dy}{dx} = \frac{2x - y^2}{2xy}

Setting dydx=0\frac{dy}{dx} = 0 to find stationary points:

2xy22xy=02xy2=0x=y22\frac {2x - y^2}{2xy} = 0 \Rightarrow 2x-y^2 = 0\Rightarrow x = \frac{y^2}{2} Stationary points lie on the curve x=y22 and the original curve.\text{Stationary points lie on the curve } x = \frac{y^2}{2} \text{ and the original curve.}

Substituting x=y22x = \frac{y^2}{2} into the original curve equation:

y2(y22)=(y22)2+1y^2 \left(\frac{y^2}{2}\right) = \left(\frac{y^2}{2}\right)^2 + 1 y42=y44+1\frac{y^4}{2} = \frac{y^4}{4} + 1 y44=1y4=4y=±4=±2\frac{y^4}{4} = 1 \Rightarrow y^4 = 4 \Rightarrow y =\pm\sqrt{\sqrt{4}}=\pm\sqrt{2}

Substituting y=±2y = \pm\sqrt{2} into x=y22x = \frac{y^2}{2}:

y=2x=(2)22=1y = \sqrt{2} \Rightarrow x = \frac{(\sqrt{2})^2}{2} = 1 y=2x=(2)22=1y = -\sqrt{2} \Rightarrow x = \frac{(-\sqrt{2})^2}{2} = 1 Stationary points at :success[(1,2)] and :success[(1,2)]\text{Stationary points at } :success[(1, \sqrt{2})] \text{ and } :success[(1, -\sqrt{2})]
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Implicit Differentiation

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

20 flashcards

Flashcards on Implicit Differentiation

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

2 quizzes

Quizzes on Implicit Differentiation

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Implicit Differentiation

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Implicit Differentiation

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Implicit Differentiation

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Implicit Differentiation you should explore

Discover More Revision Notes Related to Implicit Differentiation to Deepen Your Understanding and Improve Your Mastery

Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered