Aaron Boyd's Assignment 8: Difference between revisions
Jump to navigation
Jump to search
Aaron.boyd (talk | contribs) No edit summary |
Aaron.boyd (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
I decided to use laplace transforms to solve a pendulum equation. A pendulum with a weight of mass m and a massless rod length L is released from an initial angle \theta<sub>0</sub>. Find a function to determine the angle at any time t. |
I decided to use laplace transforms to solve a pendulum equation. A pendulum with a weight of mass m and a massless rod length L is released from an initial angle <math>\theta<sub>0</sub></math>. Find a function to determine the angle at any time t. |
||
The summation of forces yields |
The summation of forces yields |
||
<math>\begin{align} |
<math>\begin{align} |
||
Line 5: | Line 5: | ||
F_y &= T\cos(\theta)-mg = 0 |
F_y &= T\cos(\theta)-mg = 0 |
||
\end{align}</math> |
\end{align}</math> |
||
Polar coordinates may be easier to use, lets try that. |
Polar coordinates may be easier to use, lets try that. |
||
now: |
now: |
||
<math>\begin{align} |
<math>\begin{align} |
||
F_r &= T - mg\cos(\theta) = 0\\ |
F_r &= T - mg\cos(\theta) = 0\\ |
||
Line 31: | Line 25: | ||
canceling the common mass term and rearranging a bit we get. |
canceling the common mass term and rearranging a bit we get. |
||
<math>\begin{align} |
<math> \begin{align} |
||
\ddot\theta - (g/L)\sin(\theta) = 0\\ |
\ddot\theta - (g/L)\sin(\theta) = 0\\ |
||
\\ |
\\ |
||
Line 61: | Line 55: | ||
\\ |
\\ |
||
\theta(t) = cosh(t\sqrt(\frac{g}{L}))\\ |
\theta(t) = cosh(t\sqrt(\frac{g}{L}))\\ |
||
\end{align} |
\end{align} |
||
</math> |
|||
Revision as of 11:02, 1 November 2010
I decided to use laplace transforms to solve a pendulum equation. A pendulum with a weight of mass m and a massless rod length L is released from an initial angle . Find a function to determine the angle at any time t. The summation of forces yields Polar coordinates may be easier to use, lets try that. now:
canceling the common mass term and rearranging a bit we get.
You can solve for the same thing from the cartesian coordinates. Taking:
you can arrive at the same answer