Second order nonlinear ODE. How to begin solving it?

Click For Summary
SUMMARY

The discussion focuses on solving the second-order nonlinear ordinary differential equation (ODE) represented by the equation y'' - (y')^2 + y^3 = 0. The user attempted various substitutions, including u(x) = y'(x) and u(y(x)) = y'(x), but faced challenges due to the complexity of the derivatives involved. The successful approach involves substituting u = (y')^2, leading to a first-order linear equation for u, which can be solved using the integrating factor method. The discussion emphasizes that while the solution may not yield elementary functions, the method remains valid.

PREREQUISITES
  • Understanding of second-order nonlinear ordinary differential equations (ODEs)
  • Familiarity with substitution methods in differential equations
  • Knowledge of first-order linear equations and integrating factors
  • Basic calculus, particularly integration techniques
NEXT STEPS
  • Study the method of integrating factors for first-order linear differential equations
  • Explore advanced techniques for solving nonlinear ODEs
  • Learn about the existence of solutions in terms of elementary functions
  • Investigate numerical methods for approximating solutions to nonlinear ODEs
USEFUL FOR

Mathematicians, physics students, and engineers dealing with nonlinear differential equations, particularly those seeking to understand advanced solution techniques and the behavior of such equations.

2sin54
Messages
109
Reaction score
1

Homework Statement


This is not the exact problem that I want to solve but I will use this as a guidance tool:
##y'' - (y')^2 + y^3 = 0##
where y is the function of x

2. The attempt at a solution

I tried doing a substitution ##u(x) = y'(x)## which leads to
##u' - u^2 + y^3 = 0## where both u and y are functions of x so this does not work.

I tried doing a substitution ##u(y(x)) = y'(x)## which leads to
##u_y'y' - u^2 + y^3 = 0## here I have the derivative of u with respect to y and the derivative of y w. r. t. x which I never really encountered in solving these equations (maybe it is the right way and I should somehow proceed?).

Tried substitutions with ##(y')^2## which did not get me far.

Methods like variation of parameters cannot be applied here since there's no independent variable function (at least to the original dif. equation).

Any tips? For the original problem the initial conditions are given but I suppose they are not necessary to understand the method of approaching these kind of problems?
 
Physics news on Phys.org
The fusion of your ideas considering y as independent variable and substituting u = (y')2 will certainly work.
Setting y as independent variable,
##y'' = \frac {dy'}{dy} \frac {dy}{dx}=0.5 \frac {d(y')^2}{dx}
##

Substituting u=(y')^2:

##0.5 \frac {du}{dx}-u+y^3=0##

You got a first-order linear equation for u, which can be solved by the integrating factor method, for example. Knowing u(y), dy/dx=sqrt(u(y)). You need to integrate, but it is not sure the integral can be obtained in terms of elementary functions.

ehild
 
Thank you for the help. I now recall getting the same integrating factor once but I abandoned the solution. I get confused when there is no answer in elementary functions which is the case here.
 

Similar threads

Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
1
Views
1K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
26
Views
4K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K