A-level Mathematics/CIE/Pure Mathematics 1/Quadratics

From testwiki
Jump to navigation Jump to search


Completing the Square

Animation of completing the square
An animated visualisation of completing the square

Completing the square is a method of converting an expression of the form ax2+bx+c into an expression of the form a(xh)2+k.

It relies on the fact that (x+p)2=x2+2px+p2.

First, we take the expression ax2+bx+c and factor out a to get a(x2+(b/a)x+(c/a)).

Then, we need to recognise that (x+(b/2a))2=x2+(b/a)x+(b2/4a2)

Examples

Suppose we need to convert x2+4x+3 to completed-square form.

Here, a is 1, so we don't need to do anything to factor it out.

Next, we recognise that (x+2)2=x2+4x+4, and need to find this in the expression.

x2+4x+3=x2+4x+41=(x+2)21

Thus, we have our answer: x2+4x+3=(x+2)21

The Discriminant

The discriminant counts the number of roots
The discriminant tells you how many times the quadratic function crosses or touches the x-axis

The discriminant is a value that we can use to determine how many real roots the quadratic function has. A real root is where the value of a quadratic expression is equal to zero.

The discriminant for an expression ax2+bx+c is calculated Δ=b24ac.

If the discriminant is greater than zero, there are two separate real roots.

If the discriminant is equal to zero, there is one reapeated root.

If the discriminant is less than zero, there are no real roots.

Solving Quadratics

There are three main methods for solving a quadratic equation or inequality: factorising, completing the square, and using the quadratic formula.

Factorising

The coefficient of the second term is a sum and the coefficient of the third term is a product
An example of factorisation

Factorisation is where we break the expression into its factors.

e.g. x2+5x+6 can be factorised as (x+2)(x+3)

Factorisation can be used to solve equations: if the product of two factors is equal to zero, that means that one of the factors has to be equal to zero.

e.g. Solve x2+x6=0

x2+x6=(x+3)(x2)=0x+3=0orx2=0x=3 or 2

To factorise an expression with a coefficient attached to the x2 term, simply divide out the coefficient

e.g. Solve 3x2+12x+9=0

3x2+12x+9=0x2+4x+3=0(÷3)(x+3)(x+1)=0x={3,1}Set notation can be used to represent multiple solutions

However, not all expressions can be factorised.

Completing the Square

Completing the square is where we convert a quadratic equation from the form ax2+bx+c to the form a(xh)2+k. This makes it easier to solve equations, and it works in all cases, unlike factorisation.

e.g. Solve x2+12x9=0

x2+12x9=0(x+6)2=x2+12x+36(x+6)2369=0(x+6)2=45x+6=45x=6±35

Quardatic Formula

The quadratic formula states that:

ax2+bx+cx=b±b24ac2a(a0)

e.g. Solve 6x2+x9=0

6x2+x9=0x=1±124(6)(9)2(6)x=1±12+21612x=(1+217)/12 or (1217)/12

You may have noticed that the part under the square root is the discriminant. The reason this makes sense is that if the discriminant is negative, the square root cannot result in a real number, and thus there are no real roots. If the discriminant is zero, then x=b/2a, so there is one repeated root. This leaves the case of when the discriminant is positive, resulting in two real roots.

Solving Simultaneous Equations

Sometimes we will need to solve simultaneous equations which involve both a linear and a quadratic equation. To solve them, we need to use the method of substitution.

e.g. Solve the simultaneous equations x+y=1 and x2+y2=25

x+y=1 y=x1x2+y2=25 x2+(x1)2=25x2+x22x+1=252x22x24=0Now complete the squarex2x12=0(x12)2=12+14x12=494x=12±72x=3 or 4

Recognising Quadratics

Sometimes quadratics will be hidden in other forms. If you can make a substitution to turn an expression into a quadratic, you can then solve it as you would a quadratic.

e.g. Find the value of x in 6x=1x

Let s=x6s2=1s6s2+s1=0s2+s616=0(s+112)2=16+1144s+112=24144+1144s=112±25144s=112±512s=12 or 13x=12 or 13x=14 or 19

Template:Chapnav

Template:BookCat