Solving Non-Linear ODE: Tips and Guidance from PF Community

  • Context: Graduate 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Non-linear Ode
Click For Summary

Discussion Overview

The discussion centers around solving a non-linear ordinary differential equation (ODE) of the form $$y y''+2y'^2+xy'+\frac{1}{2}y = 0$$. Participants explore various methods for reducing the equation and finding solutions, including the possibility of quadratic solutions and power series expansions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks assistance in reducing the ODE and questions whether they are on the correct path, noting that a quadratic solution exists.
  • Another participant asks for clarification on the relationship between the variables x and y, specifically whether y is a function of x or t.
  • A participant suggests substituting a variable to simplify the equation, leading to a new form that could yield solutions.
  • There is a discussion about the implications of introducing a parameter A in the ODE and whether it affects the existence of quadratic solutions.
  • Some participants express curiosity about the feasibility of solving the ODE using power series, questioning the impact of the non-linear term on this approach.
  • Technical details regarding the coefficients in the power series expansion are discussed, with one participant outlining how to derive subsequent coefficients based on initial conditions.

Areas of Agreement / Disagreement

Participants generally agree that a quadratic solution exists for specific cases of the ODE, but there is no consensus on the best method for reduction or the implications of varying the parameter A. The discussion remains unresolved regarding the effectiveness of power series as a solution method.

Contextual Notes

Participants note the complexity introduced by the non-linear term and the dependence on the definitions of the variables involved. The discussion includes various assumptions about the forms of solutions and the relationships between variables.

member 428835
Hi PF!

Can any of you help me reduce this ODE to find a solution?

$$y y''+2y'^2+xy'+\frac{1}{2}y = 0 \implies \\ (y y')'+y'^2+xy'+\frac{1}{2}y = 0 \implies\\ (yy')'+(xy)'+y'^2-\frac{1}{2}y=0$$

but here I am stopped. Am I even going the correct route? I know I can re-write this equation as terms primed, because a quadratic solves this ODE. Any help is awesome!
 
Physics news on Phys.org
Are x and y both functions of t, so (xy)' = xy' + x'y? Or is y a function of x, so (xy)' = xy' +y ?
 
joshmccraney said:
Hi PF!

Can any of you help me reduce this ODE to find a solution?

$$y y''+2y'^2+xy'+\frac{1}{2}y = 0 \implies \\ (y y')'+y'^2+xy'+\frac{1}{2}y = 0 \implies\\ (yy')'+(xy)'+y'^2-\frac{1}{2}y=0$$

but here I am stopped. Am I even going the correct route? I know I can re-write this equation as terms primed, because a quadratic solves this ODE. Any help is awesome!

I can see that if y'' = 2a then every term of the ODE is a multiple of x^2, so certainly y = ax^2 is a solution (for two particular values of a).

You can of course just substitute y = ax^2 + bx + c and see what constraints there are on (a,b,c).
 
Sorry, ##y## is the dependent variable and ##x## is the independent variable.
 
And yes, I can verify that a quadratic solves the ODE, but I'm trying to see how to reduce this into an equation of primes. I'm curious and know it can be done, I just can't see how. Any ideas?
 
Substituting v = 2y' + x yields \frac12 yv' + y'v = 0. Thus either y = 0 or v = 0 or \frac12 \frac{d(\ln v)}{dx} + \frac{d(\ln y)}{dx} = 0.

(EDIT: Actually just multiplying \frac12 yv' + y'v = 0 by 2y suffices.)
 
Last edited:
  • Like
Likes   Reactions: WWGD and member 428835
This was awesome, pasmith! How would you go about solving this one ##y y''+2y'^2+xy'+Ay = 0## if ##A## could be any non-zero real number you wanted it to be?
 
joshmccraney said:
This was awesome, pasmith! How would you go about solving this one ##y y''+2y'^2+xy'+Ay = 0## if ##A## could be any non-zero real number you wanted it to be?

You may still be able to obtain quadratic solutions (if y is a quadratic then so is yy&#039;&#039; + 2y&#039;^2 + xy&#039; + Ay) but setting v = 2y&#039; + x yields <br /> \frac{d}{dx}(y^2 v) = (1 - 2A)y^2 which only helps if A = \frac12.
 
Last edited:
Yea, it seems ##A=1/2## is the only way this works. It's very clever, though!
 
  • #10
Just out of curiosity is it all possible to solve this via power series? Or does the y*y" make it a no go?
 
  • #11
MidgetDwarf said:
Just out of curiosity is it all possible to solve this via power series? Or does the y*y" make it a no go?

Try it. If y = \sum_{n=0}^\infty a_nx^n then yy&#039;&#039; term gives you a_0a_{n+2}(n+2)(n+1) + a_1a_{n+1}(n+1)n + \dots + a_{k}a_{n+2-k}(n+ 2 - k)(n + 1 - k) + \dots + 2a_na_2 as the coefficient of x^n and y&#039;^2 gives you <br /> (n+1)a_1a_{n+1} + \dots + (k+1)(n - k + 1)a_{k+1}a_{n - k + 1} + \dots + (n+1)a_1a_{n+1} so given a_0 and a_1 you can obtain a_2, then a_3, and so on.
 
  • #12
pasmith said:
Try it. If y = \sum_{n=0}^\infty a_nx^n then yy&#039;&#039; term gives you a_0a_{n+2}(n+2)(n+1) + a_1a_{n+1}(n+1)n + \dots + a_{k}a_{n+2-k}(n+ 2 - k)(n + 1 - k) + \dots + 2a_na_2 as the coefficient of x^n and y&#039;^2 gives you <br /> (n+1)a_1a_{n+1} + \dots + (k+1)(n - k + 1)a_{k+1}a_{n - k + 1} + \dots + (n+1)a_1a_{n+1} so given a_0 and a_1 you can obtain a_2, then a_3, and so on.

Thanks! Will try it out on hand and later run it trough mathematica.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
6K