Patrick B. answered 11/11/20
Math and computer tutor/teacher
dy/dx = 5y
cross multiplies:
dy = 5y dx
separates:
(1/5)(dy/y) = dx
integrates:
(1/5) ln |y| = x+C
solves for y:
ln |y| = 5x + 5c
y = exp(5x + 5c)
y(3)=1 --> 1 = exp(15+5c)
ln 1 = 15 +5c
0 = 15+5c
-15 = 5c
c = -3
y = exp(5x-15)
check by differentiation:
dy/dx = 5 exp(5x-15) = 5y, so yes it checks