Given the differential equation dxdy=8yx with initial condition y=1 when x=0.
This is a separable differential equation.
dxdy=8yx
ydy=8xdx
∫ydy=∫8xdx
ln∣y∣=4x2+C
eln∣y∣=e4x2+C
y=e4x2+C
y=eC⋅e4x2
y=A⋅e4x2 where A=eC
Applying the initial condition y=1 when x=0:
1=A⋅e4(0)2
1=A⋅e0
1=A⋅1
A=1
Therefore, the particular solution is:
y=e4x2