Solve the initial value problem , by using the Laplace transform method.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
L{y''(t)} = S²Y(S) - SY'(0) - Y(0)
L{y(t)} = Y(S)
L{t} = S ² 1
With the values Y(0) = 1 and Y'(0) = 1...
S²Y(S) - S - 1 + Y(S) = S ² 1
(S² + 1)Y(S) = S ² 1 + S + 1
Y(S) = S ² ( S ² + 1 ) 1 + ( S ² + 1 ) S + ( S ² + 1 ) 1
Now solving partial fractions for the denominator of just the first one S ² A + ( S ² + 1 ) B
A = -B
S ² 1 - ( S ² + 1 ) 1
gives us three defined laplace transforms
L⁻¹{ S ² ( S ² + 1 ) 1 } = t - sin(t)
L⁻¹{ ( S ² + 1 ) S } = cos(t)
L⁻¹{ ( S ² + 1 ) 1 } = sin(t)
answer: Y(S) = t + cos(t)