Patrick B. answered 01/02/19
Tutor
4.7
(31)
Math and computer tutor/teacher
(1/y) dy = (2x) dx <--- separating the vars
ln y = x^2 + c <--- integrates both sides
y = e^(x^2 + c)
f(0)=2 ---> (0,2)
2 = e^(c)
ln 2 = c
y = e^(x^2) e^(ln 2)
= 2 e^(x^2)
CHECK:
y' = 2*e^(x^2) ( 2x)
= y*2x <--- y = 2e^(x^2)