Solving Partial Differential Equations: Understanding a Key Step

  • Thread starter Thread starter Google_Spider
  • Start date Start date
Google_Spider
Messages
85
Reaction score
0
[SOLVED] Whoa! How did they do this ?

Hi,

I am trying to teach myself partial diff equations and I'm stuck with this small step which I do not understand. I hope someone will help me.

Homework Statement
Solve the Partial Differential Equation
(x^2-y^2-z^2)p+2xyq=2xz Solution given in the book

Subsidiary equations are

\frac{dx}{x^2-y^2-z^2}=\frac{dy}{2xy}=\frac{dz}{2xz}

The step which I do not understand is this :

Using multipliers x, y, z. we get:
each fraction=\frac{xdx+ydy+zdz}{x(x^2+y^2+z^2)}

Rest of the solution I understand but I don't get that how they did this particular step. How did they get this fraction ?

Thanks for your time and effort:smile:
 
Physics news on Phys.org
… ratios …

Google_Spider said:
The step which I do not understand is this :

Using multipliers x, y, z. we get:
each fraction=\frac{xdx+ydy+zdz}{x(x^2+y^2+z^2)}

Rest of the solution I understand but I don't get that how they did this particular step. How did they get this fraction ?

Hi Google_Spider! :smile:

It's easy algebra - but it looks extremely unlikely the first time you see it! :eek:

If the ratio X/A = Y/B = a, then you can add any multiples together on top and bottom, and the ratio is the same:

(pX + qY)/(pA + qB) = (paA + qaB)/(pA + qB) = a(pA + qB)/(pA + qB) = a.​

And the same works for X/A = Y/B = Z/C = a, and so on.

In this case, put p = x, q = y, r = z, and see what happens … :smile:
 
Thanks tiny-tim!:smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top