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:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top