I have been presented with the following question:
Factorise $$a^2-4b^2\;.$$
I know that the answer is $(a-2b)(a+2b)$, but I have no idea how to get there. Could anybody please help me with this?
I have been presented with the following question:
Factorise $$a^2-4b^2\;.$$
I know that the answer is $(a-2b)(a+2b)$, but I have no idea how to get there. Could anybody please help me with this?
There isn't much to knowing how to get there. Just notice that $$\begin{align}(a-2b)(a+2b) &= a^2 -2ab +2ab -4b^2 \\&= a^2 -4b^2\end{align}$$
In general, the expression you are given is a difference of squares because $$a^2 -4b^2 = a^2 - (2b)^2\;.$$ Any time you have a difference of squares, you can factor it: $$ x^2-y^2 = (x+y)(x-y)\;. $$
To start, I have to ask you what the true meaning behind 'factoring' is. To me, it is as follows...
To factor is to derive values for which a polynomial expression is equal to $0$.
So, what we want to do is to set the expression equal to $0$, then solve for $a$ (or $b$).
$$a^2-4b^2=0$$
$$a^2=4b^2$$
$$a=\pm\sqrt{4b^2}=\begin{cases}r_1=\ \ \ 2b\\r_2=-2b\end{cases}$$
Putting this into factored polynomial form:
$$a^2-4b^2=(a-r_1)(a-r_2)=(a-2b)(a+2b)$$