MHB Where should the values be placed to correctly solve for x?

  • Thread starter Thread starter 06Rousher
  • Start date Start date
AI Thread Summary
To solve the equation x = 2 + 1/x, multiplying both sides by x leads to the quadratic equation x^2 - 2x - 1 = 0. The discriminant for this equation is 8, resulting in two solutions: x = 1 + sqrt(2) and x = 1 - sqrt(2). The discussion emphasizes the importance of correctly applying the quadratic formula to find the values of x. Participants express gratitude for clarifying the placement of values in the equation. Understanding the quadratic formula is essential for solving similar equations effectively.
06Rousher
Messages
9
Reaction score
0
"x=2+1/x"

What I got is this: -x^2=2 then x^2=-2, then x=4
 
Mathematics news on Phys.org
Re: Wanting to make I got this correct

x = 2 + 1/x

To find x, I think it would be appropriate to multiply both sides with x, and solve the quadratic equation.
 
Last edited:
Re: Wanting to make I got this correct

lfdahl said:
x = 2 + 1/x

To find x, I think it would be appropriate to multiply both sides with x, and solve the quadratic equation

So x^2-2x-1? Doesn't seem like that would be solvable.

I got 2.41 for x
 
Re: Wanting to make I got this correct

Why not? You did solve the equation:

x^2-2x-1 = 0 --> x = 1+/- sqrt(2)
 
Re: Wanting to make I got this correct

lfdahl said:
Why not? You did solve the equation:

x^2-2x-1 = 0 --> x = 1+/- sqrt(2)

How did you get to x=1 +/- sqrt(2)?
 
Re: Wanting to make I got this correct

The quadratic equation: x2- 2x - 1 = 0

Discriminant: D = (-2)2-4(1)(-1) = 8

The two solutions:

x1 = (2 + sqrt(8))/2 and x2 = (2 - sqrt(8))/2

or

x1 = 1 + sqrt(2) and x2 = 1 - sqrt(2)

In general for solving a quadratic equation:

\[ax^{2}+bx+c=0 \\\\D = b^{2}-4ac \\\\x = \frac{-b\pm \sqrt{D}}{2a}\]
 
Last edited:
Re: Wanting to make I got this correct

Thank you so much

That last part really helped me understand it, I was having trouble on where to place the values
 

Similar threads

Back
Top