Recent content by CTS

  1. C

    Proving 0/0 ≠ 1: Does Math Really Work This Way?

    http://mathworld.wolfram.com/Indeterminate.html
  2. C

    Prove that the sequence converges and find its limit

    Induction is a pretty simple way to show that the sequence converges: A1 = 2^(1/2) < 2 Assume An < 2 A(n+1) = (An + 2)^(1/2) < (2 + 2)^(1/2) = 2 By the principle of mathematical induction, An < 2 for all n.
  3. C

    Possible Ways to Predict Prime Numbers

    By the prime number theorem, the nth prime is about n*log(n).
  4. C

    Riemann Roch Theorem: A Topological Perspective

    The information in this thread is great! It's nice for us students to hear what being/becoming a mathematician is like from those who have had the experience. Thanks for giving your advice, stories, etc.
  5. C

    Line of real numbers-transcendental numbers

    A google search popped up http://www.cut-the-knot.org/do_you_know/numbers.shtml , maybe some of that would be interesting.
  6. C

    Line of real numbers-transcendental numbers

    Then to show that the almost all real numbers are irrational, show the rationals have measure zero. Start with rationals h/k with 1<h<k. Enclose them in the intervals (h/k - \epsilon/k^3, h/k + \epsilon/k^3). Because h and k are not necessarily relatively prime, we are duplicating many...
  7. C

    Is math a good thing to study? is it broad?

    Math is definitely a fun subject to study and combines well with other majors. I'm currently in college majoring in math/economics and the combination is great. It also overlaps well with physics and computer science. The structure of a math degree is pretty much what you make of it...
  8. C

    Introductory Number Theory Books for High School Seniors

    Stopple's "A Primer of Analytic Number Theory" is a good introduction to analytic number theory for those without complex analysis. However, it would probably help to have a good background in elementary number theory before starting it.
  9. C

    Solving the 2,0,0,5 Sequence Puzzle - Prove Your Answer!

    Does looking at a generating function help at all? It's easy to show that the numbers of the sequence, a_n, are given by the coefficients (mod10) of x_n in the power series of \frac{3x^3-2x^2-2x+2}{1-x-x^2-x^3-x^4} = 2 + 0x + 0x^2 + 5x^3 + 7x^4 + 12x^5 + 24x^6 + 48x^7 + 91x^8 + 175x^9 +...
  10. C

    Positive integers( A short question )

    Doesn't 2 * 3 * 5 * 7 have \tau (2 * 3 * 5 * 7) = \tau (2) * \tau (3) * \tau (5) * \tau (7) = 2 * 2 * 2 * 2 = 16 positive factors? I think what you need to look at is the factors of 15: 1, 3, 5, and 15 15 = 1 * 15 15 = 3 * 5 The first case gives \tau (p^{1-1} *...
  11. C

    Can 0=1? The Math Behind the Assumption

    Although 0! = 1 by definition only, here's a reason it makes sense using the recursive definition of factorial: n! * (n + 1) = (n + 1)! n! = (n + 1)! / (n + 1) 0! = (0 + 1)! / (0 + 1) = 1! / 1 = 1
  12. C

    How Does Euler's Formula Lead to e^(iπ) = -1?

    e^ix = cos x + i sin x
  13. C

    Proving e^ix = cos x + i sin x

    Consider the infinite sums: e^x = 1 + x/1! + x^2/2! + x^3/3! + ... sin(x) = x/1! - x^3/3! + x^5/5! -x^7/7! + ... cos(x) = 1 - x^2/2! + x^4/4! -x^6/6! + ... e^ix = 1 + ix/1! + (ix)^2/2! + (ix)^3/3!... Notice the patterns with the powers of i and rearrange the terms to see how they relate...
  14. C

    Is the Prime Numbers Function f(n) = 3^(n)+2 Always Prime?

    http://mathworld.wolfram.com/MillsConstant.html
  15. C

    Prove that the square of an odd integer

    1.) (10k + 5)^2 = 100k^2 + 100k + 25 = 100(k^2 + k) + 25 2.) (2n)^3 -4*(2n) = 8n^3 - 8n = 8n(n-1)(n+1) = 8(n-1)n(n+1) One of (n-1), n, (n+1) must be divisible by three, and at least one of them must be even, therefore 48|(2n)^3 -4*(2n) 3.) (2n + 1)^2 = 4n^2 + 4n + 1 = 4n(n + 1) + 1...
Back
Top