Problem 81
Question
Passage 2 Some equations which are not exact can be made exact on multiplication by some suitable function known as an integrating factor. The equation $$ x d y-y d x=0 $$ which is not exact becomes so on multiplication by \(1 / y^{2}\), for then we $$ \frac{x}{y^{2}} d y-\frac{1}{y} d x=0 $$ which is easily seen to be exact. We can solve it either by re-arranging the terms and making them exact differential or by the method of exact equations. We now give some rules for finding integrating factors of differential equation $$ M d x+N d y=0 $$ to make it exact. I. If \(M x+N y \neq 0\) and the equation is homogeneous, then \(\frac{1}{M x+N y}\) is an I.F. II. If the equation \(M d x+N d y=0\) is not exact but is of the form \(f_{1}(x y) y d x+f_{2}(x y) x d y=0\), then \(\frac{1}{M x-N y}\) is an I.F., provided \(M x-N y \neq 0\) III. When \(\frac{\frac{\partial M}{\partial y}-\frac{\partial N}{\partial x}}{N}\) is a function of \(x\) alone, say \(f(x)\), then I.F. \(=e^{\int f(x) d x}\) IV. When \(\frac{\frac{\partial N}{\partial x}-\frac{\partial M}{\partial y}}{M}\) is a function of \(y\) alone, say \(f(y)\), then I.F. \(=e^{\int f(y) d y}\) The solution of the differential equation \(\left(x^{2} y-2 x y^{2}\right) d x-\left(x^{3}-3 x^{2} y\right) d y=0\) is (A) \(\frac{x}{y}-2 \log x+3 \log y=c\) (B) \(\frac{x}{y}+2 \log x+3 \log y=c\) (C) \(\frac{x}{y}-2 \log x-3 \log y=c\) (D) None of these
Step-by-Step Solution
VerifiedKey Concepts
Integrating Factor
- For homogeneous differential equations, where each term is of the same degree, the integrating factor can often be found using the expression \( \frac{1}{Mx + Ny} \).
- In some cases, partial derivatives are used to determine if a function of only \(x\) or \(y\) will work as an integrating factor, leading to forms like \( e^{\int f(x) \, dx} \) or \( e^{\int f(y) \, dy} \).
Homogeneous Differential Equation
The degree corresponds to the sum of the exponents of the variables in each term. This characteristic often simplifies finding solutions, as certain techniques and transformations rely on the equation's homogeneity to work effectively. Homogeneous equations often allow for simplifying assumptions and substitutions, especially when combined with integrating factors that take advantage of the equation's structure.
Partial Derivatives in Differential Equations
- For instance, given \( M = x^2y - 2xy^2 \) and \( N = -(x^3 - 3x^2y) \), calculate \( \frac{\partial M}{\partial y} \) and \( \frac{\partial N}{\partial x} \).
- Upon computation: \( \frac{\partial M}{\partial y} = x^2 - 4xy \) and \( \frac{\partial N}{\partial x} = -3x^2 + 6xy \).
Since these derivatives are not equal, the equation isn't exact. However, partial derivatives guide us towards the right integrating factor or transformation to convert the equation to an exact form. This step is crucial as it directly influences the approach we take to solve the differential equation.