Linearization of Second Order Differential Equations

Click For Summary
SUMMARY

The discussion focuses on the linearization of second order differential equations, specifically for a double pendulum system. The equation in question is represented as θ1'' = function[θ1, θ2, θ1', θ2']. To linearize this equation, participants suggest using the chain rule and evaluating partial derivatives at specific points, effectively transforming the function into a Taylor polynomial and retaining only the linear terms. This method simplifies the complex dynamics of the double pendulum into a more manageable linear form.

PREREQUISITES
  • Understanding of second order differential equations
  • Familiarity with Taylor series and polynomial approximation
  • Knowledge of partial derivatives and the chain rule
  • Basic concepts of pendulum dynamics and motion
NEXT STEPS
  • Study the application of Taylor series in differential equations
  • Learn about the dynamics of double pendulums and their equations of motion
  • Explore numerical methods for solving linearized differential equations
  • Investigate the use of software tools like MATLAB or Mathematica for simulating pendulum systems
USEFUL FOR

Students and researchers in physics and engineering, particularly those focusing on dynamics, control systems, and mathematical modeling of mechanical systems.

Ruby Tyra
Messages
1
Reaction score
0
I'm having some difficulties figuring out how to linearize second order differential equations for a double pendulum.

I have an equation that is in the form of

\theta_{1}''\normalsize = function [\theta_{1},\theta_{2},\theta_{1}',\theta_{2}']

(The original equation is found at http://www.myphysicslab.com/dbl_pendulum.html, the equations inside the orange rectangle.)

I was told to replace that function by a linear function of all four variables but I don't know where to start with that since the original equation is much more complex than the simple pendulum example we were given.

Thank you!
 
Physics news on Phys.org
Ruby Tyra said:
I'm having some difficulties figuring out how to linearize second order differential equations for a double pendulum.

I have an equation that is in the form of

\theta_{1}''\normalsize = function [\theta_{1},\theta_{2},\theta_{1}',\theta_{2}']

(The original equation is found at http://www.myphysicslab.com/dbl_pendulum.html, the equations inside the orange rectangle.)

I was told to replace that function by a linear function of all four variables but I don't know where to start with that since the original equation is much more complex than the simple pendulum example we were given.

Thank you!

If f = f(x,y,z,w) and you want to linearize, use the chain rule:

f(x,y,z,w) = f(x_0,y_0,z_0,w_0)+\frac{\partial{f}}{\partial{x}}(x-x_0)+\frac{\partial{f}}{\partial{y}}(y-y_0)+\frac{\partial{f}}{\partial{z}}(z-z_0)+\frac{\partial{f}}{\partial{w}}(w-w_0)

where the partials are evaluated at x_0,y_0,z_0,w_0
 
Note that what Chestermiller is saying is essentially the same as replacing the function by a Taylor polynomial in all variables, then dropping all but the linear terms. And that, in turn, is the same as replacing the "surface" by its "tangent plane".
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
459
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K