Week 5 Flashcards
Polynomial
p(x) = ax^n + bx^n−1 + · · · + cx + d
Fundamental theorem of algebra
A polynomial of order n has exactly n roots. Comes from every polynomial has at least one root, as every polnomial can be expressed as linears and smaller polynomials down the chain.
Complex pairs
If a polynomial has a complex root, the complex conjugate must also be a root. Hence polynomials with uneven orders must at least have one real root.
turning roots back into a polynomial
for a polynomial in the form x^n + ax^n-1 + bx^n-2
a = sum of roots
b = sum of pairs of roots (ab + ac + bc for a cubic)
c = sum of triples …. etc
Chain rule
F(x) = f(g(x)) int F’(x) = f’(g(x))*g’(x)
Chain rule for functions of multiple compositions
for a function F(x) of the form a(b(c(x))) chain rule can be used by starting from the outside out.
a’(b(c(x))) * d/dx(b(c(x)) then do chain rule again for second part
find f’(pi) if f(x) = sin(sin(sin(x)))
-1