MATH 308 Lecture 14

From Notes
Jump to navigation Jump to search

« previous | Monday, February 18, 2013 | next »

Lecture Notes


Non-Homogeneous Equations

is solution to homogeneous problem

Let's look for a constant function solution to the nonhomogeneous function:

Guess particular solution by looking at original diff EQ.

The general solution to the non-homogeneous function is

Exercise 2

Corresponding homogeneous function is , and solution is .

We'll guess the particular solution is a constant undetermined coefficient multiplied into :

So is a particular solution to the non-homogeneous differential equation.

Combining the general solution to the homogeneous equation, we get

Exercie 3

General solution to is

Possible particular solution is of form , so

Bad guess. This isn't surprising since is a solution to the homogeneous differential equation, so of course it will equal 0.

Note: To make good guesses for equations of form , multiply it by so that has a degree one greater than the homogeneous solution

Let's try .

So is a particular solution to the non-homogeneous differential equation.

The general solution is

Exercise 5

Solution to homogeneous differential equation is

Particular solution is a polynomial function of degree 1: since the RHS is a polynomial of degree 1.

So our particular solution is


Exercise 6

Find a particular solution to

Solution to homogeneous function is

Try particular solution

We're left with the system of equations

We find that and .

Therefore our general solution to the nonhomogeneous equation is


Making Good Guesses

Given a linear second order differential operator with constant coefficients

We have the following cases for :

Exponentials

A particular solution to the differential equation is in the form

  • if is not a solution to the corresponding homogeneous problem.
  • if is a solution to the corresponding homogeneous problem.
  • if 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}^{\alpha \, x}} and 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 x \, \mathrm{e}^{\alpha \, x}} are solutions to the corresponding homogeneous problem.

Polynomials

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 g(x) = P_n(x) = \sum_{j = 0}^n \alpha_j \, x^j = \alpha_n \, x^n + \alpha_{n-1} \, x^{n-1} + \dots + \alpha_1 \, x + \alpha_0 \,\!}

Where is a polynomial function of degree 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 n} , then a particular solution is in 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 y = x^s\,p_n(x)} where

  • 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_n} is a polynomial function of degree 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 n}
  • 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 s = 1} if the constant functions are solutions to the corresponding homogeneous differential equation
  • 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 s = 0} otherwise.

Trigonometric

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 g(x) = p \, \cos{\alpha \, x} + q \, \sin{\alpha \, x} \,\!}

A particular solution is in 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 y = x^s \left( A \, \cos{\alpha \, x} + B \, \sin{\alpha \, x} \right) \,\!}
  • 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 s = 1} if 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 \cos{\alpha \, x}} is solution to the homogeneous solution
  • 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 s = 0} otherwise.