Help with non linear problem

  • Thread starter samsus
  • Start date
  • Tags
    Linear
In summary, the equations x'=xy and y'=4x+y can be decoupled but lead to complicated equations that may not be solvable analytically. It is best to use numerical or qualitative methods to analyze the behavior of the system. A peculiar boundary in the phase portrait shows that small differences in initial conditions can lead to significantly different long-term results.
  • #1
samsus
1
0
x'=xy
y'=4x+y
solver these both

the first equation can be seprated and end up with ln|x|=(y^2)/2 but then if you solve for y and try to plug into the second equation you get somethin ugly:
y'=4x+sqrt(2ln|x|)

or if you try to find roots you get somethin even uglier y"=4e^(y^2/2)+y


im at a lose at how to do this, can anyone hlep me.
thanks in advance
 
Physics news on Phys.org
  • #2
Hello Samsus. You know, I'm not sure these can be decoupled and solved analytically. Generally, though they're solved both qualitatively and numerically. Are you familiar with Devaney's Differential Equations book? Anyway, other than numerically which is also acceptable, consider the slope field generated by looking at the quotient:

[tex]\frac{\frac{dx}{dt}}{\frac{dy}{dt}}=\frac{xy}{4x+y}[/tex]

I've plotted this vector field in the phase-plane. That is the x-y plane. It shows how x and y change as functions of t. I've also plotted a particular solution with initial conditions:

x(0)=4

y(0)=-4

Note how the graph travels according to the vector field. Now, this may seem confusing if you're not familiar with this sort of "qualitative" analysis but in a short while, if you work with it, it gives you a very comprehensive picture of how the coupled system behaves on a "global scale".
 

Attachments

  • vectorfield.JPG
    vectorfield.JPG
    18 KB · Views: 460
Last edited:
  • #3
You know, these can be decoupled:

[tex]x^{'}=xy\quad\text{(1)}\quad[/tex]

[tex]y^{'}=4x+y\quad\text{(2)}\quad[/tex]

1. Decoupling x(t):

Solving for y(t) in (1) and taking derivatives:

[tex]y^{'}=\frac{xx^{''}-(x^{'})^2}{x^2}[/tex]

Substituting into (2) and dividing by [itex]x^2[/tex]:

[tex]xx^{''}-(x^{'})^2-xx^{'}-4x^3=0\quad\text{(3)}\quad[/tex]
:yuck:

with:

[tex]x(0)=a\quad\text{and}\quad x^{'}(0)=x(0)y(0)[/tex]

2. Decoupling y(t):

Solving for x(t) in (2) and taking derivatives:

[tex]x^{'}=\frac{1}{4}(y^{''}-y^{'})[/tex]

Substituting into (1), dividing by 4, and rearranging:

[tex]y^{''}-y^{'}(1+y)+y^2=0\quad\text{(4)}\quad[/tex]
2x :yuck: = :yuck: :yuck:

with:

[tex]y(0)=b\quad\text{and}\quad y^{'}(0)=4x(0)+y(0)[/tex]


I know, you're not impressed: out of the frying pan and into the fire.

I think numerically or qualitatively is the best approach with the qualitative method the best for a global perspective. For example, there is a peculiar boundary in the phase portrait in which initial values separated only by an almost infinitessimal amount, lead to very different long-term results. Do you see that?

If the experimental accuracy in determining the initial conditions near this boundary was below this tolerance do you see why it would be impossible to predict the long-term behavior of the system?
 
Last edited:
  • #4
saltydog said:
For example, there is a peculiar boundary in the phase portrait in which initial values separated only by an almost infinitessimal amount, lead to very different long-term results.

I suspect there might be a little healthy skepticism about that fact. So here goes:

The first plot is for initial conditions:

(20,-11.122)

The second plot is for initial conditions:

(20,-11.123)

This is exhibited in the phase portrait where I've made the difference a little larger to show the different behavior (blow it up to see the two plots for x and y).
 

Attachments

  • (20,-11.122).JPG
    (20,-11.122).JPG
    4.4 KB · Views: 445
  • (20,-11.123).JPG
    (20,-11.123).JPG
    4.6 KB · Views: 417
  • phaseportrait.JPG
    phaseportrait.JPG
    35.1 KB · Views: 475
Last edited:

1. What is a non linear problem?

A non linear problem refers to a mathematical or scientific problem that does not have a linear relationship between cause and effect. This means that small changes in the input do not result in proportionate changes in the output.

2. How do I solve a non linear problem?

The most common approach to solving a non linear problem is by using numerical methods such as gradient descent or Newton's method. These methods involve iteratively guessing a solution and refining it until a satisfactory solution is found.

3. What are some real-world examples of non linear problems?

Examples of non linear problems can be found in various fields such as physics, economics, and biology. Some examples include chaotic systems, population growth models, and financial market predictions.

4. What are the challenges of solving non linear problems?

Non linear problems can be challenging to solve due to their complexity and the lack of a clear analytical solution. It also requires a deep understanding of the problem and the appropriate mathematical tools to find a solution.

5. How can I improve my skills in solving non linear problems?

Practicing solving non linear problems and gaining a strong foundation in mathematics and numerical methods can greatly improve your skills in solving non linear problems. Additionally, staying updated on current research and techniques in the field can also help enhance your problem-solving abilities.

Similar threads

Replies
3
Views
791
  • Differential Equations
Replies
2
Views
987
  • Differential Equations
Replies
7
Views
1K
Replies
2
Views
2K
Replies
2
Views
187
Replies
2
Views
1K
Replies
3
Views
3K
  • Differential Equations
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Back
Top