New Reply

inverse laplace in matlab gives iota

 
Share Thread Thread Tools
Jan16-13, 01:54 AM   #1
 

inverse laplace in matlab gives iota


I'm applying laplace transform to a spring-mass system, the most basic one. I write this code which takes initial values x(0) and v(0) as input and I'm computing x(t) in matlab. But for some values it gives me complex roots for x(t) which doesn't seem possible. If not for laplace I can solve the same question traditional differential equation solving way and get real roots. So what's happening here?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jan17-13, 10:14 PM   #2
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Remember that a damped harmonic system may give you complex conjugate roots ##a\pm bi## with a solution pair ##\{e^{(a+bi)t},e^{(a-bi)t}\}##. But this is equivalent to the solution pair ##\{e^{at}\cos(bt),e^{at}\sin(bt)\}##. Complex roots don't necessarily cause complex solutions. In fact, if the coefficients and initial conditions are all real, you will not have complex solutions.
 
Jan17-13, 11:09 PM   #3
 
What is the meaning of solution pair? Yes, it gives me aħbi. How do I interpret it? And I don't even have damping in my system.
 
Jan18-13, 11:04 AM   #4
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help

inverse laplace in matlab gives iota


Quote by LCKurtz View Post
Remember that a damped harmonic system may give you complex conjugate roots ##a\pm bi## with a solution pair ##\{e^{(a+bi)t},e^{(a-bi)t}\}##. But this is equivalent to the solution pair ##\{e^{at}\cos(bt),e^{at}\sin(bt)\}##. Complex roots don't necessarily cause complex solutions. In fact, if the coefficients and initial conditions are all real, you will not have complex solutions.
Quote by indianaronald View Post
What is the meaning of solution pair? Yes, it gives me aħbi. How do I interpret it? And I don't even have damping in my system.
By a "solution pair" I mean the general solution is$$
y = Ae^{at}\cos(bt)+e^{at}\sin(bt)$$Without actually seeing what your system is and what your work looks like, I can't be more specific about your problem.
 
New Reply

Tags
control, laplace, spring mass
Thread Tools


Similar Threads for: inverse laplace in matlab gives iota
Thread Forum Replies
IVP Laplace Transform Problem -- Tricky Inverse Laplace Transform Calculus & Beyond Homework 5
Inverse Laplace Transformation of Inverse Tan function Calculus & Beyond Homework 1
Laplace & Inverse Laplace Transforms Calculus & Beyond Homework 3
we usually represent sqrt(-1) as i General Math 17
Finding an inverse Laplace Transform for a function - solving IVPs with Laplace Calculus & Beyond Homework 2