A Difficult Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
Radek Vavra
Messages
4
Reaction score
0
So, as a result of a thought experiment, I've got a differential equation, which I can't solve:

[itex] R r'' \sin \frac{r}{R} - 2 (r')^2 \cos \frac{r}{R} - R^2 \cos \frac{r}{R} \sin^2 \frac{r}{R} = 0[/itex], [itex]R > 0[/itex]

To make the matters worse, the function [itex]r(\varphi)[/itex] will probably depend on multiple parameters, because when I put [itex]r << R[/itex], I could approximate the equation:

[itex] r r'' - 2 (r')^2 - r^2 = 0[/itex]

which gave solution (mostly by lucky guess):

[itex] r = \frac{a}{\sin \varphi + b \cos \varphi}[/itex], [itex]a\in\mathbb R[/itex], [itex]b\in\mathbb R[/itex]

Since I'm used only to the simplest types of differential equations, could you please help me and describe every step :shy:
 
Physics news on Phys.org
You've got a homogeneous, second order, non-linear ODE. A closed form solution will be difficult to come by, but numerical methods of solution should work.
 
Hi !
See attachment :
 

Attachments

  • ODE.JPG
    ODE.JPG
    40.5 KB · Views: 1,304
  • Like
Likes   Reactions: 1 person
JJacquelin said:
Hi !
See attachment :
Oh, thank you!
 
Sorry, there is a mistake in the attached document:
From d(rho)/d(phi)=f , in the integral the square root should be at denominator instead of numerator. This changes all what follows and result.
Nevertheless, the method to solve the ODE has been explained.
 
JJacquelin said:
Sorry, there is a mistake in the attached document:
From d(rho)/d(phi)=f , in the integral the square root should be at denominator instead of numerator. This changes all what follows and result.
Nevertheless, the method to solve the ODE has been explained.
I've noticed :) I'm currently trying to integrate the changed equation.
 
Below, the corrected attachment :
The result is much simpler.
 

Attachments

  • ODE.JPG
    ODE.JPG
    40.6 KB · Views: 712