Laplace transform Definition and 752 Threads

  1. P

    Transfer function, Laplace Transform

    Homework Statement [PLAIN]http://img340.imageshack.us/img340/8508/circuit.png Find V2(s)/V1(s) (Laplace transform domain) Homework Equations KCL, capacitor equation. The Attempt at a Solution \frac {-V_2}{R} + \frac {V_1-V_2}{R} + C \frac {d(V_1-V_2)}{dt}=0 But in Laplace domain it follows...
  2. M

    What is the Inverse Laplace Transform of (2s^2 + 20s + 36) / (s^3 + 6s^2 + 9s)?

    Homework Statement F(s) = (2s2 + 20s + 36) / (s3 + 6s2 + 9s) Homework Equations L[e-at] = 1 / (s + a) L-1[(s+a) / ((s+a)2 + w2)] = e-atcos(wt) L-1[w / ((s+a)2 + w2)] = e-atsin(wt) The Attempt at a Solution Factored the top by 2 and the bottom by s, but the rest of the top seems...
  3. R

    Is this the correct inverse laplace transform

    Homework Statement Well i did all my work but the forum logged me out and when i submitted it I lost it all because it wanted me to login again >_< anyways i need to find the inverse laplace transform of F(s)=[12*s^2 - (28+2*sqrt(3))*s + 26 + 6*sqrt(3)]/[(s-3)(s^2-2s+2)] Homework...
  4. L

    Laplace Transform of DE with Discontinuous Forcing Function

    This is my first time posting on these boards, so forgive me if I am posting incorrectly or in the wrong forum. I have been able to successfully work through problems with forcing functions of constant value "steps", but am having trouble working with those with linear portions of the...
  5. X

    Laplace transform of piecewise functions

    I do not have trouble doing these types of problems if the domains are not equalities. However for this type of problem.. f(t)= 0 , t=2 t , t\neq 2 (I do not know how to do piecewise function in latex) I figured this is on the right track... t-tu_{2}(t)+2tu_{3} I have a problem...
  6. K

    Differential equations using Laplace Transform

    Homework Statement ((d^2)x)/(d(t^2)) + 5(dx/dt) + 6x = f(t) f(t)=3 for (0<=t<6) f(t)=0 for t>=6 Homework Equations This I am not sure of, this is my question. Would I use the Second Order Differential equation to do this problem: L{((d^2)f)/(d(t^2))} = (s^2)F(s) - sf(0") -...
  7. D

    Laplace transform of cos2(t-1/8π), help?

    Homework Statement I'm working on some Differential Equations homework and I'm stuck. The question is apply the translation theorem to find the Laplace transform. f(t) = e^(-t/2)cos2(t-1/8π) I know how to apply the method, I just need to figure out how to transform the cosine...
  8. M

    Inverse laplace transform square wave

    can someone please help me find the inverse laplace transform of the following: http://www.webpagescreenshot.info/img/694286-34201141544am.png i do not know how to solve for this due to the e^-20s shift in the denominator... is there a way to change this function to make it easier to solve?
  9. M

    Laplace transform unit step function

    What is the laplace transform of a function that is 1 from 0 to 10 and 0 elsewhere? I know that this can be represented by the step function U(10-t)U(t)...but how do i find the laplace transform of this?
  10. C

    Laplace transform of a weird function

    So, the definition of Laplace transform is: \int_{0}^{\infty} e^{-st} f(t) dt what if: f(t) = g(t)exp\Big[-\int_{0}^{t}g(t')dt'}\Big] Or, in words: if the function being transformed is itself a function of an integral. This seems somewhat tough, but maybe I just...
  11. I

    Proving the Inverse Laplace Transform of 1/(sqrt(s)+a)

    Hi, all. I am doing an inverse Laplace transform and meeting some difficulty. InverseLaplaceTransform[1/(Sqrt[s]+a)]. Using Mathematica I found the result, however, I failed to prove it. I know it should be like \frac{1}{2\pi i}\int_{\gamma-i\infty}^{\gamma+i\infty} \frac{1}{\sqrt{s}+a}ds...
  12. G

    Transforming Subsystems to Frequency Domain for Transfer Function Calculation

    I have two subsystems that I'm trying to transform into the frequency domain, and trying to obtain the transfer function for each. I have an equation (for system 1) m\ddot{x} -k(x2-x1) - b*\dot{x}1 = f Since this is for system 1, when I take the laplace transform of it, do i have x2 as...
  13. M

    Laplace transform - Dirac delta

    i need help trying to find the laplace transform of te-t\delta(t) i know the laplace transform of te-t is 1/(s+1)2 but i don't know how to find the laplace transform of a product with the Dirac delta
  14. M

    Laplace Transform: sin2(t-1)U(t-1) - Correct Answer?

    what is the Laplace transform of sin2(t-1)U(t-1) (U is the unit step function) i got 2e-s/s2 + 4 is this correct? i'm unsure about the exponential part
  15. J

    Laplace Transform: Finding Q(t) - Confused!

    Homework Statement I already got Q(s)=150/(s(s^2+20s+200)), then i complete the square on the quadratic. I got Q(s)=150/(s((s+10)^2+10^2))). But then i can't find the Q(t) because the equation (s+10)^2+10^2=0 dosent have roots. Or i have to use complex numbers ? So I am confused...
  16. B

    Initial Value Problem. Laplace Transform

    Homework Statement The question is solve using laplace transforms: y" - 4y = 1-2t where y(0) =0 and y'(0) = 0 Ans is: y = t/2 - 1/4 + 1/4*e^(-2t) Homework Equations http://www.stanford.edu/~boyd/ee102/laplace-table.pdf" partial fractionsThe Attempt at a Solution (s^2)Y - sy(0) - y'(0) - 4Y =...
  17. A

    No idea on how to start finding inverse Laplace Transform

    So my professor is really bad and I've had to try to learn to learn this stuff myself. But I have no idea where to start and where to go. Problem: X(s) = \frac{3(3s+2)}{9s^{2}+12s+4}Attempt All I've been able to figure out so far is: -> X(s) = \frac{3}{(3s+2)^{2}} * \frac{1}{(3s+2)}} But...
  18. M

    How to Prove the Laplace Transform of f(t/b) Equals bF(bs) for b ≠ 0?

    show that L{f(t/b)} = bF(bs), b is not equal to 0 i know that L{f(t)} = \inte-stf(t) dt = F(s) so L{f(t/b)} = \inte-stf(t/b) dt any tips on how to start? thx
  19. A

    Laplace Transform of f(t) x cos(t)

    Homework Statement Find the Laplace transform of f(t) x cos(t) (multiplication) if the Laplace transform of f(t) is F(s). Homework Equations The Attempt at a Solution I'm pretty sure I am supposed to use the second equation, however I do not understand how to use it. If you...
  20. S

    Where can I find a rigorous derivation of the Laplace transform?

    I wonder does anyone have a source for the derivation of the Laplace transform in print that is analogous to the derivation given in this video: https://www.youtube.com/watch?v=zvbdoSeGAgI https://www.youtube.com/watch?v=hqOboV2jgVo I've browsed booksgoogle but have really been unable to...
  21. M

    Inverse Laplace transform Signals and systems

    Homework Statement Compute Y(t). Homework Equations Y(s)= (s(2s+11)+ω(8s+4ω^2))/((s^2+ω^2)(s+9)(s+2)) The Attempt at a Solution (s(2s+11)+ω(8s+4ω^2 ))/((s^2+ω^2)(s+9)(s+2))= A/(s^2+ω^2 )+B/(s+9)+C/(s+2) Every example I have looked at does not have the ω variable, but I...
  22. E

    Laplace transform of the grand canonical partition function

    Does anyone recognize this expression for the pressure: p(T,\mu) = T s^*(T,\mu) where s^* is the extreme right singularity in the Laplace transform of the grand canonical partion function. If someone knows this, I am curious in the derivation, and in what cases it is applicable. (In the...
  23. K

    Laplace Transform Diff EQ Help Request

    Ok...so this isn't homework (well past that at 39!) but I'm trying to brush off the old cobwebs and solve a vehicle motion problem. Specically, I'm trying to find the Homework Statement Ok...so this isn't homework (well past that at 39!) but I'm trying to brush off the old cobwebs and...
  24. jegues

    How Do You Solve Complex Inverse Laplace Transforms?

    Homework Statement Find the inverse Laplace Transform for the function, F(s) = \frac{(3s^{2}+9s+14)e^{-5s}}{s^3 + 4s^2 +7s} Homework Equations The Attempt at a Solution We are given a table of common laplace transforms that we are allowed use to without proof. First I'll...
  25. N

    Laplace Transform with Double Roots

    I'm trying to prepare for an exam and we were warned that the Laplace transforms given to us may have Complex roots, double roots, or double complex roots. I'm comfortable with complex roots, but I can't find a problem in the textbook that deals with double roots, and I haven't used them since...
  26. M

    Unknown Inverse Laplace Transform

    Hey Guys. Im trying to find an inverse laplace transform for fraction in the laplace domain but can't find it in any of my laplace pair tables. The fraction is: 1/(s + 4)(s + 4)(s + 8) Does anybody have any suggestions?
  27. J

    How Do You Solve the Unilateral Laplace Transform for Delayed Functions?

    Please help me explain how to solve this to find the unilateral laplace transform x(t)=tu(t) - (t-1)u(t-1) - (t-2)u(t-2) + (t-3)u(t-3) I know the part tu(t) as a(t) = u(t) --> 1/s then b(t) = tu(t) ---> - d/dx a(t) = 1/s^2 But for those (t-1), (t-2) in front u(t), how to solve...
  28. jegues

    Simple Inverse Laplace Transform.

    Homework Statement Find the inverse Laplace Trasnform of, F(s) = \frac{s^{2}}{(s^{2} + 9)^{2}} Homework Equations The Attempt at a Solution We are given a table with a bunch of common Laplace transforms and their inverses but I can't seem to get this one. Can anyone nudge...
  29. R

    Laplace Transform of t cos(2t)

    Homework Statement Find the Laplace Transform from the definition of f(t) = tcos(2t) Homework Equations \int e^-^s^ttcos(2t)dt The Attempt at a Solution I started by doing parts u = t du = dt dv = cos(2t)e^-^s^t dt but I get stuck on v and as far as I can tell doing parts...
  30. J

    Laplace transform with unit step function

    Homework Statement I'm trying to take the laplace transfrom of t H(t) where H(t) is the unit step function. Also, in a separate problem I get e^{-t} H(t) - e^{-t}H(t-1) and I am wondering how to manipulate it properly Homework Equations L \{ f(t-a) H(t-a) \} = e^{as}F(s) The...
  31. E

    Laplace Transform of $\sqrt{\frac{t}{\pi}}\cos(8t)$

    1. find the Laplace transform of \sqrt{t/pi}cos(8t). 2. Tried to look at the tables and combine things but I'm not very sure where to start.
  32. S

    Verification of Laplace transform answer

    Homework Statement Find the Laplace transform of the time function using the integral definition: g(t) = e-a(t+T)*u(t+T) Homework Equations Laplace transform definition The Attempt at a Solution After working through it, I was curious to see if the answer I received is, in...
  33. W

    Laplace transform for system DFE

    dx/dt= -x+y dy/dt= 2x x(0)=0 y(0)=1 I'm not familiar how to solve a system like this. Somebody please help? Thanks
  34. C

    Laplace transform with step function

    Homework Statement y'+2y=f(t), y(0)=0, where f(t)=\left\{t, 0\leq t<0 \;and \; 0, t \geq 0 (I don't know how to do piecewise)Homework Equations Equation for initial conditions; step function: u(t-a) The Attempt at a Solution I know how to solve a differential equation with initial...
  35. 1

    Proving Laplace Transform for Complimentary Error Function - Step by Step Guide

    Can anybody show me how to prove this Laplace transform which leads to a complimentary error function? Thanks!\int^\infty_0 \frac{\sqrt{a}}{\pi \sqrt{x} (x+a)} e^{-x} dx = e^a erfc(\sqrt{a})I don't know how to separate a factor of \sqrt{\pi} from the laplace transform.
  36. C

    Laplace Transform (First Order Differential Equation With Initial Value)

    Homework Statement Y' + 8y = e^-2t*sint, with initial condition y(0) = 0 Homework Equations L{e^(-2t)sin(t)} = 1/((s+2)²+1) The Attempt at a Solution Alright so I've been working on this one for about an hour, I really don't know why but I'm having major problems with these types...
  37. M

    Very Trick laplace Transform Q

    Homework Statement solve the following differential equation using laplace transform: dy/dt+yx=0 y=20 when x=0 Homework Equations The Attempt at a Solution I took the laplace for each term L(dy/dx)= s*Y(s)-y(0) L(xy)=X(s)Y(s) subtitute back to the equation...
  38. S

    Solving the Laplace Transform of an Irreducible Quadratic Factor

    Homework Statement i need to find the laplace transform of this equation by using the partial fraction. it is an irreducible quadratic factor that i don't really know how to solve it. Homework Equations [(s+1)^2 + 6]/[(s+1)^2 +4]^2 The Attempt at a Solution please help me, thanks. =)
  39. G

    Laplace Transform simpilification

    Homework Statement Is there a simplified Laplace transform of The Attempt at a Solution This is actually a three part question, I was only able to solve it when q is 0 or pi/2. but i can't seem to figure out the general solution.
  40. I

    Laplace Transform ODE Solving: y'' + 2y' + y = 0 with Initial Conditions

    Solve using laplace. The diff eq is y'' + 2*y' + *y = 0 subject to y(0)=1 and y(pi)=0 Sorry if notation isn't the norm. y'' and y' and y are time (t) based functions.
  41. P

    What is the Inverse Laplace Transform of Y(s) = (1/τs+1)(1/s)?

    Homework Statement Take the Inverse Laplace Transform of: Y(s)=\frac{1}{\tau s+1}\cdot \frac{1}{s} 2. The attempt at a solution I know: L^{-1}(\frac{1}{\tau s+1})=\frac{1}{\tau}e^{\frac{-t}{\tau}} and: L^{-1}({\frac{1}{s}})=1 But how to continue?
  42. P

    Laplace transform physical meaning

    When comparing time and frequency domains, it is easy to imagine the meaning of the Fourier transform. In time domain, our function takes time as a parameter, and returns the value (result) of our process. When we make a Fourier transform of the same function, we take it to the frequency...
  43. M

    Laplace transform with time shift

    Homework Statement I need to find the Laplace transform of t*e-t*u(t-tau) 2. Homework Equations and attempt at solution I know the general form of the transform, but my problem is in the time shift of the step function. If both parts of the expression were (t-tau), then I could just...
  44. M

    An understanding of Laplace Transform.

    Currently enrolled in an Electrical Engineering program, i naturally had to come across Laplace Transformation. Maths and specially calculus isn't my favourite :) What I understand is that Laplace Transform is more or less a tool used to simplify matters by defining a time based quantity in...
  45. F

    How Do You Transform and Simplify the Inverse Laplace Function 1/[s(2s^2+2s+1)]?

    Hey everyone. I've got through most of a problem that involves finding an inverse laplace transform, but I am stuck at one part that requires algebraic manipulation. The function is 1/[s(2s2+2s+1)] So far I have modified it too look like .5/[s(s+.5)2 +.52](1/.5) I'm not sure how to...
  46. S

    Laplace Transform vs. Transfer Function

    Hi, I am confused between the difference between the Laplace transform and the Transfer function. I used to think that the Transfer Function was the Laplace transform of the Differential equation representation of a system, but in my readings it seems like that is incorrect - because...
  47. C

    How Do You Derive the Laplace Transform of sin(2t)?

    im new to this forum. i really need help with the steps to solve the Laplace of sin(2t). i can put it in the formula to get the answer but I am having problems getting the steps which is what i need to follow and understand it better. if anyone can please help me with the steps it would be...
  48. K

    Laplace transform of phase-shifted sinusoid

    Homework Statement Find the laplace transform of f(t)=sin(4t+\frac{\pi}{3})u(t). http://img822.imageshack.us/img822/6996/codecogseqna.gif Uploaded with ImageShack.us Homework Equations Definition of laplace transform, and properties...
  49. K

    Solving Laplace Transform Homework: Step-by-Step Guide

    Homework Statement I tried extract an s at the denominator and perform complete the square at denominator.But i feel it would be way too long to solve this problem. Gimme guide on how to tackle this problem Homework Equations...
  50. K

    Laplace Transform: Get the Answers You Need

    Gimme CLue
Back
Top