Solving Partial Differential Equations: Understanding a Key Step

  • Thread starter Thread starter Google_Spider
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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
[tex](x^2-y^2-z^2)p+2xyq=2xz[/tex] Solution given in the book

Subsidiary equations are

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

The step which I do not understand is this :

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

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=[tex]\frac{xdx+ydy+zdz}{x(x^2+y^2+z^2)}[/tex]

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: