Asphyxiated
- 263
- 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.)