Jump to content

Help with proof by mathematical induction


IBVeryStressed

Recommended Posts

If you got the question from questionbank this will be useless but if you didn't this is the mark scheme given on questionbank however i cant see how they get from the 3rd red line to the last red line but you may be able to. I hope this helps.

Let S(n) be the statement: 22n – 3n – 1 is divisible by 9.

Since 22 – 3 – 1 = 0, S(1) is true. (C1)

Assume as the induction hypothesis S(k) ie 22k – 3k – 1 is divisible by 9. (C1)

We shall show that S(k + 1) is true.

S(k + 1) = 22(k+l) – 3(k + 1) – 1 (M1)

= 4(22k) – 3k – 4 (M1)

= 9(22k – 3k – 1) + 9k (A1)

By the induction hypothesis 22k – 3k – 1 is divisible by 9.

Since 9k is also divisible by 9, S(k + 1) is true. (M1)

Thus, by mathematical induction S(n) is true, n = 1, 2, ... (R1)

Edited by Kiwiatheart
  • Like 2
Link to post
Share on other sites

That last line should be

= 4(22k – 3k – 1) + 9k (A1)

No, it was copied and pasted straight from the Maths HL QuestionBank, and I have yet to find any errors there. There answer looks confusing, but its correct, I just dont know how they get there. I was doing revision a bit ago and this question stumped me too.

Link to post
Share on other sites

However rare it occurs, they can still make mistakes you know, esp. typing 9 instead of 4 because you're thinking "divisible by 9". How about this? Expand what you wrote, and expand what I wrote and see which one gives a statement equivalent to the previous one.

Edited by Gene-Peer
Link to post
Share on other sites

  • 1 month later...

2^(2n) -3n-1 is divisible by 9:

Need to show the for n =2, the statement above is true.

2^(2 * 2) - 3 (2) -1=

2^4 - 6 - 1=

16-7=

9.

therefore, the statement is true for n = 2

Assume that the statement is true for n = k

If some number is divisible by 9, it will be in the form 9A where A is a natural number greater than 2

2^(2k) -3k - 1 = 9A ( induction hypothesis)

prove the statement for P(k+1)

2^(2(k+1)) - 3 ( k+1) -1=

2^(2k+2) - 3k - 3 - 1 =

(2^(2k))(2^2) - 3k - 4 =

(2^2k)4 - 3k - 4 =

Consider the induction hypothesis :

2^(2k) -3k - 4 = 9A

2^(2k) = 9A - 3k +1 -----> substitute induction hypothesis into the function of p ( k+1) and thence show that the statement is true.

(2^2k)4 - 3k - 4 =

(9A - 3k +1 )(4) - 3k - 4 =

36A - 12k +4 -3k + 4 =

36A - 9k=

9( 4A - k).

and as previously stated, for a number to be divisible by 9, it must be in the form 9A where A is a natural number greater than two, and we see from the last step that

the correct form is shown.

Link to post
Share on other sites

  • 1 month later...

Prove by mathematical induction that 22n - 3n - 1 is divisible by 9:

n = 1:

22(1) - 3(1) - 1

= 4 - 3 - 1

= 0

which is divisible by 9 (remember 0 is divisible by any number)

n = k:

22k - 3k - 1 = 9A

22k = 9A + 3k + 1

where 'A' is any number where when expanded, will be a multiple by 9

n = k + 1:

22(k+1) - 3(k + 1) - 1

= 22k + 2 - 3k - 3 - 1

= 22k x 22 - 3k - 4

from n = k, we know that 22k = 9A + 3k + 1

therefore by substitution:

= 22(9A + 3k + 1) - 3k - 4

= 4(9A + 3k + 1) - 3k - 4

= 36A + 12k + 4 - 3k - 4

= 36A + 9k

= 9(4A + k)

therefore since Pk+1 is true when Pk is true and P1 is true, 22n - 3n - 1 is divisible by 9

:)

Edited by heyit'salison
  • Thanks 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...