Have i done this parametric differentiation right?

bill nye scienceguy!
Messages
121
Reaction score
0
y=t+cost x=t+sint

dy/dt=1-sint dx/dt=1+cost

dy/dx= (dy/dt).(dt/dx)

= (1-sint).1/(1+cost) = (1-sint)/(1+cost)
= 1-tant

and how do i get from there to the second order differential?
 
Physics news on Phys.org
bill nye scienceguy! said:
y=t+cost x=t+sint

dy/dt=1-sint dx/dt=1+cost

dy/dx= (dy/dt).(dt/dx)

= (1-sint).1/(1+cost) = (1-sint)/(1+cost)
= 1-tant

and how do i get from there to the second order differential?
How did you go from:
\frac{dy}{dx} = \frac{1 - \sin t}{1 + \cos t} \quad \mbox{to} \quad = 1 - \tan t?
Just stop at \frac{dy}{dx} = \frac{1 - \sin t}{1 + \cos t}. It's okay, you don't have to simplify it any further.
To find:
\frac{d ^ 2 y}{dx ^ 2}, we use the Chain rule, and the derivative of inverse function:
\frac{dk}{du} = \frac{1}{\frac{du}{dk}}
\frac{d ^ 2 y}{dx ^ 2} = \frac{d \left( \frac{dy}{dx} \right)}{dx} = \frac{d \left( \frac{dy}{dx} \right)}{dt} \times \frac{dt}{dx} = \frac{d \left( \frac{dy}{dx} \right)}{dt} \times \frac{1}{\frac{dx}{dt}}
Can you go from here? :)
 
the second order derivitve is just the derivitive of dy/dx all divided by dx/dt
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top