How do you solve sqrt(x+3)-sqrt x=sqrt(4x-5)√x+3−√x=√4x−5?
2 Answers
Explanation:
This is a tricky equation, so you have first to determine the dominion of it:
The standard way to solve this type of equations is to square the parcels, admiting that:
However this brings false solutions, because
So we have to check the solutions after we obtain the results.
So now let's start:
Now, you continue to have a "sqrt" in the equation, so you have to square it again. Rearrange the equation in order to isolate the root:
squaring:
Which gives:
First
Put them in the same denominator:
Now, is the solution true?
Explanation:
sqrt(x+3)-sqrt(x)=sqrt(4x-5)
(sqrt(x+3)-sqrt(x))^2=(sqrt(4x-5))^2
(sqrt(x+3)-sqrt(x))(sqrt(x+3)-sqrt(x))=4x-5
x+3-sqrt(x(x+3))-sqrt(x(x+3))+x=4x-5
2x+3-sqrt(x^2+3x)-sqrt(x^2+3x)=4x-5
-2sqrt(x^2+3x)=2x-8
sqrt(x^2+3x)=-1/2(2x-8)
sqrt(x^2+3x)=-x+4
(sqrt(x^2+3x))^2=(-x+4)^2
(sqrt(x^2+3x))(sqrt(x^2+3x))=(-x+4)(-x+4)
x^2+3x=x^2-4x-4x+16
color(red)cancelcolor(black)(x^2)+3x=color(red)cancelcolor(black)(x^2)-8x+16
3x=-8x+16
11x=16
color(green)(x=16/11)