Skip to content

9709 · 1.1

Quadratics — practice questions

Practice and worked examples for 9709 Quadratics. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Solve the equation 3x27x5=03x^2 - 7x - 5 = 0, giving your answers correct to 3 significant figures.

Show solution outline

This quadratic does not factorise easily, so we use the quadratic formula. Here, a=3a=3, b=7b=-7, and c=5c=-5.

Substitute these values into the formula: x=(7)±(7)24(3)(5)2(3)x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(3)(-5)}}{2(3)}

x=7±49(60)6x = \frac{7 \pm \sqrt{49 - (-60)}}{6}

x=7±49+606x = \frac{7 \pm \sqrt{49 + 60}}{6}

x=7±1096x = \frac{7 \pm \sqrt{109}}{6}

Now, we find the two possible values for xx: x1=7+10967+10.440617.44062.9067...x_1 = \frac{7 + \sqrt{109}}{6} \approx \frac{7 + 10.440}{6} \approx \frac{17.440}{6} \approx 2.9067...

x2=71096710.44063.44060.5733...x_2 = \frac{7 - \sqrt{109}}{6} \approx \frac{7 - 10.440}{6} \approx \frac{-3.440}{6} \approx -0.5733...

Rounding to 3 significant figures, the solutions are x=2.91x = 2.91 and x=0.573x = -0.573.

Worked example 2

The equation x2+(k+3)x+(k+6)=0x^2 + (k+3)x + (k+6) = 0 has two distinct real roots. Find the set of values of kk.

Show solution outline

'Two distinct real roots' means we need the discriminant to be strictly positive: b24ac>0b^2 - 4ac > 0.

Identify the coefficients: a=1a = 1, b=(k+3)b = (k+3), and c=(k+6)c = (k+6).

Substitute into the discriminant: (k+3)24(1)(k+6)>0(k+3)^2 - 4(1)(k+6) > 0

Expand and simplify: k2+6k+94k24>0k^2 + 6k + 9 - 4k - 24 > 0 k2+2k15>0k^2 + 2k - 15 > 0

Factorise the quadratic in kk: (k+5)(k3)>0(k+5)(k-3) > 0

The critical values are k=5k = -5 and k=3k = 3. Because this is an upward-opening parabola in kk, the expression is positive outside the roots.

Therefore the set of values is k<5k < -5 or k>3k > 3.

Worked example 3

Express f(x)=2x2+12x+5f(x) = 2x^2 + 12x + 5 in the form a(x+p)2+qa(x+p)^2 + q. Hence, state the coordinates of the vertex and whether it is a maximum or minimum point.

Show solution outline

First, factor out the coefficient of x2x^2 from the first two terms: f(x)=2(x2+6x)+5f(x) = 2(x^2 + 6x) + 5

Next, complete the square inside the bracket. We take half the coefficient of xx (which is 6), square it (giving 9), and then add and subtract it inside the bracket: f(x)=2[(x+3)232]+5f(x) = 2[(x+3)^2 - 3^2] + 5 f(x)=2[(x+3)29]+5f(x) = 2[(x+3)^2 - 9] + 5

Now, expand the outer bracket: f(x)=2(x+3)22(9)+5f(x) = 2(x+3)^2 - 2(9) + 5 f(x)=2(x+3)218+5f(x) = 2(x+3)^2 - 18 + 5

Finally, simplify: f(x)=2(x+3)213f(x) = 2(x+3)^2 - 13

This is in the form a(x+p)2+qa(x+p)^2 + q with a=2a=2, p=3p=3 and q=13q=-13.

The vertex form is a(xh)2+ka(x-h)^2+k, so we compare 2(x+3)2132(x+3)^2 - 13 with this. We have h=3h = -3 and k=13k = -13. Therefore, the coordinates of the vertex are (3,13)(-3, -13).

Since the coefficient of x2x^2 is a=2a=2, which is positive, the parabola is U-shaped. This means the vertex is a minimum point.