Section 6.2 Solving Initial Value Problems
¶Subsection 6.2.1 Laplace Transforms of the Derivative
¶Suppose that we have linear differential equation with constant coefficientsTheorem 6.2.1.
Let y=y(t) be a piecewise continuous, exponentially bounded function and assume that y′ is also exponentially bounded. Then for large values of s
where Y(s) is the Laplace transform of y.
Proof.
We can evaluate the Laplace transform of \(y'\) by using integration by parts,
We claim that \(\lim_{b \to \infty} e^{-sb} y(b) = 0\text{.}\) Since, \(y\) is exponentially bounded, there exist constants \(M \geq 0\) and \(a\) such that \(|y(t)| \leq Me^{at}\text{,}\) for all \(t\) in \([0, \infty)\text{.}\) Thus,
The right-hand side of this inequality as \(b \to \infty\) for \(s \gt a\text{.}\) Thus,
Theorem 6.2.2.
Let y=y(t) and y′(t) be piecewise continuous, exponentially bounded functions and assume that y″ is exponentially bounded. Then for large values of s
where Y(s) is the Laplace transform of y. In general, if y=y(t) and all of its derivatives up to order k−1 are piecewise continuous, exponentially bounded functions and y(k) is piecewise continuous, then
Example 6.2.3.
Consider the initial value problem
Let us see how we can use Laplace transforms to find the solution. By Theorem 6.2.1 and Theorem 6.2.2
where Y(s) is the Laplace transform of y. If we take the Laplace transform of y″+7y′+10y, we have
Since L(0), we have the algebraic equation
Solving for Y(s), we get
where we have used partial fractions to get the last expression.
Since the Laplace transform of eat is 1/(s−a), we know that
We can now solve our initial value problem,
and our solution agrees with the one that we found at the beginning of this section.
Subsection 6.2.2 Discontinuous Functions
¶If c≥0 and we define the functionExample 6.2.4.
We can use this information to solve initial value problems such as
If we take the Laplace transform of both sides of y′+y=u3(t), we obtain
Using the fact that y(0)=1 and solving for Y(s), we get
Therefore,
The inverse Laplace transform of the first term is
To compute the inverse Laplace transform of the second term, recall from Example 6.1.7 that if L(f)=F(s), then
Using partial fractions to obtain
Hence,
If g(t)=u3(t)e−(t−3), then the Laplace transform of g(t) is
Thus,
Subsection 6.2.3 Forced Harmonic Oscillators
¶Example 6.2.5.
Consider the forced harmonic oscillator
Taking the Laplace transform of both sides of the equation y″+4y=3cost, we obtain
or
where L(y)(s)=Y(s). Substituting the initial conditions and solving for Y, we have
where the last expression was obtained using partial fractions. Taking the inverse Laplace transform, we have our solution
Example 6.2.6.
Now let us consider a harmonic oscillator with discontinuous forcing,
where h(t) is given by
That is, h(t)=5(1−u7(t)). We may consider this to be a mass-spring system sliding on a table, where the mass is one unit, the spring constant is 5, and the damping coefficient is 2. When t<7 the table is tilted so that gravity provides a force of 5 units when stretching the spring. At time t=7, the table is suddenly returned to the level position.
Taking the Laplace transform of both sides of y″+2y′+5y=h(t), we obtain
where L(y)(s)=Y(s). Substituting the initial conditions and evaluating the Laplace transform on the right, we have
Solving for Y(s), we have
and
Using partial fractions, we can rewrite the first term as
The inverse Laplace transform of 1/s is 1. To find the inverse Laplace transform of the second term, we complete the square of the denominator,
Consequently,
and
We can compute the inverse Laplace transform of
using the Heaviside function u7(t) and the inverse Laplace transform that we just calculated to obtain
Therefore, the solution to our original initial value problem is
Subsection 6.2.4 Important Lessons
¶- Using the Laplace transform including how the transform behaves, we can solve initial value problems such asay″(t)+by′(t)+cy(t)=f(t)y(0)=y0y′(0)=y′0even when f(t) is discontinuous.
- Let y=y(t) be a piecewise continuous, exponentially bounded function and assume that y′ is also exponentially bounded. Then for large values of sL(y′)(s)=sL(y)(s)−y(0)=sY(s)−y(0),where Y(s) is the Laplace transform of y.
- Let y=y(t) and y′(t) be piecewise continuous, exponentially bounded functions and assume that y″ is exponentially bounded. Then for large values of sL(y″)(s)=s2L(y)(s)−sy(0)−y′(0)=s2Y(s)−sy(0)−y′(0),where Y(s) is the Laplace transform of y. In general, if y=y(t) and all of its derivatives up to order k−1 are piecewise continuous, exponentially bounded functions and y(k) is piecewise continuous, thenL(y(k))(s)=skL(y)(s)−sk−1y(0)−⋯−sy(k−2)(0)−y(k−1)(0)=skY(s)−sk−1y(0)−sk−1y(0)−⋯−sy(k−2)(0)−y(k−1)(0).
Reading Questions 6.2.5 Reading Questions
¶1.
Describe how the Laplace transform can be used to solve an initial value problem.
2.
What is an exponentially bounded function?
Exercises 6.2.6 Exercises
¶ASolving Initial Value Problems
1.
y″−2y′−3y=3e2t, y(0)=1, y′(0)=0
2.
y″−y′−2y=4x2, y(0)=−1, y′(0)=1
3.
d2xdx2−6dxdt+25x=64e−t, x(0)=1, x′(0)=−2
4.
y″+16y=2sin2t, y(0)=1, y′(0)=0
5.
y″+16y=2sin4t, y(0)=1, y′(0)=0
6.
y″+2y′+y=2e−t, y(0)=−1, y′(0)=3
7.
y″+6y′+8y=cos3t, y(0)=−2, y′(0)=1
8.
u″+ω20y=cosωt, ω2≠ω20, u(0)=1, u′(0)=−1
9.
Find the solution of the initial value problem
where g(t) is defined by
10.
Let y=y(t) and y′(t) be piecewise continuous, exponentially bounded functions and assume that y″ is exponentially bounded.
- Prove thatL(y″)(s)=s2L(y)(s)−sy(0)−y′(0)=s2Y(s)−sy(0)−y′(0)for large values of s, where Y(s) is the Laplace transform of y.
- If y=y(t) and all of its derivatives up to order k−1 are piecewise continuous, exponentially bounded functions and y(k) is piecewise continuous, prove thatL(y(k))(s)=skL(y)(s)−sk−1y(0)−⋯−sy(k−2)(0)−y(k−1)(0)=skY(s)−sk−1y(0)−sk−1y(0)−⋯−sy(k−2)(0)−y(k−1)(0).
11.
Prove Theorem 6.2.2.
12.
Let f(t) be a peicewise continuous function for t≥0. In addition, suppose that f(t)satisfies the condition |f(t)|≤Mect with t≥0.
-
Prove that
L(∫t0f(τ)dτ)=1sL(f(t)=F(s)s. -
Show that
L−1(F(s)s)=∫t0f(τ)dτfollows from (a).