Solution:
A differential equation is said to be separable variable if the variables can be separated.
Given,
dxdy=ye−x2
⇒ydy=e−x2dx
⇒∫ydy=∫e−x2dx
But ∫e−x2dx is a non elementary integral. We can express it as a power series
e−x2=1−1!x2+2!x4−3!x6+4!x8−..
We can approximate it as
e−x2=1−1!x2+2!x4−3!x6
So differential equation transforms to
∫ydy=∫ (1−1!x2+2!x4−3!x6)dx
⇒ln∣y∣=x−3x3+10x5−42x7+C
By initial condition y(4)=1
0 = 4−343+1045−4247+C
⇒C=305.028
So ln|y| = x−3x3+10x5−42x7+305.028
⇒y=e(x−3x3+10x5−42x7+305.028)
This is the explicit solution of the given differential equation.
Comments