I have a problem that involves finding $e$ such that $\left( g-e \right)^2=g$. Maxima tells me that $e=g \pm \sqrt{g}$, but I can't work on that equation to get this result. Actually, I can't go past $2ge - e^2 = g^2 - g$. Can someone show me the algebraic steps to get that result?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
We have $(g-e)^2 = g$. Taking square roots, $(g-e) = \pm \sqrt{g}$. Rearranging terms gives $ e = g \pm \sqrt{g}$. Don't expand the left side; this makes it more difficult. |
||||
|
If $(g-e)^2=g$, then either $g-e=\sqrt g$, or $g-e=-\sqrt g$. Now solve these equations for $e$ to get the two possibilities. |
|||
|
|