About Solvable/Unsolvable ODEs

  • Thread starter Thread starter john.lee
  • Start date Start date
  • Tags Tags
    Odes
john.lee
Messages
4
Reaction score
0
In my class, I learned about a First-order ODEs,

and solvable and unsolvable.

example in case solvable ODEs)
dy/dt=t/y
dy/dt=y-t^2

example in case unsolvable ODEs)
dy/dt=t-y^2

but , i don't know how distinguish those.

please, teach ME! : ( as possible as easily !
 
Physics news on Phys.org
The question is not about whether the equation has a solution. It's about how easy it is to find the solution. The equation ##\frac{dy}{dt}=\frac{t}{y}## is separable and is easy to solve by multiplying both sides with ##ydt## and integrating the resulting equation ##ydy=tdt##. The equation ##\frac{dy}{dt}=y-t^{2}## can be solved by first multiplying both sides with the integrating factor ##e^{-t}##, and then using the derivative of product rule and integrating the resulting equation ##\frac{d}{dt}\left(e^{-t}y\right)=t^{2}e^{-t}##.

For the nonlinear and non-separable equation ##\frac{dy}{dt}=t-y^{2}##, there is no similar simple method of solution. There does exist a solution, but it must be written in terms of special functions called Bessel functions. Do you know how to solve DE:s with WolframAlpha or Mathematica?
 
Oh,! I got it! Thanks : )
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top