2.7 Implicit Differentiation

Explicit and Implicit Functions

  • Explicit Form: One variable is explicitly solved in terms of the other, such as y=f(x)y = f(x). Example: y=x2+3y = x^2 + 3.

  • Implicit Form: The relationship between variables is implied by an equation where yy is not isolated. Example: x2+y2=25x^2 + y^2 = 25 or x3+y3=6xyx^3 + y^3 = 6xy.

  • Implicit Differentiation: A procedure used to find derivatives when it is difficult or impossible to solve for yy as a function of xx explicitly.

Applying the Chain Rule

  • Implicit differentiation requires differentiating with respect to (wrtwrt) xx.

  • When differentiating terms involving yy, you must assume yy is a differentiable function of xx and apply the Chain Rule, which introduces a dydx\frac{dy}{dx} factor.

  • Examples of Differentiation wrt xwrt \text{ } x:

    • Terms with only xx: ddx[x3]=3x2\frac{d}{dx}[x^3] = 3x^2.

    • Terms with only yy: ddx[y3]=3y2dydx\frac{d}{dx}[y^3] = 3y^2 \frac{dy}{dx}.

    • Combined terms (Sum Rule): ddx[x+3y]=1+3dydx\frac{d}{dx}[x + 3y] = 1 + 3\frac{dy}{dx}.

    • Combined terms (Product Rule): ddx[xy2]=x(2ydydx)+y2(1)=2xydydx+y2\frac{d}{dx}[xy^2] = x(2y\frac{dy}{dx}) + y^2(1) = 2xy\frac{dy}{dx} + y^2.

Procedural Steps for Implicit Differentiation

  1. Differentiate both sides of the equation with respect to xx.

  2. Collect all terms involving dydx\frac{dy}{dx} on the left side and move all other terms to the right side.

  3. Factor dydx\frac{dy}{dx} out of the left side.

  4. Solve for dydx\frac{dy}{dx} by dividing.

  • Example 3 Calculation: For the equation y3+y25yx2=4y^3 + y^2 - 5y - x^2 = -4, differentiating yields 3y2dydx+2ydydx5dydx2x=03y^2 \frac{dy}{dx} + 2y \frac{dy}{dx} - 5 \frac{dy}{dx} - 2x = 0. Solving for the derivative results in dydx=2x3y2+2y5\frac{dy}{dx} = \frac{2x}{3y^2 + 2y - 5}.

Finding Slopes and Tangent Lines

  • The derivative dydx\frac{dy}{dx} provides the slope of the tangent line at any point (x,y)(x, y) on the graph.

  • Slopes at Specific Points:

    • In the graph of y3+y25yx2=4y^3 + y^2 - 5y - x^2 = -4 (Figure 2.31), the slope at (1,3)(1, -3) is 2(1)3(3)2+2(3)5=216=18\frac{2(1)}{3(-3)^2 + 2(-3) - 5} = \frac{2}{16} = \frac{1}{8}.

    • Example 5: For the hyperbola x2y2=16x^2 - y^2 = 16, the slope at point (1,1)(1, 1) found implicitly is dydx=2\frac{dy}{dx} = 2.

Application: Demand Functions

  • Implicit differentiation can be used to determine the rate of change in economic models.

  • Example 6: Given the demand function p=1000.0001x2+0.01x+1p = \frac{100}{0.0001x^2 + 0.01x + 1}, where pp is price and xx is demand (in thousands of units).

  • To find the rate of change of demand with respect to price (dxdp\frac{dx}{dp}) at x=100x = 100:

    • Differentiate implicitly to find dxdp=75\frac{dx}{dp} = -75.

    • Interpretation: When x=100x = 100, the demand drops at a rate of 7575 thousand units for every $1\$1 increase in price.