Variable separable is a method used to solve ordinary differential equations of the form dy/dx = f(x) * g(y)
The general steps to solve such equations are as follows:
Separate the variables by moving all terms involving y to one side and all terms involving x to the other side.
Integrate both sides of the equation.
Solve for y and simplify if necessary.
Now, let’s work through some examples to understand this method better.
Solve the differential equation: dy/dx = x * y Solution: Step 1: Separate variables dy/y = x * dx Step 2: Integrate ∫ (1/y) dy = ∫ x dx Step 3: Solve for y ln|y| = (1/2) x^2 + C (where C is the constant of integration) |y| = e^((1/2) x^2 + C) y = ± e^(C) * e^((1/2) x^2)
Solve the differential equation: dy/dx = 3x^2 - 2y Solution: Step 1: Separate variables dy + 2y = 3x^2 dx Step 2: Integrate ∫ (dy + 2y) = ∫ (3x^2) dx Step 3: Solve for y y + y^2 = x^3 + C
Solve the differential equation: dy/dx = y^2 / x^2 Solution: Step 1: Separate variables x^2 dy = y^2 dx Step 2: Integrate ∫ x^2 dy = ∫ y^2 dx Step 3: Solve for y (1/3) y^3 = (1/3) x^3 + C y^3 = x^3 + C
Solve the differential equation: dy/dx = 2xy^2 Solution: Step 1: Separate variables dy/y^2 = 2x dx Step 2: Integrate ∫ (1/y^2) dy = ∫ (2x) dx Step 3: Solve for y -1/y = x^2 + C y = -1/(x^2 + C)
Solve the differential equation: dy/dx = x^2 / (y^2 + 1) Solution: Step 1: Separate variables (y^2 + 1) dy = x^2 dx Step 2: Integrate ∫ (y^2 + 1) dy = ∫ x^2 dx Step 3: Solve for y (1/3) y^3 + y = (1/3) x^3 + C y^3 + 3y = x^3 + 3C
These examples demonstrate how to solve differential equations using the variable separable method. It’s important to practice more problems to gain a deeper understanding of the concept.
Solve the differential equation: dy/dx = (1 - y^2) / x Solution: Step 1: Separate variables x dy = (1 - y^2) dx Step 2: Integrate ∫ dy = ∫ (1 - y^2) / x dx Step 3: Solve for y y = √(x^2 + C) or y = -√(x^2 + C)
Solve the differential equation: dy/dx = (x - 2y) / (x + 2y) Solution: Step 1: Separate variables (x + 2y) dy = (x - 2y) dx Step 2: Integrate ∫ (x + 2y) dy = ∫ (x - 2y) dx Step 3: Solve for y (1/2) x^2 + 2xy + C1 = (1/2) x^2 - 2xy + C2 4xy = C1 - C2 y = (C1 - C2) / 4x
Solve the differential equation: dy/dx = e^(-2x) * y^2 Solution: Step 1: Separate variables e^(2x) dy = y^2 dx Step 2: Integrate ∫ e^(2x) dy = ∫ y^2 dx Step 3: Solve for y (1/2) e^(2x) = (1/3) y^3 + C y^3 = 3e^(2x) - 3C y = (3e^(2x) - 3C)^(1/3)
Solve the differential equation: dy/dx = 3x^2 / (1 + y^2) Solution: Step 1: Separate variables (1 + y^2) dy = 3x^2 dx Step 2: Integrate ∫ (1 + y^2) dy = ∫ 3x^2 dx Step 3: Solve for y y + (1/3) y^3 = x^3 + C
(
##Skip Slide 15)
Solve the differential equation: dy/dx = y(log(x))^2 Solution: Step 1: Separate variables dy / y = (log(x))^2 dx Step 2: Integrate ∫ (1/y) dy = ∫ (log(x))^2 dx Step 3: Solve for y ln|y| = (1/3) (log(x))^3 + C |y| = e^((1/3) (log(x))^3 + C) y = ±e^(C) * e^((1/3) (log(x))^3)
Solve the differential equation: dy/dx = (2xy + 1) / x^2 Solution: Step 1: Separate variables x^2 dy = (2xy + 1) dx Step 2: Integrate ∫ x^2 dy = ∫ (2xy + 1) dx Step 3: Solve for y (1/3) x^3 + x = x^2y + y y = (1/3) x^3 + (1 - x^2)
Solve the differential equation: dy/dx = y / (x + 1) Solution: Step 1: Separate variables dy / y = dx / (x + 1) Step 2: Integrate ∫ dy / y = ∫ dx / (x + 1) Step 3: Solve for y ln|y| = ln|x + 1| + C |y| = e^(ln|x + 1| + C) y = ± e^C * (x + 1)
Solve the differential equation: dy/dx = (y - x^2) / y Solution: Step 1: Separate variables y dy = (y - x^2) dx Step 2: Integrate ∫ y dy = ∫ (y - x^2) dx Step 3: Solve for y (1/2) y^2 = (1/2) y^2 - (1/3) x^3 + C x^3 = C
Solve the differential equation: dy/dx = y^(1/3) Solution: Step 1: Separate variables (1/y^(1/3)) dy = dx Step 2: Integrate ∫ (1/y^(1/3)) dy = ∫ dx Step 3: Solve for y 3y^(2/3) = x + C y^(2/3) = (1/3) x + C y = (1/27) x^3 + C
Solve the differential equation: dy/dx = 1 / (x + y) Solution: Step 1: Separate variables (x + y) dy = dx Step 2: Integrate ∫ (x + y) dy = ∫ dx Step 3: Solve for y (1/2) y^2 + xy = x + C