rbetzel
- 1
- 0
I'm trying to find a substitution that works for the nonlin diffeq
y''+a(y')^2-by=0
Any suggestions?
y''+a(y')^2-by=0
Any suggestions?
The discussion focuses on solving the non-linear second-order differential equation defined as y'' + a(y')^2 - by = 0. A proposed substitution involves differentiating the equation to obtain y''' + 2ay'y'' - b = 0. Additionally, the substitution u = y' transforms the equation into u'' + 2au'u - b = 0, which simplifies the analysis of the original equation.
PREREQUISITESMathematicians, physicists, and engineers dealing with non-linear dynamics and differential equations, particularly those looking to solve complex second-order equations.