Given differential equation: dxdy+x3y=0 with initial condition y(1)=1.
dxdy=−x3y
ydy=−x3dx
∫ydy=∫−x3dx
ln∣y∣=−3ln∣x∣+C
Using the property nln(x)=ln(xn):
ln∣y∣=ln∣x−3∣+C
ln∣y∣=ln(x31)+C
Taking exponential on both sides:
y=eC⋅x31
Let eC=A:
y=x3A
Using the initial condition y(1)=1:
1=13A
1=1A
A=1
Therefore, the particular solution is:
y=x31