Can a second order system be converted into two first order systems with complex roots?

  • Thread starter david316
  • Start date
In summary: If you wanted to look at a second-order system as two coupled first-order systems, you could decompose it that way:dy/dt= -ix+iydy/dt= -ix+iy*x+iy*x*ydy/dt= x*y+iy*x*y
  • #1
david316
77
4
Does a first order system with a solution that contains the complex number i have any meaning?

e.g. dy/dt = iy

therefore y = e^(it) = isin(t) + cos(t)

Follow-up question. Can I breakdown a second order system into two cascaded first order systems that have complex roots?
 
Physics news on Phys.org
  • #2
Yes, I think it could be, just for the differentiation in complex numbers.
 
  • #3
Exactly what do you mean by "meaning"? A differential equation involving complex numbers has every bit as much meaning as an algebraic equation involving complex numbers or, indeed, as complex numbers themselves.

If dy/dt= iy then [itex]y= Ce^{it}[/itex] where C can be any complex number.

The second order equation, [itex]d^2y/dt^2+ y= 0[/itex] can be written as a pair of first order differential equations by defining [itex]x= dy/dt[/itex] so that [itex]d^2y/dt^2+ y= dx/dt+ y= 0[/itex] and [itex]dy/dt= x[/itex].

You ask about "two cascaded first order systems that have complex roots". First the "system" is the pair of first order equations. Second, the system does not have "complex roots", its characteristic equation has.

We can write the example above, [itex]dx/dt= -y[/itex] and [itex]dy/dt= x[/itex] as the matrix equation
[tex]\frac{d}{dt}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}0 & -1 \\ 1 & 0 \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}[/tex]

That matrix has "eigenvalue equation" (the characteristic equation of the system of differential equations)
[tex]\left|\begin{array}{cc}-\lambda & -1 \\ 1 & -\lambda \end{array}\right|= \lambda^2+ 1= 0[/tex]
which has roots [itex]\lambda= \pm i[/itex].

So the matrix has eigenvalues i and -i and corresponding eigenvectors (1, -i) and (1, i). In particular, if we construct the matrix [itex]B= \begin{bmatrix}1 & 1 \\ -i & i\end{bmatrix}[/itex], having those eigenvectors as columns, which has inverse matrix [itex]B^{-1}= \begin{bmatrix}1/2 & i/2 \\ 1/2 & -i/2\end{bmatrix}[/itex]
Then the equation dX/dt= Ax becomes [itex]d(BX)/dt= (BAB^{-1})(BX)[/itex] which is
[tex]\frac{d}{dt}\begin{bmatrix}u \\ v\end{bmatrix}= \begin{bmatrix}i & 0 \\ 0 & -i\end{bmatrix}\begin{bmatrix}u \\ v \end{bmatrix}[/tex]
where u and v are defined by [itex]\begin{bmatrix}u \\ v \end{bmatrix}= \begin{bmatrix}1 & 1 \\ -i & i \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}[/itex] so that u= x+ y and v= -ix+ iy.

That last system reduces to the two uncoupled equations du/dt= iu and dv/dt= -iv so that we have [itex]u(t)= Ce^{it}[/itex] and [itex]v(t)= De^{-it}[/itex]. Since u= x+ y and v= -ix+ iy, [itex]x= (1/2)u+ (1/2)i v= C' e^{it}+ D' e^{-it}[/itex] and [itex]y= (1/2)u- (1/2)iv= C'e^{it}- D'e^{-it}[/itex] where C'= (1/2)C and D'= (1/2)Di.
 
Last edited by a moderator:
  • #4
Thank you. Makes sense.
 
  • #5
I should also add that when I said "meaning" I was thinking of a physical interpretation. For example a first order system with a real answer corresponds to exponential decay or growth. A second order second system with a real answer is usually some sort of harmonic oscillator. As far as I can tell, an answer to ODE that contain complex numbers don't appear to have a simple physical meaning.

Also, when I said cascaded I think convolved would have been a better word to use. As far as I understand, which was shown with the system representation, any second order system can be decomposed as two convolved first order ODE. I'm not sure of uses of this expect to solve ODE's and to look at stability. Can it be used in control systems or DSP?
 

FAQ: Can a second order system be converted into two first order systems with complex roots?

What does "Dy/dt = iy" mean?

"Dy/dt = iy" is a mathematical expression that represents a first-order ordinary differential equation. It describes the relationship between the rate of change of a dependent variable, y, with respect to an independent variable, t. The "i" in the equation represents the imaginary number, while the "y" and "t" variables can represent any real or complex numbers.

What is the purpose of "Dy/dt = iy" in science?

"Dy/dt = iy" is a useful tool in many scientific fields, particularly in physics and engineering. It allows scientists to model and understand various natural phenomena, such as the behavior of electric circuits, chemical reactions, and population growth. It is also used in mathematical models to predict and analyze the behavior of complex systems.

How do you solve "Dy/dt = iy"?

The solution to "Dy/dt = iy" involves finding an expression for y in terms of t. This can be done by using various techniques, such as separation of variables, substitution, or integrating factors. The specific method used will depend on the form of the equation and the initial conditions given. It is important to note that there are usually multiple solutions to this type of equation.

What are some real-world applications of "Dy/dt = iy"?

"Dy/dt = iy" has many practical applications in fields such as physics, engineering, biology, and economics. It can be used to model and predict the behavior of electrical circuits, chemical reactions, population growth, and economic trends. It is also used in mathematical models to understand and solve complex systems, such as weather patterns and traffic flow.

How does "Dy/dt = iy" relate to other mathematical concepts?

"Dy/dt = iy" is closely related to other mathematical concepts, such as derivatives, integrals, and complex numbers. It is a type of first-order ordinary differential equation, which is a fundamental concept in calculus. The "i" in the equation represents the imaginary number, which is an important concept in complex analysis and many other branches of mathematics.

Back
Top