Quadratic Functions (Edexcel IGCSE Further Pure Maths): Flashcards

Exam code: 4PM1

1/27

0Still learning

Know0

  • How do you factorise a quadratic with no constant term, such as 5 x^{2} + 30 x?

Cards in this collection (27)

  • How do you factorise a quadratic with no constant term, such as 5 x^{2} + 30 x?

    Take out the highest common factor, which will always include x itself.

    Here that factor is 5 x, giving 5 x\left(x + 6\right).

  • To factorise x^{2} + b x + c as \left(x + p\right)\left(x + q\right), complete what the two numbers must do:

    p q = \_\_\_\_\_\_ \text{ and } p + q = \_\_\_\_\_\_

    The completed conditions are:

    p q = c \text{ and } p + q = b

    So for x^{2} - 21 x - 100 the numbers are 4 and - 25, giving \left(x + 4\right)\left(x - 25\right).

  • How do you factorise 12 x^{2} - 11 x - 5 by grouping?

    Find two numbers multiplying to a c = - 60 and adding to b = - 11, which are 4 and - 15, then use them to split the middle term.

    Grouping the pairs gives 4 x\left(3 x + 1\right) - 5\left(3 x + 1\right), and the common bracket factors out as \left(4 x - 5\right)\left(3 x + 1\right).

  • When is grouping better than factorising a quadratic by inspection?

    When the coefficient of x^{2} is not 1, so there is no single pair of brackets to spot directly.

    Inspection can still work on those, but grouping is reliable: it follows the same rule every time instead of depending on trial and error.

  • Define difference of two squares.

    A difference of two squares is any expression of the form a^{2} - b^{2}, one square subtracted from another.

    It always factorises as \left(a + b\right)\left(a - b\right), and a and b need not be single letters: 9 x^{2} - 16 is \left(3 x\right)^{2} - 4^{2}, so it factorises as \left(3 x + 4\right)\left(3 x - 4\right).

  • True or False?

    x^{2} + 36 can be factorised as a difference of two squares.

    False.

    A difference of two squares needs a subtraction, and x^{2} + 36 is a sum, so it does not factorise at all.

    Compare x^{2} - 36, which does fit the pattern and factorises as \left(x + 6\right)\left(x - 6\right).

  • Define completing the square.

    Completing the square means rewriting a quadratic in a form containing a squared bracket, usually a\left(x + p\right)^{2} + q.

    The variable then appears once instead of twice, which is what makes the rest of the information about the curve readable straight off.

  • Complete the rule for the first two terms of a quadratic, where p is half of b:

    x^{2} + b x = \left(x + \_\_\_\_\_\_\right)^{2} - \_\_\_\_\_\_

    The completed rule is:

    x^{2} + b x = \left(x + p\right)^{2} - p^{2}

    Squaring the bracket produces an extra p^{2} that was not there before, so subtracting it puts the expression back to what it was.

  • What happens to the rule when b is negative, as in x^{2} - 20 x?

    Nothing changes: p is still half of b, so p = - 10 and x^{2} - 20 x = \left(x - 10\right)^{2} - 100.

    The term at the end stays negative whatever the sign of b, because p^{2} is a square.

  • How do you complete the square on 4 x^{2} + 16 x + 5?

    Factor the 4 out of the x^{2} and x terms only, leaving the constant outside: 4\left[x^{2} + 4 x\right] + 5.

    Complete the square inside, then multiply back out: 4\left[\left(x + 2\right)^{2} - 4\right] + 5 = 4\left(x + 2\right)^{2} - 11.

  • Where is the turning point of y = a\left(x + p\right)^{2} + q?

    At \left(- p , q\right), and note the negative sign in the x coordinate.

    It is a minimum point when a > 0 and a maximum point when a < 0.

  • True or False?

    Every quadratic graph has exactly one turning point.

    True.

    Completing the square rewrites any quadratic as a\left(x + p\right)^{2} + q, and that bracket can only be zero at one value of x.

    Everywhere else the squared term contributes something positive, so that single point is the one extreme value of the curve.

  • How does completing the square show that x^{2} + 6 x + 11 is always positive?

    Completed, the expression is \left(x + 3\right)^{2} + 2, and a squared bracket can never be negative.

    The smallest value \left(x + 3\right)^{2} can take is 0, so the whole expression is never less than 2.

  • Complete the quadratic formula for the solutions of a x^{2} + b x + c = 0:

    x = \frac{- b \pm \sqrt{\_\_\_\_\_\_ - \_\_\_\_\_\_}}{\_\_\_\_\_\_}

    The completed formula is:

    x = \frac{- b \pm \sqrt{b^{2} - 4 a c}}{2 a}

    The 2 a divides the whole numerator, the - b included, which is why the - b sits inside the fraction rather than in front of it.

  • When should you reach for the quadratic formula rather than factorising?

    Whenever the answers are wanted to a stated accuracy, such as two decimal places, since that tells you they are not whole numbers or simple fractions.

    It is also faster on awkward coefficients, and unlike factorising it always works.

  • How do you solve x^{2} - 4 x = 0?

    Take out the common factor to get x\left(x - 4\right) = 0, giving x = 0 or x = 4.

    Never divide through by x to simplify it first: that would throw away the solution x = 0 altogether.

  • True or False?

    If a quadratic expression will not factorise, the equation has no solutions.

    False.

    Failing to factorise usually just means the solutions are not whole numbers or simple fractions: x^{2} - 7 x + 2 = 0 does not factorise, but has solutions 6 . 70 and 0 . 30 to two decimal places.

    A quadratic with no real solutions does also fail to factorise, so the two cases overlap, but they are not the same thing.

  • After completing the square, what step turns \left(x + 3\right)^{2} = 4 into two solutions?

    Take the square root of both sides and write \pm in front of the root: x + 3 = \pm 2.

    Forgetting the \pm loses a solution; here x = - 3 + 2 = - 1 or x = - 3 - 2 = - 5.

  • How do you make x the subject of x^{2} + 6 x = y?

    Complete the square first, so that x^{2} + 6 x = \left(x + 3\right)^{2} - 9 and the equation becomes \left(x + 3\right)^{2} - 9 = y.

    Then rearrange and take roots, keeping the \pm: \left(x + 3\right)^{2} = y + 9, so x = - 3 \pm \sqrt{y + 9}.

  • Define the discriminant of a quadratic.

    For a x^{2} + b x + c with a \neq 0, the discriminant is \Delta = b^{2} - 4 a c.

    It is exactly the expression that sits under the square root in the quadratic formula.

  • What do \Delta > 0, \Delta = 0 and \Delta < 0 tell you about the roots?

    There are three cases:

    • \Delta > 0: unequal real roots, two distinct solutions

    • \Delta = 0: equal real roots, one repeated solution

    • \Delta < 0: the roots are not real

    If a question says only that the roots are real, without saying how many, use \Delta \ge 0.

  • What does the discriminant tell you about the graph of y = a x^{2} + b x + c?

    How often the curve meets the x-axis: twice if \Delta > 0, once if \Delta = 0 and never if \Delta < 0.

    When \Delta = 0 the x-axis is a tangent to the curve, and when \Delta < 0 the whole curve lies either above or below the axis.

  • How do you find the values of k for which 2 k x^{2} + k x - k + 2 = 0 has two distinct roots?

    Write down the discriminant with a = 2 k, b = k and c = - k + 2, then set it greater than zero.

    That gives 9 k^{2} - 16 k > 0, and solving that inequality gives k < 0 or k > \frac{16}{9}.

  • For a x^{2} + b x + c = 0 with roots \alpha and \beta, complete the two results:

    \alpha + \beta = \_\_\_\_\_\_ \text{ and } \alpha \beta = \_\_\_\_\_\_

    The completed results are:

    \alpha + \beta = - \frac{b}{a} \text{ and } \alpha \beta = \frac{c}{a}

    Note the minus sign on the sum but not on the product, which is the commonest slip here.

  • How do you write a quadratic equation whose roots have sum S and product P?

    Use x^{2} - S x + P = 0, which comes from expanding \left(x - \alpha\right)\left(x - \beta\right).

    Multiply through by whatever clears the fractions when integer coefficients are asked for, taking the multiplier from the denominators of S and P.

  • How are \alpha^{2} + \beta^{2} and \left(\alpha - \beta\right)^{2} written in terms of \alpha + \beta and \alpha \beta?

    Both come from squaring the sum:

    \alpha^{2} + \beta^{2} = \left(\alpha + \beta\right)^{2} - 2 \alpha \beta \text{ and } \left(\alpha - \beta\right)^{2} = \left(\alpha + \beta\right)^{2} - 4 \alpha \beta

    Squaring \alpha + \beta introduces an extra 2 \alpha \beta, so subtract 2 \alpha \beta for the sum of squares and 4 \alpha \beta to turn that middle term negative.

  • True or False?

    Two different quadratic equations can have exactly the same pair of roots.

    True.

    Multiplying an equation through by any non-zero number leaves its roots untouched, so 2 x^{2} - 7 x - 4 = 0 and 4 x^{2} - 14 x - 8 = 0 have the same two roots.

    That is why a question asking you to form an equation specifies integer coefficients, and you generally give the simplest such equation.

Sign up to unlock flashcards

or