Solving Quadratic Equations

Solve by Factorisation

Steps:

  1. Gather together all terms to one side of the equation and make it equal to 0, in the form ax2+bx+c=0ax^2+bx+c=0.

  2. Factorise the quadratic using any appropriate techniques, such as:

  • Finding the highest common factor

  • Using patterns like a2b2=(ab)(a+b)a^2-b^2=\left(a-b\right)\left(a+b\right) and a2+2ab+b2=(a+b)2a^2+2ab+b^2=\left(a+b\right)^2

  • Splitting the middle term and using grouping

  • For x2+bx+cx^2+bx+c, finding two numbers whose sum is bb and whose product is cc

  • Using the cross product method

  1. Use the null factor law to split the quadratic equation into two linear equations and make each linear equation equal to 0.

  2. Solve the linear equations to get the solutions to the original quadratic equation.

  3. Check the solutions by substituting back into the original equation.

Example:

Solve the quadratic equation:

3y15y2=03y-15y^2=0, which has two solutions. Solve for both values of yy.

3y(5y+1)=03y\left(-5y+1\right)=0

3y=03y=0 —> y=0y=0

5y+1=0-5y+1=0 —> 5y=15y=1 —> y=15y=\frac15

y=0y=0 or y=15y=\frac15

Solve by Completing the Square

Algebraic method

The process for completing the square:

  1. Factor out the coefficient of the x2x^2 term, unless it is 1.

  2. Halve the coefficient of xx and square it, add and subtract this value.

  3. Factorise the terms that now form a perfect square.

  4. Combine the constant and term left over from completing the square.