Solving a System of Differential Equations: dx/dt = y^2 - x^2, dy/dt = -2xy

  • Thread starter atomqwerty
  • Start date
  • Tags
    System
In summary, the conversation discusses the steps to solve a system of differential equations, specifically the equations dx/dt = y^2 - x^2 and dy/dt = -2xy. The conversation mentions using polar coordinates and a standard method, and also points out a potential mistake. The participants ultimately agree that the solution is possible, but may not be easy.
  • #1
atomqwerty
94
0
How can I solve the differential equations system

dx/dt = y^2 - x^2

dy/dt = -2xy


?

Sorry about not using LaTex, I know it looks better.

Thanks!
 
Physics news on Phys.org
  • #2
x' = y^2 - x^2
y' = -2xy

Differentiate the first equation

x''= 2yy' - 2x

Use the second equation to eliminate y'
Then use the first equation again to eliminate y
 
  • #3
So I obtain

x'' +4x'x +4x^3 + 2x == 0

and now?

thanks
 
  • #4
Solving in polar coordinates is easier. The main steps only are shown in the attached document.
 

Attachments

  • 2 ODE.JPG
    2 ODE.JPG
    14 KB · Views: 437
  • #5
perfect! I got it! Thank you very much :D
 
  • #6
atomqwerty said:
So I obtain

x'' +4x'x +4x^3 + 2x == 0

and now?

thanks

The standard method to solve that type of equation is

Let x' = p
Then x'' = dp/dt = dp/dx dx/dt = p dp/dx
So you get

p dp/dx + 4px + 4x^3 + 2x = 0

Integrating with respect to x gives

p^2/2 + I can't see how to integrate the 4px term + x^4 + x^2 = C

But I like the polar coordinates method better.

Now we know the answer, my method seems to be heading in right direction, but that's no use unless we can see how to finish it.
 
  • #7
In Alephzero's method i think there is a mistake, the 2x term should be 2xx' but this doesn't seem to make things easier.
 
  • #8
In Alephzero's method i think there is a mistake, the 2x term should be 2xx' but this doesn't seem to make things easier.
I agree :
x'' + 6 x x' +4 x^3 = 0
2 y y'' -3 (y')^2 +4 y^4 = 0
OK. far to be easier, but possible, even without knowing the solution.
 
  • #9
Remark : the obvious particular solution [ x=1/(t+c) ; y=0 ] is included in the set of solutions in the particular case of b=c*a and a=> infinity.
 

FAQ: Solving a System of Differential Equations: dx/dt = y^2 - x^2, dy/dt = -2xy

How do I know which method to use to solve a system of equations?

There are multiple methods to solve a system of equations, including substitution, elimination, and graphing. The best method to use depends on the specific equations and your personal preference. It is recommended to try each method and see which one yields the simplest solution.

What does it mean to solve a system of equations?

Solving a system of equations means finding the values of the variables that make all of the equations in the system true. Essentially, it is finding the point where all of the equations intersect on a graph.

Can a system of equations have more than one solution?

Yes, a system of equations can have infinite solutions, one solution, or no solution at all. It depends on the relationships between the equations and the number of variables in the system.

What if I encounter a system of equations that cannot be solved?

If the system of equations cannot be solved, it means that there are no values for the variables that make all of the equations true. This could be due to a mistake in setting up the equations or because the equations are contradictory.

How do I check my solution to a system of equations?

To check your solution, simply substitute the values of the variables into each equation and see if the equations are all true. If they are, then your solution is correct. You can also graph the equations and see if they intersect at the point you found.

Similar threads

Back
Top