Steps in solving exponential differential equations using separation of variables
1️⃣ Rearrange the equation to isolate variables: dy/y = k dt
2️⃣ Integrate both sides: ∫ dy/y = ∫ k dt
3️⃣ Evaluate the integrals: ln(y) = kt + C
4️⃣ Solve for y: y = e^(kt + C)
5️⃣ Simplify: y = Ce^(kt)