Lesson WHY Factorise Quadratics?

Algebra ->  Algebra  -> Quadratic Equations and Parabolas -> Lesson WHY Factorise Quadratics?     (Log On)
Ad: You enter your algebra equation or inequality - Algebrator solves it step-by-step while providing clear explanations. Free on-line demo .
Ad: Algebra Solved!™: algebra software that solves YOUR algebra homework problems with step-by-step help!

   

This Lesson (WHY Factorise Quadratics?) was created by by longjonsilver(2297) About Me : View Source, Show
About longjonsilver: I have a new job in September, teaching

Introduction
The aim of looking at an equation is to "solve" it. This means "put the equation equal to zero and find the value(s) if any of x that make the equation equal to zero. Now, physically, this means "finding where the equation crosses the x-axis", since y=0 is the x-axis.

That is all we do when a question says "solve".

Linear Example
Solve y = 2x - 6

This is asking... where does the straight line cross the x-axis... ie where is y=0?

There are a couple ways of doing this:
1. Drawing a graph which is slow and not very accurate, in the majority of cases. In simple equations, it is a good enough method though...

 graph(300, 300, -4, 4, -10, 10, 2x - 6)

Looking at the graph, the answer is x=3

2. Algebraically
2x - 6 = 0
2x = 6
x = 6/2
x = 3

the benefit of this second method is it is quick and it shows you ALL the answers.


Ok then, quadratics...

Quadratic Factorisation
All this build up for factorisation. But why?

Well how about solving  y=x^2 - 3x + 2 ? This again means "where does it cross the x-axis? ie where is y=0?

And again, we can draw a graph, but this will potentially be imprecise, since we have a curve to draw now... graph(300,300,-2,5,-5,5, x^2 - 3x + 2)

What are the 2 solutions to this, by looking at the graph? The roots, or solutions, seem to be at x=1 and x=2, but can we be sure by just looking at a graph?

Now, algebraically, IF we could convert  y=x^2 - 3x + 2 into factors, ie factorise it, then we would have something useful... we would have: FACTOR_1*FACTOR_2 = 0

In other words, two numbers multiply to equal zero. What are the two numbers that multiply to give zero? Well, to multiply and give zero as the answer, one of those two HAS TO BE ZERO, ITSELF.

eg
2*4 = 8
12*-3 = -36

but
0*4 = 0
12*0 = 0 etc

So, if we factorise  x^2 - 3x + 2 to (x-1)(x-2) and put it equal to zero, then we can say the following:

EITHER (x-1) = 0 OR (x-2) = 0
In either case, x=1 OR x=2.

And in 3 lines of algebra, we have found all the EXACT roots (or solutions) of this quadratic.

Summary
This is where factorisation comes into its own: it is used to solve quadratic equations.

As to how do we factorise quadratics, that is another Lesson, covered by others already.

This lesson has been accessed 2106 times.