How do you solve sqrt(2x+1)=x-22x+1=x2?

1 Answer
Aug 5, 2015

x = 3 + sqrt(6)x=3+6

Explanation:

Right from the start, you know that any solution you find must satisfy the conditions

  • 2x+1 >=0 => x>= -1/22x+10x12 -> you need to take the square root of a positive number;

  • x-2>=0 => x>=2x20x2 -> the square root of a positive number is a positive number.

all in all, you need your valid solution(s) to satisfy the condition x>=2x2.

Since the radical term is already isolated on one side of the equation, proceed to square both sides to get

(sqrt(2x+1))^2 = (x-2)^2(2x+1)2=(x2)2

2x+1 = x^2 - 4x + 42x+1=x24x+4

Next, move all your terms on one side of the equation and use the quadratic formula to determine the two solutions of this quadratic equation

x^2 -6x +3 = 0x26x+3=0

x_(1,2) = (-(-6) +- sqrt( (-6)^2 - 4 * 1 * 3))/(2 * 1)x1,2=(6)±(6)241321

x_(1,2) = (6 +- sqrt(24))/2 = (6 +- 2sqrt(6))/2x1,2=6±242=6±262

This means that you have

x_1 = color(green)(3 + sqrt(6))x1=3+6 -> valid solution because x_1>=2x12;

x_2 = cancel(color(red)(3-sqrt(6)) -> extraneous solution because x_2 cancel(>=)2