Linear or Non-Linear Differential Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
msell2
Messages
13
Reaction score
0
(d4x)/(dt4) + (1/(1+t))*(d2)/(dt2) = x(t)
Is this differential equation linear or non-linear? I don't understand the difference.
 
Physics news on Phys.org
msell2 said:
(d4x)/(dt4) + (1/(1+t))*(d2)/(dt2) = x(t)
Is this differential equation linear or non-linear? I don't understand the difference.

[tex] \frac{\mathrm{d}^4x}{\mathrm{d}t^4} + \frac1{1+t} \frac{\mathrm{d}^2x}{\mathrm{d}t^2} = x[/tex]
is linear, because it can be written in the form
[tex] a_0(t) x + a_1(t) \frac{\mathrm{d}x}{\mathrm{d}t} <br /> + a_2(t) \frac{\mathrm{d}^2x}{\mathrm{d}t^2} + \dots <br /> + a_n(t) \frac{\mathrm{d}^nx}{\mathrm{d}t^n} = f(t)[/tex]
for given functions [itex]a_k(t)[/itex] and [itex]f(t)[/itex]. It does not, however, have constant coefficients.
 
A differential equation is "linear" as long as there are no functions of the dependent variable, here x, or its derivatives, other than just the usual "linear" functions, multiply or divide by a number and add or subtract.

In particular, that [itex]d^4x/dt^4[/itex] is just the fourth derivative. Had it been [itex](dx/dt)^4[/itex], the first derivative to the fourth power, then the equation would have been non-linear.