Download Second Order Linear Equations

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Surge protector wikipedia , lookup

Opto-isolator wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Lumped element model wikipedia , lookup

Wien bridge oscillator wikipedia , lookup

Rectiverter wikipedia , lookup

Ohm's law wikipedia , lookup

RLC circuit wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Transcript
MATH235: Differential Equations with Honors
Second Order Linear Equations
Quote of Second Order Linear Equations Homework
When I get to the bottom I go back to the top of the slide. Where I stop and turn and I
go for a ride ’till I get to the bottom and I see you again.
The Beatles : The White Album (1968)
0. Introduction
The following homework concentrates on the second order linear equation,
d2 y
dy
+ b(t)
+ c(t)y = f (t),
dt2
dt
where a, b, c are smooth functions of time and f is a piecewise smooth or distributional in nature.1 From
(1)
a(t)
class we understand that the general solution to such an equation is given by
(2)
y(t) = yh (t) + yp (t),
where yh (t) is the general solution to the corresponding homogeneous problem of (1) and yp is exactly one
particular solution to (1). Moreover, we know that (1), where f (t) ≡ 0 defines a two-dimensional solution
space, which implies that we search for homogeneous solutions of the form,
(3)
yh (t) = c1 y1 (t) + c2 y2 (t),
c1 , c2 ∈ R,
where y1 , y2 are both solutions to the homogeneous ODE. Also, we understand that if you know one homogeneous solution to (1) then a second linearly independent solution can be found via
Z
R
p(t)
− (b(t)/a(t))dt
(4)
y2 (t) = k(t)y1 (t), k(t) =
,
2 dt, p(t) = e
[y1 (t)]
which gives the general homogeneous solution. Once this is known we can then find the particular solution
via
Z
yp (t) = y2
(5)
f (t)y1 (t)
dt − y1
a(t)W (t)
Z
f (t)y2 (t)
dt, W (t) = y1 (t)y20 (t) − y10 (t)y2 (t),
atx)W (t)
That being said, I need to emphasize that this is the hard way and that these formulae should only be used as
a last resort. I say this because it is always possible to verify proposed solutions to differential equations by
direct substitution. This means that if there exists a regimented system of guessing then we can exploit this
to find solutions without resorting to (4) and (5). Just as before, we motivate (1) with some mathematical
models stemming from Newton’s second law.2
1
We won’t need the idea of a distribution quite yet and when we get there we won’t need any theory. So, just let
that word float around for a while.
2
A body of mass m subject to a net force F undergoes an acceleration a that has the same direction as the
force and a magnitude that is directly proportional to the force and inversely proportional to the mass, i.e., F = ma.
Alternatively, the total force applied on a body is equal to the time derivative of linear momentum of the body.
1
2
Quote of Linear v. Nonlinear
Professor Hubert Farnsworth: Good news, everyone. You’ll be making a delivery to
the planet Trisol. A mysterious planet located in the mysterious depths of the Forbidden
Zone.
Leela: Professor, are we even allowed in the Forbidden Zone?
Professor Hubert Farnsworth: Why of course. It’s just a name, like the Death Zone,
or the Zone of No Return. All the zones have names like that in the Galaxy of Terror.
Futurama: My Three Suns (1999)
1. Nonlinear Oscillations and Connections to Linear Oscillations
In class we presented a derivation of the linear mass-spring equation. The critical assumptions were
(1) The force due to friction is proportional to the velocity.
3
(2) The force due to the spring is proportional to the displacement of the mass from the mass-spring
equilibrium state.4
For now we won’t abandon these assumptions but we will try to achieve nonlinearity another way.
1.1. Oscillating Pendulum. Consider a mass, m, attached to one end of a rigid, but weightless, rod of
length L. The other end of the rod is supported at the frictionless origin O, and the rod is free to rotate in
the plane. The position of the pendulum is described by the angle, θ, between the rod and the downward
vertical direction, with the counterclockwise direction taken as positive.
1.1.1. Pendulum Equation. Using the previous description, draw a diagram of the system and by appealing
to Newton’s second law show that the equation of motion associated with the motion on θ is given by
d2 θ
dθ
+ ω 2 sin(θ) = f (t),
+γ
dt2
dt
(6)
where the coefficient of kinetic friction is given by c = mLγ, ω 2 = g/L and f is an arbitrary external force.
Classify this differential equation by type, order and linearity.
1.1.2. Small Angle Approximation. There is no way to solve (6) generally, which is typical of higher order
nonlinear equations. However, we can apply to so-called small angle approximation. To do this rewrite (6)
replacing sin(θ) with its Taylor series. If θ is less than one then the higher order terms decrease rapidly and
can be discarded. The highest power kept is called the order of the approximation. Write down the ODE
associated with first-order approximation to the sine function. What equation is this? Can it be solved?
1.1.3. Nonlinear Effects: Conservative Case. So, what can be done when we keep either some or all of the
nonlinear terms? Well, not a lot generally. However, if we turn off the viscosity/dampening and any external
forces then we expect that any energy we put into the pendulum stays in the pendulum for all time. That
is, we expect that the system is conservative. Write down the undamped and unforced version of (6) and,
using the energy method described in class, derive the conservation law associated with the ODE.
3
As we saw earlier in the semester, this assumption can be questioned and in more sophisticated fluid models we
appeal to Lord Rayleigh’s drag equation, which is quadratic in the velocity variable. See: http://en.wikipedia.org/
wiki/Drag_equation
4
Just as with friction, the assumption can be replaced in favor of a more precise model. Doing so essentially asks
whether the spring is in the elastic regime, http://en.wikipedia.org/wiki/Elastic_limit, which is characterized by
Hooke’s law, http://en.wikipedia.org/wiki/Hooke’s_law, where strain is directly proportional to stress. Outside
of this limit or for springs in more exotic situations, Hook’s law is not a good approximation and nonlinear effects
must be taken into account.
3
1.2. Undamped, Unforced Pendulum: Solutions. It is possible to tease a bit of information out of the
undamped, unforced pendulum equation,
θ̈ + ω 2 sin(θ) = 0.
(7)
The starting point is its associated conservation law,
θ̇2
ω2
−
cos(θ) = E ∈ R,
2
2
(8)
which is a first-order separable ODE.
1.2.1. Separation of Variables I: Elliptic Integrals. Using separation of variables find θ(t).5
1.2.2. Separation of Variables II: Small Angle Approximation. Assume θ 1 and, using the quadratic
approximation to cosine, find θ2 (t), which solves the second order approximation to the ODE.
1.2.3. Separation of Variables III: Nonlinear Effects, Fail. Assume θ2 1 and, using the quartic approximation to cosine, find θ4 (t), which solves the fourth order approximation to the ODE.6
Quote of LRC Circuits
Homer Simpson: A big mountain of sugar is too much for one man. I can see now why
God portions it out in those little packets.
The Simpsons: Lisa’s Rival, S06E02 (1994)
2. Oscillations and LRC Circuits
For this problem we develop a correspondence between our mass-spring oscillations and circuits that have
inductors, resistors and capacitors in series. Such a circuit is called and LRC circuit and will behave very
much like a mass-spring system. For more information see:
• General Information: http://en.wikipedia.org/wiki/RLC_circuit
• Circuit Diagram: http://en.wikipedia.org/wiki/File:RLC_series_circuit.png
• LRC in Series: http://en.wikipedia.org/wiki/RLC_circuit#Series_RLC_circuit
2.1. LRC Model. In reference to the circuit diagram we mention that the current I, measured in amperes,
is a function of time t. The resistance R (ohms), the capacitance C (farads), and the inductance L (henrys)
are all positive and assumed to be known. The impressed voltage V (volts) is a given function of time. We
will also need to understand the total charge Q (coulombs) on the capacitor at time t. The relation between
charge Q and current I is I = Q0 .
To arrive at the model equation we apply Kirchhoff’s second law, which states that in a closed circuit the
impressed voltage is equal to the sum of the voltage drops in the rest of the circuit. Another way of saying
this is that the sum of potential voltage differences across a closed circuit must be zero.
7
Now, we need
only understand the voltage drops across the components. To this end we have:
• A resistor will slow the current according to: I = vR /R
• A capacitor will store up charge and create a voltage difference according to: vC = Q/C
• An inductor will create a voltage drop proportional to the time rate of change of the current
according to: vL = LI 0
2.1.1. Model Equation. Using Kirchhoff’s second law and the known information relating voltage drops to
the circuit elements, derive the model equation for current I in the circuit as a function of time.
2.1.2. Undriven LRC. Assume that V (t) = 0 for all time and solve the differential equation LI 00 + RI 0 +
C −1 I = V (t) for I(t) and show that in the presence of resistance the current is a decaying function of time.
5
This case has been studied and can be managed through the so-called elliptic integrals. See: http://en.
wikipedia.org/wiki/Elliptic_integral
6
Actually, you will just want to write down the integral. I can’t solve it by hand. :( In fact, I tried a CAS system
and it didn’t much like it either. The moral here is that nonlinear terms are bad. Update! I’m still working on it and
I think there is hope. Extra credit for those who want to journal some ideas about it. Ideas concluding in a solution
will be pinned to my fridge.
7
This is similar to the idea that the line integral for a loop in a conservative field must be zero.
4
2.1.3. Driven Vibrations. Assume that V (t) = F0 cos(ω0 t), ω0 ∈ R and solve for I(t).
2.1.4. Phase Angle. The homogeneous solution is often called the transient solution since it decays in time.
The particular solution is often called the steady-state solution since it persists. It is common to report the
stead-state solution as one shifted trigonometric function containing a so-called phase angle. Specifically,
show that Ip (t) can be written as Ip (t) = A cos(ω0 t − δ) where
F0
∆
L(ω 2 − ω02 )
cos(δ) =
∆
Rω
sin(δ) =
∆
q
∆ = L2 (ω 2 − ω02 )2 + R2 ω02
A=
(9)
(10)
(11)
(12)
1
LC
This allows one to understand the steady-state response in terms of an amplitude A at the cost of a cosine
ω2 =
(13)
shifted be δ, which is called the phase angle.
8
2.1.5. Steady-State Analysis. What is A for ω0 → 0? What is A for ω0 → ∞?9
2.1.6. Maximum Steady-State Amplitude. Find the value of ω0 for which the amplitude A is maximum. Find
A at this value. What occurs to this amplitude when R → 0?
3. Laplace Transforms
4. Power Series and Quantum Mechanics
5. Phase Analysis of Systems and the Trace Determinant Plane
6. Nonlinear Systems and Linearization
8
The idea is that we know the response is going to be trigonometric in nature and the δ is just an offset on where
to begin the oscillations. The point is that we are most concerned about amplitude.
9
This will show that for low frequency forcing the amplitude has a nonzero finite value and that for high frequency
forcing the amplitude tends to zero. This now begs the question, is there a frequency between such that the amplitude
achieves a maximum?