Second derivative from parametric form

Click For Summary
SUMMARY

The discussion focuses on the calculation of the second derivative \( \frac{d^2 y}{dx^2} \) from parametric equations defined by a third variable \( t \). It clarifies that one cannot simply divide \( \frac{d^2 y}{dt^2} \) by \( \frac{d^2 x}{dt^2} \) to obtain \( \frac{d^2 y}{dx^2} \), as this leads to incorrect dimensional analysis. The correct formulation involves using the chain rule and considering the relationship between \( y \), \( x \), and their derivatives with respect to \( t \). The final expression for \( \frac{d^2 y}{dx^2} \) is derived as \( \frac{d^2 y}{dx^2} = \frac{\ddot{y}}{\dot{x}^2} + \frac{\dot{y}\ddot{x}}{\dot{x}^3} \).

PREREQUISITES
  • Understanding of parametric equations and derivatives
  • Familiarity with the chain rule in calculus
  • Knowledge of dimensional analysis in physics
  • Basic concepts of kinematics, including velocity and acceleration
NEXT STEPS
  • Study the application of the chain rule in multivariable calculus
  • Explore the relationship between parametric equations and their derivatives
  • Learn about dimensional analysis and its importance in physics
  • Investigate the implications of second derivatives in motion and curvature
USEFUL FOR

Mathematicians, physics students, and engineers who require a deeper understanding of derivatives in parametric forms and their applications in real-world scenarios.

vikcool812
Messages
13
Reaction score
0
If x and y are defined in terms of a third vatiable say t , then to find d2y/dx2 , we cannot find d2y/dt2 and d2x/dt2 and divide them to get d2y/dx2 , i am unable to fingure out the reason for this !
 
Physics news on Phys.org
This is the reason for the notation:
\frac{d^2 y}{dx^2}
instead of...
\frac{d^2 y}{d^2 x}

Remember that the first derivate gives the linear approximation for changes in the dependent variable as a (linear) function of changes in the dependent variable:

dy = \frac{dy}{dx} \cdot dx
or
y(x+dx) = y(x) + \frac{dy}{dx}\cdot dx

Likewise the second derivative gives the second order approximation for changes in the dependent variable as a (quadratic) function fo changes in the dependent variable. Together you get:

y(x+dx) = y(x) + \frac{dy}{dx} \cdot dx + \frac{d^2 y}{dx^2} \cdot (dx)^2

Notice you are looking for the second order variation in the value of y and not in the quadratic of y but as a quadratic function of the variation dx in x. So you see it is not a symmetric treatment of x and y.

Consider the implicit equation below. I'll use dotted variables to represent t-derivatives:
y = f(x)

\frac{d}{dt}y = \frac{d}{dt}f(x)
\dot{y} = f'(x)\dot{x}

\frac{d}{dt} \dot{y} = \frac{d}{dt}\left( f'(x)\dot{x}
\ddot{y} = \left(\frac{d}{dt} f'(x) \right) \dot{x} + f'(x)\left(\frac{d}{dt}\dot{x}\right)
\ddot{y} = \left(f''(x)\dot{x}\right)\dot{x} + f'(x)\ddot{x}
Now replace f(x) = y to get:
\ddot{y} = \frac{d^2y}{dx^2} \dot{x}^2 + \frac{dy}{dx}\ddot{x}

Now solve for the second derivative of y w.r.t. x:
\frac{d^2 y}{dx^2} = \frac{ \ddot{y} + dy/dx \cdot \ddot{x}}{\dot{x}^2}<br /> = \frac{\ddot{y}}{\dot{x}^2} + \frac{\dot{y}\ddot{x}}{\dot{x}^3}

Notice that if you take the ratio you are trying to use:
\frac{\ddot{y}}{\ddot{x}}
you get:
\frac{\ddot{y}}{\ddot{x}}= \frac{d^2y}{dx^2}\frac{\dot{x}^2}{\ddot{x}} + \frac{dy}{dx}
which is not what you are trying to get.

Finally notice how the units work out. Suppose y is some quantity measured in say kg and x has units of meters while t units of seconds.

\frac{d^2 y}{dx^2} = \frac{d^2 y}{dx\,dx}
has units of kg per meter ^2.
Note however:
\frac{d^2 y}{dt^2}
has units of kg/s^2 while
\frac{d^2 x}{dt^2}
has units of m/s^2 and so the ratio has units of kg/m not kg/m^2 as the 2nd derivative should have.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
17K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K