How can I complete the square of the following monomial: $y^2-xz$ to obtain the sum of 3 squares of the form: $y'^2-z'^2-x'^2$. Any suggestions for finding $x',y'$ and $z'$??
Asked
Active
Viewed 227 times
0
-
What do you expect of $y', z'$, and $x'$? Must they only be functions of $y, z$, and $x$ respectively? – DreamConspiracy Nov 02 '18 at 10:17
-
yes sure functions of $x, y$ and $z$ only. – lara sandy Nov 02 '18 at 10:20
1 Answers
1
You just can't do that. The closest thing you can get is $y'^2+x'^2-z'^2$. For that, take $x'=\frac{x-z}2$, $y'=y$, and $z'=\frac{x+z}2$.

José Carlos Santos
- 427,504