New Reply

Question about linear ODEs

 
Share Thread Thread Tools
Feb14-13, 04:33 AM   #1
 

Question about linear ODEs


It says on Wikipedia in the article on differential equations that: 'a differential equation is linear if the unknown function and its derivatives appear to the power 1 (products are not allowed) and nonlinear otherwise'

Are these products between any of the variables that appear? So, are products between derivatives, the unknown function AND the independent variable not allowed or is it just between the derivatives and unknown functions?

In a book on ODEs I found in the library, it says:

..the general form linear ordinary differential equation of order n is
[tex]a_0(x)y^{(n)}+a_1(x)y^{(n-1)}+...}a_n(x)y=g(x)[/tex]

[tex]a_n(x)[/tex] are coefficients which are functions of x...so can these be any random function of x that doesn't really relate to the unknown function we're trying to find? Are they usually constants?

And what is the g(x) on the RHS?

Thanks
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Feb14-13, 06:09 AM   #2
 
Admin
See this page for some additional discussion on terminology -
http://hyperphysics.phy-astr.gsu.edu/hbase/diff.html#c6
http://hyperphysics.phy-astr.gsu.edu/hbase/diff.html
http://hyperphysics.phy-astr.gsu.edu/hbase/de.html#deh
http://hyperphysics.phy-astr.gsu.edu.../spfun.html#c1

Linear means that the derivatives are of order one, e.g., y''', y'', y' or the function y, as cited in your example. There are not powers > 1, e.g., (y')n, and no products, e.g., y y' or y' y''.

The coefficients are functions of the independent variable, e.g., a(x) = x, or 1/x, or x2, or they can be constants.

In one's example, g(x) is a source term or forcing function (which makes more sense if x = t), and y(x) would be expressed as some function of g(x) and the coefficients of the derivatives of yi and y.

Here is a good reference on differential equations - http://tutorial.math.lamar.edu/Classes/DE/DE.aspx
 
Feb14-13, 10:42 PM   #3
 
I'm not sure what you mean by forcing function...but if we had something like

y''+sin(x+y)=sin(x)

Would sin(x) be the g(x)? If we had known additional functions of x that aren't coefficients of the unknown function or the derivatives, then they would be part of the g(x) too?
 
Feb15-13, 12:54 AM   #4
 

Question about linear ODEs


y''+sin(x+y)=sin(x) is NOT a linear ODE because sin(x+y) is not a linear function of y.
y''+sin(x+y)=0 is NOT a linear ODE because sin(x+y) is not a linear function of y.
y''+sin(y)=sin(x) is NOT a linear ODE because sin(y) is not a linear function of y.
y''+sin(y)=0 is NOT a linear ODE because sin(y) is not a linear function of y.

y''+sin(x)*y=sin(x) is a linear ODE because sin(x)*y is a linear function of y
.
 
Feb19-13, 09:00 PM   #5
 
Admin
Quote by autodidude View Post
I'm not sure what you mean by forcing function...but if we had something like

y''+sin(x+y)=sin(x)

Would sin(x) be the g(x)? If we had known additional functions of x that aren't coefficients of the unknown function or the derivatives, then they would be part of the g(x) too?
The nonlinearity was addressed in the previous post.

Besides linearity, one has homogenous and non-homogenous differential equations.

y'' + P(x) y' + Q(x) y = R(x) is nonhomogenous, if R(x) ≠ 0, and

y'' + P(x) y' + Q(x) y = 0 is a homogenous differential equation.

There are many special types of ODEs: http://mathworld.wolfram.com/Ordinar...lEquation.html

http://mathworld.wolfram.com/Second-...dSolution.html

ODEs with constant coefficients are fairly simple.
 
New Reply
Thread Tools


Similar Threads for: Question about linear ODEs
Thread Forum Replies
Question about 2nd order linear ODEs series solutions Differential Equations 3
Second Order Linear ODEs Differential Equations 2
Linear System of ODEs Calculus & Beyond Homework 2
Theory of linear ODEs Calculus & Beyond Homework 1
Linear and nonlinear ODEs Calculus & Beyond Homework 3