Can Nonlinear Boundary Value Problems Be Solved Analytically?

  • Context: Graduate 
  • Thread starter Thread starter amr07
  • Start date Start date
  • Tags Tags
    Boundary Value
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
amr07
Messages
5
Reaction score
0
Dear everybody,

I am new here. I need your suggesstion and helping for solving the next nonlinear boundary value problem:

x'=-y/sqrt(x^2+y^2)
y'=x/sqrt(x^2+y^2)
with x(0)=y(0)=-1 and x(pi/4)=y(pi/4)=1

so is it easy to get the analytical solution to the problem above or I have to solve this problem numerically.
thanks in advance

Amr
 
Last edited:
Physics news on Phys.org
Using polar coordinates, and rewriting in vector form you get the equivalent equation:

[tex]\frac{d\vec{r}}{dt}=\hat{\theta}[/tex] (1)

[tex]\frac{d\vec{r}}{dt}=\hat{r}\frac{dr}{dt}+r\frac{d\theta}{dt}\hat{\theta}[/tex]

Putting this in the equation (1) and comparing different components you get:

[tex]\frac{dr}{dt}=0 => r(t) \equiv const=R[/tex]
[tex]r\frac{d\theta}{dt}=1[/tex]

Since r is constant you get:

[tex]\theta=\frac{t}{r}+\varphi[/tex]

From this you get that:

[tex]x(t)=Rcos(\frac{t}{R}+\varphi); y(t)=Rsin(\frac{t}{R}+\varphi);[/tex]

You have a circular motion with a radius and initial phase to determine from boundary conditions.
 
Last edited: