A quadratic is polynomial of degree 2, eg x2+3x−4.
Questions rarely ask about quadratics by itself. Rather, it often appears as part of an equation, an inequality, or an integral, or as a step of finding an integral.
Recognize functions transformations in action, with the vertex (0,0) from x↦x2 is moved to (h,k) through transformations.
Converting between notations
To convert to factored or vertex forms, calculate the zeros or vertex from the current form and rewrite in the desired form. If converting to standard form, expand the quadratic.
It is rather common to be (implicitly) asked to convert between standard form. In HL, this is especially needed to invoke the integration rule of
∫x2+a21dx=a1arctanax+C
along with a substitution for x.
complete the square
Completing the square allows identification of the vertex and axis of symmetry. There are two methods.
The first method involves
factoring out the leading coefficient from first two terms;
adding and subtracting the square of half of the second term in the bracket;
taking the subtracted term out of the bracket, and
The second method is evaluating the quadratic at x=−2ab.
Example: Convert 3x2+4x+5 to vertex form.
a=3;b=4;c=5
Evaluate the function at x=−64=−32 results in
f(−32)=3(−32)2+4(−32)+5=34−38+315=311
The answer is
3x2+4x+5=3(x+32)2+311■
The fact that the x-value of the vertex is negative2ab comes from both the quadratic formula and also from setting the first derivative to zero.
dxd(ax2+bx+c)=2ax+b=0
Discriminant
Δ=b2−4ac
The discriminant indicates the types of zeros. We assume real coefficients and a=0.
case
types of Roots
Δ>0
two distinct (different) real roots
Δ=0
two repeated (identical) real roots
Δ<0
SL: no real roots / HL: two complex conjugate roots
Properties
The vertex is the global maximum when a<0, and is the global minimum when a>0.
The function is symmetric about the vertex, meaning for any distance d away from the vertex in the x-direction
f(h+d)=f(h−d)
Quadratic equations
Target
Strategy
ax2+bx+c=0
quadratic formula or factoring
(px+q)2=r
x=p1(−q±r)
Unless the equation is already in the bottom form, always rearrange the equation into the top (standard) form before solving via factoring or quadratic formula.
The following are, or can be solved like, quadratics.
(3x−5)2=8−10x
4+x=2x−1
−6x+12+2x−53=3
5+2x3x2−x−3=7
Quadratic inequalities
Solve the quadratic f(x)=0, where f is some quadratic function.
Determine if the graph looks like ∪ for a>0, or ∩ for a<0.
With the visualization in mind (or on paper), determine the solutions.
Note: (px+q)2≥r is equivalent to y1=(px+q)2 and y2=r and y1≥y2.
Given that x2+5x+6=(x+2)(x+3), we have
Inequality
Solution
x2+5x+6>0
x<−3,x>−2
x2+5x+6<0
−3<x<−2
−x2−5x−6>0
−3<x<−2
−x2−5x−6<0
x<−3,x>−2
For ≤ and ≥, change the inequality signs accordingly.
As surprising as it may sound, linear inequalities can involve quadratics.
Example: Solve ∣−2x−5∣>4.
∣−2x−5∣(−2x−5)2(2x+5)2>4>16>16
The equality is solved by
(2x+5)2=162x+5=±42x=−9,−1x=−29,−21
Because graphs of absolute values of linear functions look like “V”, then the values of x such that ∣−2x−5∣>4 must be values less than some endpoint and values greater than some other endpoint. Therefore, the solution is
∈]−∞,−29[∪]−21,∞[
or
x<−29,x>−21■
It is unnecessary, on the exam, to spend so many lines just to go from ∣−2x−5∣>4 to finding zeros of 2x+5=±4. But it is conceptually useful to treat absolute value inequalities as quadratic inequalities.
If it is instead finding ∣f(x)∣<k then instead you need the single interval between the two roots of the equality.