A differential equation is said to be separable if the variables can be separated. That is, a separable equation is one that can be written in the form. Once this is done, all that is needed to solve the equation is to integrate both sides.
dy/y2=sinx2dx
∫dy/y2=∫sinx2dx
∫dy/y2=−1/y+c1
∫sinx2dx is is Fresnel integral:
S(x)=∫sinx2dx=n=0∑∞(−1)n(4n+3)(2n+1)!x4n+3
y=−S(x)+c1
y(−2)=−−8/3+128/42−2048/1320+c1=1/3
1.17+c=3⟹c=1.83
y=−S(x)+1.831
Comments