I am solving a physics problem and done almost everything to a couple of last steps. I currently have two differential equations which I need to solve for functions$x(t)$ and $y(t)$:
$$ \ddot x =\dot y ω\cos(ax) $$ and $$ \ddot y =-\dot x ω\cos(ax) $$
where a,ω are real and positive constants
I tried rewriting both equations in this form:
$$\frac{d}{dt} \dot x =\dot y ω\cos(ax) $$ and $$\frac{d}{dt} \dot y =-\dot x ω\cos(ax) $$
And then insert equation 1 to equation 4 and equation 2 into equation 3.
This yielded me the $y(t)$ functon, which I currently know, however, the new differential equation that I need to solve for $x(t)$ looks like that: $$ \dddot{x} + ω^2\cos^2(ax)\dot{x}=0 $$
I'm not exactly sure whether my method of solving was correct in the first place, but if it was, could anyone give me hints on how to solve the last equation?
The given coupled equations can be decoupled and still remain in second order.
$$ \ddot x =\dot y\, ω\,cos(at) ...(1*) $$ $$ \ddot y =-\dot x \,ω\,cos(at) ...(2*) $$
Divide (1*) by (2*) and re-arrange
$$ \dot x \ddot x + \dot y \ddot y = 0 $$
Integrating, $$ \dot x ^2 + \dot y^2 = c^2 ...(3*) $$ where c is an arbitrary constant.
This is satisfied by taking $$ \dot x = \pm \, c \cos \phi , \dot y = \pm \, c \sin \phi ...(4*) $$
where $\phi$ is any new arbitrary variable of time t.
We can here take advantage of the geometrical differential arc relations
$$ \frac{dx}{ds} = \pm \cos \phi, \frac{dy}{ds} = \pm \sin \phi,...(5*) $$
Without loss of generality we can now put $ t=s $ = arc length with $ c = 1.$ ...(6*)
Denoting derivative with dash for new arc variable instead of dot for time variable,
$$ x^{''} = \pm \sin \phi \cdot \phi^{'}, y^{''} = \pm \cos \phi \cdot \phi^{'}...(7*)$$
Plugging (7*) into (1*)
$$ \frac{d \phi}{ds} = \pm \omega \cos (a s) ...(8*) $$
Physically it means that its curvature $ \frac{d \phi}{ds} $ is a $ \sin/\cos $ oscillation
It can be noted that due to its oscillatory nature either sign yields qualitativly the same solution.The order of DE can still be raised.
As it was an interesting case, getting curious to see its integral, plotted (x-y) with boundary conditions: $ s =0 , \phi = 0 $ for the case $ a =1 ...(9*) $
EDIT1:
Finally,integrating (8*) twice we obtain
$$ x(s)=\int\cos( \omega/a\,(\sin a s)) ds; y(s)=\int \sin( \omega/a\, (\sin a s)) ds ...(10*) $$
where independent variables $ t, s $ are same.
You can see the curvature sinusoidal behavior as required from (8*).