0

Given $$ \left\{ \begin{align*} x &= f(t)\\ y &= g(t) \end{align*}\right. $$

We can compute $\frac{dy}{dx}$ simply by $$ \frac{dy}{dx}=\frac{g'(t)}{f '(t)} $$

However when I tried to compute $\frac{d^2y}{dx^2}$, I met some problem. I've tried the chain rule but it seemed failed.

Can you please help? Thank you.

Roun
  • 3,017

1 Answers1

1

Just set $y'={dy\over dx}$, then $${d\over dt} y'={dy'\over dx}{dx\over dt};$$ whence $${d^2y\over dx^2}={ {dy' / dt} \over {dx/dt}}.$$

David Mitra
  • 74,748
  • Thank you for your answer. I just tried to apply '$\frac{d}{dx}$' and did not see that applying '$\frac{d}{dt}$' first then we can solve '$\frac{d}{dx}$' out. – Roun Nov 07 '11 at 16:46