MATH 308 Lecture 17

From Notes
Jump to navigation Jump to search

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

Lecture Notes


An Initial Value Problem

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'' - 2y' = 4x \quad y(0) = 0 \quad y'(0) = 0}

Solution to homogeneous problem 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''-2y'=0} 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 r \in \{0,2\} \rightarrow y_h = c_1 \, \cancel{\mathrm{e}^{0x}} + c_2 \, \mathrm{e}^{2x}}

Try method of undetermined coefficients (could also use method of variation of parameters)

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_p = A\,x + B} , but is already a solution,so

So is a particular solution, and our general solution is

Plug in initial values and solve for and :

Laplace Transforms

Piecewise functions that need not be continuous but must be piecewise continuous.

Let be a function on . The Laplace transform of is the function defined by the integral

The domain of is all the values of for which the integral exists.

The limit exists if :

So the integral is convergent for

Our goal is to be able to take the laplace transform of each side of :

Piecewise Continuity

A function is piecewise continuous on an interval if the interval can be partitioned by a finite number of points so that

  1. is continuous on each open interval .
  2. approached a finite limit as the endpoints of each interval are approached from within the subinterval.


Exercises

Find the Laplace transform of :

  • Does not exist for


Find the Laplace transform of :

  • Does not exist for


Find the Laplace transform of

  • , so integral exists for

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} \lim_{N \to \infty} \int_0^N \mathrm{e}^{(3-s)t} \, \mathrm{d}t &= \left. \frac{\mathrm{e}^{(3-s)t}}{3-s} \right|_0^N \\ &= \frac{1}{s-3} \quad s > 3 \end{align}}


Find the Laplace transform of 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 f(t) = \mathrm{e}^{5t} \, \cos{t}}

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 \mathcal{L} \left\{ \mathrm{e}^{5t} \, \cos{t} \right\} = \lim_{N \to \infty} \int_0^N \mathrm{e}^{(5-s)t} \, \mathrm{d}t}

  • Exists for 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 > 5}

Integrate by parts:

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} \lim_{N \to \infty} \int_0^N \mathrm{e}^{(5-s)t} \, \mathrm{d}t &= \lim_{N\to\infty} \left. \mathrm{e}^{(5-s)t} \, \sin{t} \right|_0^N - \int_0^N (5-s) \, \mathrm{e}^{(5-s)t} \, \mathrm{d}t \\ &= \lim_{n\to\infty} 0 - \left. \mathrm{e}^{(5-s)t} \, \cos{t} \right|_0^N - \int_0^N (5-s)^2 \, \mathrm{e}^{(5-s)t} \, \cos{t} \, \mathrm{d}t \\ &= -(5-s) - (5-s)^2 \, \mathcal{L} \left\{ \mathrm{e}^{5t} \, \cos{t} \right\} \\ &= \frac{s-5}{1+(s-5)^2} \end{align}}