Mission
home

2.4 Polynomials

Tags
Polynomials
Domain
Range
Functions
Asymptotes
Graph
Linear
Quadratics
Modulus
Discriminant

Linear

General form: ax+by+c=0ax + by + c = 0
Standard form: y=ax+by = ax + b
From the standard form, we have:
1.
Slope, or Gradient: a=yxa = \frac {∆y}{∆x}, the rate of change in yy relative to xx.
a.
a>0a > 0: ascending rightwards
b.
a<0a < 0: descending rightwards
c.
a=0a = 0: horizontal line
2.
yy intercept: bb
3.
If l1=ax+bl_1=ax + b andl2=ax+b l_2 = a'x+b', then:
a.
a=a:l1//l2a = a': l_1 // l_2
b.
aa=1:l1l2aa' = -1: l_1 ⊥ l_2
Quickest way to draw this function:
1.
Plot xx and yy intercepts.
2.
Connect the two intercepts.
Find intersection by solving the simultaneous equation. If l1=ax+b l_1=ax + b and l2=ax+bl_2 = a'x+b', solve:
The formula to find a linear function given a point (x0,y0x_0, y_0 ) and slope aa is:
yy0=a(xx0)y -y_0 = a(x-x_0)
Figure 2.4.1 Graphical representation of a linear equation 
Quadratics
General form: y=ax2+bx+cy =ax^2+bx+c
Vertex form: y=a(xb)2+cy =a(x-b)^2+c
Intercept form: y=a(xb)(xc)y =a(x-b)(x-c)
From the standard form, we have:
1.
Axis of symmetry: x=b2ax = -\frac b{2a}
2.
Vertex: (b2a,f(b2a)-\frac b{2a}, f(-\frac b{2a}))
3.
yy-intercept: cc
4.
For the sign of aa,
a.
a>0a > 0 then concave up
b.
a<0a < 0 then concave down
5.
Vertex marks the minimum/maximum of the graph depending on the concavity.
Quickest way to draw this function:
1.
Convert any other form to the vertex form: y=a(xb)2+cy =a(x-b)^2+c
2.
Plot the vertex (b,cb, c)
3.
Find the yy-intercept.
4.
Connect the vertex and yy-intercept with consideration of concavity.
To solve for the quadratic equation:
1.
Use (a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2 to complete the square.
2.
Factorize where possible.
3.
Apply the quadratic formula.
Discriminant =b24ac∆ = b^2-4ac has three cases:
1.
>0∆ > 0: two real conjugate roots
2.
=0∆ = 0: repeated roots
3.
<0∆ < 0: two imaginary conjugate roots
Figure 2.4.2 Quadratic function with two distinct real roots
Polynomials of degree nn (HL)
General form: P(x)=anxn+an1xn1+...+a0 P(x)=a_nx^n+a_{n-1}x^{n-1}+ ... + a_0
Degree: the highest power of the polynomial
We have several theorems for general polynomials:
Theorem
Features
Euclidean Algorithm
We have ff and QQ such that P(x)=f(x)Q(x)+R(x)P(x)=f(x)Q(x)+R(x).  Notice that deg(R)=0deg(R)=0 or deg(R)<deg(Q)deg(R)<deg(Q)
Remainder theorem
If we divide P(x)P(x) by (xc)(x-c), then P(c)P(c) is the remainder.
Factor theorem
If (xc)(x-c) divides P(x)P(x), then P(c)=0P(c)=0
Fundamental theorem of Algebra
Over the field ℂ, the polynomial P(x)P(x) of degree nn has nn roots in ℂ. The complex roots appear as conjugates, i.e. a±bia ± bi.  It follows that odd degree polynomial P(x)P(x) has at least one real root.
Vieta’s theorem
Let the nn roots of P(x)P(x) be α1...αn\alpha_1 ... \alpha_n. Then, we have:  1. Sum of all roots: i=0nαi=αn1αn\sum^n_{i=0}\alpha_i=-\frac{\alpha_{n-1}}{\alpha_n} 2. Product of all roots: Πi=0nαi=α0αn\Pi^n_{i=0}\alpha_i=\frac{\alpha_0}{\alpha_n}
Modulus functions
x|x| denotes the absolute value of xx, the distance from 0 in the number line.
Some important properties are listed below:
1.
x=x2|x|=\sqrt{x^2}
2.
x2=x2|x|^2=x^2
3.
xy=xy|xy|=|x||y|
4.
x=a|x|=|a| or x=ax=±a|x|=a \Rightarrow x=±a
5.
x+yx+y|x + y| ≤ |x| + |y| *Triangle inequality
These are different forms of modulus function:
Features
Function
y=f(x)y=|f(x)|
Reflect the region f(x)<0f(x)<0 by the xx axis.
y=f(x)y=f(|x|)
Reflect the region x0x \geq 0 by the yy axis.
y=f(x)|y|=f(x)
Reflect the region y0y\geq0 by the xx axis.
y=f(x)|y|=f(|x|)
Draw the graph in the 1st quadrant, and reflect on all remaining quadrants.