Write one solution for dy/dx = 3x².
Integrating both sides with respect to x:
y = ∫ 3x² dx = x³ + C
One specific solution (letting C = 0) is y = x³.
Determine whether (2xy + y²)dx + (x² + 2xy)dy = 0 is exact.
Here, M = 2xy + y² and N = x² + 2xy.
Since ∂M/∂y = ∂N/∂x, the differential equation is exact.
Solve dy/dx + 2y/x = x³.
This is a linear differential equation of the form dy/dx + Py = Q, where P = 2/x and Q = x³.
Final Answer: y = x⁴/6 + C/x².
Write the general form of Clairaut's equation.
y = xp + f(p), where p = dy/dx.
Find the general solution of y'' + 3y' + 2y = e⁻²ˣ.
1. Complementary Function (CF): Characteristic equation is m² + 3m + 2 = 0.
2. Particular Integral (PI): PI = [1 / (D² + 3D + 2)] e⁻²ˣ.
Since D = -2 makes the denominator zero, we use the formula for a repeated root: PI = x * [1 / (2D + 3)] e⁻²ˣ = x * [1 / (2(-2) + 3)] e⁻²ˣ = -xe⁻²ˣ.
General Solution: y = C₁e⁻ˣ + C₂e⁻²ˣ - xe⁻²ˣ.
What substitution reduces x²y'' - 4xy' + 6y = 0 into a constant coefficient equation?
The standard substitution is x = eᶻ or z = ln x.
The transformed equation becomes: [D(D-1) - 4D + 6]y = 0 ⇒ (D² - 5D + 6)y = 0, where D = d/dz.
Solve x²y'' + 5xy' + 6y = 0 using substitution.
Substitute x = eᶻ, then x(dy/dx) = Dy and x²(d²y/dx²) = D(D-1)y.
Equation becomes: [D(D-1) + 5D + 6]y = 0 ⇒ (D² + 4D + 6)y = 0.
Characteristic roots: m = [-4 ± √(16 - 24)] / 2 = -2 ± i√2.
y = e⁻²ᶻ [C₁ cos(√2 z) + C₂ sin(√2 z)].
Final Answer: y = x⁻² [C₁ cos(√2 ln x) + C₂ sin(√2 ln x)].
Check if (2x + 3y)dx + (3x + 4y)dy = 0 is a total differential equation.
Here M = 2x + 3y and N = 3x + 4y.
Since ∂M/∂y = ∂N/∂x, it is a total (exact) differential equation.
Find the order and degree of the PDE: ∂²z/∂x² + (∂z/∂x)² = 0.
Solve (x-y)∂z/∂x + (x+y)∂z/∂y = z using Lagrange's method.
Lagrange's auxiliary equations are: dx / (x-y) = dy / (x+y) = dz / z.
General Solution: Φ(C₁, C₂) = 0.