AdrianZ
- 318
- 0
Is there a general proposed way of solving ODE's of the form f(y,y')=0? any ideas?
The discussion focuses on solving ordinary differential equations (ODEs) of the form f(y, y') = 0, specifically through the method of treating "a" as a parameter and deriving functions t = g(a). The process involves substituting t with y' and a with y, leading to the equation dy/dx = g(y). An example provided is y² + y'² - 1 = 0, which simplifies to x = arcsin(y) + C, yielding y = sin(x - C). Challenges include the inability to analytically solve f(a, t) = 0, lack of a known primitive for 1/g(x), and difficulties in computing the reciprocal of x = f(y).
PREREQUISITESMathematicians, engineering students, and anyone involved in solving ordinary differential equations or studying calculus and differential equations in depth.
AdrianZ said:Is there a general proposed way of solving ODE's of the form f(y,y')=0? any ideas?