SOAR Homework One

These homework problems are meant to expand your understanding of what goes on during class. Any you turn in will be graded and returned to you. Answers may or may not be posted on the web, depending on demand.

Problems

  1. Find the greatest common divisor (gcd) of the following pairs of integers.
    1. 63 and 91
    2. 207 and 156
    3. Make up your own pair of integers.
  2. Solve the following Diophantine equations for integer values of x and y. (At least one of these is not solvable, so you should check that it will be.)
    1. 63x + 91y = 42

    2. 63x + 91y = 40

    3. 207x + 155y = 10

    4. Use your integers from 1(c) to construct an equation that you can solve. Now solve the equation.
  3. Let a and b be positive integers with gcd(a,b) = 1. Suppose ab = x2 for some positive integer x. Must a and b be perfect squares?
  4. This exercise will show give a general construction of all primitive Pythagorean triples
    1. Find values of r and s so that the triple (2rs, r2-s2, r2+s2) reproduce the Pythagorean triples (4,3,5), (12,5,13), and (24,7,25). (I've written them this way so that a is even.)
    2. Can both r and s be even? Odd?
    3. Suppose (a,b,c) is a primitive Pythagorean triple with a even. Show that gcd(b+c,c-b) = 2.
    4. Show that (b+c)/2 is a square, as is (c-b)/2. (Use the previous problem.)
    5. Conclude that any primitive Pythagorean triple can be written as (a,b,c) = (2rs,r2-s2,r2+s2) where r2 = (b+c)/2 and s2 = (c-b)/2.
  5. This exercise will show that there are infinitely many primitive Pythagorean triples.
    1. Let (a,b,c) be a primitive Pythagorean triple with a even. Show that (2ab,b2,c2+a2) (or, written another more helpful way, (2ab, c2-a2, c2+a2)) is also a Pythagorean triple.
    2. Show that the new triple constructed in part (a) is primitive.
    3. Argue that, because c2 + a2 > c, this implies that there are infinitely many primitive Pythagorean triples.
  6. Let (a,b,c) be a Pythagorean triple, so a2 + b2 = c2. Can a and b both be perfect squares? That is, can a=x2 and b = y2, so x4 + y4 = c2? (This may be too difficult for this point in the class, but the question fits in even if the solution doesn't.)

These problems are also available as a pdf file.

Solutions

Please email Peter if you are interested in answers or solutions for the web. Thanks.


SOAR Spring 2003 Course Homepage