Can u guys helpe please? Ive been trying to solve two questions and i simply have no luck. They are: Inverse laplace of #s/(s^4+4a^4)# And Inverse laplace of #s/(s^4+s^2+1)# If you guys could gelp me I wpuld be grateful

1 Answer
Mar 13, 2017

# ℒ^-1 {s/(s^4+4a^4)} \ \ \ \ \ = (sin(at)sinh(at))/(2a^2) #
# ℒ^-1 {s/(s^4+s^2+1)} = 2/sqrt(3)sin(sqrt(3)/2)sinh(1/2t) #

Explanation:

Part (A)

First we can complete the square:

# s/(s^4+4a^4) = s/( (s^2+2a^2)^2 - 4a^2s^2) #
# " " = s/( (s^2+2a^2)^2 - (2as)^2) #

We now have the difference of two squares, so:

# s/(s^4+4a^4) = s/( (s^2+2a^2 + 2as)(s^2+2a^2 - 2as) ) #

Now let us form the partial fraction decomposition for the expression, which will be of the form:

# s/(s^4+4a^4) = A/(s^2+2a^2 + 2as) + B/(s^2+2a^2 - 2as) #
# " " = (A(s^2+2a^2 - 2as) + B(s^2+2a^2 + 2as))/ ((s^2+2a^2 + 2as)(s^2+2a^2 - 2as)) #

# :. s = A(s^2+2a^2 - 2as) + B(s^2+2a^2 + 2as) #

Equating Coefficients we get:

# Coeff(s) \ \ => 1 = -2aA+2aB \ \ \ \ \ ..... [1]#
# Coeff(s^2) => 0 = A+B \ \ \ \ \ ..... [2]#

Now we solve these simultaneous equations:

# Eq[1] + (2a)Eq[2] => 1=4aB #
# :. A=-1/(4a), B= 1/(4a) #

Se we can write the original expression as:

# s/(s^4+4a^4) = 1/(4a) { 1/(s^2+2a^2 - 2as) - 1/(s^2+2a^2 + 2as) } #
# " " = 1/(4a) { 1/((s-a)^2-a^2+2a^2) - 1/((s+a)^2-a^2+2a^2) } #
# " " = 1/(4a) { 1/((s-a)^2+a^2) - 1/((s+a)^2+a^2) } #

And we can now take inverse Laplace Transforms using standard results to get:

# ℒ^-1 {s/(s^4+4a^4)} = 1/(4a){e^(at)sin(at)/a - e^(-at)sin(at)/a} #
# " " = 1/(4a^2)sin(at){e^(at) - e^(-at)} #

# " " = 1/(4a^2)sin(at)2sinh(at) #

# " " = (sin(at)sinh(at))/(2a^2) #

Part (B)
In a similar way to the first solution we want to make the denominator the difference of two squares so that we have two factors leading to two partial fractions. If we complete the square on this denominator the method fails as we get

# s^4+s^2+1 = (s^2+1/2)^2 +3/4#

Which is not the difference of two squares; so let's try a little manipulation:

# s/(s^4+s^2+1) = s/{ (s^4+2s^2+1} -s^2 } #
# " " = s/{ (s^2+1)^2 -s^2 } #
# " " = s/{ (s^2+1-s)(s^2+1+s) } #

Again we find the partial fraction decomposition; which will be of the form;:

# s/(s^4+s^2+1) = A/(s^2+1-s) + B/(s^2+1+s) #
# " " = (A(s^2+1+s) + B(s^2+1-s)) /{ (s^2+1-s)(s^2+1+s) } #

# :. s = A(s^2+1+s) + B(s^2+1-s) #

Equating Coefficients we get:

# Coeff(s) \ \ => 1 = A-B \ \ \ \ \ ..... [1]#
# Coeff(s^2) => 0 = A+B \ \ \ \ \ ..... [2]#

Now we solve these simultaneous equations:

# Eq[1] + Eq[2] => 1=2A #
# :. A=1/2, B= -1/2 #

Se we can write the original expression as:

# s/(s^4+s^2+1) = 1/2{1/(s^2+1-s) - 1/(s^2+1+s)} #
# " " = 1/2{1/((s-1/2)^2-(1/2)^2+1) - 1/((s+1/2)^2-(1/2)^2+1)} #
# " " = 1/2{1/((s-1/2)^2-3/4) - 1/((s+1/2)^2-3/4) } #
# " " = 1/2{1/((s-1/2)^2-(sqrt(3)/2)^2) - 1/((s+1/2)^2-(sqrt(3)/2)^2) } #

And we can now take inverse Laplace Transforms using standard results to get:

# ℒ^-1 {s/(s^4+s^2+1)} = 1/2{e^(1/2t)sin(sqrt(3)/2)/(sqrt(3)/2)) - e^(-1/2t)sin(sqrt(3)/2)/(sqrt(3)/2))} #
# " " = 1/2*2/sqrt(3)sin(sqrt(3)/2){e^(1/2t) - e^(-1/2t)} #
# " " = 1/sqrt(3)sin(sqrt(3)/2)2sinh(1/2t) #
# " " = 2/sqrt(3)sin(sqrt(3)/2)sinh(1/2t) #