How do you solve #\sqrt { x } + 1= \sqrt { 5x + 1}#?
2 Answers
Given:
Square both sides:
Combine like terms:
Divide both sides by -2:
We can write x as
Factor:
This separates into two equations:
Only 1 equation needs simplification:
Square both:
Check:
Both roots check.
Explanation:
Given:
#sqrt(x)+1 = sqrt(5x+1)#
Square both sides of the equation, noting that this may introduce extraneous solutions, to get:
#x+2sqrt(x)+1 = 5x+1#
Subtract
#2sqrt(x) = 4x#
Note that
#1/2 = sqrt(x)#
Then square both sides and transpose to get:
#x = 1/4#
Check both of our derived solutions:
#sqrt(color(blue)(0))+1 = 0+1 = 1 = sqrt(1) = sqrt(0+1) = sqrt(5(color(blue)(0))+1)#
#sqrt(color(blue)(1/4))+1 = 1/2+1 = 3/2 = sqrt(9/4) = sqrt(5/4+1) = sqrt(5(color(blue)(1/4))+1)#
So both are solutions of the original equation.