ssb
- 119
- 0
Homework Statement
Please take a look at my work and help me figure out where I went wrong. Thanks!
Use separation of variables to solve the IVP
\[ty'=\sqrt{1-y^2},\quad y(1)=1,\quad t>0
Homework Equations
The Attempt at a Solution
Use separation of variables to solve the IVP
\[ty'=\sqrt{1-y^2},\quad y(1)=1,\quad t>0
dy/dt = \sqrt{1-y^2}/t
1/\sqrt{1-y^2} dy = 1/t dt
\int 1/\sqrt{1-y^2} dy = \int 1/t dt
arcsin(y) = ln (abs (t)) + C
C = 1
therefore the formula should be
y = sin(ln(abs(t))+1)
Thanks
Last edited: