How to Solve a System of Non-Linear ODEs in Physics?

metamathphys
Messages
9
Reaction score
0
Hello everybody. Solving a problem in Physics I run into a system of equations that I do not know how to solve, I would appreciate some help. Here is the system:


\ddot{x}+4\dot{x}^2=C_1e^{y}

\dot{y}^2=C_2\ddot{x}


The dependent variables are x,y. C_1 and C_2 are some constants. I try to play with the equations to obtain one equation in one unknown but I don't get anywhere...

If someone could tell me where I can learn to write the equations so that they appear in math style that would be awesome as well.

Thank you in advance!
 
Physics news on Phys.org
Are you sure you've done everything correctly so far and you're indeed meant to solve this analytically? I put the system in Maple, and the solution is quite ugly. I don't know what "Physics I" consists of, but it sounds like something where you wouldn't need to solve something like this.

You can use [ tex] and [ itex] tags (without the spaces, itex for inline text) to write in LaTeX.
 
Hi Deldeal thanks for your reply.

I am almost sure the system is setup correctly. I do not need an exact solution but an approximate one i.e. the first few terms in a power series method.

Best
 
\ddot{x}+4\dot{x}^2=C_1e^{y}

\dot{y}^2=C_2\ddot{x}


What happens if you assume that |y| \ll 1 ?

In this limit what is the Taylor expansion of e^{y} ?
 
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