Is My Technique Correct for Solving 2nd Order Nonlinear Differential Equations?

In summary, the problem is solved by substituting u=y' and then further substituting u=xy' to make the equation separable. Different methods can be used to solve this equation, such as the Bernoulli equation or separating the variables. The final solution is y = -ln(x^2/2 + c) + d.
  • #1
j_reez
9
0
this is the problem: xy'' -x(y')^2 = y'

my book says that i need to substitute u=y' and du/dx=y''...
so i get:

x(du/dx)-xu^2 = u

so next the book says i need to separate the x's/dx' to one side and u's/du's to the other. however, i cannot do it

am i using the correct technique?


thanks-
Justin
 
Physics news on Phys.org
  • #2
edit: Nevermind
 
Last edited:
  • #3
this problems driving me crazy
 
  • #4
j_reez said:
this is the problem: xy'' -x(y')^2 = y'

my book says that i need to substitute u=y'


Substitute xy'=u instead.

ehild
 
  • #5
i don't see how that would work...if u=xy' then du/dx=y' +xy''
how would thos substitutions work?
 
  • #6
if you want you can work it like this:

x(du/dx)-xu^2=u => (u^-2)(du/dx)-(u^-1)/x=1 then use this

substitution, I think this is "Bernoulli equation" z=-(u^-1) and dz/dx=(u^-2)(du/dx)

=> dz/dx +z/x=1. I hope this help you.
 
  • #7
Your equation is:

[tex]xy'' -x(y')^2 = y'[/tex]

Since y does not appear in the equation, start by putting:

[tex]y' = u[/tex]

which means the equation is:

[tex]xu' - xu^2 = u[/tex]
[tex]u' - u^2 = \frac{u}{x}[/tex]

Now put

[tex]u(x) = xv(x)[/tex]

So that

[tex]u' = v'x + v[/tex]

The differential equation then becomes separable, as follows:

[tex]v'x + v - v^2 x^2 = v[/tex]
[tex]xv' = v^2 x^2[/tex]
[tex]dv/v^2 = x dx[/tex]

Integrating gives:

[tex]-\frac{1}{v} = \frac{x^2}{2} + c[/tex]

where c is an undetermined constant. Rewriting v in terms of u gives:

[tex]-\frac{x}{u} = \frac{x^2}{2} + c[/tex]

Rearranging, we get:

[tex]-\frac{u}{x} = \frac{1}{x^2/2 + c}[/tex]

or

[tex]y' = -\frac{x}{x^2/2 + c}[/tex]

This can now be easily integrated to give the solution:

[tex]y = -\ln(x^2/2 + c) + d[/tex]

where d is a second constant of integration.
 
  • #8
j_reez said:
i don't see how that would work...if u=xy' then du/dx=y' +xy''
how would thos substitutions work?

[tex]y' = \frac{u}{x}\mbox { , } y''=\frac{u'x-u}{x^2}[/tex]

Plugging in y' and y'' the differential equation becomes

[tex]\frac{xu'-u}{x}-\frac{u^2}{x}=\frac{u}{x}\rightarrow u'x=u^2+2u[/tex]

This is easily separable:

[tex]\frac{du}{u^2+2u}=\frac{dx}{x}[/tex]

and results in

[tex]u=\frac{2x^2}{C-x^2} \mbox { that is } y'=\frac{2x}{C-x^2}[/tex]

This is the same solution James got but his method is simpler, I have to admit :smile: You see there are many ways to go...

ehild
 
  • #9
Thank You

thanks guys! its very clear to me now :) my book had one very limited example which made it sound like i only need to make one substitution. however, i clearly see it now!

thanks,
Justin
 

What is a 2nd order nonlinear differential equation?

A 2nd order nonlinear differential equation (DE) is a mathematical equation that involves a function, its first derivative, and its second derivative, where the function is not a linear function of its derivatives. In other words, the function and its derivatives are not proportional to each other.

Why are 2nd order nonlinear DEs considered "bad"?

2nd order nonlinear DEs are considered "bad" because they are notoriously difficult to solve analytically. Unlike linear DEs, which have well-defined methods for solving, nonlinear DEs often require numerical or approximate solutions.

What are some real-world applications of 2nd order nonlinear DEs?

2nd order nonlinear DEs have many applications in fields such as physics, engineering, and biology. Some examples include modeling the motion of a pendulum, predicting the growth of a population, and understanding the behavior of electrical circuits.

What techniques are used to solve 2nd order nonlinear DEs?

There are various techniques that can be used to solve 2nd order nonlinear DEs. These include numerical methods such as Euler's method and Runge-Kutta methods, as well as analytical methods such as perturbation theory and series solutions. The choice of method depends on the specific equation and the desired level of accuracy.

Can all 2nd order nonlinear DEs be solved?

No, not all 2nd order nonlinear DEs can be solved. In fact, there is no general method for solving all types of nonlinear DEs. Some equations may have no solutions, while others may have infinitely many solutions. It is important to carefully analyze the equation and choose an appropriate method for solving it.

Similar threads

  • Introductory Physics Homework Help
Replies
19
Views
664
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
17
Views
360
  • Introductory Physics Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
14
Views
369
  • Differential Equations
Replies
3
Views
2K
  • Differential Equations
Replies
27
Views
2K
  • Differential Equations
Replies
2
Views
972
Back
Top