Assignment 3 Due Thursday, March 9thAs always, show your work and explain your answer.1. Consider the linear recurrence a0 = 1, a1 = 0, and for i ≥ 2, ai = 5ai−1 − 6ai−2.(a) Let f(x)...

1 answer below »
Combinatorics questions


Assignment 3 Due Thursday, March 9th As always, show your work and explain your answer. 1. Consider the linear recurrence a0 = 1, a1 = 0, and for i ≥ 2, ai = 5ai−1 − 6ai−2. (a) Let f(x) = ∞∑ i=0 aix i. Multiply the recurrence by xi and sum from i = 2 to infinity. Then solve the recurrence for f(x). (Leave your solution as a polynomial over a polynomial.) (b) Use partial fractions to expand your solution to (a) and then determine the coefficient an (for all n ≥ 0). 2. Consider the function f(x) = 1 x2 − x+ 3 . (a) Use partial fractions to express f(x) as the sum of two terms, with each term being a constant over a linear term (the linear terms will involve complex numbers). (b) Let f(x) = ∞∑ r=0 arx r and determine the coefficient for ar. 3. Consider the equation b1 + b2 + · · ·+ bk = n where bi is a nonnegative odd integer, for all i ∈ [k]. Let an denote the number of solutions to the equation. (a) Let f(x) = ∞∑ i=0 aix i denote the corresponding generating function. Express f(x) as a polynomial over a polynomial. It may help to think about the questions from Assignment 2 (b) Find the closed form for an without using a generating function (use nothing from (a)). 4. Consider the equation 3b1 + 4b2 + 2b3 + 5b4 = n where bi is a nonnegative integer for i ∈ {1, 2, 3, 4}. Let an denote the number of nonnegative integral solutions to the equation. Let f(x) = ∞∑ i=0 aix i denote the corresponding generating function. Note: you may find it helpful to first do a change of variables on your equation. 1 (a) Express f(x) as a polynomial over a polynomial. (b) Determine the coefficient for ai. 5. Find a difference set of size 5 in Z11; show it is a difference set, and use it as a starter block to construct a symmetric BIBD. Be to sure to state your starter block and then list the blocks of the BIBD. 6. (a) Does there exist a BIBD with parameters v = 18, b = 20, k = 9, r = 10? (b) Determine the parameters b′, v′, k′, r′, λ′, of the complementary design of the BIBD with b = v = 16, k = r = 6, and λ = 2. (c) How many designs with parameters v = b = 4, k = r = 3, λ = 2 are there? List them all. (d) Find a design with parameters v = b = 7, k = r = 4, λ = 2. 7. Prove or disprove: A balanced, incomplete, uniform block design is necessarily regular. 8. Suppose you have a BIBD with parameters v = 6, k = 3, λ = 2. Show that it cannot contain repeated blocks. 2
Answered Same DayMar 09, 2023

Answer To: Assignment 3 Due Thursday, March 9thAs always, show your work and explain your answer.1....

Aditi answered on Mar 09 2023
51 Votes
SOL
1.
(a) We start by multiplying the recurrence by xi and summing from i = 2 to infinity:
ai xi = 5ai-1 xi - 6ai-2 xi ∑ ai xi = ∑ 5ai-1 xi - ∑ 6ai-2 xi ∑ ai xi = 5x(∑ ai-1 xi) - 6x^2(∑ ai-2 xi)
We can rewrite the last equation as:
f(x) - a0 - a1x = 5x(f(x) - a0) - 6x^2f(x)
Sim
plifying and solving for f(x), we get:
f(x) = (1 - 5x)/(1 - 5x + 6x^2)
(b) To expand f(x) using partial fractions, we need to factor the denominator:
1 - 5x + 6x^2 = (2x - 1)(3x - 1)
We can then write f(x) as:
f(x) = A/(2x - 1) + B/(3x - 1)
Multiplying both sides by (2x - 1)(3x - 1), we get:
1 - 5x + 6x^2 = A(3x - 1) + B(2x - 1)
Substituting x = 1/2 and x = 1/3, we can solve for A and B:
A = 4, B = -3
Therefore, we can write f(x) as:
f(x) = 4/(2x - 1) - 3/(3x - 1)
To determine the coefficient an, we need to expand f(x) in a power series:
f(x) = 4/(2x - 1) - 3/(3x - 1) = 4/2 ∑ (x/2)^n - 3/3 ∑ (x/3)^n = 2 ∑ (x/2)^n - ∑ (x/3)^n
Using the formula for the coefficient of xn in a power series, we can see that:
an = 2^(n+1) - 3^n
for all n ≥ 0.
2.
(a) To express f(x) as a sum of two terms, we need to factor the denominator first:
x^2 - x + 3 = (x - (1+2i))(x - (1-2i))
Then we can write:
f(x) = A/(x - (1+2i)) + B/(x - (1-2i))
where A and B are constants to be determined. We can find A and B by multiplying both sides by the denominators and simplifying:
1 = A(x - (1-2i)) + B(x - (1+2i)) 1 = (A+B)x - (A(1-2i) + B(1+2i))
Equating the coefficients of x and the constant term, we get:
A + B = 0 A(1-2i) + B(1+2i) = 1
Solving for A and B, we get:
A = 1/4 + i/4 B = 1/4 - i/4
Therefore, we can express f(x) as:
f(x) = (1/4 + i/4)/(x - (1+2i)) + (1/4 - i/4)/(x - (1-2i))
(b) To determine the coefficient ar, we can use the formula:
ar = 1/(2πi) ∮ γ f(x)/xr+1 dx
where γ is a closed contour in the complex plane that encloses the origin in a counterclockwise direction, and the integral is taken along γ.
Using the residue theorem, we can evaluate this integral as the sum of the residues of f(x)/xr+1 at the poles inside γ. In this case, the poles are at x = 1+2i and x = 1-2i. We can compute the residues at these poles as:
Res(f(x)/xr+1, x = 1+2i) = lim(x→1+2i) ((x - (1+2i))f(x))/xr+1 = (1/4 + i/4)/(r+1)(1-2i)r
Res(f(x)/xr+1, x = 1-2i) = lim(x→1-2i) ((x - (1-2i))f(x))/xr+1 = (1/4 - i/4)/(r+1)(1+2i)r
Therefore, the coefficient ar is given by:
ar = 1/(2πi) ∮ γ f(x)/xr+1 dx = Res(f(x)/xr+1, x = 1+2i) + Res(f(x)/xr+1, x = 1-2i) = (1/4 + i/4)/(r+1)(1-2i)r + (1/4 - i/4)/(r+1)(1+2i)r
Simplifying this expression, we get:
ar = (1/2r+2) ((-2/5)^(r+2) + 3(2/3)^(r+2))
3.
(a) We can express each odd integer as 2j+1 for some non-negative integer j. Then the equation becomes b1 + b2 + · · · + bk = 2j1 + 2j2 + · · · + 2jk, where each bi is a non-negative integer and each j1, j2, . . . , jk is a non-negative integer. Now, we can...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here