Ordinary Differential Equations/Without x or y

From testwiki
Revision as of 16:03, 13 June 2018 by imported>Salix alba (fix math tag error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Equations without y

Consider a differential equation of the form

F(x,y)=0.

If we can solve for y', then we can simply integrate the equation to get the a solution in the form y=f(x). However, sometimes it may be easier to solve for x. In that case, we get

x=f(y)

Then differentiating by y,

1y=dfdydydy

Which makes it become

y=C+ydfdydy.

The two equations

x=f(y)

and

y=C+ydfdydy

is a parametric solution in terms of y'. To obtain an explicit solution, we eliminate y' between the two equations.

If it is possible to express

F(x,y)=0

parametrically as x=f(t),y=g(t),

then one can differentiate the first equation:

1ydydt=f(t)

So that

y=C+g(t)f(t)dt

to obtain a parametric solution in terms of t. If it is possible to eliminate t, then one can obtain an integral solution.

Equations without x

Similarly, if the equation

F(y,y)=0.

can be solved for y, write y=f(y'). Then the following solution, which can be obtained by the same process as above is the parametric solution:

y=f(y)

x=C+f(y)ydy

In addition, if one can express y and y' parametrically

y=f(t),y=g(t),

then the parametric solution is

y=f(t),

x=C+f(t)g(t)dt

so that if the parameter t can be eliminated, then one can obtain an integral solution.

Template:BookCat