Kalpana Kalpana (Editor)

Freshman's dream

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Freshman's dream

The freshman's dream is a name sometimes given to the erroneous equation (x + y)n = xn + yn, where n is a real number (usually a positive integer greater than 1). Beginning students commonly make this error in computing the power of a sum of real numbers. When n = 2, it is easy to see why this is incorrect: (x + y)2 can be correctly computed as x2 + 2xy + y2 using distributivity (or commonly known as the FOIL method). For larger positive integer values of n, the correct result is given by the binomial theorem.

Contents

The name "freshman's dream" also sometimes refers to the theorem that says that for a prime number p, if x and y are members of a commutative ring of characteristic p, then (x + y)p = xp + yp. In this case, the "mistake" actually gives the correct result, due to p dividing all the binomial coefficients save the first and the last.

Examples

  • ( 1 + 4 ) 2 = 5 2 = 25 , but 1 2 + 4 2 = 17 .
  • x 2 + y 2 does not generally equal x 2 + y 2 = | x | + | y | . For example, 9 + 16 = 25 = 5 , which does not equal 3 + 4 = 7. In this example, the error is being committed with the exponent n = 1/2.
  • Prime characteristic

    When p is a prime number and x and y are members of a commutative ring of characteristic p, then (x + y)p = xp + yp. This can be seen by examining the prime factors of the binomial coefficients: the nth binomial coefficient is

    ( p n ) = p ! n ! ( p n ) ! .

    The numerator is p factorial, which is divisible by p. However, when 0 < n < p, neither n! nor (pn)! is divisible by p since all the terms are less than p and p is prime. Since a binomial coefficient is always an integer, the nth binomial coefficient is divisible by p and hence equal to 0 in the ring. We are left with the zeroth and pth coefficients, which both equal 1, yielding the desired equation.

    Thus in characteristic p the freshman's dream is a valid identity. This result demonstrates that exponentiation by p produces an endomorphism, known as the Frobenius endomorphism of the ring.

    The demand that the characteristic p be a prime number is central to the truth of the freshman's dream. A related theorem states that if a number n is prime then (x + 1)nxn + 1 (mod n) in the polynomial ring Z n [ x ] . This theorem is a direct consequence of Fermat's little theorem and it is a key fact in modern primality testing.

    History and alternate names

    The history of the term "freshman's dream" is somewhat unclear. In a 1940 article on modular fields, Saunders Mac Lane quotes Stephen Kleene's remark that a knowledge of (a + b)2 = a2 + b2 in a field of characteristic 2 would corrupt freshman students of algebra. This may be the first connection between "freshman" and binomial expansion in fields of positive characteristic. Since then, authors of undergraduate algebra texts took note of the common error. The first actual attestation of the phrase "freshman's dream" seems to be in Hungerford's undergraduate algebra textbook (1974), where he quotes McBrien. Alternative terms include "freshman exponentiation", used in Fraleigh (1998). The term "freshman's dream" itself, in non-mathematical contexts, is recorded since the 19th century.

    Since the expansion of (x + y)n is correctly given by the binomial theorem, the freshman's dream is also known as the "child's binomial theorem" or "schoolboy binomial theorem".

    References

    Freshman's dream Wikipedia