Proven: n^3 + 2n is Divisible by 3 for Any Natural Number n

  • Thread starter Thread starter teng125
  • Start date Start date
  • Tags Tags
    Induction Proof
AI Thread Summary
The discussion focuses on proving that n^3 + 2n is divisible by 3 for any natural number n using mathematical induction. Participants emphasize the importance of following the three steps of induction: proving the base case for n=1, assuming the statement is true for n=k, and then proving it for n=k+1. They guide the original poster to expand and simplify the expression for n=k+1 while keeping the induction hypothesis in mind. The conversation highlights the necessity of showing work and effort in mathematical proofs. Ultimately, the original poster finds the answer after receiving guidance.
teng125
Messages
416
Reaction score
0
anyone pls help...for this ques:For any natural number n, n^3 + 2n is divisible by 3.

i don't know how to start or do
 
Physics news on Phys.org
What does induction tell you to do? If you know what induction is then you know how to do this, so start by writing out what you need to do for induction. if you don't understand that then the rest of the question is not important.
 
first to prove that left hand side of the equa is equal to right hand side or the equa which i did it.
then the sec step which is it i should prove that (n+1)^3 + 2(n+1) is also divisible by 3??ah...this step i can't proof
 
left hand side of what 'equa' is equal to the right hand side of what? Or what is the second 'equa'? (Heck, what was the first).

Show that n^3+2n is divisible by three if n=1 (or zero if you like), now show that if k^3+2k is divisible by three then so is (k+1)^3+2(k+1)

note if X is divisible by three and Y is divisible by three then so is X+Y. So what happens if you subtract k^3+2n from (k+1)^3+2(k+1)?
 
You titled this "induction". Are you saying you do not know what "proof by induction" means? There are two steps to induction and you certainly should be able to do the first!

Do this: open your textbook and look up "proof by induction". Tell us precisely what you need to do to prove "n3+ n is divisible by 3" and we'll help you go from there.
 
Ok. To do mathematical induction, I was taught to do this in 3 steps. These 3 steps are:

1) Show true for n = 1
2) Assume true for n=k.

By doing this assumption, you set up for the third step by proving true for n=k+1, which will prove that n = k is also true.

3) Prove true for n = k+1.

Follow these steps throughout and see how it goes from there. I'll give you a little head start but try to finish it off.

Step 1: Show true for n=1
1^3+2(1) = 3 (which is divisable by 3)

Step 2: Assume true for n = k
i.e. Assume 3 | k^3+2(k) (induction hypothesis)

Step 3: Prove true for n = k+1
i.e. Prove that 3 | (k+1)^3+2(K+1)

Expand out (k+1)^3+2(k+1) and when you fully simplify it out, try to keep your induction hypothesis (k^3+2(k)) separate and see what's left over in your simplified expression. It should result in something that is divisible by 3. Show us how you expand it out and if you make any errors, we'll help you out gladly. But if you don't do the work, we won't help you. It's as simple as that. Effort needs to be shown, not just a problem that's shoved in our faces.
 
Last edited:
Sorry for double post. This forum really doesn't work well with firefox.
 
oh...okok...i found the answer already.thank you for ur help
 
Back
Top