Linear and non-linear differential equations

Daniel1992
Messages
21
Reaction score
0
I am not sure I understand Linear and non-linear differential equations properly so I will ask some question which someone will hopefully answer.

Is dx/dt = x + 2 a linear differential equation? If so does this mean that the rate of change of is constant?

Is dx/dt = x^2 + 4x a non linear differential equation?

Any answers would be appreciated :smile:
 
Physics news on Phys.org
Daniel1992 said:
I am not sure I understand Linear and non-linear differential equations properly so I will ask some question which someone will hopefully answer.

Is dx/dt = x + 2 a linear differential equation? If so does this mean that the rate of change of is constant?

Is dx/dt = x^2 + 4x a non linear differential equation?

Linear ordinary differential equations are statements of the form:

linear combination of x(t) and its time derivatives = f(t)

The independent variable doesn't have to be called t, but it's a nice convention.

The first equation can be written:
## -x(t) + \frac{d}{dt}x(t) = 2##
The left side is a linear combination of ##x## and its first time derivative, and the right hand side is a (boring, constant) function of time. So it is a linear ODE.

In the second equation, the ##x^2## term prevents us from writing the ODE in the form linear combination of x and its derivatives = f(t). So it is nonlinear. For nonlinear ODEs, the superposition principle isn't guaranteed to work, and some other bad behaviors are allowed that would be impossible for linear systems. For example, I think your second equation grows hyperbolically: it blows up to ∞ in finite time.
 
First, it is much easier for beginners to consider the dependencies of t in the functions. So in your example x is x(t).

Try to write the differential equations in the following form:

x’(t) = A(t)x(t) + g(t)

If this is possible it is a linear differential equation.

In your first example: What is A(t) and what is g(t)?

In the second example: Why is the above form not possible?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top