Exercises 3.6 Exercises
ΒΆ7.
Find all possible solutions to the question in Exercise 2.5.10, now that we have Theorem 3.1.2.
8.
Confirm all details in Subsection 3.1.1, including which theorem applies and the case a=b=0.
9.
Check the details and complete the proof in Subsection 3.1.4.
10.
Find all simultaneous integer solutions to the following system of equations. (Hint: do what you would ordinarily do in high school algebra or linear algebra! Then finish the solution as we have done.)
11.
Compute the number of positive solutions to the linear Diophantine equation 6x+9y=c for various values of c and compare to the three-case analysis at the end of Subsection 3.3.2.
12.
Explore the patterns in the positive integer solutions to ax+by=c situation in Section 3.3. For sure I want you to do this for the ones I mention there, but try some other values of c and see if you see any broader patterns!
13.
Prove that any line ax+by=c which hits the integer lattice but gcd(a,b)β 1 is the same as a line aβ²x+bβ²y=cβ² for which gcd(aβ²,bβ²)=1, and explain why that means that without loss of generality Theorem 3.1.2 doesn't need any more explanations.
14.
Find a primitive Pythagorean triple with at least three digits for each side.
15.
Use Proposition 3.4.9 to prove that a Pythagorean triple triangle cannot have odd area.
16.
Prove that 360 cannot be the area of a primitive Pythagorean triple triangle.
17.
Find a way to prove that x4+y4=z4 is not possible for any three positive integers x,y,z. (Hint: use Corollary 3.4.13; this exercise needs a little cleverness.)
18.
We already saw that if x,y,z is a primitive Pythagorean triple, then exactly one of x,y is even (divisible by 2). Assume that it's y, and then prove that y is divisible by 4.
19.
Under the same assumptions as in the previous problem, prove that exactly one of x,y,z is divisible by 3. (Combined with the previous exercise, this proves that every area of a Pythagorean triple triangle is divisible by 6. Is it also true that exactly one of x,y,z is divisible by 5?)
20.
A Pythagorean triple satisfies x2+y2=z2. Explore patterns for triples of positive integers which satisfy x2βxy+y2=z2. If Pythagorean triples correspond to right triangles, what sort of triangles do these triples correspond to?
21.
Find a (fairly) obvious solution to the equation mn=nm for mβ n. Are there other such solutions?
22.
Show that
which we use in Proposition 3.7.2. You can try this using the set of divisors definition of gcd, or using the definition gcd(a,b,c)=gcd(gcd(a,b),c).
23.
Explore Bresenham's algorithm in print or online. What is the connection to this chapter? How do non-solutions to linear Diophantine equations relate to actual solutions, in this context?
24.
Assume you have relatively prime integers a,b>0 and a positive integer k. Describe all kβ1 positive solutions to ax+by=kab, and use Definition 2.4.1 to find k (positive) solutions to ax+by=kabβ1.