How to Solve a Quadratic Equation Using Factorisation?

AI Thread Summary
The discussion revolves around solving the quadratic equation X² - 4X - 8 = 0 using factorization. Participants explore the relationships between the roots (α and β) and coefficients, noting that these relationships are symmetric and do not help in isolating the roots effectively. There is confusion about how to apply the new method of using root-coefficient relationships, leading to a realization that it may not be suitable for this general case. Completing the square is suggested as a more reliable method for solving the equation. Ultimately, the conversation highlights the challenges of using new techniques when traditional methods may be more straightforward.
BOAS
Messages
546
Reaction score
19
Solve the following quadratic equation. Use factorisation if possible.

X2 - 4X - 8 = 0


Normally I wouldn't have trouble factorising a quadratic, but I have just been introduced to a new way to do it and I want to use this way to answer the question.

Here's how far I get, then I'm unsure what to do with the info I have.
X2 - 4X - 8 = 0

Let \alpha and \beta be the roots of the equation.

(X-\alpha)(X-\beta) = 0

Therefore

X2 - (\alpha+\beta)X + \alpha\beta = 0

Or in another form;

X2 + \frac{b}{a}X + \frac{c}{a} = 0

Comparing coefficients.

\alpha+\beta = -\frac{b}{a} = 4

\alpha\beta = \frac{c}{a} = -8

And now I'm confused about what I can do with this info to find the factors of the original quadratic.

Any help is appreciated!

Thanks.
 
Physics news on Phys.org
Hi BOAS! :smile:
BOAS said:
\alpha+\beta = -\frac{b}{a} = 4

So ##\alpha## = 2 + C, ##\beta## = 2 - C. :wink:

(or you could simply complete the square)
 
tiny-tim said:
Hi BOAS! :smile:


So ##\alpha## = 2 + C, ##\beta## = 2 - C. :wink:

(or you could simply complete the square)

I don't follow how you got there, please could you elaborate?

I tried completing the square to see if it would make anything clear to me, but I get x = ±√12 - 2 which doesn't seem right :confused:
 
Hi BOAS! :smile:
BOAS said:
I don't follow how you got there, please could you elaborate?

If you define C by ##\alpha## = 2 + C, then ##\beta## = … ? :wink:
I tried completing the square to see if it would make anything clear to me, but I get x = ±√12 - 2 which doesn't seem right :confused:

you should have got + 2 :redface:
 
tiny-tim said:
Hi BOAS! :smile:


If you define C by ##\alpha## = 2 + C, then ##\beta## = … ? :wink:
:

Where does that definition come from?

you should have got + 2 :redface

Oops - careless mistake.
 
BOAS said:
Where does that definition come from?

Isn't it obvious?

If A + B = N, then A and B must be equidistant from N/2 ?
 
<delete>
 
Last edited:
If you have been given a new method for solving use that. But it can't be what you started doing, i.e. to use these relations between roots and coefficients. Which maybe are what is new to you.

The reason is these relations are symmetric. E.g. in your equations there is nothing to distinguish α from β. (Your expressions are not changed by interchanging α and β.) So you might find a method to eliminate β and end up with an equation with α only. But because youve started with completely symmetrical expressions the same method has got to give you an equation for β - in fact it will be the same equation. You have only changed the name you give to 'a root'. α or β or x. You will just get your starting equation. Just in case you've tried and notice it is like trying to pin down a globule of mercury, this is why. :smile:

In the case you have extra information, if e.g you are told one root is twice the other or other relation between roots, then you can use these relations in the solution - or rather the reduction of degree. But not in the general case.

Added: Posts crossed - you did what I mentioned but if you check out a mistake you made in calculation in the last post you will get an equation in β that is only the starting equation! :-p
 
Last edited:
epenguin said:
If you have been given a new method for solving use that. But it can't be what you started doing, i.e. to use these relations between roots and coefficients. Which maybe are what is new to you.

You're correct, I haven't been given a new method for solving equations - The relationship between coefficients is what's new to me.

The reason is these relations are symmetric. E.g. in your equations there is nothing to distinguish α from β. (Your expressions are not changed by interchanging α and β.) So you might find a method to eliminate β and end up with an equation with α only. But because youve started with completely symmetrical expressions the same method has got to give you an equation for β - in fact it will be the same equation. You have only changed the name you give to 'a root'. α or β or x. You will just get your starting equation. Just in case you've tried and notice it is like trying to pin down a globule of mercury, this is why. :smile:

In the case you have extra information, if e.g you are told one root is twice the other or other relation between roots, then you can use these relations in the solution - or rather the reduction of degree. But not in the general case

It sounds like i'd be much better off simply completing the square and using this method for questions that actually require it, such as "find the equation whose roots are the inverse of ..."
 
  • #10
BOAS said:
It sounds like i'd be much better off simply completing the square and using this method for questions that actually require it, such as "find the equation whose roots are the inverse of ..."

Right. But it was an idea, and most people who are thinking actively and meet these relations try a bit to go down that road, which unfortunately leads back to the starting point! :biggrin:
 
  • #11
epenguin said:
Right. But it was an idea, and most people who are thinking actively and meet these relations try a bit to go down that road, which unfortunately leads back to the starting point! :biggrin:

Trial and error :)
 
Back
Top