Math ClubMath Club
v1 · padrão canônico

Lesson 54 — Implicit Differentiation

Differentiate y defined implicitly by equation F(x, y) = 0. Chain rule, tangent to implicit curves, implicit second derivative.

Used in: Japanese Equiv. Math III (implicit + inverse functions) · German Klasse 11 LK Equiv. · Singapore H2 Math (derivatives of curves)

ddx[F(x,y)]=0    dydx=F/xF/y\frac{d}{dx}\bigl[F(x,y)\bigr] = 0 \;\Longrightarrow\; \frac{dy}{dx} = -\frac{\partial F/\partial x}{\partial F/\partial y}

The implicit derivative of F(x,y)=0F(x, y) = 0: differentiate both sides with respect to xx, treating yy as a function of xx (chain rule), and isolate dy/dxdy/dx. The formula Fx/Fy-F_x/F_y holds where Fy0F_y \neq 0.

Choose your door

Rigorous notation, full derivation, hypotheses

Definition and Implicit Function Theorem

Motivation

A plane curve can be given by F(x,y)=0F(x, y) = 0 without it being possible, or convenient, to isolate yy explicitly. The circle x2+y2=r2x^2 + y^2 = r^2 and the Folium of Descartes x3+y3=3axyx^3 + y^3 = 3axy are canonical examples. Implicit differentiation bypasses the obstacle.

Formal Recipe

Let F(x,y)=0F(x, y) = 0 be an equation defining yy as a function of xx in a neighborhood of a point (a,b)(a, b).

Canonical Example: Circle

x2+y2=r2x^2 + y^2 = r^2

Differentiating: 2x+2yy=02x + 2y\,y' = 0, whence y=xyy' = -\dfrac{x}{y} (valid for y0y \neq 0).

Table of Classic Curves

CurveEquation F(x,y)=0F(x,y)=0dy/dxdy/dx
Circlex2+y2r2=0x^2 + y^2 - r^2 = 0x/y-x/y
Ellipsex2/a2+y2/b21=0x^2/a^2 + y^2/b^2 - 1 = 0(b2x)/(a2y)-(b^2 x)/(a^2 y)
Hyperbolax2/a2y2/b21=0x^2/a^2 - y^2/b^2 - 1 = 0(b2x)/(a2y)(b^2 x)/(a^2 y)
Folium of Descartesx3+y33axy=0x^3 + y^3 - 3axy = 0(ayx2)/(y2ax)(ay - x^2)/(y^2 - ax)

"If the equation relating xx and yy cannot be solved for yy explicitly, we can still find yy' by differentiating the equation implicitly." — OpenStax Calculus Volume 1, §3.8

Implicit Function Theorem (1D version)

When it fails. If Fy(a,b)=0F_y(a, b) = 0, the curve may have a vertical tangent at that point, or it may not define a function locally. Example: the circle at points (±r,0)(\pm r, 0)Fy=2y=0F_y = 2y = 0 there.

Implicit Second Derivative

Apply ddx\tfrac{d}{dx} again to y=Fx/Fyy' = -F_x/F_y, using the quotient rule and remembering that yy depends on xx.

Solved Examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 22Understanding 6Modeling 8Challenge 3Proof 1
  1. Ex. 54.1Application

    For the circle x2+y2=1x^2 + y^2 = 1, find dy/dxdy/dx.

    Show solution
    Differentiating x2+y2=1x^2 + y^2 = 1 with respect to xx: 2x+2yy=02x + 2y\,y' = 0. Isolating: y=x/yy' = -x/y. Valid where y0y \neq 0.
    Show step-by-step (with the why)
    1. Write and differentiate. Starting with x2+y2=1x^2 + y^2 = 1, apply d/dxd/dx to both sides: d[x2]/dx+d[y2]/dx=0d[x^2]/dx + d[y^2]/dx = 0.
    2. Use chain rule on y2y^2. Since yy is a function of xx, d[y2]/dx=2yyd[y^2]/dx = 2y\,y'. Thus: 2x+2yy=02x + 2y\,y' = 0.
    3. Isolate yy'. Subtract 2x2x: 2yy=2x2y\,y' = -2x. Divide by 2y2y: y=x/yy' = -x/y.

    Hint: The result x/y-x/y makes geometric sense — the tangent to the circle at a point (x0,y0)(x_0, y_0) is perpendicular to the radius (x0,y0)(x_0, y_0), which has slope y0/x0y_0/x_0. The product of the slopes is (x0/y0)(y0/x0)=1(-x_0/y_0)(y_0/x_0) = -1.

  2. Ex. 54.2Application

    For the ellipse x2/4+y2/9=1x^2/4 + y^2/9 = 1, calculate dy/dxdy/dx.

    Show solution
    For the ellipse x2/4+y2/9=1x^2/4 + y^2/9 = 1: differentiating, x/2+2yy/9=0x/2 + 2y\,y'/9 = 0, so y=9x/(4y)y' = -9x/(4y).
    Show step-by-step (with the why)
    1. Differentiate each term. d[x2/4]/dx=x/2d[x^2/4]/dx = x/2 and d[y2/9]/dx=2yy/9d[y^2/9]/dx = 2y\,y'/9. Equation: x/2+2yy/9=0x/2 + 2y\,y'/9 = 0.
    2. Isolate yy'. 2yy/9=x/22y\,y'/9 = -x/2, then y=9x/(4y)y' = -9x/(4y).

    Note: Varying the semi-axes a,ba, b, the general formula for x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1 is y=b2x/(a2y)y' = -b^2 x/(a^2 y).

  3. Ex. 54.3Application

    For xy=1xy = 1, calculate dy/dxdy/dx via implicit differentiation. Verify it matches differentiating y=1/xy = 1/x explicitly.

    Show solution
    For xy=1xy = 1: differentiating (product rule), y+xy=0y + x\,y' = 0, so y=y/xy' = -y/x. Check: y=1/xy = 1/x gives y=1/x2=(1/x)/x=y/xy' = -1/x^2 = -(1/x)/x = -y/x — consistent.
  4. Ex. 54.4Application

    For the hyperbola x2/9y2/16=1x^2/9 - y^2/16 = 1, calculate dy/dxdy/dx.

    Show solution
    For the hyperbola x2/9y2/16=1x^2/9 - y^2/16 = 1: differentiating, 2x/92yy/16=02x/9 - 2y\,y'/16 = 0, so y=16x/(9y)y' = 16x/(9y). Compare with the ellipse: the sign is positive because the sign of the y2y^2 term is negative in the hyperbola equation.
  5. Ex. 54.5ApplicationAnswer key

    For x3+y3=6xyx^3 + y^3 = 6xy, calculate dy/dxdy/dx.

    Show solution
    For x3+y3=6xyx^3 + y^3 = 6xy: differentiating, 3x2+3y2y=6y+6xy3x^2 + 3y^2\,y' = 6y + 6x\,y'. Grouping: y(3y26x)=6y3x2y'(3y^2 - 6x) = 6y - 3x^2, so y=(2yx2)/(y22x)y' = (2y - x^2)/(y^2 - 2x).
  6. Ex. 54.6Application

    For x22xy+3y2=1x^2 - 2xy + 3y^2 = 1, calculate dy/dxdy/dx.

    Show solution
    For x22xy+3y2=1x^2 - 2xy + 3y^2 = 1: 2x2(y+xy)+6yy=02x - 2(y + x\,y') + 6y\,y' = 0. Simplifying: 2x2y+y(2x+6y)=02x - 2y + y'(-2x + 6y) = 0, so y=(yx)/(3yx)y' = (y - x)/(3y - x).
  7. Ex. 54.7Application

    For x2y+xy2=6x^2 y + xy^2 = 6, calculate dy/dxdy/dx.

    Show solution
    For x2y+xy2=6x^2 y + xy^2 = 6, differentiating (product rule on each term): (2xy+x2y)+(y2+2xyy)=0(2x\,y + x^2\,y') + (y^2 + 2xy\,y') = 0. Grouping: y(x2+2xy)=(2xy+y2)y'(x^2 + 2xy) = -(2xy + y^2), so y=(2xy+y2)/(x2+2xy)y' = -(2xy + y^2)/(x^2 + 2xy).
    Show step-by-step (with the why)
    1. Identify the terms. The equation is x2y+xy2=6x^2 y + x y^2 = 6. Each term is a product of functions of xx and y(x)y(x), so the product rule applies twice.
    2. Differentiate the first term. d[x2y]/dx=2xy+x2yd[x^2 y]/dx = 2x \cdot y + x^2 \cdot y' (product: derivative of the first times the second, plus the first times the derivative of the second).
    3. Differentiate the second term. d[xy2]/dx=1y2+x2yy=y2+2xyyd[x y^2]/dx = 1 \cdot y^2 + x \cdot 2y\,y' = y^2 + 2xy\,y'.
    4. Assemble the equation and isolate. 2xy+x2y+y2+2xyy=02xy + x^2\,y' + y^2 + 2xy\,y' = 0, therefore y(x2+2xy)=(2xy+y2)y'(x^2 + 2xy) = -(2xy + y^2) and y=(2xy+y2)/(x2+2xy)y' = -(2xy + y^2)/(x^2 + 2xy).

    Hint: Factor the numerator and denominator: y=y(2x+y)/(x(x+2y))y' = -y(2x + y)/(x(x + 2y)). We can check that at the point (1,2)(1, 2), which satisfies 12+14=61\cdot2 + 1\cdot4=6, we have y=2(2+2)/(1(1+4))=8/5y' = -2(2+2)/(1(1+4)) = -8/5.

  8. Ex. 54.8Application

    For tany=x\tan y = x, calculate dy/dxdy/dx. Interpret the result as the derivative of arctanx\arctan x.

    Show solution
    For tany=x\tan y = x: differentiating, sec2yy=1\sec^2 y \cdot y' = 1, so y=1/sec2y=cos2yy' = 1/\sec^2 y = \cos^2 y. This exercise implicitly derives the arctan\arctan function: since y=arctanxy = \arctan x, and cos2(arctanx)=1/(1+x2)\cos^2(\arctan x) = 1/(1+x^2), we recover the known formula (arctanx)=1/(1+x2)(\arctan x)' = 1/(1+x^2).
  9. Ex. 54.9ApplicationAnswer key

    For ey=xye^y = xy, calculate dy/dxdy/dx.

    Show solution
    For ey=xye^y = xy: differentiating, eyy=y+xye^y\,y' = y + x\,y'. Grouping: y(eyx)=yy'(e^y - x) = y, so y=y/(eyx)y' = y/(e^y - x). Substituting ey=xye^y = xy: y=y/(xyx)=y/(x(y1))=1/(x(11/y))y' = y/(xy - x) = y/(x(y-1)) = 1/(x(1 - 1/y)). The cleanest form is to keep y=y/(eyx)y' = y/(e^y - x).
  10. Ex. 54.10ApplicationAnswer key

    For ln(xy)=x+y\ln(xy) = x + y, calculate dy/dxdy/dx.

    Show solution
    For ln(xy)=x+y\ln(xy) = x + y: using ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y, differentiate: 1/x+y/y=1+y1/x + y'/y = 1 + y'. Rearranging: y/yy=11/xy'/y - y' = 1 - 1/x, so y(1/y1)=(x1)/xy'(1/y - 1) = (x-1)/x, and y=y(x1)/(x(1y))y' = y(x-1)/(x(1-y)).
  11. Ex. 54.11Application

    For x+y=4\sqrt{x} + \sqrt{y} = 4, calculate dy/dxdy/dx and evaluate at the point (1,9)(1, 9).

    Show solution
    For x+y=4\sqrt{x} + \sqrt{y} = 4: differentiating, 1/(2x)+y/(2y)=01/(2\sqrt{x}) + y'/(2\sqrt{y}) = 0, so y=y/x=y/xy' = -\sqrt{y}/\sqrt{x} = -\sqrt{y/x}. At the point (1,9)(1, 9) (check: 1+3=41 + 3 = 4): y=3y' = -3.
  12. Ex. 54.12Application

    For cos(x+y)=y\cos(x + y) = y, calculate dy/dxdy/dx.

    Show solution
    For cos(x+y)=y\cos(x+y) = y: differentiating, sin(x+y)(1+y)=y-\sin(x+y)(1 + y') = y'. Expand: sin(x+y)sin(x+y)y=y-\sin(x+y) - \sin(x+y)\,y' = y'. Group: sin(x+y)=y(1+sin(x+y))-\sin(x+y) = y'(1 + \sin(x+y)), so y=sin(x+y)/(1+sin(x+y))y' = -\sin(x+y)/(1+\sin(x+y)).
  13. Ex. 54.13ApplicationAnswer key

    For sin(xy)=x\sin(xy) = x, calculate dy/dxdy/dx.

    Show solution
    For sin(xy)=x\sin(xy) = x: differentiating, cos(xy)(y+xy)=1\cos(xy)(y + x\,y') = 1. Expand: ycos(xy)+xcos(xy)y=1y\cos(xy) + x\cos(xy)\,y' = 1. Isolate: y=(1ycos(xy))/(xcos(xy)+1)y' = (1 - y\cos(xy))/(x\cos(xy) + 1).
  14. Ex. 54.14Application

    For y3+3y=xy^3 + 3y = x, calculate dy/dxdy/dx and discuss whether the derivative exists at all points.

    Show solution
    For y3+3y=xy^3 + 3y = x: differentiating, 3y2y+3y=13y^2\,y' + 3\,y' = 1, so y(3y2+3)=1y'(3y^2 + 3) = 1 and y=1/(3(y2+1))y' = 1/(3(y^2+1)). Note that y2+11>0y^2 + 1 \geq 1 > 0 for all yy, so yy' exists at every point on the curve — there are no vertical tangents.
  15. Ex. 54.15ApplicationAnswer key

    Find the tangent line to the circle x2+y2=25x^2 + y^2 = 25 at the point (3,4)(3, 4).

    Show solution
    For the circle x2+y2=25x^2+y^2=25, y=x/yy' = -x/y. At point (3,4)(3,4): y=3/4y' = -3/4. Tangent line: y4=3/4(x3)y - 4 = -3/4 (x-3), or 4y16=3x+94y - 16 = -3x + 9, so 3x+4y=253x + 4y = 25.
    Show step-by-step (with the why)
    1. Calculate yy' implicitly. Differentiating x2+y2=25x^2 + y^2 = 25: 2x+2yy=02x + 2y\,y' = 0, therefore y=x/yy' = -x/y.
    2. Evaluate at the point. At (3,4)(3,4): check that 9+16=259 + 16 = 25. Yes. So y=3/4y' = -3/4.
    3. Write the line. Point-slope form: y4=3/4(x3)y - 4 = -3/4(x - 3). Multiply by 4: 4y16=3x+94y - 16 = -3x + 9, therefore 3x+4y=253x + 4y = 25.
    4. Geometric check. The radius to (3,4)(3,4) has slope 4/34/3. Product (3/4)(4/3)=1(-3/4)(4/3) = -1 — tangent and radius are perpendicular.

    Hint: For any circle centered at the origin, the tangent at (x0,y0)(x_0, y_0) has equation x0x+y0y=r2x_0 x + y_0 y = r^2 — an elegant result directly from implicit differentiation.

  16. Ex. 54.16Application

    For the ellipse x2+4y2=16x^2 + 4y^2 = 16, find the tangent line at the point (2,3)(2, \sqrt{3}).

    Show solution
    For x2+4y2=16x^2 + 4y^2 = 16: differentiating, 2x+8yy=02x + 8y\,y' = 0, so y=x/(4y)y' = -x/(4y). At the point (2,3)(2, \sqrt{3}): check 4+43=164 + 4\cdot3 = 16. Correct. y=2/(43)=1/(23)=3/6y' = -2/(4\sqrt{3}) = -1/(2\sqrt{3}) = -\sqrt{3}/6. Tangent line: y3=3/6(x2)y - \sqrt{3} = -\sqrt{3}/6\,(x-2), or y=3x/6+3/3+3=3x/6+43/3y = -\sqrt{3}x/6 + \sqrt{3}/3 + \sqrt{3} = -\sqrt{3}x/6 + 4\sqrt{3}/3.
  17. Ex. 54.17Application

    For x2+xy+y2=7x^2 + xy + y^2 = 7, find the tangent line at (1,2)(1, 2).

    Show solution
    For x2+xy+y2=7x^2 + xy + y^2 = 7: 2x+y+xy+2yy=02x + y + x\,y' + 2y\,y' = 0. At (1,2)(1,2): check 1+2+4=71 + 2 + 4 = 7. Correct. 2+2+y+4y=04+5y=0y=4/52 + 2 + y' + 4y' = 0 \Rightarrow 4 + 5y' = 0 \Rightarrow y' = -4/5. Tangent: y2=4/5(x1)y - 2 = -4/5(x-1), or 5y10=4x+45y - 10 = -4x + 4, so 4x+5y=144x + 5y = 14.
  18. Ex. 54.18Application

    For x3+y3=9x^3 + y^3 = 9, find the tangent line at (1,2)(1, 2).

    Show solution
    For x3+y3=9x^3 + y^3 = 9: 3x2+3y2y=03x^2 + 3y^2\,y' = 0, y=x2/y2y' = -x^2/y^2. At (1,2)(1,2): check 1+8=91 + 8 = 9. Correct. y=1/4y' = -1/4. Tangent: y2=1/4(x1)y=x/4+1/4+2=x/4+9/4y - 2 = -1/4(x-1) \Rightarrow y = -x/4 + 1/4 + 2 = -x/4 + 9/4.
  19. Ex. 54.19Application

    For ysinx=xcosyy\sin x = x\cos y, calculate dy/dxdy/dx.

    Show solution
    For ysinx=xcosyy\sin x = x\cos y: differentiating (product rule on both sides): ysinx+ycosx=cosyxsinyyy'\sin x + y\cos x = \cos y - x\sin y\,y'. Group: y(sinx+xsiny)=cosyycosxy'(\sin x + x\sin y) = \cos y - y\cos x, so y=(cosyycosx)/(sinx+xsiny)y' = (\cos y - y\cos x)/(\sin x + x\sin y).
  20. Ex. 54.20Application

    For the circle x2+y2=1x^2 + y^2 = 1, determine all points of horizontal and vertical tangency.

    Show solution
    For the ellipse x2+y2=1x^2 + y^2 = 1 (circle): y=x/yy' = -x/y. Vertical tangent when denominator y=0y = 0. Substituting y=0y=0 into the curve: x2=1x^2 = 1, so x=±1x = \pm 1. The points of vertical tangency are (1,0)(1, 0) and (1,0)(-1, 0). Horizontal tangent when numerator x=0x = 0: point (0,±1)(0, \pm 1).
  21. Ex. 54.21Application

    For the Folium of Descartes x3+y3=3xyx^3 + y^3 = 3xy, calculate dy/dxdy/dx and determine the points of horizontal tangency.

    Show solution
    For the Folium of Descartes x3+y3=3xyx^3 + y^3 = 3xy: 3x2+3y2y=3y+3xy3x^2 + 3y^2\,y' = 3y + 3x\,y'. Grouping: y(3y23x)=3y3x2y'(3y^2 - 3x) = 3y - 3x^2, so y=(yx2)/(y2x)y' = (y - x^2)/(y^2 - x). Horizontal tangent when numerator yx2=0y - x^2 = 0, i.e., y=x2y = x^2. Substituting into the Folium: x3+x6=3x3x62x3=0x3(x32)=0x^3 + x^6 = 3x^3 \Rightarrow x^6 - 2x^3 = 0 \Rightarrow x^3(x^3-2)=0. Solutions: x=0x=0 (singular) and x=21/3x = 2^{1/3}, with y=22/3y = 2^{2/3}.
  22. Ex. 54.22Application

    For the Folium of Descartes x3+y3=3xyx^3 + y^3 = 3xy, find the tangent at the point (3/2,3/2)(3/2, 3/2).

    Show solution
    At the Folium x3+y3=3xyx^3 + y^3 = 3xy, the point (3/2,3/2)(3/2, 3/2): check 2(27/8)=27/4=3(3/2)(3/2)=27/42\cdot(27/8) = 27/4 = 3\cdot(3/2)\cdot(3/2) = 27/4. Yes. y=(3/29/4)/(9/43/2)=(3/4)/(3/4)=1y' = (3/2 - 9/4)/(9/4 - 3/2) = (-3/4)/(3/4) = -1. Tangent: y3/2=(x3/2)y=x+3y - 3/2 = -(x - 3/2) \Rightarrow y = -x + 3.
  23. Ex. 54.23Modeling

    The ideal gas law states PV=nRTPV = nRT. Holding TT constant, use implicit differentiation to find dP/dVdP/dV.

    Show solution
    From the ideal gas law PV=nRTPV = nRT, with TT and nRnR constant, differentiating implicitly with respect to VV: dPdVV+P=0\frac{dP}{dV}V + P = 0, so dP/dV=P/V=nRT/V2dP/dV = -P/V = -nRT/V^2. This is the isothermal compressibility — the more compressed the gas, the faster pressure rises with further compression.
    Show step-by-step (with the why)
    1. Identify the variables. PP and VV are the variables; nRTnRT is constant (fixed temperature).
    2. Differentiate both sides with respect to VV. d[PV]/dV=d[nRT]/dVd[PV]/dV = d[nRT]/dV. Left side (product rule): (dP/dV)V+P1=0(dP/dV)V + P\cdot 1 = 0. Right side: zero.
    3. Isolate dP/dVdP/dV. (dP/dV)V=P(dP/dV)V = -P, so dP/dV=P/VdP/dV = -P/V. Substituting P=nRT/VP = nRT/V: dP/dV=nRT/V2dP/dV = -nRT/V^2.

    Curiosity: For the Van der Waals gas, (P+a/V2)(Vb)=nRT(P + a/V^2)(V - b) = nRT. Implicitly differentiating this more complex equation gives the real gas compressibility.

  24. Ex. 54.24ModelingAnswer key

    For the curve y2+xy=12y^2 + xy = 12, determine if there are any points of horizontal or vertical tangency.

    Show solution
    For y2+xy12=0y^2 + xy - 12 = 0, 2yy+y+xy=02y\,y' + y + x\,y' = 0, so y=y/(2y+x)y' = -y/(2y+x). Horizontal tangent when numerator y=0-y=0, i.e., y=0y=0. But y=0y=0 on the curve implies 0+012=00 + 0 - 12 = 0 — impossible. Vertical tangent when denominator 2y+x=02y+x=0, i.e., x=2yx=-2y. Substituting: y2+(2y)y12=0y2=12y^2 + (-2y)y - 12 = 0 \Rightarrow -y^2 = 12 — impossible for real numbers. Therefore, there are no horizontal or vertical tangents at real points on this hyperbola.
  25. Ex. 54.25Modeling

    In microeconomics, the indifference curve U(x1,x2)=UˉU(x_1, x_2) = \bar{U} describes combinations of two goods that leave the consumer indifferent. Using implicit differentiation, find dx2/dx1dx_2/dx_1 — the marginal rate of substitution.

    Show solution
    An indifference curve is defined by U(x1,x2)=UˉU(x_1, x_2) = \bar{U} (constant). Differentiating implicitly with respect to x1x_1: Ux1+Ux2(dx2/dx1)=0U_{x_1} + U_{x_2}\,(dx_2/dx_1) = 0, so dx2/dx1=Ux1/Ux2dx_2/dx_1 = -U_{x_1}/U_{x_2}. This is the marginal rate of substitution — the slope of the indifference curve. For a rational consumer, this rate is negative (if you want more of one good, you give up the other).
  26. Ex. 54.26Modeling

    For the lemniscate (x2+y2)2=2(x2y2)(x^2+y^2)^2 = 2(x^2-y^2), calculate dy/dxdy/dx at the point (3/2,1/2)(\sqrt{3}/2, 1/2).

    Show solution
    For the lemniscate (x2+y2)2=2(x2y2)(x^2+y^2)^2 = 2(x^2-y^2), differentiating both sides: 2(x2+y2)(2x+2yy)=2(2x2yy)2(x^2+y^2)(2x+2y\,y') = 2(2x - 2y\,y'). Expand with u=x2+y2u = x^2 + y^2: 4u(x+yy)=4x4yy4u(x + y\,y') = 4x - 4y\,y'. Grouping yy': y(4uy+4y)=4x4uxy'(4uy + 4y) = 4x - 4ux, so y=x(1u)/(y(1+u))y' = x(1-u)/(y(1+u)) where u=x2+y2u = x^2+y^2. At point (3/2,1/2)(\sqrt{3}/2, 1/2): u=3/4+1/4=1u = 3/4 + 1/4 = 1, therefore y=x(0)/(y(2))=0y' = x(0)/(y(2)) = 0... Reanalyze directly: with u=1u=1, 4(2x+2yy)=4x4yy4(2x+2y\,y') = 4x - 4y\,y', so 8x+8yy=4x4yy8x+8y\,y' = 4x-4y\,y', y(8y+4y)=4x8x=4xy'(8y+4y)=4x-8x=-4x, y=4x/(12y)=x/(3y)y' = -4x/(12y) = -x/(3y). At (3/2,1/2)(\sqrt{3}/2, 1/2): y=(3/2)/(3/2)=3/3y' = -(\sqrt{3}/2)/(3/2) = -\sqrt{3}/3.
  27. Ex. 54.27ModelingAnswer key

    Use logarithmic differentiation to find yy' if y=xxy = x^x (x>0x > 0).

    Show solution
    Let y=xxy = x^x. Logarithmize: lny=xlnx\ln y = x \ln x. Differentiate: y/y=lnx+x(1/x)=lnx+1y'/y = \ln x + x \cdot (1/x) = \ln x + 1. So y=y(lnx+1)=xx(lnx+1)y' = y(\ln x + 1) = x^x(\ln x + 1). The derivative of the "power-exponential" function involves both lnx\ln x (from the exponent) and 11 (from the base).
  28. Ex. 54.28ModelingAnswer key

    Use logarithmic differentiation to find yy' if y=xsinxy = x^{\sin x} (x>0x > 0). Evaluate at x=πx = \pi.

    Show solution
    Let y=xsinxy = x^{\sin x}. Then lny=sinxlnx\ln y = \sin x \ln x. Differentiating: y/y=cosxlnx+sinx/xy'/y = \cos x \ln x + \sin x / x. So y=xsinx(cosxlnx+sinx/x)y' = x^{\sin x}(\cos x\,\ln x + \sin x/x). Note that at x=πx = \pi: y(π)=π0(cosπlnπ+0)=1(lnπ)=lnπy'(\pi) = \pi^0(\cos\pi \ln\pi + 0) = 1\cdot(-\ln\pi) = -\ln\pi.
  29. Ex. 54.29Modeling

    For x2+y2=r2x^2 + y^2 = r^2, find d2y/dx2d^2y/dx^2 in terms of xx, yy, and rr. Interpret the sign of yy'' for y>0y > 0.

    Show solution
    We already know y=x/yy' = -x/y. Differentiating again with respect to xx: y=(yxy)/y2y'' = -(y - x\,y')/y^2. Substitute y=x/yy' = -x/y: y=(yx(x/y))/y2=(y+x2/y)/y2=(y2+x2)/y3=r2/y3y'' = -(y - x(-x/y))/y^2 = -(y + x^2/y)/y^2 = -(y^2 + x^2)/y^3 = -r^2/y^3. For y>0y > 0 (upper semicircle), y<0y'' < 0 — the curve is concave down.
  30. Ex. 54.30Modeling

    For the ellipse x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1, calculate dy/dxdy/dx and d2y/dx2d^2y/dx^2.

    Show solution
    For x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1, differentiating: 2x/a2+2yy/b2=02x/a^2 + 2y\,y'/b^2 = 0, so y=b2x/(a2y)y' = -b^2 x/(a^2 y). Differentiating again: y=b2/a2(yxy)/y2y'' = -b^2/a^2 \cdot (y - x\,y')/y^2. Substituting y=b2x/(a2y)y' = -b^2 x/(a^2 y): y=b2/a2(y+b2x2/(a2y))/y2=(b2/a2)(a2y2+b2x2)/(a2y3)y'' = -b^2/a^2 \cdot (y + b^2 x^2/(a^2 y))/y^2 = -(b^2/a^2)(a^2 y^2 + b^2 x^2)/(a^2 y^3). Since a2y2+b2x2=a2b2(x2/a2+y2/b2)=a2b2a^2 y^2 + b^2 x^2 = a^2 b^2 (x^2/a^2 + y^2/b^2) = a^2 b^2 for points on the ellipse: y=b4/(a2y3)y'' = -b^4/(a^2 y^3).
  31. Ex. 54.31Understanding

    Why is the condition Fy0F_y \neq 0 necessary to apply the Implicit Function Theorem?

    Select the correct option
    Select an option first
    Show solution
    See the referenced source for the detailed solution.
  32. Ex. 54.32Understanding

    What is the main advantage of implicit differentiation over isolating yy and differentiating explicitly?

    Select the correct option
    Select an option first
    Show solution
    See the referenced source for the detailed solution.
  33. Ex. 54.33Understanding

    Use implicit differentiation to show that the tangent to the circle x2+y2=r2x^2 + y^2 = r^2 is always perpendicular to the radius at the point of tangency.

    Show solution
    See the referenced source for the detailed solution.
  34. Ex. 54.34UnderstandingAnswer key

    For a curve F(x,y)=0F(x,y)=0, explain the conditions under which the tangent line exists, possibly vertical, and when the point is singular.

    Show solution
    See the referenced source for the detailed solution.
  35. Ex. 54.35Understanding

    Verify that differentiating x2+y2=r2x^2 + y^2 = r^2 implicitly gives the same result as differentiating y=±r2x2y = \pm\sqrt{r^2-x^2} explicitly.

    Show solution
    See the referenced source for the detailed solution.
  36. Ex. 54.36UnderstandingAnswer key

    When implicitly differentiating exy=x+ye^{xy} = x + y with respect to xx, what is ddx[ey]\frac{d}{dx}[e^y]? Why is it not simply eye^y?

    Show solution
    See the referenced source for the detailed solution.
  37. Ex. 54.37Challenge

    For the curve x4+y4=1x^4 + y^4 = 1, find all points of horizontal and vertical tangency.

    Show solution
    For $x^4 + y^4 = 1$: differentiating, $4x^3 + 4y^3\,y' = 0$, so $y' = -x^3/y^3$. Horizontal tangent ($y'=0$): numerator $x^3=0 \Rightarrow x=0$, with $y = \pm 1$ on the curve. Vertical tangent (denominator $=0$): $y=0 \Rightarrow x = \pm 1$. Thus horizontal tangents at $(0, \pm 1)$ and vertical tangents at $(\pm 1, 0)$.
    Show step-by-step (with the why)
    See the referenced source for the step-by-step walkthrough.
  38. Ex. 54.38Challenge

    For the ellipse x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1, calculate yy'' implicitly and simplify using the ellipse's equation. (Ans: y=b4/(a2y3)y'' = -b^4/(a^2 y^3).)

    Show solution
    For the ellipse $x^2/a^2 + y^2/b^2 = 1$: $y' = -b^2 x/(a^2 y)$. Differentiating again, using the quotient rule and substituting $y'$: $y'' = -b^2/a^2 \cdot (y - x\,y')/y^2$. Substituting $y'$: $y'' = -b^2/(a^2 y^2)(y + b^2 x^2/(a^2 y)) = -(b^2 a^2 y^2 + b^4 x^2)/(a^4 y^3)$. Using $x^2/a^2 + y^2/b^2=1$ implies $b^2 x^2/a^2 = b^2 - y^2$: $y'' = -b^4(x^2/a^2 + y^2/b^2)/(a^2 y^3) = -b^4/(a^2 y^3)$.
  39. Ex. 54.39Challenge

    For sin(xy)+cos(x+y)=1\sin(xy) + \cos(x+y) = 1, calculate dy/dxdy/dx at (0,0)(0, 0). Explain why the point is singular for the direct formula.

    Show solution
    For $\sin(xy) + \cos(x+y) = 1$, at $(0,0)$: check $\sin(0) + \cos(0) = 0 + 1 = 1$. Correct. Differentiating: $\cos(xy)(y + x\,y') - \sin(x+y)(1+y') = 0$. At $(0,0)$: $\cos(0)(0 + 0) - \sin(0)(1 + y') = 0 \Rightarrow 0 - 0 = 0$ — indeterminate. Expand around $(0,0)$ to second order: $xy - (x+y)^2/2 + \ldots \approx 0$. For $y = mx$: $mx^2 - x^2(1+m)^2/2 \approx 0$, so $m = (1+m)^2/2$. Solution by inspection: $m=0$ gives $0 = 1/2$... The point $(0,0)$ is singular for this system — $F_x = y\cos(xy) - \sin(x+y) = 0$ and $F_y = x\cos(xy) - \sin(x+y) = 0$ coincide at $(0,0)$. The directional derivative is $y'(0,0) = 0$ for the principal branch.
  40. Ex. 54.40Proof

    Proof. Prove that (xa)=axa1(x^a)' = ax^{a-1} for arbitrary aRa \in \mathbb{R} (x>0x > 0), using xa=ealnxx^a = e^{a\ln x} and the chain rule. Explain why the proof covers the case of irrational aa.

    Show solution
    Write xa=ealnxx^a = e^{a \ln x} (definition of power with arbitrary real exponent, for x>0x > 0). Differentiating: (xa)=ealnxddx[alnx]=xaax=axa1(x^a)' = e^{a \ln x} \cdot \frac{d}{dx}[a \ln x] = x^a \cdot \frac{a}{x} = a\,x^{a-1}. This derivation holds for any aRa \in \mathbb{R}, including irrational, which elementary limit-based proofs do not cleanly cover.
    Show step-by-step (with the why)
    1. Rewrite using the definition. For x>0x > 0 and aRa \in \mathbb{R}: xa=ealnxx^a = e^{a \ln x}. This is the definition of power with an arbitrary real exponent.
    2. Apply the chain rule. ddx[ealnx]=ealnxddx[alnx]=ealnxax\dfrac{d}{dx}[e^{a \ln x}] = e^{a \ln x} \cdot \dfrac{d}{dx}[a \ln x] = e^{a \ln x} \cdot \dfrac{a}{x}.
    3. Simplify. ealnx=xae^{a \ln x} = x^a, so the result is xaa/x=axa1x^a \cdot a/x = a\,x^{a-1}.
    4. Conclusion. (xa)=axa1(x^a)' = a\,x^{a-1} for all aRa \in \mathbb{R} and x>0x > 0. This is the power rule in its most general form.

    Hint: The proof works because $e^u$ and $\ln x$ are well-defined functions for x>0x > 0. For aQa \in \mathbb{Q} and x>0x > 0 there are other proofs, but only this one covers the case aRQa \in \mathbb{R} \setminus \mathbb{Q} elementarily.

Sources

  • Active Calculus 2.0 — Boelkins · 2024 · §2.7 (Derivatives of Functions Given Implicitly). Primary source. CC-BY-NC-SA 4.0 license.
  • OpenStax Calculus Volume 1 — OpenStax · 2016 · §3.8 (Implicit Differentiation). CC-BY-NC-SA 4.0 license.
  • APEX Calculus — Hartman et al. · 2024 · v5 · §2.6 (Implicit Differentiation). CC-BY-NC 4.0 license.

Updated on 2024-05-15 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.