I'm talking about the step after $x(x-1) = \sqrt\frac{\mu}{3}$.
Asked
Active
Viewed 46 times
1
-
1Quadratic formula : To solve for $x$ get a quadratic equation out of what is given and solve it. – Sarvesh Ravichandran Iyer Sep 24 '20 at 11:22
-
Taking square root. – aarbee Sep 24 '20 at 11:23
2 Answers
2
You have $$x(x-1)=\sqrt{\frac{\mu}{3}}$$
$$x^2-x-\sqrt{\frac{\mu}{3}}=0$$
Now completing the square gives
$$(x-\frac{1}{2})^2=\frac{1}{4}+\sqrt{\frac{\mu}{3}}$$
so $$x=\frac{1}{2}\pm\sqrt{\sqrt{\mu/3}+\frac{1}{4}}$$
Then since you want the solution with $x>1$, you take the positive root and hence $$x=\frac{1}{2}+\sqrt{\sqrt{\mu/3}+\frac{1}{4}}.$$
Alessio K
- 10,599
1
This step follows after the resolution of the quadratic equation
$$x(x-1) = \sqrt\frac{\mu}{3} \iff x^2-x-\sqrt\frac{\mu}{3}=0$$
with the condition $x\ge1$.
user
- 154,566
