Laplace transform of f(x)= xcos(ax)

jhat21
Messages
9
Reaction score
0

Homework Statement



Laplace transform from f(x) = x cos(ax)
to ^f(s) = (s^2 - a^2) / (s^2 + a^2)^2

how do you get the -a^2 term in the numerator,
all i come up with is s^2?

Homework Equations



f(x) = x e^(ax) ----> ^f(s) = 1/(s-a)^2

2 cos(ax) = e^(aix) + e^(-aix)


The Attempt at a Solution



f(s) = integral[ x/2 (e^-(s-ai)x + e^-(s+ai)x) ]dx
= 1/2[1/(s-ai)^2 + 1/(s+ai)^2]
=1/2[ (s+ai)^2 + (s-ai)^2] / (s^2+a^2)^2
=1/2(s^2+a^2)^2 [ s^2 + 2asi - a^2 + s^2 - 2asi +a^2]
=(s^2 )/ (s^2 + a^2)^2

but the given solution is:
(s^2 - a^2) / (s^2 + a^2)^2

so where am i missing the -a^2 term?
 
Physics news on Phys.org
=1/2[ (s+ai)^2 + (s-ai)^2] / (s^2+a^2)^2
=1/2(s^2+a^2)^2 [ s^2 + 2asi - a^2 + s^2 - 2asi +a^2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|wrong sign!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top