Question
Question: Solve \(\dfrac{2}{{{x}^{2}}}-\dfrac{5}{x}+2=0\) by factorization method. Find the roots of (PS) \(\d...
Solve x22−x5+2=0 by factorization method. Find the roots of (PS) x1−x−21=3x=0,2 .
Solution
Hint: Take the least common multiple in the equation and send the denominator to the right hand side. By this we get a quadratic equation in x. Try to divide the x term into a sum of 2 terms which can make the quadratic into a product of 2 single degree expressions. By this find the value of x. For the second equation also take the least common multiple and send the denominator to the right hand side. Repeat the same process, to the quadratic you get after least common multiple of get the values of x. These 4 values of x are the required result.
Complete step-by-step solution -
Factorization: For factoring a quadratic follow the steps:
Allot x2 coefficient as “a”, x co-efficient as “b”, constant as “c”.
Find the product of the 2 numbers a, c. Let it be k.
Find 2 numbers such that their product is k, sum is b.
Rewrite the term bx in terms of those 2 numbers.
Now, factor the first two terms.
Now, factor the last two terms.
If we do it correctly our 2 new terms will have one more common factor.
Now take that common to get quadratic as a product of 2 terms, from which you get the roots.
First expression we have in the question is given by:
x22−x5+2=0
By taking least common multiple, we get a quadratic given by:
⇒2−5x+2x2=0
Here, we get a=2,b=−5,c=2 . So, product ac is: 4.
So, 2 numbers whose product is 4 and sum is −5 are given by −1,−4 (∵−1×−4=4;−4+(−1)=−5)
By this our quadratic equation turns into the form:
2x2−4x−x+2=0
Now take 2x common from first two terms we get:
2x(x−2)−x+2=0
By taking (x−2) common from whole expression, we get:
(x−2)(2x−1)=0
By this we get 2 equations, which are written as:
x−2=0 2x−1=0
From these, we can write the roots as given below:
x=2;x=21
Second expression we have in the question is given by:
⇒x1−(x−2)1=3
By multiplying x(x−2) on both sides of equation, we get:
⇒xx(x−2)−x−2x(x−2)=3x(x−2)
By simplifying the above equation, we get an equation:
⇒x−2−x=3x2−6x
By adding 2 on both sides of equation, we get
⇒3x2−6x+2=0
So, the 2 numbers whose product is 6, sum is −6 cannot be found naturally.
So, we use formula of quadratic equation roots of ax2+bx+c=0 are x=2a−b±b2−4ac
By substituting a, b, c, values into this equation, we get:
⇒x=66±36−12
By simplifying term inside the root, we get x value as:
⇒x=66±12=66±23
By taking 2 common and cancelling it in denominator we get:
⇒x=33±3
So, the roots of the equation are 33+3,33−3 .
Therefore, 2,21 are roots of first expression and 33+3,33−3 are roots of second expression.
Note: Alternate method instead of writing −4x−x you can write −x−4x take x common in first two terms and −2 common in last terms. Anyways, you will get the same result. Whenever you can’t divide any 2 integers for the condition of product ac and sum b you just use the formula of quadratic equation roots. It will always give the correct answer.