What Does From First Principles Mean in Calculating Laplace Transforms?

  • Thread starter Thread starter NotStine
  • Start date Start date
  • Tags Tags
    Laplace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 14K views
NotStine
Messages
25
Reaction score
0

Homework Statement



Find, from first principles, the Laplace transform of f(t) = sin2(3t)

Homework Equations



sin23t = 1/2(1-cost(6t))

L{SINat} = a/(s2 + a2)

The Attempt at a Solution



I already have the solution.

s/2(s2 + 36)

What I want to ask is what does the first principles part mean? Is that asking me to integrate or look at the table of transforms? I don't quite understand what method I'm suppose to use for the transformation. Any light on this topic would be heavily appreciated.
 
Last edited:
Physics news on Phys.org
The Laplace transform of a function, f(x) is defined as
[tex]L(f)(s)= \int_0^\infty e^{-sx}f(x)dx[/tex]
"From first principles" means using that formula. I recommend integrating by parts.
 
I see. That makes sense.

Thank you very much for your help.