zuai-logo

Implicit Differentiation

David Brown

David Brown

7 min read

Study Guide Overview

This guide covers implicit functions and implicit differentiation. It explains how to differentiate equations involving both x and y using the chain rule, product rule, and quotient rule. It includes examples of finding derivatives at specific points and differentiating inverse functions implicitly. Practice questions and a glossary are also provided.

Derivatives of Implicit Functions

Table of Contents

  1. Introduction to Implicit Functions
  2. Implicit Differentiation
  3. Examples and Applications
  4. Differentiating Inverse Functions
  5. Practice Questions
  6. Glossary
  7. Summary and Key Takeaways

Introduction to Implicit Functions

What is an Implicit Function?

  • An equation in the form y=f(x)y=f(x) or x=f(y)x=f(y) is written explicitly.
Exam Tip

E.g. y=3x2+2x3y=3x^2 + 2x - 3

  • Equations involving both xx and yy are referred to as implicit functions.
Exam Tip

E.g. 3x27xy2=33x^2 - 7xy^2 = 3 or x2+y2=25x^2 + y^2 = 25

  • For such equations, we cannot express yy solely in terms of xx or vice versa.
  • However, these equations define a relationship between xx and yy.

Implicit Differentiation

What is Implicit Differentiation?

  • Implicit differentiation is the method used to differentiate implicit functions.
  • To differentiate an implicit function with respect to xx, each term is differentiated with respect to xx.
  • For terms involving only xx, this is straightforward.
  • For terms involving yy, we apply the chain rule.
Key Concept

ddxf(y)=f(y)dydx\frac{d}{dx}f(y) = f'(y) \cdot \frac{dy}{dx} This means:

  • Differentiate the function in terms of yy with respect to yy.
  • Multiply it by dydx\frac{dy}{dx}.
  • Once each term has been differentiated, rearrange the equation to solve for dydx\frac{dy}{dx}.
  • Factorize out dydx\frac{dy}{dx} if necessary.
  • Substitute specific (x,y)(x, y) values to find the derivative at a point if required.

How to Use Implicit Differentiation?

Example

Differentiate x2+y2=4xx^2 + y^2 = 4x implicitly.

  1. Differentiate each term with respect to xx: ddx(x2)+ddx(y2)=ddx(4x)\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = \frac{d}{dx}(4x) 2x+2ydydx=42x + 2y \cdot \frac{dy}{dx} = 4

  2. Rearrange to solve for dydx\frac{dy}{dx}: 2ydydx=42x2y \cdot \frac{dy}{dx} = 4 - 2x dydx=42x2y\frac{dy}{dx} = \frac{4 - 2x}{2y} dydx=2xy\frac{dy}{dx} = \frac{2 - x}{y}

Exam Tip

The final expression for dydx\frac{dy}{dx} can be used to find the slope at any point (x,y)(x, y) on the curve.

Worked Example

A curve is defined by the equation 4x3+2x+2y3+6y=444x^3 + 2x + 2y^3 + 6y = 44.

(a) Confirm that the point (2,1)(2, 1) lies on the curve.

Solution: Substitute x=2x = 2 and y=1y = 1 into the equation: 4(2)3+2(2)+2(1)3+6(1)=444(2)^3 + 2(2) + 2(1)^3 + 6(1) = 44 32+4+2+6=4432 + 4 + 2 + 6 = 44 44=4444 = 44 The equation is satisfied, so the point lies on the curve.

(b) Find the value of the derivative dydx\frac{dy}{dx} at the point (2,1)(2, 1).

Solution: Differentiate each term with respect to xx: ddx(4x3)+ddx(2x)+ddx(2y3)+ddx(6y)=0\frac{d}{dx}(4x^3) + \frac{d}{dx}(2x) + \frac{d}{dx}(2y^3) + \frac{d}{dx}(6y) = 0 12x2+2+6y2dydx+6dydx=012x^2 + 2 + 6y^2 \cdot \frac{dy}{dx} + 6 \cdot \frac{dy}{dx} = 0

Factorize and solve for dydx\frac{dy}{dx}: 12x2+2+dydx(6y2+6)=012x^2 + 2 + \frac{dy}{dx}(6y^2 + 6) = 0 dydx=12x226y2+6\frac{dy}{dx} = \frac{-12x^2 - 2}{6y^2 + 6} dydx=6x213y2+3\frac{dy}{dx} = \frac{-6x^2 - 1}{3y^2 + 3}

Substitute x=2x = 2 and y=1y = 1: dydx=6(2)213(1)2+3\frac{dy}{dx} = \frac{-6(2)^2 - 1}{3(1)^2 + 3} dydx=2416\frac{dy}{dx} = \frac{-24 - 1}{6} dydx=256\frac{dy}{dx} = -\frac{25}{6}

The value of the derivative at (2,1)(2, 1) is 256-\frac{25}{6}.

Examples and Applications

Harder Implicit Differentiation Questions

  • Implicit differentiation may involve additional rules:
    • Chain rule
    • Product rule
    • Quotient rule
    • Derivatives of exponentials, logarithms, and trigonometric functions

Useful Result for Product Rule:

ddx(xy)=y+xdydx\frac{d}{dx}(xy) = y + x \frac{dy}{dx}

Worked Example

Given dydx\frac{dy}{dx} for 4x3+3y2dydx=ddx(12xy)4x^3 + 3y^2 \cdot \frac{dy}{dx} = \frac{d}{dx}(12xy):

Solution: Differentiate each term with respect to xx: 4x3+3y2dydx=ddx(12xy)4x^3 + 3y^2 \cdot \frac{dy}{dx} = \frac{d}{dx}(12xy)

Use the product rule for 12xy12xy: ddx(12xy)=12y+12xdydx\frac{d}{dx}(12xy) = 12y + 12x \cdot \frac{dy}{dx}

Combine and solve for dydx\frac{dy}{dx}: 4x3+3y2dydx=12y+12xdydx4x^3 + 3y^2 \cdot \frac{dy}{dx} = 12y + 12x \cdot \frac{dy}{dx} 3y2dydx12xdydx=12y4x33y^2 \cdot \frac{dy}{dx} - 12x \cdot \frac{dy}{dx} = 12y - 4x^3 dydx(3y212x)=12y4x3\frac{dy}{dx}(3y^2 - 12x) = 12y - 4x^3 dydx=12y4x33y212x\frac{dy}{dx} = \frac{12y - 4x^3}{3y^2 - 12x}

Equivalent answers may also be correct, e.g.: dydx=4x312y12x3y2\frac{dy}{dx} = \frac{4x^3 - 12y}{12x - 3y^2}

Differentiating Inverse Functions

How to Differentiate Inverse Functions Using Implicit Differentiation?

  • Implicit differentiation can be used for finding the derivative of inverse functions.

  • Consider differentiating y=sin1(x)y = \sin^{-1}(x).

    • Rewrite as x=sin(y)x = \sin(y).
  • Differentiate using implicit differentiation: ddx(x)=ddx(sin(y))\frac{d}{dx}(x) = \frac{d}{dx}(\sin(y)) 1=cos(y)dydx1 = \cos(y) \cdot \frac{dy}{dx}

  • Solve for dydx\frac{dy}{dx}: dydx=1cos(y)\frac{dy}{dx} = \frac{1}{\cos(y)}

  • Recall y=sin1(x)y = \sin^{-1}(x): dydx=1cos(sin1(x))\frac{dy}{dx} = \frac{1}{\cos(\sin^{-1}(x))}

  • Use the identity sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1 rearranged as cos(x)=1sin2(x)\cos(x) = \sqrt{1 - \sin^2(x)}: dydx=11sin2(sin1(x))\frac{dy}{dx} = \frac{1}{\sqrt{1 - \sin^2(\sin^{-1}(x))}} dydx=11x2\frac{dy}{dx} = \frac{1}{\sqrt{1 - x^2}}

Worked Example

Given y=arctan(x)y = \arctan(x), use implicit differentiation to show that dydx=1x2+1\frac{dy}{dx} = \frac{1}{x^2 + 1}.

Solution:

  • Rewrite as tan(y)=x\tan(y) = x.

  • Differentiate using implicit differentiation: ddx(tan(y))=ddx(x)\frac{d}{dx}(\tan(y)) = \frac{d}{dx}(x) sec2(y)dydx=1\sec^2(y) \cdot \frac{dy}{dx} = 1

  • Solve for dydx\frac{dy}{dx}: dydx=1sec2(y)\frac{dy}{dx} = \frac{1}{\sec^2(y)}

  • Recall y=arctan(x)y = \arctan(x): dydx=1sec2(arctan(x))\frac{dy}{dx} = \frac{1}{\sec^2(\arctan(x))}

  • Use the identity tan2(x)+1=sec2(x)\tan^2(x) + 1 = \sec^2(x): dydx=1tan2(arctan(x))+1=1x2+1\frac{dy}{dx} = \frac{1}{\tan^2(\arctan(x)) + 1} = \frac{1}{x^2 + 1}

Practice Questions

Practice Question

Question 1: Differentiate ex+ey=1e^x + e^y = 1 implicitly.

Question 2: Given x2+2xy+y2=1x^2 + 2xy + y^2 = 1, find dydx\frac{dy}{dx}.

Question 3: Verify that the point (1,1)(1, 1) lies on the curve x3+y3=1x^3 + y^3 = 1 and find dydx\frac{dy}{dx} at that point.

Glossary

  • Implicit Function: A function where yy cannot be explicitly written as y=f(x)y=f(x).
  • Implicit Differentiation: A technique to find the derivative of implicit functions.
  • Chain Rule: A rule to differentiate composite functions.
  • Product Rule: A rule to differentiate products of two functions.
  • Quotient Rule: A rule to differentiate quotients of two functions.
  • Inverse Function: A function that reverses another function.

Summary and Key Takeaways

Summary

  • Implicit functions involve both xx and yy in an equation.
  • Implicit differentiation uses the chain rule to differentiate these equations.
  • Rearrange the differentiated equation to solve for dydx\frac{dy}{dx}.
  • This method can also be used to differentiate inverse functions.

Key Takeaways

  • Understand the implicit function and how to differentiate each term.
  • Apply the chain rule when differentiating yy-terms.
  • Rearrange and solve for dydx\frac{dy}{dx}.
  • Use implicit differentiation for inverse functions as well.
Exam Tip

Always check if the point lies on the curve before finding the derivative at that point.


These structured notes should help students understand and apply the concepts of implicit differentiation effectively.

Question 1 of 8

Which of the following equations represents an implicit function? 🤔

y=5x32x+1y = 5x^3 - 2x + 1

x=2y2+3y4x = 2y^2 + 3y - 4

x2+y2=16x^2 + y^2 = 16

f(x)=4x7f(x) = 4x - 7