ODE Approaching the expicit solution

  • Thread starter Thread starter freestar
  • Start date Start date
  • Tags Tags
    Ode
freestar
Messages
1
Reaction score
0
Hi there,
This ode has me really stumped. Since it is non linear, I don't know which method to use for this:

xy' + 2y = \frac{sec^2(y)}{x}

Thank you :)
 
Physics news on Phys.org
There are two hints that may be useful (or not).

\frac{d(tan(y))}{dy}=?

\frac{d(x^2 y)}{dx}=?
 
coelho said:
There are two hints that may be useful (or not).

\frac{d(tan(y))}{dy}=?

\frac{d(x^2 y)}{dx}=?

I'm not the OP but I'm interested to know how this can help. I calculated both of the derivatives and I notice something (not sure I can tell) but is that supposed to make the DE separable? Because it doesn't, to me. :/
 
This small hints aren't supposed to make the DE separable. They are just things i noticed when looking to the DE, things that beginners usually don't notice, and that may put him (or her) one step closer to the solution, as we aren't supposed to give straightaway answers or hints that make they work too easy.
 
Hello !

I don't think that the ODE can be analytically solved in using only standard functions.
So, I strongly suggest to use numerical methods instead of searching an explicit solution.
Nevertheless, approximate analytic solutions can be obtained, depending on the range where they are derived. An example is given in attachment.
 

Attachments

  • Approximate Solution.JPG
    Approximate Solution.JPG
    38.9 KB · Views: 439
I'm also totally stuck in solving this DE in analytical form. Maybe coelho could give 1 more hint. Also since this question isn't in the homework section, it's supposedly not a coursework question and giving huge hints shouldn't be a problem (IMO).
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top