Is there a general way of solving ODE's of the form f(y,y')=0?

In summary, the conversation is discussing a general proposed method for solving ordinary differential equations of the form f(y,y')=0, where "a" and "t" are parameters. The method involves finding the function t=g(a) and then using it to solve for x in terms of y. However, there may be difficulties in applying this method depending on the complexity of the equation and the availability of analytical solutions.
  • #1
AdrianZ
319
0
Is there a general proposed way of solving ODE's of the form f(y,y')=0? any ideas?
 
Physics news on Phys.org
  • #2
AdrianZ said:
Is there a general proposed way of solving ODE's of the form f(y,y')=0? any ideas?

Solve the equation f(a,t)=0 for t, considering "a" as a parameter. The result is one ore several functions t=g(a)
Let t=y' and a=y
y'=g(y)
For each function g :
dy/dx = g(y)
integrate (1/g(y))dy = dx
the result is on the forme x = f(y)
calculate x = reciprocal function of f(y)

Example :
y²+y'²-1 = 0
equation to be solved : f(a,t) = a²+t²-1 = 0
t = sqrt(1-a²)
dy/dx = sqrt(1-y²)
dx = dy/sqrt(1-y²)
x = arcsin(y) +C
y = sin(x-C)

However, some difficulties might be encountered :
- If analytical solving of equation f(a,t)=0 is not possible.
- if a primitive of the function 1/g(x) is not known
- if the reciprocal of function x=f(y) cannot be analytically computed.
 

Related to Is there a general way of solving ODE's of the form f(y,y')=0?

1. What is an ODE and why is it important to solve?

An Ordinary Differential Equation (ODE) is a mathematical equation that describes the relationship between a function and its derivatives. It is important to solve ODEs because they are used to model a wide range of real-world phenomena in fields such as physics, engineering, and economics.

2. What does the form f(y, y')=0 mean in an ODE?

The form f(y, y')=0 in an ODE indicates that the equation is in implicit form, where y and y' (the derivative of y) are both variables in the equation. This form can be more difficult to solve compared to explicit form where y' is isolated on one side of the equation.

3. Is there a general method for solving ODEs of the form f(y, y')=0?

Yes, there are general methods for solving ODEs of this form, such as the substitution method, the separation of variables method, and the integrating factor method. However, the choice of method may depend on the specific form and complexity of the equation.

4. Can all ODEs of the form f(y, y')=0 be solved analytically?

No, not all ODEs can be solved analytically. Some equations may be too complex or have no known closed-form solution. In these cases, numerical methods or approximations may be used to find a solution.

5. Are there any software or tools available for solving ODEs of the form f(y, y')=0?

Yes, there are many software and tools available, both free and paid, for solving ODEs. Some popular options include MATLAB, Wolfram Mathematica, and Python libraries such as SciPy and SymPy.

Similar threads

Replies
28
Views
2K
Replies
2
Views
2K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
3
Views
2K
  • Differential Equations
Replies
7
Views
2K
  • Differential Equations
Replies
5
Views
2K
Replies
3
Views
1K
  • Differential Equations
Replies
1
Views
1K
Replies
3
Views
898
  • Differential Equations
Replies
3
Views
1K
Back
Top