Finding Non-Linear Terms of Linear Function Equation

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Functions Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
UrbanXrisis
Messages
1,192
Reaction score
1
having the following equation, where F(x) is a function, and c is a constant independent of x, i am to find the non linear terms of the equation:

[tex]cF(x)\frac{dF(x)}{dx}+\frac{d^2F(x)}{dx^2}+ic^2 \left (\frac{1}{F(x)}+F(x) \right) =0[/tex]

i'm not sure where to start or start. could someone guide me in the right direction?
 
Physics news on Phys.org
functions where x is raised to the first power? is this the definition that i should use?
 
Last edited:
Or, to put it another way, before you can decide which terms are non-linear, you have to know what "non-linear" terms look like! If you understand what "non-linear" and "linear" terms are you should be able to look at the equation and write down the answer without any computation.
 
linear ordinary differential equation should be in the form a(x)y''+b(x)y'+c(x)y=d(x)
 
my equation would then become:

y''+cy(x)y'+ik^2/y+y=0

the non linear part is then: [tex]\frac{ic^2}{F(x)}[/tex]

right?
 
[tex]y''+cyy'+\frac{ic^2 }{y}+ic^2y =0[/tex]

so do you mean cyy' is a non-linear term too along with [tex]\frac{ic^2 }{y}[/tex]?