MATH 308 Lecture 10

From Notes
Jump to navigation Jump to search

« previous | Friday, February 8, 2013 | next »

Begin Exam 2 content
Lecture Notes


Chapter 3

Solving second order linear differential equations

Section 3.1–3.4: Homogeneous with constant coefficients

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(x)y'' + Q(x)y' + R(x)y = G(x)}

When , equation is homogeneous When , , and do not depend on , the equation has constant coefficients

Examples:

Equation Linear Homogeneous Constant Coefficients
Yes No No
Yes No No
No -- --
Yes Yes No
Yes No Yes
No -- --

Theorem

Let and be two solutions to a second order homogeneous linear differential equation. Any linear combination , for any real and is a solution to the differential equation.

Exercise 2

Given that and are solutions to the homogeneous equation

Show that every linear combination for any is a solution to the homogeneous problem.



  • y_1 is a solution:
  • y_2 is a solution:

Therefore is a solution.


Find a solution that satisfies the initial condition and .

Find in the form

Therefore, the solution is


Exercise 3

Find the general solution to the differential equation . Look for a solution of the form .

So we have

This is called the characteristic equation.

Solving for gives , so the following formulae are solutions:

And any linear combination is the general solution to the differential equation.

Characteristic Equation

Replace each derivative with a coefficient of the same degree.

For example, becomes .

Solving the characteristic gives coefficients for the exponential.


Exercise 4

Find the general solutino to the differential solution .

Characteristic equation is , and roots are Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r = \pm 2i} .

General complex valued solution is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = c_1 \, \mathrm{e}^{2i\,x} + c_2 \, \mathrm{e}^{-2i\,x}} .

Recall the Euler Formula: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathrm{e}^{i \,\theta} = \cos{\theta} + i \, \sin{\theta}}

The solution takes the form

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} y_1 &= \cos{2x} + i \, \sin{2x} \\ y_2 &= \cos{-2x} + i \, \sin{-2x} = \cos{2x} - i \, \sin{2x} \\ \end{align}}

Recombining we get

  • Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c_1 = c_2 = \frac{1}{2}} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{y_1 + y_2}{2} = \cos{2x}}
  • Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c_1 = c_2 = \frac{1}{2i}} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{y_1 + y_2}{2} = \sin{2x}} .

So we can express the solution as a linear combination of these two real functions:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = c_1 \, \cos{2x} + c_2 \, \sin{2x}}