How to Solve a Quadratic Equation Using Factorisation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 4K views
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 [itex]\alpha[/itex] and [itex]\beta[/itex] be the roots of the equation.

(X-[itex]\alpha[/itex])(X-[itex]\beta[/itex]) = 0

Therefore

X2 - ([itex]\alpha[/itex]+[itex]\beta[/itex])X + [itex]\alpha[/itex][itex]\beta[/itex] = 0

Or in another form;

X2 + [itex]\frac{b}{a}[/itex]X + [itex]\frac{c}{a}[/itex] = 0

Comparing coefficients.

[itex]\alpha[/itex]+[itex]\beta[/itex] = -[itex]\frac{b}{a}[/itex] = 4

[itex]\alpha[/itex][itex]\beta[/itex] = [itex]\frac{c}{a}[/itex] = -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.
 
on Phys.org
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.
 
<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 ..."
 
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:
 
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 :)