Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Differential Equations
Reply
 
Thread Tools Display Modes
  #1  
Old October 30th, 2009, 11:11 AM
Aryth's Avatar
Super Member
 
Join Date: Feb 2007
Posts: 535
Country:
Thanks: 124
Thanked 191 Times in 176 Posts
Aryth has a spectacular aura aboutAryth has a spectacular aura aboutAryth has a spectacular aura about
Send a message via MSN to Aryth Send a message via Yahoo to Aryth
Default Equation of Motion for a Simple Pendulum

I've already derived the equation, and simplified it to the linear case, now I have to solve it... The equation is:

\frac{d^2\theta}{dt^2} = -\frac{g}{l}\theta

Where l is length of the pendulum.

Doing some research, I keep finding that the solution is:

\theta = \theta_0 cos\left(\sqrt{\frac{g}{l}}t\right)

Where \theta_0 is the initial condition at time t=0

Now, here's my attempt at a solution:

Since it is linear and homogeneous, we can assume a solution:

\theta = e^{kt}

Where k is an arbitrary constant.

This leads to the indicial equation:

k^2 + \frac{g}{l} = 0

The solution to which is:

k = \pm i\sqrt{\frac{g}{l}}

This leads to two solutions:

\theta_1 = e^{i\sqrt{\frac{g}{l}}t}
\theta_2 = e^{-i\sqrt{\frac{g}{l}}t}

A linear combination of these leads to the general homogeneous solution:

\theta_h = Ae^{i\sqrt{\frac{g}{l}}t} + Be^{-i\sqrt{\frac{g}{l}}t}

Expanding the exponentials into their trigonometric form, we get:

\theta_h = A\left[cos\left(\sqrt{\frac{g}{l}}t\right) + isin\left(\sqrt{\frac{g}{l}}t\right)\right] + B\left[cos\left(\sqrt{\frac{g}{l}}t\right) - isin\left(\sqrt{\frac{g}{l}}t\right)\right]

\theta_h = (A + B)cos\left(\sqrt{\frac{g}{l}}t\right) + i(A - B)sin\left(\sqrt{\frac{g}{l}}t\right)

From here I'm not sure how to proceed...
Reply With Quote
Advertisement
 
  #2  
Old October 30th, 2009, 12:07 PM
Super Member
 
Join Date: Dec 2008
Location: Scotland
Posts: 871
Country:
Thanks: 6
Thanked 344 Times in 321 Posts
Mush is a jewel in the roughMush is a jewel in the roughMush is a jewel in the roughMush is a jewel in the rough
Default

Quote:
Originally Posted by Aryth View Post
I've already derived the equation, and simplified it to the linear case, now I have to solve it... The equation is:

\frac{d^2\theta}{dt^2} = -\frac{g}{l}\theta

Where l is length of the pendulum.

Doing some research, I keep finding that the solution is:

\theta = \theta_0 cos\left(\sqrt{\frac{g}{l}}t\right)

Where \theta_0 is the initial condition at time t=0

Now, here's my attempt at a solution:

Since it is linear and homogeneous, we can assume a solution:

\theta = e^{kt}

Where k is an arbitrary constant.

This leads to the indicial equation:

k^2 + \frac{g}{l} = 0

The solution to which is:

k = \pm i\sqrt{\frac{g}{l}}

This leads to two solutions:

\theta_1 = e^{i\sqrt{\frac{g}{l}}t}
\theta_2 = e^{-i\sqrt{\frac{g}{l}}t}

A linear combination of these leads to the general homogeneous solution:

\theta_h = Ae^{i\sqrt{\frac{g}{l}}t} + Be^{-i\sqrt{\frac{g}{l}}t}

Expanding the exponentials into their trigonometric form, we get:

\theta_h = A\left[cos\left(\sqrt{\frac{g}{l}}t\right) + isin\left(\sqrt{\frac{g}{l}}t\right)\right] + B\left[cos\left(\sqrt{\frac{g}{l}}t\right) - isin\left(\sqrt{\frac{g}{l}}t\right)\right]

\theta_h = (A + B)cos\left(\sqrt{\frac{g}{l}}t\right) + i(A - B)sin\left(\sqrt{\frac{g}{l}}t\right)

From here I'm not sure how to proceed...

The equation for the simple pendulum SHOULD BE... \ddot{\theta} = -\frac{g}{l} \sin(\theta). If you use the process I gave you with THAT equation, then you get \theta = \theta_0 \cos(\sqrt{\frac{g}{l} t}). You won't get the same solution if you use the equation you started with, which is the small angle approximation of the proper equation of motion...

EDIT: Perhaps I'm wrong about that actually..

Last edited by Mush; October 30th, 2009 at 12:19 PM.
Reply With Quote
  #3  
Old October 30th, 2009, 12:50 PM
Aryth's Avatar
Super Member
 
Join Date: Feb 2007
Posts: 535
Country:
Thanks: 124
Thanked 191 Times in 176 Posts
Aryth has a spectacular aura aboutAryth has a spectacular aura aboutAryth has a spectacular aura about
Send a message via MSN to Aryth Send a message via Yahoo to Aryth
Default

Quote:
Originally Posted by Mush View Post
The equation for the simple pendulum SHOULD BE... \ddot{\theta} = -\frac{g}{l} \sin(\theta). If you use the process I gave you with THAT equation, then you get \theta = \theta_0 \cos(\sqrt{\frac{g}{l} t}). You won't get the same solution if you use the equation you started with, which is the small angle approximation of the proper equation of motion...

EDIT: Perhaps I'm wrong about that actually..
You're somewhat right... I actually meant that the solution was:

\theta = \theta_0 cos\left(\sqrt{\frac{g}{l}}t + \phi\right)

How do you proceed to get that solution?
Reply With Quote
  #4  
Old October 30th, 2009, 02:02 PM
Super Member
 
Join Date: Dec 2008
Location: Scotland
Posts: 871
Country:
Thanks: 6
Thanked 344 Times in 321 Posts
Mush is a jewel in the roughMush is a jewel in the roughMush is a jewel in the roughMush is a jewel in the rough
Default

Quote:
Originally Posted by Aryth View Post
You're somewhat right... I actually meant that the solution was:

\theta = \theta_0 cos\left(\sqrt{\frac{g}{l}}t + \phi\right)

How do you proceed to get that solution?

Are you familiar with Laplace Tranforms? That's the method I would use, as it makes the problem so much easier.

So we start from the equation with the small angle approximation \ddot{\theta} = - \frac{g}{l} \theta

If we assume that the pendulum is going to be in free vibration when released from some angle \theta_0, then the initial conditions of a pendulum as as follows: \theta(0) = \theta_0, \dot{\theta}(0) = 0.

Then perform the Laplace Transform of both sides of the equation, noting that:

\mathcal{L} ( \ddot{\theta}) = s^2 \Theta(s) - s \theta(0) - \dot{\theta}(0)

\mathcal{L}(  k \theta )= k \Theta(s) for some constant k (in this case k = -\frac{g}{l}

Once you've done that, insert your initial conditions into the new transformed equation, and rearrange to make \Theta(s) the subject. Then use the following rule to perform the inverse Laplace Transform to get \theta(t):

\mathcal{L}^{-1} \bigg(K \frac{s}{s^2 + \omega^2}\bigg) = K \cos(\omega t), for some constant K. (In order to get your equation into the form you need to use this inverse laplace transform rule, it might be helpful to know that \frac{g}{l} = \bigg(\sqrt{\frac{g}{l}}\bigg)^2 )

Last edited by Mush; October 30th, 2009 at 02:25 PM.
Reply With Quote
  #5  
Old October 31st, 2009, 03:20 AM
MHF Contributor

 
Join Date: Apr 2005
Posts: 5,373
Thanks: 787
Thanked 1,908 Times in 1,761 Posts
HallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant futureHallsofIvy has a brilliant future
Default

Quote:
Originally Posted by Aryth View Post
I've already derived the equation, and simplified it to the linear case, now I have to solve it... The equation is:

\frac{d^2\theta}{dt^2} = -\frac{g}{l}\theta

Where l is length of the pendulum.

Doing some research, I keep finding that the solution is:

\theta = \theta_0 cos\left(\sqrt{\frac{g}{l}}t\right)

Where \theta_0 is the initial condition at time t=0

Now, here's my attempt at a solution:

Since it is linear and homogeneous, we can assume a solution:

\theta = e^{kt}

Where k is an arbitrary constant.

This leads to the indicial equation:

k^2 + \frac{g}{l} = 0

The solution to which is:

k = \pm i\sqrt{\frac{g}{l}}

This leads to two solutions:

\theta_1 = e^{i\sqrt{\frac{g}{l}}t}
\theta_2 = e^{-i\sqrt{\frac{g}{l}}t}

A linear combination of these leads to the general homogeneous solution:

\theta_h = Ae^{i\sqrt{\frac{g}{l}}t} + Be^{-i\sqrt{\frac{g}{l}}t}

Expanding the exponentials into their trigonometric form, we get:

\theta_h = A\left[cos\left(\sqrt{\frac{g}{l}}t\right) + isin\left(\sqrt{\frac{g}{l}}t\right)\right] + B\left[cos\left(\sqrt{\frac{g}{l}}t\right) - isin\left(\sqrt{\frac{g}{l}}t\right)\right]

\theta_h = (A + B)cos\left(\sqrt{\frac{g}{l}}t\right) + i(A - B)sin\left(\sqrt{\frac{g}{l}}t\right)

From here I'm not sure how to proceed...
Take C= A+ B and D= i(A- B) so your answer becomes [LaTeX Error: Syntax error]

Now there is a trig identity that says that cos(x+ y)= cos(x)cos(y)- sin(x)sin(y). That would be of this form if we could take [math]x= \sqrt{\frac{g}{l}}}t\right[/itex] and y such that cos(y)= C, sin(y)= -D.

Unfortunately, we must have cos^2(y)+ sin^2(y)= 1 and it may not happen that C^2+ D^2= 1. To fix that, multiply and divide by \sqrt{C^2+ D^2}. Then we have [LaTeX Error: Syntax error].

Now, we do have \left(\frac{C}{\sqrt{C^2+ D^2}}\right)^2+ \left(\frac{D}{\sqrt{C^2+ D^2}}\right)^2= \frac{C^2+ D^2}{C^2+ D^2}= 1.

We have [LaTeX Error: Syntax error] where \phi= arccos\left(\frac{C}{\sqrt{C^2+ D^2}}\right)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 07:33 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.