Solving Tricky Algebraic Equation: Tips and Attempt at Solution

  • Thread starter Thread starter SithsNGiggles
  • Start date Start date
AI Thread Summary
To solve the tricky algebraic equation 4x^2 - 2x√(r^2 - x^2) - 2r^2 = 0, it is suggested to isolate the square root term and square both sides, transforming the equation into a quartic form. This quartic can be simplified to a quadratic in terms of x^2, allowing for easier resolution. Substituting u = x^2 can further clarify the problem, leading to a solvable quadratic equation. It is important to check the solutions against the original equation to avoid extraneous roots introduced by squaring. The discussion emphasizes the value of strategic substitutions and simplifications in tackling complex algebraic problems.
SithsNGiggles
Messages
183
Reaction score
0

Homework Statement


I'm helping a friend out with an optimization problem, and I wound up with a tricky equation in which I have to solve for x. Is there a particular way to go about doing this?

4x^2 - 2x \sqrt{r^2 - x^2} - 2r^2 = 0,

where r is a positive constant.

Homework Equations



The Attempt at a Solution


So far I've only typed the equation into WolframAlpha, but the solution they provide is beyond my understanding.
 
Physics news on Phys.org
Do you want to solve for x in terms of r?
 
Put the sqrt on the other side of the eqn and square both sides, should be able to do it from there.
 
Gravitational said:
Do you want to solve for x in terms of r?
Yes.
Bread18 said:
Put the sqrt on the other side of the eqn and square both sides, should be able to do it from there.
Oh, I don't know why I hadn't considered that. Unfortunately, after simplifying it a bit, I'm still not sure how to solve for x:
4x^2 - 2x\sqrt{r^2 - x^2} - 2r^2 = 0
2x^2 - x\sqrt{r^2 - x^2} - r^2 = 0
2x^2 - r^2 = x\sqrt{r^2 - x^2}
(2x^2 - r^2)^2 = (x\sqrt{r^2 - x^2})^2
4x^4 - 4x^2r^2 + r^4 = x^2 (r^2 - x^2)
4x^4 - 4x^2r^2 + r^4 = x^2r^2 - x^4
5x^4 - 5x^2r^2 + r^4 = 0
 
SithsNGiggles said:

Homework Statement


I'm helping a friend out with an optimization problem, and I wound up with a tricky equation in which I have to solve for x. Is there a particular way to go about doing this?

4x^2 - 2x \sqrt{r^2 - x^2} - 2r^2 = 0,

where r is a positive constant.

Homework Equations



The Attempt at a Solution


So far I've only typed the equation into WolframAlpha, but the solution they provide is beyond my understanding.

Bring the term with the square root to the RHS. Square both sides. You should now have a quartic in x, which is actually a quadratic in x2. Solve for x2. At this stage, put the values of x2 you get back into the original equation to ensure they satisfy the original problem. Squaring equations may introduce redundant roots.

Finally, take square roots to get x.
 
SithsNGiggles said:
Yes.

Oh, I don't know why I hadn't considered that. Unfortunately, after simplifying it a bit, I'm still not sure how to solve for x:
4x^2 - 2x\sqrt{r^2 - x^2} - 2r^2 = 0
2x^2 - x\sqrt{r^2 - x^2} - r^2 = 0
2x^2 - r^2 = x\sqrt{r^2 - x^2}
(2x^2 - r^2)^2 = (x\sqrt{r^2 - x^2})^2
4x^4 - 4x^2r^2 + r^4 = x^2 (r^2 - x^2)
4x^4 - 4x^2r^2 + r^4 = x^2r^2 - x^4
5x^4 - 5x^2r^2 + r^4 = 0

As I wrote, quartic in x, but a quadratic in x2. To make it clearer, let x2 = y and solve for y.
 
Put y=x^2 then you get a quadratic equation.
 
SithsNGiggles said:
Yes.

Oh, I don't know why I hadn't considered that. Unfortunately, after simplifying it a bit, I'm still not sure how to solve for x:
4x^2 - 2x\sqrt{r^2 - x^2} - 2r^2 = 0
2x^2 - x\sqrt{r^2 - x^2} - r^2 = 0
2x^2 - r^2 = x\sqrt{r^2 - x^2}
(2x^2 - r^2)^2 = (x\sqrt{r^2 - x^2})^2
4x^4 - 4x^2r^2 + r^4 = x^2 (r^2 - x^2)
4x^4 - 4x^2r^2 + r^4 = x^2r^2 - x^4
5x^4 - 5x^2r^2 + r^4 = 0

Now substitute u=x^2 and you have a quadratic equation in u. You can solve that, right?
 
Ah, thanks. Making that kind of substitution isn't as second-nature as it should be.
 
Back
Top