Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Calculus Volume 3

7.1 Second-Order Linear Equations

Calculus Volume 37.1 Second-Order Linear Equations

Learning Objectives

  • 7.1.1 Recognize homogeneous and nonhomogeneous linear differential equations.
  • 7.1.2 Determine the characteristic equation of a homogeneous linear equation.
  • 7.1.3 Use the roots of the characteristic equation to find the solution to a homogeneous linear equation.
  • 7.1.4 Solve initial-value and boundary-value problems involving linear differential equations.

When working with differential equations, usually the goal is to find a solution. In other words, we want to find a function (or functions) that satisfies the differential equation. The technique we use to find these solutions varies, depending on the form of the differential equation with which we are working. Second-order differential equations have several important characteristics that can help us determine which solution method to use. In this section, we examine some of these characteristics and the associated terminology.

Homogeneous Linear Equations

Consider the second-order differential equation

xy+2x2y+5x3y=0.xy+2x2y+5x3y=0.

Notice that y and its derivatives appear in a relatively simple form. They are multiplied by functions of x, but are not raised to any powers themselves, nor are they multiplied together. As discussed in Introduction to Differential Equations, first-order equations with similar characteristics are said to be linear. The same is true of second-order equations. Also note that all the terms in this differential equation involve either y or one of its derivatives. There are no terms involving only functions of x. Equations like this, in which every term contains y or one of its derivatives, are called homogeneous.

Not all differential equations are homogeneous. Consider the differential equation

xy+2x2y+5x3y=x2.xy+2x2y+5x3y=x2.

The x2x2 term on the right side of the equal sign does not contain y or any of its derivatives. Therefore, this differential equation is nonhomogeneous.

Definition

A second-order differential equation is linear if it can be written in the form

a2(x)y+a1(x)y+a0(x)y=r(x),a2(x)y+a1(x)y+a0(x)y=r(x),
(7.1)

where a2(x),a2(x), a1(x),a1(x), a0(x),a0(x), and r(x)r(x) are real-valued functions and a2(x)a2(x) is not identically zero. If r(x)0r(x)0—in other words, if r(x)=0r(x)=0 for every value of x—the equation is said to be a homogeneous linear equation. If r(x)0r(x)0 for some value of x,x, the equation is said to be a nonhomogeneous linear equation.

Media

Visit this website to study more about second-order linear differential equations.

In linear differential equations, yy and its derivatives can be raised only to the first power and they may not be multiplied by one another. Terms involving y2y2 or yy make the equation nonlinear. Functions of yy and its derivatives, such as sinysiny or ey,ey, are similarly prohibited in linear differential equations.

Note that equations may not always be given in standard form (the form shown in the definition). It can be helpful to rewrite them in that form to decide whether they are linear, or whether a linear equation is homogeneous.

Example 7.1

Classifying Second-Order Equations

Classify each of the following equations as linear or nonlinear. If the equation is linear, determine further whether it is homogeneous or nonhomogeneous.

  1. y+3x4y+x2y2=x3y+3x4y+x2y2=x3
  2. (sinx)y+(cosx)y+3y=0(sinx)y+(cosx)y+3y=0
  3. 4t2x+3txx+4x=04t2x+3txx+4x=0
  4. 5y+y=4x55y+y=4x5
  5. (cosx)ysiny+(sinx)ycosx=0(cosx)ysiny+(sinx)ycosx=0
  6. 8ty6t2y+4ty3t2=08ty6t2y+4ty3t2=0
  7. sin(x2)y(cosx)y+x2y=y3sin(x2)y(cosx)y+x2y=y3
  8. y+5xy3y=cosyy+5xy3y=cosy

Media

Visit this website that discusses second-order differential equations.

Checkpoint 7.1

Classify each of the following equations as linear or nonlinear. If the equation is linear, determine further whether it is homogeneous or nonhomogeneous.

  1. (y)2y+8x3y=0(y)2y+8x3y=0
  2. (sint)y+cost3ty=0(sint)y+cost3ty=0

Later in this section, we will see some techniques for solving specific types of differential equations. Before we get to that, however, let’s get a feel for how solutions to linear differential equations behave. In many cases, solving differential equations depends on making educated guesses about what the solution might look like. Knowing how various types of solutions behave will be helpful.

Example 7.2

Verifying a Solution

Consider the linear, homogeneous differential equation

x2yxy3y=0.x2yxy3y=0.

Looking at this equation, notice that the coefficient functions are polynomials, with higher powers of xx associated with higher-order derivatives of y.y. Show that y=x3y=x3 is a solution to this differential equation.

Checkpoint 7.2

Show that y=2x2y=2x2 is a solution to the differential equation

12x2yxy+y=0.12x2yxy+y=0.

Although simply finding any solution to a differential equation is important, mathematicians and engineers often want to go beyond finding one solution to a differential equation to finding all solutions to a differential equation. In other words, we want to find a general solution. Just as with first-order differential equations, a general solution (or family of solutions) gives the entire set of solutions to a differential equation. An important difference between first-order and second-order equations is that, with second-order equations, we typically need to find two different solutions to the equation to find the general solution. If we find two solutions, then any linear combination of these solutions is also a solution. We state this fact as the following theorem.

Theorem 7.1

Superposition Principle

If y1(x)y1(x) and y2(x)y2(x) are solutions to a linear homogeneous differential equation, then the function

y(x)=c1y1(x)+c2y2(x),y(x)=c1y1(x)+c2y2(x),

where c1c1 and c2c2 are constants, is also a solution.

The proof of this superposition principle theorem is left as an exercise.

Example 7.3

Verifying the Superposition Principle

Consider the differential equation

y4y5y=0.y4y5y=0.

Given that exex and e5xe5x are solutions to this differential equation, show that 4ex+e5x4ex+e5x is a solution.

Checkpoint 7.3

Consider the differential equation

y+5y+6y=0.y+5y+6y=0.

Given that e−2xe−2x and e−3xe−3x are solutions to this differential equation, show that 3e−2x+6e−3x3e−2x+6e−3x is a solution.

Unfortunately, to find the general solution to a second-order differential equation, it is not enough to find any two solutions and then combine them. Consider the differential equation

x+7x+12x=0.x+7x+12x=0.

Both e−3te−3t and 2e−3t2e−3t are solutions (check this). However, x(t)=c1e−3t+c2(2e−3t)x(t)=c1e−3t+c2(2e−3t) is not the general solution. This expression does not account for all solutions to the differential equation. In particular, it fails to account for the function e−4t,e−4t, which is also a solution to the differential equation.

It turns out that to find the general solution to a second-order differential equation, we must find two linearly independent solutions. We define that terminology here.

Definition

A set of functions f1(x),f2(x),…,fn(x)f1(x),f2(x),…,fn(x) is said to be linearly dependent if there are constants c1,c2,…cn,c1,c2,…cn, not all zero, such that c1f1(x)+c2f2(x)++cnfn(x)=0c1f1(x)+c2f2(x)++cnfn(x)=0 for all x over the interval of interest. A set of functions that is not linearly dependent is said to be linearly independent.

In this chapter, we usually test sets of only two functions for linear independence, which allows us to simplify this definition. From a practical perspective, we see that two functions are linearly dependent if either one of them is identically zero or if they are constant multiples of each other.

First we show that if the functions meet the conditions given previously, then they are linearly dependent. If one of the functions is identically zero—say, f2(x)0f2(x)0—then choose c1=0c1=0 and c2=1,c2=1, and the condition for linear dependence is satisfied. If, on the other hand, neither f1(x)f1(x) nor f2(x)f2(x) is identically zero, but f1(x)=Cf2(x)f1(x)=Cf2(x) for some constant C,C, then choose c1=1Cc1=1C and c2=−1,c2=−1, and again, the condition is satisfied.

Next, we show that if two functions are linearly dependent, then either one is identically zero or they are constant multiples of one another. Assume f1(x)f1(x) and f2(x)f2(x) are linearly independent. Then, there are constants, c1c1 and c2,c2, not both zero, such that

c1f1(x)+c2f2(x)=0c1f1(x)+c2f2(x)=0

for all x over the interval of interest. Then,

c1f1(x)=c2f2(x).c1f1(x)=c2f2(x).

Now, since we stated that c1c1 and c2c2 can’t both be zero, assume c20.c20. Then, there are two cases: either c1=0c1=0 or c10.c10. If c1=0,c1=0, then

0=c2f2(x)0=f2(x),0=c2f2(x)0=f2(x),

so one of the functions is identically zero. Now suppose c10.c10. Then,

f1(x)=(c2c1)f2(x)f1(x)=(c2c1)f2(x)

and we see that the functions are constant multiples of one another.

Theorem 7.2

Linear Dependence of Two Functions

Two functions, f1(x)f1(x) and f2(x),f2(x), are said to be linearly dependent if either one of them is identically zero or if f1(x)=Cf2(x)f1(x)=Cf2(x) for some constant C and for all x over the interval of interest. Functions that are not linearly dependent are said to be linearly independent.

Example 7.4

Testing for Linear Dependence

Determine whether the following pairs of functions are linearly dependent or linearly independent.

  1. f1(x)=x2,f1(x)=x2, f2(x)=5x2f2(x)=5x2
  2. f1(x)=sinx,f1(x)=sinx, f2(x)=cosxf2(x)=cosx
  3. f1(x)=e3x,f1(x)=e3x, f2(x)=e−3xf2(x)=e−3x
  4. f1(x)=3x,f1(x)=3x, f2(x)=3x+1f2(x)=3x+1

Checkpoint 7.4

Determine whether the following pairs of functions are linearly dependent or linearly independent: f1(x)=ex,f1(x)=ex, f2(x)=3e3x.f2(x)=3e3x.

If we are able to find two linearly independent solutions to a second-order differential equation, then we can combine them to find the general solution. This result is formally stated in the following theorem.

Theorem 7.3

General Solution to a Homogeneous Equation

If y1(x)y1(x) and y2(x)y2(x) are linearly independent solutions to a second-order, linear, homogeneous differential equation, then the general solution is given by

y(x)=c1y1(x)+c2y2(x),y(x)=c1y1(x)+c2y2(x),

where c1c1 and c2c2 are constants.

When we say a family of functions is the general solution to a differential equation, we mean that (1) every expression of that form is a solution and (2) every solution to the differential equation can be written in that form, which makes this theorem extremely powerful. If we can find two linearly independent solutions to a differential equation, we have, effectively, found all solutions to the differential equation—quite a remarkable statement. The proof of this theorem is beyond the scope of this text.

Example 7.5

Writing the General Solution

If y1(t)=e3ty1(t)=e3t and y2(t)=e−3ty2(t)=e−3t are solutions to y9y=0,y9y=0, what is the general solution?

Checkpoint 7.5

If y1(x)=e3xy1(x)=e3x and y2(x)=xe3xy2(x)=xe3x are solutions to y6y+9y=0,y6y+9y=0, what is the general solution?

Second-Order Equations with Constant Coefficients

Now that we have a better feel for linear differential equations, we are going to concentrate on solving second-order equations of the form

ay+by+cy=0,ay+by+cy=0,
(7.2)

where a,a, b,b, and cc are constants.

Since all the coefficients are constants, the solutions are probably going to be functions with derivatives that are constant multiples of themselves. We need all the terms to cancel out, and if taking a derivative introduces a term that is not a constant multiple of the original function, it is difficult to see how that term cancels out. Exponential functions have derivatives that are constant multiples of the original function, so let’s see what happens when we try a solution of the form y(x)=eλx,y(x)=eλx, where λλ (the lowercase Greek letter lambda) is some constant.

If y(x)=eλx,y(x)=eλx, then y(x)=λeλxy(x)=λeλx and y=λ2eλx.y=λ2eλx. Substituting these expressions into Equation 7.1, we get

ay+by+cy=a(λ2eλx)+b(λeλx)+ceλx=eλx(aλ2+bλ+c).ay+by+cy=a(λ2eλx)+b(λeλx)+ceλx=eλx(aλ2+bλ+c).

Since eλxeλx is never zero, this expression can be equal to zero for all x only if

aλ2+bλ+c=0.aλ2+bλ+c=0.

We call this the characteristic equation of the differential equation.

Definition

The characteristic equation of the differential equation ay+by+cy=0ay+by+cy=0 is aλ2+bλ+c=0.aλ2+bλ+c=0.

The characteristic equation is very important in finding solutions to differential equations of this form. We can solve the characteristic equation either by factoring or by using the quadratic formula

λ=b±b24ac2a.λ=b±b24ac2a.

This gives three cases. The characteristic equation has (1) distinct real roots; (2) a single, repeated real root; or (3) complex conjugate roots. We consider each of these cases separately.

Distinct Real Roots

If the characteristic equation has distinct real roots λ1λ1 and λ2,λ2, then eλ1xeλ1x and eλ2xeλ2x are linearly independent solutions to Example 7.1, and the general solution is given by

y(x)=c1eλ1x+c2eλ2x,y(x)=c1eλ1x+c2eλ2x,

where c1c1 and c2c2 are constants.

For example, the differential equation y+9y+14y=0y+9y+14y=0 has the associated characteristic equation λ2+9λ+14=0.λ2+9λ+14=0. This factors into (λ+2)(λ+7)=0,(λ+2)(λ+7)=0, which has roots λ1=−2λ1=−2 and λ2=−7.λ2=−7. Therefore, the general solution to this differential equation is

y(x)=c1e−2x+c2e−7x.y(x)=c1e−2x+c2e−7x.

Single Repeated Real Root

Things are a little more complicated if the characteristic equation has a repeated real root, λ.λ. In this case, we know eλxeλx is a solution to Equation 7.1, but it is only one solution and we need two linearly independent solutions to determine the general solution. We might be tempted to try a function of the form keλx,keλx, where k is some constant, but it would not be linearly independent of eλx.eλx. Therefore, let’s try xeλxxeλx as the second solution. First, note that by the quadratic formula,

λ=b±b24ac2a.λ=b±b24ac2a.

But, λλ is a repeated root, so b24ac=0b24ac=0 and λ=b2a.λ=b2a. Thus, if y=xeλx,y=xeλx, we have

y=eλx+λxeλxandy=2λeλx+λ2xeλx.y=eλx+λxeλxandy=2λeλx+λ2xeλx.

Substituting these expressions into Equation 7.1, we see that

ay+by+cy=a(2λeλx+λ2xeλx)+b(eλx+λxeλx)+cxeλx=xeλx(aλ2+bλ+c)+eλx(2aλ+b)=xeλx(0)+eλx(2a(b2a)+b)=0+eλx(0)=0.ay+by+cy=a(2λeλx+λ2xeλx)+b(eλx+λxeλx)+cxeλx=xeλx(aλ2+bλ+c)+eλx(2aλ+b)=xeλx(0)+eλx(2a(b2a)+b)=0+eλx(0)=0.

This shows that xeλxxeλx is a solution to Equation 7.1. Since eλxeλx and xeλxxeλx are linearly independent, when the characteristic equation has a repeated root λ,λ, the general solution to Equation 7.1 is given by

y(x)=c1eλx+c2xeλx,y(x)=c1eλx+c2xeλx,

where c1c1 and c2c2 are constants.

For example, the differential equation y+12y+36y=0y+12y+36y=0 has the associated characteristic equation λ2+12λ+36=0.λ2+12λ+36=0. This factors into (λ+6)2=0,(λ+6)2=0, which has a repeated root λ=−6.λ=−6. Therefore, the general solution to this differential equation is

y(x)=c1e−6x+c2xe−6x.y(x)=c1e−6x+c2xe−6x.

Complex Conjugate Roots

The third case we must consider is when b24ac<0.b24ac<0. In this case, when we apply the quadratic formula, we are taking the square root of a negative number. We must use the imaginary number i=−1i=−1 to find the roots, which take the form λ1=α+βiλ1=α+βi and λ2=αβi.λ2=αβi. The complex number α+βiα+βi is called the conjugate of αβi.αβi. Thus, we see that when b24ac<0,b24ac<0, the roots of our characteristic equation are always complex conjugates.

This creates a little bit of a problem for us. If we follow the same process we used for distinct real roots—using the roots of the characteristic equation as the coefficients in the exponents of exponential functions—we get the functions e(α+βi)xe(α+βi)x and e(αβi)xe(αβi)x as our solutions. However, there are problems with this approach. First, these functions take on complex (imaginary) values, and a complete discussion of such functions is beyond the scope of this text. Second, even if we were comfortable with complex-value functions, in this course we do not address the idea of a derivative for such functions. So, if possible, we’d like to find two linearly independent real-value solutions to the differential equation. For purposes of this development, we are going to manipulate and differentiate the functions e(α+βi)xe(α+βi)x and e(αβi)xe(αβi)x as if they were real-value functions. For these particular functions, this approach is valid mathematically, but be aware that there are other instances when complex-value functions do not follow the same rules as real-value functions. Those of you interested in a more in-depth discussion of complex-value functions should consult a complex analysis text.

Based on the roots α±βiα±βi of the characteristic equation, the functions e(α+βi)xe(α+βi)x and e(αβi)xe(αβi)x are linearly independent solutions to the differential equation. and the general solution is given by

y(x)=c1e(α+βi)x+c2e(αβi)x.y(x)=c1e(α+βi)x+c2e(αβi)x.

Using some smart choices for c1c1 and c2,c2, and a little bit of algebraic manipulation, we can find two linearly independent, real-value solutions to Equation 7.1 and express our general solution in those terms.

We encountered exponential functions with complex exponents earlier. One of the key tools we used to express these exponential functions in terms of sines and cosines was Euler’s formula, which tells us that

eiθ=cosθ+isinθeiθ=cosθ+isinθ

for all real numbers θ.θ.

Going back to the general solution, we have

y(x)=c1e(α+βi)x+c2e(αβi)x=c1eαxeβix+c2eαxeβix=eαx(c1eβix+c2eβix).y(x)=c1e(α+βi)x+c2e(αβi)x=c1eαxeβix+c2eαxeβix=eαx(c1eβix+c2eβix).

Applying Euler’s formula together with the identities cos(x)=cosxcos(x)=cosx and sin(x)=sinx,sin(x)=sinx, we get

y(x)=eαx[c1(cosβx+isinβx)+c2(cos(βx)+isin(βx))]=eαx[(c1+c2)cosβx+(c1c2)isinβx].y(x)=eαx[c1(cosβx+isinβx)+c2(cos(βx)+isin(βx))]=eαx[(c1+c2)cosβx+(c1c2)isinβx].

Now, if we choose c1=c2=12,c1=c2=12, the second term is zero and we get

y(x)=eαxcosβxy(x)=eαxcosβx

as a real-value solution to Equation 7.1. Similarly, if we choose c1=i2c1=i2 and c2=i2,c2=i2, the first term is zero and we get

y(x)=eαxsinβxy(x)=eαxsinβx

as a second, linearly independent, real-value solution to Equation 7.1.

Based on this, we see that if the characteristic equation has complex conjugate roots α±βi,α±βi, then the general solution to Equation 7.1 is given by

y(x)=c1eαxcosβx+c2eαxsinβx=eαx(c1cosβx+c2sinβx),y(x)=c1eαxcosβx+c2eαxsinβx=eαx(c1cosβx+c2sinβx),

where c1c1 and c2c2 are constants.

For example, the differential equation y2y+5y=0y2y+5y=0 has the associated characteristic equation λ22λ+5=0.λ22λ+5=0. By the quadratic formula, the roots of the characteristic equation are 1±2i.1±2i. Therefore, the general solution to this differential equation is

y(x)=ex(c1cos2x+c2sin2x).y(x)=ex(c1cos2x+c2sin2x).

Summary of Results

We can solve second-order, linear, homogeneous differential equations with constant coefficients by finding the roots of the associated characteristic equation. The form of the general solution varies, depending on whether the characteristic equation has distinct, real roots; a single, repeated real root; or complex conjugate roots. The three cases are summarized in Table 7.1.

Characteristic Equation Roots General Solution to the Differential Equation
Distinct real roots, λ1λ1 and λ2λ2 y(x)=c1eλ1x+c2eλ2xy(x)=c1eλ1x+c2eλ2x
A repeated real root, λλ y(x)=c1eλx+c2xeλxy(x)=c1eλx+c2xeλx
Complex conjugate roots α±βiα±βi y(x)=eαx(c1cosβx+c2sinβx)y(x)=eαx(c1cosβx+c2sinβx)
Table 7.1 Summary of Characteristic Equation Cases

Problem-Solving Strategy

Problem-Solving Strategy: Using the Characteristic Equation to Solve Second-Order Differential Equations with Constant Coefficients

  1. Write the differential equation in the form ay+by+cy=0.ay+by+cy=0.
  2. Find the corresponding characteristic equation aλ2+bλ+c=0.aλ2+bλ+c=0.
  3. Either factor the characteristic equation or use the quadratic formula to find the roots.
  4. Determine the form of the general solution based on whether the characteristic equation has distinct, real roots; a single, repeated real root; or complex conjugate roots.

Example 7.6

Solving Second-Order Equations with Constant Coefficients

Find the general solution to the following differential equations. Give your answers as functions of x.

  1. y+3y4y=0y+3y4y=0
  2. y+6y+13y=0y+6y+13y=0
  3. y+2y+y=0y+2y+y=0
  4. y5y=0y5y=0
  5. y16y=0y16y=0
  6. y+16y=0y+16y=0

Checkpoint 7.6

Find the general solution to the following differential equations:

  1. y2y+10y=0y2y+10y=0
  2. y+14y+49y=0y+14y+49y=0

Initial-Value Problems and Boundary-Value Problems

So far, we have been finding general solutions to differential equations. However, differential equations are often used to describe physical systems, and the person studying that physical system usually knows something about the state of that system at one or more points in time. For example, if a constant-coefficient differential equation is representing how far a motorcycle shock absorber is compressed, we might know that the rider is sitting still on his motorcycle at the start of a race, time t=t0.t=t0. This means the system is at equilibrium, so y(t0)=0,y(t0)=0, and the compression of the shock absorber is not changing, so y(t0)=0.y(t0)=0. With these two initial conditions and the general solution to the differential equation, we can find the specific solution to the differential equation that satisfies both initial conditions. This process is known as solving an initial-value problem. (Recall that we discussed initial-value problems in Introduction to Differential Equations.) Note that second-order equations have two arbitrary constants in the general solution, and therefore we require two initial conditions to find the solution to the initial-value problem.

Sometimes we know the condition of the system at two different times. For example, we might know y(t0)=y0y(t0)=y0 and y(t1)=y1.y(t1)=y1. These conditions are called boundary conditions, and finding the solution to the differential equation that satisfies the boundary conditions is called solving a boundary-value problem.

Mathematicians, scientists, and engineers are interested in understanding the conditions under which an initial-value problem or a boundary-value problem has a unique solution. Although a complete treatment of this topic is beyond the scope of this text, it is useful to know that, within the context of constant-coefficient, second-order equations, initial-value problems are guaranteed to have a unique solution as long as two initial conditions are provided. Boundary-value problems, however, are not as well behaved. Even when two boundary conditions are known, we may encounter boundary-value problems with unique solutions, many solutions, or no solution at all.

Example 7.7

Solving an Initial-Value Problem

Solve the following initial-value problem: y+3y4y=0,y+3y4y=0, y(0)=1,y(0)=1, y(0)=−9.y(0)=−9.

Checkpoint 7.7

Solve the initial-value problem y3y10y=0,y3y10y=0, y(0)=0,y(0)=0, y(0)=7.y(0)=7.

Example 7.8

Solving an Initial-Value Problem and Graphing the Solution

Solve the following initial-value problem and graph the solution:

y+6y+13y=0,y(0)=0,y(0)=2y+6y+13y=0,y(0)=0,y(0)=2

Checkpoint 7.8

Solve the following initial-value problem and graph the solution: y2y+10y=0,y(0)=2,y(0)=−1y2y+10y=0,y(0)=2,y(0)=−1

Example 7.9

Initial-Value Problem Representing a Spring-Mass System

The following initial-value problem models the position of an object with mass attached to a spring. Spring-mass systems are examined in detail in Applications. The solution to the differential equation gives the position of the mass with respect to a neutral (equilibrium) position (in meters) at any given time. (Note that for spring-mass systems of this type, it is customary to define the downward direction as positive.)

y+2y+y=0,y(0)=1,y(0)=0y+2y+y=0,y(0)=1,y(0)=0

Solve the initial-value problem and graph the solution. What is the position of the mass at time t=2t=2 sec? How fast is the mass moving at time t=1t=1 sec? In what direction?

Checkpoint 7.9

Suppose the following initial-value problem models the position (in feet) of a mass in a spring-mass system at any given time. Solve the initial-value problem and graph the solution. What is the position of the mass at time t=0.3t=0.3 sec? How fast is it moving at time t=0.1t=0.1 sec? In what direction?

y+14y+49y=0,y(0)=0,y(0)=1y+14y+49y=0,y(0)=0,y(0)=1

Example 7.10

Solving a Boundary-Value Problem

In Example 7.6f. we solved the differential equation y+16y=0y+16y=0 and found the general solution to be y(t)=c1cos4t+c2sin4t.y(t)=c1cos4t+c2sin4t. If possible, solve the boundary-value problem if the boundary conditions are the following:

  1. y(0)=0,y(0)=0, y(π4)=0y(π4)=0
  2. y(0)=1,y(0)=1, y(π8)=0y(π8)=0
  3. y(π8)=0,y(π8)=0, y(3π8)=2y(3π8)=2

Section 7.1 Exercises

Classify each of the following equations as linear or nonlinear. If the equation is linear, determine whether it is homogeneous or nonhomogeneous.

1.

x 3 y + ( x 1 ) y 8 y = 0 x 3 y + ( x 1 ) y 8 y = 0

2.

( 1 + y 2 ) y + x y 3 y = cos x ( 1 + y 2 ) y + x y 3 y = cos x

3.

x y + e y y = x x y + e y y = x

4.

y + 4 x y 8 x y = 5 x 2 + 1 y + 4 x y 8 x y = 5 x 2 + 1

5.

y + ( sin x ) y x y = 4 y y + ( sin x ) y x y = 4 y

6.

y + ( x + 3 y ) y = 0 y + ( x + 3 y ) y = 0

For each of the following problems, verify that the given function is a solution to the differential equation. Use a graphing utility to graph the particular solutions for several values of c1 and c2. What do the solutions have in common?

7.

[T]y+2y3y=0;y+2y3y=0; y(x)=c1ex+c2e−3xy(x)=c1ex+c2e−3x

8.

[T]x2y2y3x2+1=0;x2y2y3x2+1=0; y(x)=c1x2+c2x−1+x2ln(x)+12y(x)=c1x2+c2x−1+x2ln(x)+12

9.

[T]y+14y+49y=0;y+14y+49y=0; y(x)=c1e−7x+c2xe−7xy(x)=c1e−7x+c2xe−7x

10.

[T]6y49y+8y=0;6y49y+8y=0; y(x)=c1ex/6+c2e8xy(x)=c1ex/6+c2e8x

Find the general solution to the linear differential equation.

11.

y 3 y 10 y = 0 y 3 y 10 y = 0

12.

y 7 y + 12 y = 0 y 7 y + 12 y = 0

13.

y + 4 y + 4 y = 0 y + 4 y + 4 y = 0

14.

4 y 12 y + 9 y = 0 4 y 12 y + 9 y = 0

15.

2 y 3 y 5 y = 0 2 y 3 y 5 y = 0

16.

3 y 14 y + 8 y = 0 3 y 14 y + 8 y = 0

17.

y + y + y = 0 y + y + y = 0

18.

5 y + 2 y + 4 y = 0 5 y + 2 y + 4 y = 0

19.

y 121 y = 0 y 121 y = 0

20.

8 y + 14 y 15 y = 0 8 y + 14 y 15 y = 0

21.

y + 81 y = 0 y + 81 y = 0

22.

y y + 11 y = 0 y y + 11 y = 0

23.

2 y = 0 2 y = 0

24.

y 6 y + 9 y = 0 y 6 y + 9 y = 0

25.

3 y 2 y 7 y = 0 3 y 2 y 7 y = 0

26.

4 y 10 y = 0 4 y 10 y = 0

27.

36 d 2 y d x 2 + 12 d y d x + y = 0 36 d 2 y d x 2 + 12 d y d x + y = 0

28.

25 d 2 y d x 2 80 d y d x + 64 y = 0 25 d 2 y d x 2 80 d y d x + 64 y = 0

29.

d 2 y d x 2 9 d y d x = 0 d 2 y d x 2 9 d y d x = 0

30.

4 d 2 y d x 2 + 8 y = 0 4 d 2 y d x 2 + 8 y = 0

Solve the initial-value problem.

31.

y + 5 y + 6 y = 0 , y ( 0 ) = 0 , y ( 0 ) = −2 y + 5 y + 6 y = 0 , y ( 0 ) = 0 , y ( 0 ) = −2

32.

y + 2 y 8 y = 0 , y ( 0 ) = 5 , y ( 0 ) = 4 y + 2 y 8 y = 0 , y ( 0 ) = 5 , y ( 0 ) = 4

33.

y + 4 y = 0 , y ( 0 ) = 3 , y ( 0 ) = 10 y + 4 y = 0 , y ( 0 ) = 3 , y ( 0 ) = 10

34.

y 18 y + 81 y = 0 , y ( 0 ) = 1 , y ( 0 ) = 5 y 18 y + 81 y = 0 , y ( 0 ) = 1 , y ( 0 ) = 5

35.

y y 30 y = 0 , y ( 0 ) = 1 , y ( 0 ) = −16 y y 30 y = 0 , y ( 0 ) = 1 , y ( 0 ) = −16

36.

4 y + 4 y 8 y = 0 , y ( 0 ) = 2 , y ( 0 ) = 1 4 y + 4 y 8 y = 0 , y ( 0 ) = 2 , y ( 0 ) = 1

37.

25 y + 10 y + y = 0 , y ( 0 ) = 2 , y ( 0 ) = 1 25 y + 10 y + y = 0 , y ( 0 ) = 2 , y ( 0 ) = 1

38.

y + y = 0 , y ( π ) = 1 , y ( π ) = −5 y + y = 0 , y ( π ) = 1 , y ( π ) = −5

Solve the boundary-value problem, if possible.

39.

y + y 42 y = 0 , y ( 0 ) = 0 , y ( 1 ) = 2 y + y 42 y = 0 , y ( 0 ) = 0 , y ( 1 ) = 2

40.

9 y + y = 0 , y ( 3 π 2 ) = 6 , y ( 0 ) = −8 9 y + y = 0 , y ( 3 π 2 ) = 6 , y ( 0 ) = −8

41.

y + 10 y + 34 y = 0 , y ( 0 ) = 6 , y ( π ) = 2 y + 10 y + 34 y = 0 , y ( 0 ) = 6 , y ( π ) = 2

42.

y + 7 y 60 y = 0 , y ( 0 ) = 4 , y ( 2 ) = 0 y + 7 y 60 y = 0 , y ( 0 ) = 4 , y ( 2 ) = 0

43.

y 4 y + 4 y = 0 , y ( 0 ) = 2 , y ( 1 ) = −1 y 4 y + 4 y = 0 , y ( 0 ) = 2 , y ( 1 ) = −1

44.

y 5 y = 0 , y ( 0 ) = 3 , y ( −1 ) = 2 y 5 y = 0 , y ( 0 ) = 3 , y ( −1 ) = 2

45.

y + 9 y = 0 , y ( 0 ) = 4 , y ( π 3 ) = −4 y + 9 y = 0 , y ( 0 ) = 4 , y ( π 3 ) = −4

46.

4 y + 25 y = 0 , y ( 0 ) = 2 , y ( 2 π ) = −2 4 y + 25 y = 0 , y ( 0 ) = 2 , y ( 2 π ) = −2

47.

Find a differential equation with a general solution that is y=c1ex/5+c2e−4x.y=c1ex/5+c2e−4x.

48.

Find a differential equation with a general solution that is y=c1ex+c2e−4x/3.y=c1ex+c2e−4x/3.

For each of the following differential equations:

  1. Solve the initial value problem.
  2. [T] Use a graphing utility to graph the particular solution.
49.

y + 64 y = 0 ; y ( 0 ) = 3 , y ( 0 ) = 16 y + 64 y = 0 ; y ( 0 ) = 3 , y ( 0 ) = 16

50.

y 2 y + 10 y = 0 y ( 0 ) = 1 , y ( 0 ) = 13 y 2 y + 10 y = 0 y ( 0 ) = 1 , y ( 0 ) = 13

51.

y + 5 y + 15 y = 0 y ( 0 ) = −2 , y ( 0 ) = 7 y + 5 y + 15 y = 0 y ( 0 ) = −2 , y ( 0 ) = 7

52.

(Principle of superposition) Prove that if y1(x)y1(x) and y2(x)y2(x) are solutions to a linear homogeneous differential equation, y+p(x)y+q(x)y=0,y+p(x)y+q(x)y=0, then the function y(x)=c1y1(x)+c2y2(x),y(x)=c1y1(x)+c2y2(x), where c1c1 and c2c2 are constants, is also a solution.

53.

Prove that if a, b, and c are positive constants, then all solutions to the second-order linear differential equation ay+by+cy=0ay+by+cy=0 approach zero as x.x. (Hint: Consider three cases: two distinct roots, repeated real roots, and complex conjugate roots.)

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
Citation information

© Feb 5, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.