AP Calculus AB Exam Question:
Consider the equation of a curve defined implicitly by the equation:
x2+y2+xy=4
- Find dxdy using implicit differentiation.
- Determine the slope of the tangent line to the curve at the point (1,−1).
- Find the equation of the tangent line at that point.
Answer:
1. Find dxdy using implicit differentiation:
To find dxdy, we will differentiate both sides of the equation with respect to x while treating y as an implicitly defined function of x. Let's differentiate each term on the left-hand side separately:
Differentiating x2 with respect to x gives dxd(x2)=2x.
Differentiating y2 with respect to x gives dxd(y2)=2y⋅dxdy.
Using the product rule, differentiating xy with respect to x gives dxd(xy)=x⋅dxdy+y (the derivative of x with respect to x is simply 1).
Bringing it all together, the derivative of the left-hand side is:
2x+2y⋅dxdy+x⋅dxdy+ySince the derivative of the right-hand side is 0 (since 4 is a constant), we have:
2x+2y⋅dxdy+x⋅dxdy+y=0Now, let's isolate dxdy by combining like terms:
2y⋅dxdy+x⋅dxdy=−2x−yFactoring out dxdy:
(2y+x)⋅dxdy=−2x−yFinally, we can solve for dxdy by dividing both sides by (2y+x):
dxdy=2y+x−2x−y2. Determine the slope of the tangent line to the curve at the point (1,−1):
To find the slope of the tangent line at the point (1,−1), we substitute x=1 and y=−1 into the expression we obtained for dxdy in part 1.
Plugging in these values, we have:
dxdy=2(−1)+1−2(1)−(−1)=3−1Therefore, the slope of the tangent line at the point (1,−1) is −31.
3. Find the equation of the tangent line at that point:
To find the equation of the tangent line at the point (1,−1), we'll use the point-slope form of a line:
y−y1=m⋅(x−x1)where (x1,y1) is a point on the line and m is the slope.
Substituting the given point (1,−1) and the slope −31, we have:
y−(−1)=−31⋅(x−1)Simplifying:
y+1=−31x+31Rearranging the equation:
y=−31x−32Therefore, the equation of the tangent line to the curve at the point (1,−1) is y=−31x−32.