Laplace transform, with integral

arenaninja
Messages
25
Reaction score
0

Homework Statement


I'm trying to solve a definite Laplace transform. The function is defined as f(t) = sin(t) over the interval [0, \pi]

Homework Equations


The integrate to evaluate is:
\int_0^\pi e^{-st} sin(t) dt


The Attempt at a Solution


To evaluate, first use integration by parts (IBP).
<br /> \begin{matrix}<br /> u = sin(t) \quad dV = e^{-st} dt\\<br /> du = cos(t) dt \quad V = \frac{e^{-st}}{-s}<br /> \end{matrix}

\int_0^\pi e^{-st} sin(t) dt = \frac{sin(t) e^{-st}}{-s} + \frac{1}{s} \int_0^\pi e^{-st} cos(t) dt
However, I'm stuck here. I can try to keep evaluating by parts, but it looks to me like I'm stuck in a loop. Integrating by parts will alternate me between sine and cosine, and the only thing that will change will be the increasing power for the "s" in the denominator.

Any help is greatly appreciated.
 
Physics news on Phys.org
The trick is when you get back to the sine, move the integral to the LHS, so you end up with

(\textrm{some stuff}) \int_0^\pi e^{-st}\sin t\, dt = \textrm{other stuff}
 
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