Isolating x in Equation: 2x\sqrt{3+\sqrt{7}}=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}

  • Context: Undergrad 
  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Variable
Click For Summary

Discussion Overview

The discussion revolves around the challenge of isolating the variable x in a complex equation involving square roots and polynomial expressions. Participants explore various methods and approaches to simplify the equation, which has implications in geometry, particularly concerning the center of a circle.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses difficulty in isolating x and suggests that squaring the equation complicates the problem further.
  • Another participant proposes grouping constant expressions and substituting them with variables to simplify the equation, leading to a quadratic form.
  • A participant mentions that the resulting equation could potentially be a polynomial of degree 4, indicating the complexity of the problem.
  • There is a correction regarding the original equation, which leads to a new formulation that participants discuss further.
  • One participant claims to have solved the problem, providing a specific equation for a circle and a value for A, while acknowledging the complexity of the solution.
  • Another participant suggests that there may be a second solution, prompting a discussion about the graphical representation of the problem.
  • Participants express curiosity about the existence of multiple solutions and share graphical insights to support their claims.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether there is a second solution to the problem, with some asserting that there cannot be while others suggest the possibility based on graphical evidence.

Contextual Notes

Participants note the complexity of the algebra involved and the potential for errors in earlier formulations. The discussion reflects ongoing refinements and corrections to the initial problem statement.

Who May Find This Useful

Readers interested in advanced algebra, geometry, and problem-solving techniques in mathematics may find this discussion relevant.

Mentallic
Homework Helper
Messages
3,802
Reaction score
95
How could I possibly go about isolating x in the following equation:

[tex]2x\sqrt{3+\sqrt{7}}=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}-2+2\sqrt{2}[/tex]

Any suggestions? The problem I have here is that squaring the entire equation only leads to more trouble. Any help is appreciated :smile:
 
Mathematics news on Phys.org
Mentallic said:
How could I possibly go about isolating x in the following equation:

[tex]2x\sqrt{3+\sqrt{7}}=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}-2+2\sqrt{2}[/tex]

Any suggestions? The problem I have here is that squaring the entire equation only leads to more trouble. Any help is appreciated :smile:

Why are you dealing with such a monstrocity?

I didn't go through all the algebra, but I'm not sure you can isolate x on one side. The worst case is that you end up with a polynomial of degree 4.

If you're serious about trying to solve for x, my hint would be group all the constant expressions together and give them variable names so you can focus on getting the x's isolated without having to worry about whether or not you correctly squared (sqrt(7)+2).

So let A = 2 sqrt(3 + sqrt(7)), B = sqrt(7) + 2, C = -2 + 2 sqrt(2).
Then write the problem as Ax = sqrt( (x+1)^2 + (Bx - 1)^2 ) + C.
Ax - C = sqrt( (x+1)^2 + (Bx - 1)^2 )
(Ax - C)^2 = (x+1)^2 + (Bx - 1)^2

You can do the rest.
 
Tac-Tics said:
Why are you dealing with such a monstrocity?
This is the last part (I think) to answering https://www.physicsforums.com/showthread.php?t=265300" question :smile: and it only took me 4 months to do so (I took a nice break).

Tac-Tics said:
I didn't go through all the algebra, but I'm not sure you can isolate x on one side. The worst case is that you end up with a polynomial of degree 4.
Glad I wasn't left dealing with the worst case scenario then!

Tac-Tics said:
If you're serious about trying to solve for x, my hint would be group all the constant expressions together and give them variable names so you can focus on getting the x's isolated without having to worry about whether or not you correctly squared (sqrt(7)+2).

So let A = 2 sqrt(3 + sqrt(7)), B = sqrt(7) + 2, C = -2 + 2 sqrt(2).
Then write the problem as Ax = sqrt( (x+1)^2 + (Bx - 1)^2 ) + C.
Ax - C = sqrt( (x+1)^2 + (Bx - 1)^2 )
(Ax - C)^2 = (x+1)^2 + (Bx - 1)^2

You can do the rest.

That was a nice suggestion. And while it made things much simpler to work with the variables rather than combos of surds, I end up with a fairly complicated equation nonetheless (and this scares me even more knowing I have to sub back!).

I am left with a quadratic in x:

[tex]x^2(A^2-B^2-1)+2x(B-AC-1)-C^2-2=0[/tex]

Now my only problem is simplifying - as much as possible - the equation of pronumerals that are meshed up in the quadratic formula.
The furthest I can seem to get to is:

[tex]x=\frac{AC-B+1 \pm \sqrt{(1+C^2)(2A^2-B^2-1)-2B(1+AC)+2AC}}{A^2-B^2-1}[/tex]

Now for the substituting and simplifying from there.
 
Last edited by a moderator:
Mentallic said:
How could I possibly go about isolating x in the following equation:

[tex]2x\sqrt{3+\sqrt{7}}=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}-2+2\sqrt{2}[/tex]

Any suggestions? The problem I have here is that squaring the entire equation only leads to more trouble. Any help is appreciated :smile:

Assuming that [itex]x[/itex] represents the x-coordinate of the center of the circle you are trying to find, then this equation cannot possibly be correct.
 
gabbagabbahey said:
Assuming that [itex]x[/itex] represents the x-coordinate of the center of the circle you are trying to find, then this equation cannot possibly be correct.

Yes I made a slight error in that part. But there were more major errors that wouldn't show themselves to me until after an hour of searching.

The equation should have been:

[tex]2x\sqrt{3+\sqrt{7}}-1=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}-\sqrt{3-2\sqrt{2}}[/tex]

Eventually, after much squandering, I solved the question:

The circle required is:

[tex](x+A)^2+(y+(\sqrt{7}+2)A)^2=(2\sqrt{3+\sqrt{7}}A-1)^2[/tex]

where [tex]A=\frac{2(1-\sqrt{2})}{1+\sqrt{7}+2\sqrt{3+\sqrt{7}}(\sqrt{2}-2)}[/tex]

or, more approximately:

[tex](x-0.96)^2+(y-4.465)^2=12.724[/tex]
 
Mentallic said:
Yes I made a slight error in that part. But there were more major errors that wouldn't show themselves to me until after an hour of searching.

The equation should have been:

[tex]2x\sqrt{3+\sqrt{7}}-1=\sqrt{(x+1)^2+((\sqrt{7}+2)x-1)^2}-\sqrt{3-2\sqrt{2}}[/tex]

Eventually, after much squandering, I solved the question:

The circle required is:

[tex](x+A)^2+(y+(\sqrt{7}+2)A)^2=(2\sqrt{3+\sqrt{7}}A-1)^2[/tex]

where [tex]A=\frac{2(1-\sqrt{2})}{1+\sqrt{7}+2\sqrt{3+\sqrt{7}}(\sqrt{2}-2)}[/tex]

or, more approximately:

[tex](x-0.96)^2+(y-4.465)^2=12.724[/tex]

That's one solution; but there's also another :smile:
 
gabbagabbahey said:
That's one solution; but there's also another :smile:

But there can't be. I'll post a graphical representation and you will see why (and why I won't bother searching through my pages of notes to find where I went wrong).
I'm curious though, what made you think/assume there was a 2nd solution?

http://img502.imageshack.us/img502/913/circleshy5.jpg
http://g.imageshack.us/img502/circleshy5.jpg/1/
 
Last edited by a moderator:
Ahh I see where the 2nd circle is going to be. It will have its centre somewhere in the unit circle and touching the other end of the circles once. My calculations have been restricted to the one circle. This one is going to be considerably harder to solve :cool:

Gabbagabbahey, I'm still trying to churn through the help you provided in the original thread. I'll see what I can conclude from it.

Edit: While the picture you posted isn't working, I have a feeling I know what it's going to look like :smile:
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K