How do you find dy/dxdydx for the curve x=t*sin(t)x=tsin(t), y=t^2+2y=t2+2 ?

1 Answer
Aug 28, 2014

To find the derivative of a parametric function, you use the formula:

dy/dx = (dy/dt)/(dx/dt)dydx=dydtdxdt, which is a rearranged form of the chain rule.

To use this, we must first derive yy and xx separately, then place the result of dy/dt dydtover dx/dtdxdt.


y=t^2 + 2y=t2+2

dy/dt = 2tdydt=2t (Power Rule)


x=tsin(t)x=tsin(t)

dx/dt = sin(t) + tcos(t)dxdt=sin(t)+tcos(t) (Product Rule)


Placing these into our formula for the derivative of parametric equations, we have:

dy/dx = (dy/dt)/(dx/dt) = (2t)/(sin(t)+tcos(t))dydx=dydtdxdt=2tsin(t)+tcos(t)