Welcome to PhysicsForums!
I've requested that a mod move this thread to the math help section, rather than the Engineering / Comp Sci / Other section (not that we're not capable, but just for sake of completeness--that last phrase you'll probably hear a lot in your proofs class).
In general, proof by induction takes the following steps:
- Show that it works for a trivial case, for instance k=0 or k=1
- Assume that case n=k works
- Based on this assumption, show that n=k+1 follows, usually by algebraically rearranging things to show something involving the n=k case.
I'll start you off on this third step. You'll need to factor the following a little (and yes, it's possible, you just need to add/subtract a little):
(a^{k+1} - b^{k+1})
HINT:
(a^2-b^2)(a+b) = (a^3 - a^2b + ab^2 - b^3)
(a^3 - b^3) = ?