Solving System of Equations: xy, yz, zx

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
3 replies · 2K views
solakis1
Messages
407
Reaction score
0
Solve the following systemof equations:

$\dfrac{xy}{x+y}=a$

$\dfrac{yz}{y+z}=b$

$\dfrac{zx}{z+x}=c$

where a,b,c are not zero
 
Physics news on Phys.org
solakis said:
Solve the following systemof equations:

$\dfrac{xy}{x+y}=a$

$\dfrac{yz}{y+z}=b$

$\dfrac{zx}{z+x}=c$

where a,b,c are not zero
Inverting the 3 we get$\frac{1}{y} + \frac{1}{x} = \frac{1}{a}\dots(1)$$\frac{1}{y} + \frac{1}{z} = \frac{1}{b}\dots(2)$$\frac{1}{z} + \frac{1}{x} = \frac{1}{c}\dots(3)$Add the 3 to get$2(\frac{1}{x} + \frac{1}{y} + \frac{1}{z}) = \frac{1}{a} + \frac{1}{b} + \frac{1}{c}$Or $\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = \frac{1}{2}(\frac{1}{a} + \frac{1}{b} + \frac{1}{c})$Subtracting (1) from above we get$\frac{1}{z} = \frac{1}{2}(\frac{1}{b} + \frac{1}{c}- \frac{1}{a})$Or $\frac{1}{z} = \frac{1}{2}\frac{ac + ab - bc}{abc}$Or $z= \frac{2abc}{ac + ab - bc}$ Similarly $x= \frac{2abc}{ab + bc - ac}$And $y= \frac{2abc}{ac - ab + bc}$
 
solakis said:
very good