Solve the following nonlinear equation by an appropriate sub
Solve the following nonlinear equation by an appropriate substitution y\" = 2x(y\')2. Y\" + yy\' = 0, y(0) = 1, y\'(0)= -1
Solution
a)
note that:
y\'=dy/dx and y\"=d2y/dx2
we have
y\" = 2x(y\')2
=> y\"/(y\')2 = 2x
integrating both sides:
-1/y\' = x2 +c
or say -dx/dy= x2
(-1/x2)dx = dy
again integrating both sides:
1/x = y +c
