a curve is defined parametrically by the equations x=2sintheta y=cos^2(theta) find the equation of the tangent to this curve at (2;0)
x = and y = at (2, 0)
The first thing that we should do is find the derivative so we can get the slope of the tangent line.
At this point we’ve got a small problem. The derivative is in terms of and all we’ve got is an x-y coordinate pair. The next step then is to determine the value(s) of which will give this point. We find these by plugging the x and y values into the parametric equations and solving for
2 = 2
0 =
Since we already know the x and y coordinates of the point all that we need to do is find the slope of the tangent line.
1
y - 0 = 1* (x - 2)
y = x - 2
Comments