Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Help Forum Lounge > Problem of the Week
Reply
 
Thread Tools Display Modes
  #11  
Old 01-27-2008, 09:42 AM
Henderson's Avatar
Senior Member
 
Join Date: Dec 2007
Posts: 104
Country:
Thanks: 5
Thanked 36 Times in 33 Posts
Henderson is on a distinguished road
Default

Let A_{n} = 1+\frac{1}{2}+...+\frac{1}{n}.

Assume that, for some n, A_{n} is an integer.

Let P be the product of all the denominators except for the largest prime less than n. P is clearly an integer.

Then P \cdot A_{n} = P \cdot (1+\frac{1}{2}+...+\frac{1}{n}).

On the LHS, P \cdot A_{n} is an integer, based on how we defined P and our assumption.

On the RHS, after distributing, each term becomes an integer except for the term with the largest prime as the denominator. This clearly is not an integer, so the RHS is the sum of many integers plus one non-integer, and the RHS as a whole is not an integer.

Left with the integer LHS equaling a non-integer RHS, our assumption must be false, and A_{n} must not be an integer.

Q.E.D.
Reply With Quote
The following users thank Henderson for this useful post:
Donate to MHF
Advertisement
 
  #12  
Old 01-31-2008, 10:14 PM
Junior Member
 
Join Date: Nov 2007
Posts: 11
Country:
Thanks: 1
Thanked 1 Time in 1 Post
Skinner is on a distinguished road
Default

Let me have a try:

problem:

1)Let n\geq 2 prove that 1+\frac{1}{2}+...+\frac{1}{n} is not an integer.

Solution:

If you can prove that (\frac{1}{2} + ... + \frac{1}{n}) is not an integer, then you can prove that 1+\frac{1}{2}+...+\frac{1}{n} is not an integer.

Why? if you add 1 to anything that's not an integer, you get a non-integer value.

look at this function:

f(n) = \frac{1}{n} + \frac{1}{n-1} + \frac{1}{n-2} + ... + \frac{1}{2}

This rational function has asymptopes at the integers, which means that at every integer, the function approaches it, but never reaches it. This can be proven if we took the limit of the function as x \rightarrow 1+, 2+, .... and so on. This means that the value of f(n) never becomes an integer.

I conclude that f(n) = \frac{1}{n} + \frac{1}{n-1} + \frac{1}{n-2} + ... + \frac{1}{2} = (\frac{1}{2} + ... + \frac{1}{n})

1 + f(n) is not an integer, therefore 1+\frac{1}{2}+...+\frac{1}{n} is not an integer either.

Please tell me what you think.
Reply With Quote
The following users thank Skinner for this useful post:
Donate to MHF
  #13  
Old 02-01-2008, 05:46 AM
janvdl's Avatar
Red Baron
 
Join Date: Apr 2007
Location: South African Republic
Posts: 2,515
Country:
Thanks: 1,372
Thanked 1,019 Times in 662 Posts
janvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud ofjanvdl has much to be proud of
Send a message via MSN to janvdl
Default

Quote:
Originally Posted by Skinner View Post
Let me have a try:

problem:

1)Let n\geq 2 prove that 1+\frac{1}{2}+...+\frac{1}{n} is not an integer.

Solution:

If you can prove that (\frac{1}{2} + ... + \frac{1}{n}) is not an integer, then you can prove that 1+\frac{1}{2}+...+\frac{1}{n} is not an integer.

Why? if you add 1 to anything that's not an integer, you get a non-integer value.

look at this function:

f(n) = \frac{1}{n} + \frac{1}{n-1} + \frac{1}{n-2} + ... + \frac{1}{2}

This rational function has asymptopes at the integers, which means that at every integer, the function approaches it, but never reaches it. This can be proven if we took the limit of the function as x \rightarrow 1+, 2+, .... and so on. This means that the value of f(n) never becomes an integer.

I conclude that f(n) = \frac{1}{n} + \frac{1}{n-1} + \frac{1}{n-2} + ... + \frac{1}{2} = (\frac{1}{2} + ... + \frac{1}{n})

1 + f(n) is not an integer, therefore 1+\frac{1}{2}+...+\frac{1}{n} is not an integer either.

Please tell me what you think.
You'll have to see what TPH thinks, but if your proof is right, i say Well Done! It's very easy to understand as well
__________________


If God does not exist, one loses nothing by believing in Him. While if He does exist, one stands to lose everything by not believing.
~Blaise Pascal

If it be possible let this cup pass from me, nevertheless not as I will but as You will.
Reply With Quote
  #14  
Old 02-01-2008, 10:21 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,339
Country:
Thanks: 329
Thanked 2,943 Times in 2,472 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by Skinner View Post
f(n) = \frac{1}{n} + \frac{1}{n-1} + \frac{1}{n-2} + ... + \frac{1}{2}
How is this even a function? What is the value of f(1/2)? In order to talk about asymptotes you need to have a function defined at every single point (including 1/2) except at the asymptote points.
__________________
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Reply With Quote
  #15  
Old 02-01-2008, 02:44 PM
Junior Member
 
Join Date: Nov 2007
Posts: 11
Country:
Thanks: 1
Thanked 1 Time in 1 Post
Skinner is on a distinguished road
Default

oh. I messed up. Fail.

Last edited by Skinner; 02-01-2008 at 07:16 PM.
Reply With Quote
  #16  
Old 02-01-2008, 11:40 PM
Jameson's Avatar
MHF Admin
 
Join Date: Oct 2005
Posts: 946
Country:
Thanks: 64
Thanked 190 Times in 143 Posts
Jameson has a spectacular aura aboutJameson has a spectacular aura aboutJameson has a spectacular aura about
Default

Quote:
Originally Posted by Skinner View Post
oh. I messed up. Fail.
Good try though! Don't be discouraged. I have failed much worser doing far easier proofs.
Reply With Quote
The following users thank Jameson for this useful post:
Donate to MHF
  #17  
Old 02-06-2008, 02:43 PM
Aryth's Avatar
Super Member
 
Join Date: Feb 2007
Posts: 294
Country:
Thanks: 50
Thanked 112 Times in 103 Posts
Aryth will become famous soon enoughAryth will become famous soon enough
Default

The Sum:

\sum_{i = 1}^{k}\frac{1}{k}

Does not yield an integer for all k \geq 2.

For k = 2:

1 + \frac{1}{2} = \frac{3}{2}

That is not an integer.

Since the series is divergent, then we must reduce it:

\left[\frac{(3*4*...*k) + (2*4*...*k) + ... + (2*3*...*k-1)}{(2*3*...*k)}\right]

To have an integer it has to be that for some integer M:

\left[\frac{(3*4*...*k) + (2*4*...*k) + ... + (2*3*...*k-1)}{(2*3*...*k)}\right] = M

(3*4*...*k) + (2*4*...*k) + ... + (2*3*...*k-1) = (2*3*...*k)*M

This can be rewritten as:

k*((k-1)*((k-2)*...(2+3) + 2*3) + 2*3*4)...) + (2*3*...*k-1) = (2*3*...*k)*M

We can say that:

((k-1)*((k-2)*...(2+3) + 2*3) + 2*3*4)...) = C

So that:

k*C + (2*3*...*(k-1)) = (2*3*...*k)*M

We can also say that:

(2*3*...*(k-1)) = N

So that our final equation is:

kC + N = (2*3*...*k)M

The series is known as the Harmonic series, and is often dealt with for primes.

If k is prime, this is the sum of a multiple and a non-multiple of k.

Clearly there is no M that satisfies the equation.

The Harmonic Series does not give an integer for any k\geq2

Q.E.D.
__________________
"Mathematics is the art of giving the same name to different things."
- J.H. Poincaré

Every simply connected closed three-manifold is homeomorphic to the three-sphere \mathbb{S}^3, where a three-sphere is simply a generalization of the usual sphere to one dimension higher.

Last edited by Aryth; 02-07-2008 at 10:40 PM.
Reply With Quote
  #18  
Old 02-10-2008, 09:04 PM
Member
 
Join Date: Nov 2007
Posts: 44
Country:
Thanks: 0
Thanked 10 Times in 9 Posts
bjhopper is on a distinguished road
Default two trains and one bird

two trains 100 miles apart are approaching at 30 miles per hour.they will collide after 3.33 hrs. the speed of the faster must be less than 30mph, the speed of the slower greater than zero neglect not moving.the bird wings it for 3.33 hrs so travels 200 mi . 60 x3.33hrs.
example train A 20 mph, train B 10 mph. they aapproach each other at 10 plus 20 mph .train Atravels 67 mi B 33mi
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 08:39 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.