Have i done this parametric differentiation right?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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:
[tex]\frac{dy}{dx} = \frac{1 - \sin t}{1 + \cos t} \quad \mbox{to} \quad = 1 - \tan t[/tex]?
Just stop at [tex]\frac{dy}{dx} = \frac{1 - \sin t}{1 + \cos t}[/tex]. It's okay, you don't have to simplify it any further.
To find:
[tex]\frac{d ^ 2 y}{dx ^ 2}[/tex], we use the Chain rule, and the derivative of inverse function:
[tex]\frac{dk}{du} = \frac{1}{\frac{du}{dk}}[/tex]
[tex]\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}}[/tex]
Can you go from here? :)
 
the second order derivitve is just the derivative of dy/dx all divided by dx/dt