MATH 308 Lecture 25
« previous | Monday, March 25, 2013 | next »
Convolution Function
Defined
- It is associative, so
- It is distributive, so
Example
, and :
, and
Theorem 6.6.1
So finding the inverse 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 \frac{1}{(s-7)^9 \, (s^2+4)}} is equivalent to finding the convolution 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{(t^8 \, \mathrm{e}^{7t}) * (\sin{2t})}{8! \cdot 2}}
Exercises
- 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}^{-1} \left\{ \frac{1}{(s-1)(s^2+9)} \right\} = \mathrm{e}^{t} * \frac{\sin{3t}}{3}}
- , 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(s) = G(s) \, \frac{1}{s^2+1} = \mathcal{L} \left\{ g(t) * \sin{t} \right\}}
Exercise 3
Find Laplace transforms 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) = \int_0^t (t-v)^3 \, \sin{2v} \, \mathrm{d}v = t^3 * \sin{2t}} , so 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\{ f(t) \right\} = \frac{6}{s^4} \, \frac{2}{s^2+4} = \frac{12}{s^4(s^2+4)}}
- 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(t) = \int_0^t \mathrm{e}^{v-t} \, \cos{v} \, \mathrm{d}v = \mathrm{e}^{-t} * \cos{t}} , so 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\{ g(t) \right\} = \frac{s}{s^2+1} \, \frac{1}{s+1} = \frac{s}{(s^2+1)(s+1)}}
Solving Differential Equations
Find the solution to when 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(0) = 0} 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 y'(0) = 1} .
Take Laplace transform of both sides:
Solve 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 \mathcal{L} \left\{ y \right\}} :
So the solution is
Find the solution to 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'' + 3y' + 2y = \cos{a\,t}} when 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 y'(0) = 0}
We can solve this using two methods: undetermined coefficients and variation of parameters. Let's try to use Laplace transforms:
Solve 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 \mathcal{L} \left\{ y \right\}} :
And then take the inverse Laplace transform:
(out of time)