Bradford T. answered 01/11/21
Retired Engineer / Upper level math instructor
This is an easy separation of variables differential equation. Rewriting
dy/y = 3dy/(x2)
Integrating both sides
∫dy/y = 3∫dy/(x2)
ln(y) = -3/x + C1
Take both sides to the power of e
eln(y) = y = e-3/x+C = eCe-3/x = Ke-3/x where K is just another constant = eC
It was given that y(-3) = e
Ke-3/-3 = Ke = e --> K = 1
y = e-3/x
Checking
dy/dx = 3/(x2)e-3/x = 3y/x2
with condition y(-3) = e

