Exact Differential Equations Guide
Exact Differential Equations Guide
For exact differential equations, verify exactness by checking if ∂M/∂y equals ∂N/∂x, then proceed with solving using integration techniques. For non-exact equations, swiftly check if integrating factors depending solely on x or y are applicable by evaluating specific derivative ratios; if not clearly dependent, explore more complex methods. Use symmetry or invariants to simplify, and apply initial conditions early to derive specific solutions. Methodical assessment and a structured approach can convert complex equations into manageable formats, ultimately leading to exact solutions .
If a differential equation is not exact, but can be made exact, identify if an integrating factor depends on just x or just y. For example, if (∂M/∂y - ∂N/∂x)/N is a function of x alone, compute the integrating factor µ(x) and multiply the equation to obtain an exact equation. Then, follow the method for solving exact equations: integrate to find the potential function, and subsequently solve for the unknown function, leading to the general solution .
Consider the equation y(x + y + 1)dx + (x + 2y)dy = 0. Here, ∂M/∂y ≠ ∂N/∂x, indicating the equation is not exact. Since (∂M/∂y - ∂N/∂x)/N = 1 is neither dependent on x nor y exclusively, identify µ as ex. Multiplying by this factor converts it into an exact equation y(x + y + 1)exdx + (x + 2y)exdy = 0, which is solvable using methods for exact equations .
To determine if a differential equation is exact, rewrite the first order differential equation F(x, y, y') = 0 in the form M(x, y)dx + N(x, y)dy = 0 and compute the partial derivatives ∂M/∂y and ∂N/∂x. If ∂M/∂y = ∂N/∂x, the equation is exact. If it is not exact, multiply the equation by a continuously differentiable function µ(x, y), known as an integrating factor, which makes the equation exact. Special integrating factors are considered such as µ = µ(x) if (∂M/∂y - ∂N/∂x)/N(x, y) is a function of x alone, and µ = µ(y) if (∂N/∂x - ∂M/∂y)/M(x, y) is a function of y alone .
Once the exactness of the differential equation is verified, solve the system of partial differential equations ∂f/∂x = M(x, y) and ∂f/∂y = N(x, y). Integrate one of these equations, usually the one easier to handle, say ∂f/∂x = M(x, y), with respect to x to find f(x, y) = ∫M(x, y)dx + g(y). Differentiate this result with respect to y and compare it with ∂f/∂y = N(x, y) to solve for g(y). Substitute g(y) back into f(x, y) to attain the general solution f(x, y) = c .
If the differential equation M(x, y)dx + N(x, y)dy = 0 is not exact, it can sometimes be made exact by multiplying it by an integrating factor µ(x, y). If (∂M/∂y - ∂N/∂x)/N(x, y) is a function of x alone, then the integrating factor is µ(x) = e∫(∂M/∂y - ∂N/∂x)/N(x, y) dx. If (∂N/∂x - ∂M/∂y)/M(x, y) is a function of y alone, then the integrating factor is µ(y) = e∫(∂N/∂x - ∂M/∂y)/M(x, y) dy. Both transformations ensure the resulting equation is exact and can be solved using standard techniques for exact equations .
Integrating factors render a non-exact differential equation exact, enabling the use of methods for exact equations to find solutions. They address the imbalance between derivative conditions by adjusting the equation's form. Compute integrating factors by checking if specific expressions derived from ∂M/∂y - ∂N/∂x or ∂N/∂x - ∂M/∂y are functions of only x or y, then integrating to find µ(x) or µ(y) respectively .
Differentially structured equations are assessed for exactness by verifying ∂M/∂y = ∂N/∂x. If exact, integrate ∂f/∂x = M(x, y) w.r.t. x and ∂f/∂y = N(x, y) w.r.t. y, ensuring consistency using the integration constant, which depends on the variable not of integration. This approach systematically determines the solution f(x, y) = c. In the equation (ex + y)dx + (2 + x + yey)dy = 0, exactness allows obtaining solutions like ex + xy + 2y + ey(y - 1) = c through integration and comparison .
To handle an IVP for an exact differential equation, first ensure the equation is exact and find the general solution using the method for exact equations. Apply the initial condition to determine the constant of integration. For example, with (e^x + y)dx + (2 + x + y*e^y)dy = 0, which is exact, integrate and differentiate as needed to find f(x, y). Using y(0) = 1, calculate c, resulting in a specific solution for the IVP such as ex + xy + 2y + ey(y - 1) = 3 .
Consider the equation (2xy^2 - 3)dx + (2x^2y + 4)dy = 0. Here, M(x, y) = 2xy^2 - 3 and N(x, y) = 2x^2y + 4. Checking for exactness, we find ∂N/∂x = 4xy and ∂M/∂y = 4xy, confirming exactness since both are equal. Integrating ∂f/∂x = 2xy^2 - 3 with respect to x gives f(x, y) = x^2y^2 - 3x + g(y). Differentiating with respect to y gives ∂f/∂y = 2x^2y + g'(y). Equating with ∂f/∂y = 2x^2y + 4, solving, and substituting yields g(y) = 4y, leading to the general solution x^2y^2 - 3x + 4y = c .