How do you solve #x-4= sqrt(2x) # and find any extraneous solutions?
1 Answer
Explanation:
Before solving the above equation, you must have some background knowledge.
- The above equation is quadratic equation.
- Quadratic equations are of form
#ax^2+bx+c=0# where a, b and c are real numbers. - It has two roots which means it has two solutions.
- Its possible that one solution may repeat.
- Some quadratic equations can be solved by factorization.
- The solutions of some quadratic equations are not rational and cannot be factorized.
For such equations, the most common method of solution is the quadratic formula.
The quadratic formula can be used to solve ANY quadratic equation, even those which cannot be factorized. - Quadratic Formula:
#x=(-b+-sqrt(b^2-4ac))/(2a)# - The quantity
#b^2-4ac# in the quadratic formula is called discriminant.
If
#b^2-4ac# #># #0# , then there are two real and distinct solutions to the quadratic equation.If
#b^2-4ac# #=# #0# , then there are two equal solutions to the quadratic equation.If
#b^2-4ac# #<# #0# , then there are two complex solutions to the quadratic equation.
Now, we have to convert
Squaring both sides of
#x-4=sqrt(2x)# we have,
#(x-4)^2=(sqrt(2x))^2#
or,
formula where
or,
or,
or,
or,
Now using the quadratic formula, we have
#x=(-b+sqrt(b^2-4ac))/(2a)rarr# First use + sign
or,
or,
or,
or,
or,
or,
Again, we have to simplify using - sign in formula to get second root.
#x=(-b-sqrt(b^2-4ac))/(2a)#
or,
or,
or,
or,
or,
When
Then
#x-4=sqrt(2x)#
or,
or,
or,
When
Then
#x-4=sqrt(2x)#
or,
or,
or,
So, the only value of
Lastly, I have made it this long so that you won't encounter any problems with quadratic equation in future.