![]() |
|||
Mathematics & Science
Learning Center |
|||
Applications of Differential EquationsThe Simple Pendulum(continued from last page...) The Initial Value ProblemOn the last page we carefully derived the differential equation governing the motion of the simple pendulum. Once again we need to remind ourselves that solving this equation by itself will lead to a family of solutions. If we introduce some initial conditions, however, then we'll have an initial value problem with a unique solution. As usual, for a second order initial value problem the initial conditions will be in terms of y and y', an initial angle and an initial angular velocity. Our new initial value problem might look something like this:
y'' + (g/L) sin(y) = 0 As a reminder:
Also, y = 0 corresponds to hanging straight down, and a counterclockwise displacement from vertical is considered positive. Linearizing the ProblemThis equation is non-linear and second order. It cannot be solved by standard methods. The usual classroom approach is the linearize the problem. This consists of replacing the non-linear term, sin(y), by a linear approximation. So what would make a good linear approximation for sin(y)? There are at least two common approaches that may be used to justify our next step: The Graphical Approach:Use Mathematica to plot the graphs of both sin(y), and y itself on the same coordinate system. Use a domain of -0.5≤y≤0.5. The command that you'll need is: Plot[{Sin[y],y},{y,-0.5,0.5}] Notice the braces enclosing the set of functions to be plotted. These are always necessary when more than a single function is to be plotted. Welcome back! Let's go discuss what you got... |
|||
ODE Laboratories: A Sabbatical Project by Christopher A. Barker ©2009 San Joaquin Delta College, 5151 Pacific Ave., Stockton, CA 95207, USA e-mail: cbarker@deltacollege.edu |
|||