Can anyone solve this mathematical induction problem?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
ctothe
Messages
2
Reaction score
0

Homework Statement


Prove that for all n>1,
P(n) :[itex]1 + 1/2 + 1/3 +...+1/n = k/m[/itex]

where k is an odd number an m is an even number.

Homework Equations


The Attempt at a Solution


1)Base Case n =2
P(2) = k/m
[itex]3/2 = k/m[/itex] which is true.

2) Inductive Step
Assume P(n) is true for some arbitrary n.

3) Prove P(n+1)
[itex]P(n+1) = k/m[/itex]
[itex]P(n) +1/(n+1) = k/m[/itex]
We know/assume that P(n) has an odd numerator and an even denominator. So,
[itex]k/m + 1/(n+1) = k/m[/itex]
[itex](k(n+1) +m)/ (m+mn)[/itex]

So i divided the problem into two cases:

Case 1: n+1 is odd
if n+1 is odd then k(n+1) + m is odd and m +mn is even which is true.

Case 2: n+1 is even
here's where the problem is
 
Physics news on Phys.org
ctothe said:
1. Case 2: n+1 is even
here's where the problem is


Let me rewrite your denominator mn + m = m(n+1).

Multiply m(n+1) by 2p.

Show that there exists a positive integer value for p such that the numerator must wind up odd whereas the denominator will always be even.
 
ctothe said:

Homework Statement


Prove that for all n>1,
P(n) :[itex]1 + 1/2 + 1/3 +...+1/n = k/m[/itex]

where k is an odd number an m is an even number.


Homework Equations





The Attempt at a Solution


1)Base Case n =2
P(2) = k/m
[itex]3/2 = k/m[/itex] which is true.

2) Inductive Step
Assume P(n) is true for some arbitrary n.

3) Prove P(n+1)
[itex]P(n+1) = k/m[/itex]
[itex]P(n) +1/(n+1) = k/m[/itex]
We know/assume that P(n) has an odd numerator and an even denominator. So,
[itex]k/m + 1/(n+1) = k/m[/itex]
[itex](k(n+1) +m)/ (m+mn)[/itex]

So i divided the problem into two cases:

Case 1: n+1 is odd
if n+1 is odd then k(n+1) + m is odd and m +mn is even which is true.

Case 2: n+1 is even
here's where the problem is

k is odd. So, k(n+1) is odd, no matter if (n+1) is odd or even. Since m is even, k(n+1) + m is odd.
 
CEL said:
k is odd. So, k(n+1) is odd, no matter if (n+1) is odd or even. Since m is even, k(n+1) + m is odd.

Huh?

If k is odd and (n+1) is even, k(n+1) is even!

Odd x even = even always!