p= (z+qy)2 how to solve it by Jacobi 's method
:Here the given partial differential equation is
"f(x, y, z, p, q) = p \u2212 (qy + z)^2 = 0, ~~~~~~~-(1)"
Now, the auxiliary equations are
"\\dfrac{dp}{\\frac{\u2202f}{\u2202x} +p \\frac{\u2202f}{\u2202z}}=\\dfrac{dp}{\\frac{\u2202f}{\u2202y} + q\\frac{\u2202f}{\u2202z}}=\\dfrac{dz}{\u2212p\\frac{\u2202f}{\u2202p} \u2212 q\\frac{\u2202f}{\u2202q}}=\\dfrac{dx}{\u2212\\frac{\u2202f}{\u2202p}}=\\dfrac{dy}{\u2212\\frac{\u2202f}{\u2202q}}"
or,
"\\dfrac{dp}{2p(qy + z)}=\\dfrac{dq}{2q(qy + z)}=\\dfrac{dz}{(\u2212p)(\u22121) \u2212 q.2(qy + z)y}=\\dfrac{dx}{\u2212(\u22121)} =\\dfrac{dy}{\u22122y(qy + z)}"
Taking the 1st and 5th ratios, we get
"\\dfrac{dp}{p}+\\dfrac{dy}{y}= 0,"
Integrating, "log p + log y = log a" , which gives, "p =\\dfrac{a}{y}."
Substitute in (1), we have,"\\dfrac{a}{y} = (qy + z)^2" , which gives, "q =\\sqrt{\\dfrac{a}{y}}-\\dfrac{z}{y}"
Substituting these value of p and q in "dz = p dx + q dy" , we get,
"dz =\\dfrac{a}{y}dx + (\\sqrt{\\dfrac{a}{y}}\u2212\\dfrac{z}{y}) dy"
or
"y dz + z dy = a dx +\\sqrt{\\dfrac{a}{y}}dy"
After integration, we get, "yz = ax +2\\sqrt{(ay)}+ b" , which is a complete integral
with a and b are arbitrary constants.
Comments
Leave a comment