Login

Welcome, Guest. Please login or register.

September 27, 2025, 03:24:15 am

Author Topic: TT's Maths Thread  (Read 146247 times)  Share 

0 Members and 2 Guests are viewing this topic.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #525 on: December 24, 2009, 09:53:14 pm »
0
yeah. let by that logic, a generalisation would be sd(ab)> a * sd(b). where sd is sum of divisors.
Ah okay, so the 15k acts like a lower bound? Thus it doesn't matter how much more we add to it since it is larger than 12k anyway :P
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #526 on: December 24, 2009, 10:44:53 pm »
0
Quote
4. Show that the cube roots of three distinct prime numbers cannot be three terms (not necessarily consecutive) of an arithmetic progression.
The arithmetic progression is in the form

Let the three primes be .

WLOG assume

Now assume are three terms of an arithmetic progression and is the first term of the progression.





Where and is the common difference.



















Since are all distinct primes the cube root of the product of any primes is irrational, however the is clearly rational.

Thus contradiction!



But... how do you prove the product of 3 primes is never a cube?
« Last Edit: December 24, 2009, 10:54:45 pm by TrueTears »
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: TT's Maths Thread
« Reply #527 on: December 24, 2009, 11:01:38 pm »
0
u might wanna do the m=k case seperately, so that your RHS really is rational and not undefined. (ie work from your third last line, since you didn't do any division before that point, and the result follows easily from it)

Quote
But... how do you prove the product of 3 primes is never a cube?



Thus all cubes have their prime powers as multiples of 3 (in fact, k is a cube iff all prime powers are multiples of 3).

But hence not multiples of 3.
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #528 on: December 24, 2009, 11:03:02 pm »
0
u might wanna do the m=k case seperately, so that your RHS really is rational and not undefined. (ie work from your third last line, since you didn't do any division before that point, and the result follows easily from it)

Quote
But... how do you prove the product of 3 primes is never a cube?



Thus all cubes have their prime powers as multiples of 3 (in fact, k is a cube iff all prime powers are multiples of 3).

But hence not multiples of 3.
How can ? They are 3 distinct primes.



Ahh easy proof, thanks :)
« Last Edit: December 24, 2009, 11:04:56 pm by TrueTears »
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #529 on: December 24, 2009, 11:11:31 pm »
0
Okay some challenge ones to finish off  :D

1. Prove that any integer greater than or equal to 7 can be written as a sum of 2 relatively prime integers, both greater than 1. For example, 22 and 15 are relatively prime, and thus represents the number 37 in the desired way.

2. Since , the number 24 can be written as the sum of at least two consecutive odd positive integers. Can 2005 be written as the sum of at least 2 consecutive odd positive integers? What about 2006?

3. The sequence of natural numbers satisfies for all . Prove that

4. Let . Show that is a multiple of for .
« Last Edit: December 26, 2009, 01:26:43 am by TrueTears »
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: TT's Maths Thread
« Reply #530 on: December 24, 2009, 11:33:47 pm »
0
1.)

say we want to do this for n.

case 1: n is odd

then n-2 and 2 are appropriate summands, clearly relatively prime since n-2 is odd.

case 2i: n=2k with k even

k+1 and k-1 are appropriate summands since no d>1 divides them both. Proof: suppose k+1=ad, k-1=bd. Then:

k+1-(k-1)=ad-bd
2=d(a-b)

hence the only possibility is d=2, d is a divisor of k+1 (an odd number), so it cannot be 2.

case2ii: n=2k, with k odd:

then k-2 and k+2 are our desired summands. Suppose that for some d>1, ad=k+2, bd=k-2

k+2-(k-2)=d(a-b)
4=d(a-b)

hence we're left with the possiblity that d is 2 or 4. But it cannot be these since d is a factor of an odd number, so it has to be odd.

These cases exhuast all possibilities for n.
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: TT's Maths Thread
« Reply #531 on: December 24, 2009, 11:37:07 pm »
0
a good way to experiment/play with number 3 is to try to prove specific cases to see what techinques will work. e.g: try to prove , then try to prove etc. and try to refine your method for some more general cases.
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #532 on: December 24, 2009, 11:37:52 pm »
0
a good way to experiment/play with number 3 is to try to prove specific cases to see what techinques will work. e.g: try to prove , then try to prove etc. and try to refine your method for some more general cases.
Yeah, that's actually what I am attempting atm :P
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #533 on: December 25, 2009, 09:49:15 pm »
0
Quote
3. The sequence of natural numbers satisfies for all . Prove that

Finally I can put an end to this question, it's been driving me nuts!

First assume

Therefore for some , let's call it ,



for some



Now





But Contradiction!

Thus so
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: TT's Maths Thread
« Reply #534 on: December 25, 2009, 09:51:45 pm »
0
nice one :D even simpler than mine :)
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #535 on: December 25, 2009, 10:00:00 pm »
0
omg i feel like a rock has been lifted off me, this question was driving me insane seriously.
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #536 on: December 26, 2009, 02:38:31 am »
0
2. Since , the number 24 can be written as the sum of at least two consecutive odd positive integers. Can 2005 be written as the sum of at least 2 consecutive odd positive integers? What about 2006?
Let be the sum of a sequence of consecutive odd numbers.

where and



The PPF of







Subbing that back into our original expression for yields:



won't work because either and are both odd or both even, but , ie is even and is odd. Contradiction!

PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: TT's Maths Thread
« Reply #537 on: December 27, 2009, 12:49:31 am »
0


4. Let . Show that is a multiple of for .

the thing is:



Define the sequences





now both sequences are strings of consecutive numbers.

Lemma1:

in a sequence of any consecutive numbers, the the number of multiples of is either or

Proof: exercise

Lemma2: if the sequence from lemma1 has a multiples of as its first element, then the number of multiples of is exactly . If the sequence is {1,2,3....k} then the number of multiples of a is exactly

Proof: more exercise



Lemma3: The two lemmas above imply that the number of multiples of in A is greater than or equal to the number of multiples of in B.


Now from each multiple of p, factor out one p and u get:



where by lemma3.

The thing inside the bracket has a new numerator and a new denominator. So we have two new sequences and where these sequences are the previous ones with the power of p lowered by 1 in each multiple of p. The number of multiples of in is precisely equal to the number of multiples of in , and likewise for and . Therefore if we do this process again to get:




with by lemma 3. If we keep doing this process we eventually get to:




where in this case since there is only one multiple of in , and no multiples of in .
« Last Edit: December 27, 2009, 03:30:34 pm by kamil9876 »
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #538 on: December 27, 2009, 02:31:21 pm »
0
4. Let . Show that is a multiple of for .



If has factors of then where is some constant and .

Looking at the factor in the numerator, if we paired up and we would have .



If had factors of then where is some constant and



There could be more factors of in the denominator but WLOG let's say these are the only ones.

Then we would have





Therefore it is a multiple of .

If there were more "pairs" then we could always factor out a where
« Last Edit: December 27, 2009, 02:35:30 pm by TrueTears »
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: TT's Maths Thread
« Reply #539 on: December 27, 2009, 11:11:20 pm »
0
1. Prove that

How to prove this using Euclid's Algorithm?


2. Show that and iff
« Last Edit: December 28, 2009, 02:55:19 am by TrueTears »
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.