Post

Created by @nathanedwards
 at October 31st 2023, 6:30:16 pm.

AP Calculus AB Exam Question

Consider the equation that implicitly defines a curve:

x2+2xyy2=12x^2 + 2xy - y^2 = 12(a)

(b) Find the equation of the tangent line to the curve at the point (4,2)(4, -2).

Solution

(a) To find dydx\frac{{dy}}{{dx}}, we differentiate both sides of the equation with respect to xx, treating yy as a function of xx.

Differentiating the left-hand side:

ddx(x2+2xyy2)=ddx(12)\frac{{d}}{{dx}}(x^2 + 2xy - y^2) = \frac{{d}}{{dx}}(12)

Using the chain rule, the derivative of x2x^2 is 2x2x.

For the term 2xy2xy, we must use the product rule. The derivative with respect to xx of 2xy2xy is 2y+2xdydx2y + 2x \frac{{dy}}{{dx}}.

For the term y2-y^2, we must use the chain rule. The derivative with respect to xx of y2-y^2 is 2ydydx-2y \frac{{dy}}{{dx}}.

Thus, the left-hand side becomes:

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

Simplifying this equation:

2x+2y+ddx(2xy)ddx(y2)=02x + 2y + \frac{{d}}{{dx}}(2x \cdot y) - \frac{{d}}{{dx}}(y^2) = 0
2x+2y+2xdydx2ydydx=02x + 2y + 2x \frac{{dy}}{{dx}} - 2y \frac{{dy}}{{dx}} = 0
2xdydx2ydydx=2x2y2x \frac{{dy}}{{dx}} - 2y \frac{{dy}}{{dx}} = -2x - 2y
2(xy)dydx=2(x+y)2\left(x - y\right) \frac{{dy}}{{dx}} = -2\left(x + y\right)

Finally, solving for dydx\frac{{dy}}{{dx}}:

dydx=2(x+y)2(xy)\frac{{dy}}{{dx}} = \frac{{-2\left(x + y\right)}}{{2\left(x - y\right)}}

Simplifying:

dydx=x+yxy\frac{{dy}}{{dx}} = -\frac{{x + y}}{{x - y}}(b)

First, we find the slope by substituting x=4x = 4 and y=2y = -2 into dydx\frac{{dy}}{{dx}}:

m=4+(2)4(2)=66=1m = \frac{{-4 + (-2)}}{{4 - (-2)}} = -\frac{{6}}{{6}} = -1

Now we have the slope m=1m = -1. To find the equation of the line, we use the point-slope form:

yy1=m(xx1)y - y_1 = m(x - x_1)

Substituting x1=4x_1 = 4, y1=2y_1 = -2, and m=1m = -1:

y(2)=1(x4)y - (-2) = -1(x - 4)
y+2=x+4y + 2 = -x + 4

Simplifying:

y=x+2y = -x + 2

Therefore, the equation of the tangent line to the curve at the point (4,2)(4, -2) is y=x+2y = -x + 2.

Answer: dydx=x+yxy\frac{{dy}}{{dx}} = -\frac{{x + y}}{{x - y}} and y=x+2y = -x + 2