Stuck in my induction proof

55 Views Asked by At

I am at a step in my induction proof where I need to show that:

$\frac14(k+1)^{2}k^{2}+(k+1)^{3}$

is equal to

$\frac14(k+2)^{2}(k+1)^{2}$

Which I can't really seem to figure out how to. Can you help me out?

3

There are 3 best solutions below

3
On BEST ANSWER

$$\begin{align} \frac14(k+1)^2k^2+(k+1)^3=\frac14((k+1)^2k^2+4(k+1)^3)&=\frac14((k+1)^2(k^2+4k+4))\\ &=\frac14(k+1)^2(k+2)^2 \end{align}$$

0
On

Write $$(k+1)^2(\frac{1}{4}k^2+k+1)=\frac{1}{4}(k+1)^2(k^2+4k+4)=…$$

0
On

$$\frac14(k+1)^{2}k^{2}+(k+1)^{3}= (k+1)^2 \big ((1/4) k^2 +k+1) $$

$$= (k+1)^2 \big ( (1/4) (k^2+4k +4)\big ) =(1/4)(k+1)^2 (k+2)^2$$