Skip to content

9709 · 3.1

Algebra — practice questions

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

Worked example 1

Solve the inequality x32x+1|x-3| \ge |2x+1|.

Show solution outline

A reliable method is to square both sides, as the modulus is always non-negative.
(x3)2(2x+1)2(|x-3|)^2 \ge (|2x+1|)^2
(x3)2(2x+1)2(x-3)^2 \ge (2x+1)^2
x26x+94x2+4x+1x^2 - 6x + 9 \ge 4x^2 + 4x + 1
03x2+10x80 \ge 3x^2 + 10x - 8
To find the roots of the quadratic 3x2+10x8=03x^2 + 10x - 8 = 0, we can factorise it.
(3x2)(x+4)=0(3x-2)(x+4) = 0
So, the critical values are x=23x = \frac{2}{3} and x=4x = -4.
The inequality is 3x2+10x803x^2 + 10x - 8 \le 0. Since this is a positive parabola (opening upwards), the function is less than or equal to zero between its roots.
Therefore, the solution is 4x23-4 \le x \le \frac{2}{3}.

Worked example 2

i) Find the first three terms in the expansion of (4+x)1/2(4+x)^{1/2} in ascending powers of xx.
ii) State the range of values of xx for which the expansion is valid.

Show solution outline

i) First, we must write the expression in the form a(1+y)na(1+y)^n.
(4+x)1/2=(4(1+x4))1/2=41/2(1+x4)1/2=2(1+x4)1/2(4+x)^{1/2} = (4(1+\frac{x}{4}))^{1/2} = 4^{1/2}(1+\frac{x}{4})^{1/2} = 2(1+\frac{x}{4})^{1/2}.
Now we apply the binomial formula with n=12n=\frac{1}{2} and 'x' replaced by 'x4\frac{x}{4}'.
2(1+x4)1/2=2[1+(12)(x4)+(12)(12)2!(x4)2+]2(1+\frac{x}{4})^{1/2} = 2 \left[ 1 + (\frac{1}{2})(\frac{x}{4}) + \frac{(\frac{1}{2})(-\frac{1}{2})}{2!}(\frac{x}{4})^2 + \dots \right]
=2[1+x8+142(x216)+]= 2 \left[ 1 + \frac{x}{8} + \frac{-\frac{1}{4}}{2}(\frac{x^2}{16}) + \dots \right]
=2[1+x8x2128+]= 2 \left[ 1 + \frac{x}{8} - \frac{x^2}{128} + \dots \right]
=2+x4x264+= 2 + \frac{x}{4} - \frac{x^2}{64} + \dots\

ii) The expansion is valid when $\frac{x}{4}< 1$.\
This means $x< 4,or, or -4 < x < 4$.