<< Chapter < Page Chapter >> Page >

Solving quadratic equations

A quadratic equation is an equation where the power of the variable is at most 2. The following are examples of quadratic equations.

2 x 2 + 2 x = 1 2 - x 3 x + 1 = 2 x 4 3 x - 6 = 7 x 2 + 2

Quadratic equations differ from linear equations by the fact that a linear equation only has one solution, while a quadratic equation has at most two solutions. There are some special situations when a quadratic equation only has one solution.

We solve quadratic equations by factorisation, that is writing the quadratic as a product of two expressions in brackets. For example, we know that:

( x + 1 ) ( 2 x - 3 ) = 2 x 2 - x - 3 .

In order to solve:

2 x 2 - x - 3 = 0

we need to be able to write 2 x 2 - x - 3 as ( x + 1 ) ( 2 x - 3 ) , which we already know how to do.

Investigation : factorising a quadratic

Factorise the following quadratic expressions:

  1. x + x 2
  2. x 2 + 1 + 2 x
  3. x 2 - 4 x + 5
  4. 16 x 2 - 9
  5. 4 x 2 + 4 x + 1

Being able to factorise a quadratic means that you are one step away from solving a quadratic equation. For example, x 2 - 3 x - 2 = 0 can be written as ( x - 1 ) ( x - 2 ) = 0 . This means that both x - 1 = 0 and x - 2 = 0 , which gives x = 1 and x = 2 as the two solutions to the quadratic equation x 2 - 3 x - 2 = 0 .

Method: solving quadratic equations

  1. First divide the entire equation by any common factor of the coefficients, so as to obtain an equation of the form a x 2 + b x + c = 0 where a , b and c have no common factors. For example, 2 x 2 + 4 x + 2 = 0 can be written as x 2 + 2 x + 1 = 0 by dividing by 2.
  2. Write a x 2 + b x + c in terms of its factors ( r x + s ) ( u x + v ) . This means ( r x + s ) ( u x + v ) = 0 .
  3. Once writing the equation in the form ( r x + s ) ( u x + v ) = 0 , it then follows that the two solutions are x = - s r or x = - u v .
  4. For each solution substitute the value into the original equation to check whether it is valid

Solutions of quadratic equations

There are two solutions to a quadratic equation, because any one of the values can solve the equation.

Khan academy video on equations - 3

Solve for x : 3 x 2 + 2 x - 1 = 0

  1. As we have seen the factors of 3 x 2 + 2 x - 1 are ( x + 1 ) and ( 3 x - 1 ) .

  2. ( x + 1 ) ( 3 x - 1 ) = 0
  3. We have

    x + 1 = 0

    or

    3 x - 1 = 0

    Therefore, x = - 1 or x = 1 3 .

  4. Text here
  5. 3 x 2 + 2 x - 1 = 0 for x = - 1 or x = 1 3 .

Sometimes an equation might not look like a quadratic at first glance but turns into one with a simple operation or two. Remember that you have to do the same operation on both sides of the equation for it to remain true.

You might need to do one (or a combination) of:

  • For example,
    a x + b = c x x ( a x + b ) = x ( c x ) a x 2 + b x = c
  • This is raising both sides to the power of - 1 . For example,
    1 a x 2 + b x = c ( 1 a x 2 + b x ) - 1 = ( c ) - 1 a x 2 + b x 1 = 1 c a x 2 + b x = 1 c
  • This is raising both sides to the power of 2. For example,
    a x 2 + b x = c ( a x 2 + b x ) 2 = c 2 a x 2 + b x = c 2

You can combine these in many ways and so the best way to develop your intuition for the best thing to do is practice problems. A combined set of operations could be, for example,

1 a x 2 + b x = c ( 1 a x 2 + b x ) - 1 = ( c ) - 1 ( invert both sides ) a x 2 + b x 1 = 1 c a x 2 + b x = 1 c ( a x 2 + b x ) 2 = ( 1 c ) 2 ( square both sides ) a x 2 + b x = 1 c 2

Solve for x : x + 2 = x

  1. Both sides of the equation should be squared to remove the square root sign.

    x + 2 = x 2
  2. x + 2 = x 2 ( subtract x 2 to both sides ) x + 2 - x 2 = 0 ( divide both sides by - 1 ) - x - 2 + x 2 = 0 x 2 - x + 2 = 0
  3. x 2 - x + 2

    The factors of x 2 - x + 2 are ( x - 2 ) ( x + 1 ) .

  4. ( x - 2 ) ( x + 1 ) = 0
  5. We have

    x + 1 = 0

    or

    x - 2 = 0

    Therefore, x = - 1 or x = 2 .

  6. Substitute x = - 1 into the original equation x + 2 = x :

    L H S = ( - 1 ) + 2 = 1 = 1 b u t R H S = ( - 1 )

    Therefore LHS RHS. The sides of an equation must always balance, a potential solution that does not balance the equation is not valid. In this case the equation does not balance.

    Therefore x - 1 .

    Now substitute x = 2 into original equation x + 2 = x :

    L H S = 2 + 2 = 4 = 2 a n d R H S = 2

    Therefore LHS = RHS

    Therefore x = 2 is the only valid solution

  7. x + 2 = x for x = 2 only.

Solve the equation: x 2 + 3 x - 4 = 0 .

  1. The equation is in the required form, with a = 1 .

  2. You need the factors of 1 and 4 so that the middle term is + 3 So the factors are:

    ( x - 1 ) ( x + 4 )

  3. x 2 + 3 x - 4 = ( x - 1 ) ( x + 4 ) = 0

    Therefore x = 1 or x = - 4 .

  4. Therefore the solutions are x = 1 or x = - 4 .

Find the roots of the quadratic equation 0 = - 2 x 2 + 4 x - 2 .

  1. There is a common factor: -2. Therefore, divide both sides of the equation by -2.

    - 2 x 2 + 4 x - 2 = 0 x 2 - 2 x + 1 = 0
  2. The middle term is negative. Therefore, the factors are ( x - 1 ) ( x - 1 )

    If we multiply out ( x - 1 ) ( x - 1 ) , we get x 2 - 2 x + 1 .

  3. x 2 - 2 x + 1 = ( x - 1 ) ( x - 1 ) = 0

    In this case, the quadratic is a perfect square, so there is only one solution for x : x = 1 .

  4. The root of 0 = - 2 x 2 + 4 x - 2 is x = 1 .

Solving quadratic equations

  1. Solve for x : ( 3 x + 2 ) ( 3 x - 4 ) = 0
  2. Solve for a : ( 5 a - 9 ) ( a + 6 ) = 0
  3. Solve for x : ( 2 x + 3 ) ( 2 x - 3 ) = 0
  4. Solve for x : ( 2 x + 1 ) ( 2 x - 9 ) = 0
  5. Solve for x : ( 2 x - 3 ) ( 2 x - 3 ) = 0
  6. Solve for x : 20 x + 25 x 2 = 0
  7. Solve for a : 4 a 2 - 17 a - 77 = 0
  8. Solve for x : 2 x 2 - 5 x - 12 = 0
  9. Solve for b : - 75 b 2 + 290 b - 240 = 0
  10. Solve for y : 2 y = 1 3 y 2 - 3 y + 14 2 3
  11. Solve for θ : θ 2 - 4 θ = - 4
  12. Solve for q : - q 2 + 4 q - 6 = 4 q 2 - 5 q + 3
  13. Solve for t : t 2 = 3 t
  14. Solve for w : 3 w 2 + 10 w - 25 = 0
  15. Solve for v : v 2 - v + 3
  16. Solve for x : x 2 - 4 x + 4 = 0
  17. Solve for t : t 2 - 6 t = 7
  18. Solve for x : 14 x 2 + 5 x = 6
  19. Solve for t : 2 t 2 - 2 t = 12
  20. Solve for y : 3 y 2 + 2 y - 6 = y 2 - y + 2

Questions & Answers

start new n questions too
Emmaunella Reply
summarize halerambos & holbon
David Reply
the Three stages of Auguste Comte
Clementina Reply
what are agents of socialization
Antonio Reply
sociology of education
Nuhu Reply
definition of sociology of education
Nuhu
definition of sociology of education
Emmaunella
what is culture
Abdulrahim Reply
shared beliefs, values, and practices
AI-Robot
What are the two type of scientific method
ogunniran Reply
I'm willing to join you
Aceng Reply
what are the scientific method of sociology
Man
what is socialization
ogunniran Reply
the process wherein people come to understand societal norms and expectations, to accept society's beliefs, and to be aware of societal values
AI-Robot
scientific method in doing research
ogunniran
defimition of sickness in afica
Anita
Cosmology
ogunniran
Hmmm
ogunniran
list and explain the terms that found in society
REMMY Reply
list and explain the terms that found in society
Mukhtar
what are the agents of socialization
Antonio
Family Peer group Institution
Abdulwajud
I mean the definition
Antonio
ways of perceived deviance indifferent society
Naomi Reply
reasons of joining groups
SAM
to bring development to the nation at large
Hyellafiya
entails of consultative and consensus building from others
Gadama
World first Sociologist?
Abu
What is evolutionary model
Muhammad Reply
Evolution models refer to mathematical and computational representations of the processes involved in biological evolution. These models aim to simulate and understand how species change over time through mechanisms such as natural selection, genetic drift, and mutation. Evolutionary models can be u
faruk
what are the modern trends in religious behaviours
Selekeye Reply
what are social norms
Daniel Reply
shared standards of acceptable behavior by the group or appropriate behavior in a particular institution or those behaviors that are acceptable in a society
Lucius
that is how i understood it
Lucius
examples of societal norms
Diamond
Discuss the characteristics of the research located within positivist and the interpretivist paradigm
Tariro Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Siyavula textbooks: grade 10 maths [ncs]. OpenStax CNX. Aug 05, 2011 Download for free at http://cnx.org/content/col11239/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Siyavula textbooks: grade 10 maths [ncs]' conversation and receive update notifications?

Ask