Seperable diff eq, differing intial-conditions

  • Thread starter Thread starter Asphyxiated
  • Start date Start date
  • Tags Tags
    Diff eq
Asphyxiated
Messages
263
Reaction score
0

Homework Statement



Solve:

\frac {dy}{dx} = 2x \sqrt{1-y^{2}}

then find a solution for:

y(0)=0

and can you find a solution for:

y(0)=2

Homework Equations





The Attempt at a Solution



Just want to know if this is right.

First the equation can be rearranged to:

\frac {dy}{\sqrt{1-y^{2}}}= 2x dx

\int \frac {1}{\sqrt{1-y^{2}}} dy = \int 2x dx

sin^{-1}(y) = x^{2}+c

y=sin(x^{2}+c)

for y(0)=0

0=sin(c)

which is valid when:

c = 0 \;\; or \;\; c=k \pi, \;\; \forall \; k \; \in \; Z

and for y(0)=2

2=sin(c)

c = sin^{-1}(2) = \frac {\pi}{2}-\frac {ln(4\sqrt{3}+7)}{2} i

which is non-real. I assume that they are looking for me to realize that the answer isn't real? I am use to dealing with complex numbers from electrical engineering so this isn't that strange to me. Although I am not sure what this really means in this context. (the context being abstract math-land.)
 
Physics news on Phys.org
I think they just wanted you to realize that for sinc>1 yields no real solutions for c.
 
Hi Asphyxiated! :smile:

That seems very good.

Regarding the y(0)=2 case. When solve ODE's like this, it is assumed that we work in the real numbers (unless specified otherwise). So only the real solutions count. So fro y(0)=2 there are no solutions.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top