Polynomials I
Polynomials II
Polynomials III
Big O Notation
Partial Fractions
100

Find a polynomial that is equal to f(x) = (x − 1)(x − 2)(x − 3).

x3 − 6x2 + 11x − 6

100

The polynomial 3x+ 7x+ x+ 1 = 0 has how many complex solutions?

The polynomial has 6 complex solutions.

100

If we know a real solution to an even-ordered polynomial, we know it has at least one more.

True.

100

Does O(10n10) = O(5n10)?

Yes

100

Find A and B such that 7/6 = A/2 + B/3.

A=1, B=2

200

Polynomials above this degree do not have general solutions.

Do degree 5+ polynomials have solutions?

200

The polynomial 19x+ 100x+ 8 = 0 is guaranteed to have how many real solutions?

The polynomial is guaranteed to have 1 real solution.

200

If 3 + sqrt(2) is a solution to a polynomial then is 3 -sqrt(2) also a solution?

Yes

200

Find O(4n9+3log(n))?

O(n9)

200

What is the appropriate partial fraction form for (3x-5)/(x-1)2?

A/(x-1) + B/(x-1)2

300

Construct a polynomial with degree 3 that has only 1 root in R.

f(x) = (x − a)(x2 + b) where a, b ∈ R and b > 0

300

Approximate f(x) = (x+ 4x + 1)/(2x+ 10x + 3) for x = 10100

f(10100) ~ 1/2

300

Is 4/(x- 4) = 1/(x - 1) + 1/(x + 1) true?

No, this is false.

{4/(x2 - 4) = 1/(x - 1) - 1/(x + 1)}

300

Arrange from smallest to largest: O(n), O(log(n)), O(nn).

O(log(n)) < O(n) < O(nn)

400

Any functions of the form f(x)=∑n=0 anxn.

What is a polynomial?

400

If 10 + 5i is a solution to a polynomial, what other solution will it have?

10 - 5i

400

Determine if f(f(x))) for f(x) = (x + 1)2

f(f(x)) = ((x+1)2 + 1)2

500

Construct a polynomial with degree 5 that has only 1 root in R−Q (irrational numbers) and 1 repeated root n ∈ Z and 2 purely complex roots (i.e. x = ±ib for b ∈ R)

f(x) = (x − π)(x − n)2(x − ib)(x + ib)

500

Simplify (x - 1)/(x- 1).

1/(x + 1)

M
e
n
u