1. Separable Exponential Growth Initial Value Problem
Engineering StudentBackground
An engineering student needs to solve the differential equation dy/dx = 2x·y subject to the initial condition y(0) = 1.
Problem
Find the particular explicit solution y(x) and verify the integration constant.
How to use
Set g(x) to 2x, h(y) to y, x₀ to 0, and y₀ to 1, then solve.
g(x) = 2x, h(y) = y, x₀ = 0, y₀ = 1Outcome
Generates step-by-step variable separation (1/y dy = 2x dx), integration (ln|y| = x² + C), and the particular solution y = e^(x²).