
Reeeeeb W.
asked 12/14/23Equation of the tangent
Determine the equation of the tangent to the curve: cos (x y) = ye^x -pi/2
at the point (x; y) = (0,pi/2) you will need to use implicit differentiation.
1 Expert Answer
Aaron R. answered 12/17/23
Experienced UC Merced Tutor in Math, Physics, Computer Science
To implicitly differentiate this curve, we simply take each term in the equation and differentiate it with respect to x
Differentiating cos(xy):
(cos(xy))' = -sin(xy) * (xy)'
= -sin(xy) * (x' * y + y' * x)
= -sin(xy) * (y + y' * x)
Differentiating y*e^x:
(y*e^x)' = y' * e^x + y * e^x
And the derivative of -pi/2 = 0
We want to isolate all terms containing y' on one side of the equation, such that we can write y' as a function of x and y. Then we can just plug in x and y to calculate y'.
y' * (-sin(xy) * x) - y * sin(xy) = e^x * y + e^x * y'
-> y'(e^x + x * sin(xy)) = -y * (e^x + sin(xy))
-> y' = -y (e^x + x * sin(xy)) / (e^x + sin(xy))
Now we plug in x = 0, y = pi/2
-> y' = -pi/2 * (1 + 0) / (1 + 0)
-> y' = -pi/2
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Bradford T.
Check your input. Is there an operator between x and y for the cosine term? Is it e^(x-pi/2) or e^(x)-pi/2?12/14/23