106. Implicit Differentiation

When a function is not explicitly solved for one variable in terms of another. E.g.:

𝑥2+𝑦2=1

Instead of solving for 𝑦 explicitly in terms of 𝑥, implicit differentiation allows you to differentiate both sides of an equation directly, treating 𝑦 as an implicit function of 𝑥.

Steps for Implicit Differentiation

  1. Differentiate both sides of the equation with respect to 𝑥, treating y as a function of 𝑥

  2. Apply the chain rule whenever differentiating 𝑦, since 𝑦=𝑦(𝑥)

  3. Solve for 𝑑𝑥𝑑𝑦

Example
𝑥2+𝑦2=1
  1. Differentiate both sides
𝑑𝑑𝑥[𝑥2+𝑦2]=𝑑𝑑𝑥[1]𝑑𝑑𝑥[𝑥2]+𝑑𝑑𝑥[𝑦2]=𝑑𝑑𝑥[1]𝑑𝑑𝑥[𝑥2]+𝑑𝑑𝑥[𝑦2]=0
  1. Apply the chain rule to 𝑦2
2𝑥+2𝑦𝑑𝑦𝑑𝑥=0
  1. Slove for 𝑑𝑦𝑑𝑥
2𝑦𝑑𝑦𝑑𝑥=2𝑥𝑑𝑦𝑑𝑥=2𝑥2𝑦𝑑𝑦𝑑𝑥=𝑥𝑦
𝑥2+𝑦2=522𝑥𝑑𝑥+2𝑦𝑑𝑦=0𝑑𝑦𝑑𝑥=𝑥𝑦