Differential equation resembling to cycloid

tom-73
Messages
2
Reaction score
0
What is the function corresponding to this ODE:
http://home.arcor.de/luag/math/dgl.jpg

In complex notation it obviously shows up like this:

a * z''(t) + b * |z'(t)| * z'(t) + c = 0;

The numerical solution shows a graph resembling to a cycloid.

Thanks for any help!
Tom
 
Physics news on Phys.org
tom-73 said:
What is the function corresponding to this ODE:
http://home.arcor.de/luag/math/dgl.jpg

In complex notation it obviously shows up like this:

a * z''(t) + b * |z'(t)| * z'(t) + c = 0;
It does? I don't see how.
If you divide through by the surd and subtract the 1st eqn from the second, I believe you get something integrable.
 
Thank you for your comment. I tried to divide and subtract. The problem is the term in the middle: (y' - eps*x') vs. (x' + eps*y')
It makes the situation even worse - I did not succeed in finding a simplified pattern.

The complex notation in my first post has been derived by simply multiplying the 2nd equation by i and adding the result to the first equation.

What I investigated in the meanwhile:

The cycloid ODE in complex notation should be

a * z''(t) + b * z'(t) + c = 0;

The only difference is the multiplication with |z'| in the middle which in fact produces a value near 1 for curtate cycloids with r1 << r0 (the point tracing out the curve is inside the circle, which rolls on a line AND it is close to the center).

The ODEs in my first posts describe a phugoid, a more general form of the cycloid I suppose.

It seems that the phugoid has no analytic solution. Any suggestions?

Tom
 
Sorry, I overlooked what happens to the RHS. My original suggestion was nonsense.
The complex notation in my first post has been derived by simply multiplying the 2nd equation by i and adding the result to the first equation.
Ah yes, I see it now. Sorry for the noise.
 
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