Inverse laplace in matlab gives iota

In summary, the conversation discusses the possibility of obtaining complex roots in a spring-mass system when using the Laplace transform, and how these roots can be interpreted in terms of real solutions. It also mentions that a damped harmonic system can have complex conjugate roots, but these can be equivalent to real solutions when certain conditions are met.
  • #1
indianaronald
21
0
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?
 
Physics news on Phys.org
  • #2
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.
 
  • #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.
 
  • #4
LCKurtz said:
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.

indianaronald said:
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.
 
  • #5


It is important to note that the Laplace transform is a powerful mathematical tool for solving differential equations, but it is not foolproof. In some cases, it may give complex roots that do not seem possible, as you have observed in your spring-mass system. This could be due to the limitations of the Laplace transform in handling certain types of functions or initial conditions.

In such cases, it may be necessary to use other methods, such as traditional differential equation solving or numerical methods, to obtain more accurate and reliable solutions. It is also important to carefully check your input values and equations to ensure they are correct and appropriate for your system.

Additionally, keep in mind that complex roots can still be valid solutions in some cases, so it is important to thoroughly analyze and interpret the results of your Laplace transform in the context of your system. Overall, the inverse Laplace transform in Matlab is a useful tool, but it is important to understand its limitations and use it in conjunction with other methods for a comprehensive and accurate analysis.
 

1. What is inverse Laplace in Matlab?

Inverse Laplace in Matlab is a function that calculates the inverse Laplace transform of a given function or expression. The inverse Laplace transform is used to convert a function from the s-domain to the time-domain.

2. How do I use the inverse Laplace function in Matlab?

To use the inverse Laplace function in Matlab, you need to have the Symbolic Math Toolbox installed. Once you have this toolbox, you can use the ilaplace function to calculate the inverse Laplace transform of a given function or expression.

3. Why does the inverse Laplace function in Matlab give an "iota" as the output?

The "iota" output in the inverse Laplace function in Matlab represents the imaginary unit, which is denoted by the letter "i". This is a common notation in mathematics and is used to represent complex numbers, which are often encountered in the s-domain.

4. Can the inverse Laplace function in Matlab handle complex functions?

Yes, the inverse Laplace function in Matlab can handle complex functions. However, it is important to note that the function ilaplace only accepts symbolic expressions, so the complex function must be written in terms of variables such as s and t.

5. Are there any limitations to using the inverse Laplace function in Matlab?

One limitation of using the inverse Laplace function in Matlab is that it may not be able to calculate the inverse Laplace transform for certain functions or expressions. This can happen when the function is too complex or when it has poles at the origin. In these cases, alternative methods may need to be used.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
10
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
993
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
742
Back
Top