What is 'grouping' and how does it work?

Grouping is essentially factorisation, it's just the idea that ax + bx = (a+b)x, which we already know. But the difficulty is in recognising this relationship when x is more complicated, for example when x= 2n+3 and when a and b are also more complicated.

e.g Solve (3n^2+4n)(2n+3) + 32n+48=0

Now initially this looks awful but if you can spot that 16 goes into both 32n and 48 you can simplify it to 

(3n^2+4n)(2n+3) + 16(2n+3)= 0 

2n+3 is a common factor so we can rewrite this as:

(2n+3)(3n^2 +4n+16)= 0 and the question is now just a matter of solving that quadratic. This is a simple idea that crops up A LOT later on in the course, so it's really important to be able to spot that relationship. 

FH

Related Maths A Level answers

All answers ▸

Let C : x^2-4x+2k be a parabola, with vertex m. By taking derivatives or otherwise discuss, as k varies, the coordinates of m and, accordingly, the number of solutions of the equation x^2-4x+2k=0. Illustrate your work with graphs


How do you solve a quadratic inequality eg find the values of x for which x^2 -6x +2 < -3


I struggle with modelling with differential equation, is there an easier way of interpreting this type of wordy question?


Given that y = exp(2x) * (x^2 +1)^(5/2), what is dy/dx when x is 0?