MA-410 Homework 1

Due at 4:59pm in my mailbox in SAS 3151, Tuesday, February 2, 2016



All solutions must be submitted in hardcopy either to me in class or placed in my mailbox.
Note my office hours on my schedule.

  1. Prove by induction that for the n-th Chebyshev-2 Polynomial U_n(x) in the variable x, defined by the linear recurrence U_0 = 1, U_1(x) = 2x, U_{n+2}(x) = 2xU_{n+1}(x) - U_n(x) for all n ≥ 0 one has

    (y-1/y) U_n( (y + 1/y)/2 ) = y^(n+1) - y^(-n-1) for all n ≥ 0, y ≠ 0.

  2. Consider Cn from ENT, §1.2, Problem 10, page 12. Prove that Cn = binomial(2n,n) - binomial(2n,n-1) for all n ≥ 1, thus showing that the Cn are integers.
  3. ENT, §2.2, Problem 20(f), page 25. Prove first that GCD(a,b2) = 1, and that for g = GCD(a2, b2), GCD(a,g) = 1.
  4. ENT, §2.4, Problem 12, page 32. Please compute the Bezout coefficients by the extended Euclidean algorithm presented in class, not the back-substitution given in the book.
  5. Prove for the extended Euclidean algorithm described in class: sk tk+1 - sk+1 tk = (-1)k+1 for all -1 ≤ k ≤ n