0

I'm working on an induction problem that basically boils down to this equation:

$$2(-1)^k+ 6(2^k)\left(-\frac{1}{2}\right)^{k+1} + (-1)^{k}=0$$

I'm fairly confident that the equation above is the solution to the problem, but I am unable to simplify it further in order to prove the case.

Any help breaking it down would be appreciated.

2'5 9'2
  • 54,717

1 Answers1

1

$$ 2(-1)^k + 6(2)^k (- \frac{1}{2})^{k+1} - (-1)^{k+1} =0 $$ Notice $(- \frac{1}{2})^{k+1} = (-1)^{k+1}(2)^{-k-1}$and multiply by $(-1)^{k+1}$ $$ -2 + 6(2)^k(2)^{-k-1}-1=0 $$ Simplify $$-3 + 6(2)^{-1} =0$$ so finally $$-3 + 3 =0$$ which is an identity, so your original equation is true for all values of $k$.

TBrendle
  • 3,253