Quadratic Equations
Quadratic Equations
Objective :
1. Identify and convert between the three forms of quadratic functions.
2. Understand the graphical representation
3. Understand the practical applications through quadratic modeling.
Class 1:
Definition : A quadratic function is a function that can be expressed in the form: f(x) = a x2 + b x + c
where x is the variable
and a,b,c ∈ ℝ. This is called the standard form.
Examples :
1. f(x) = x2 + 2 x + 3
2. f(x) = 0.1 x2 - 6
3. f(x) = 2 x2 + 3 x 0
Homework : Identify the value of a,b and c in the quadratic functions mentioned below, where a ,b
and c are coefficients are used in the standard form f(x) = a x2 + b x + c.
1. f(x) = - 3 x2 + 15 x - 8
2. f(x) = 2 x2 - 0.12 x
Please note ( with examples in Desmos) : A quadratic equation can have at most 2 roots.
Examples : 2 roots :f(x) = x2 - 5 x + 6
1 root: This is the case of repeated roots
f(x) = x2 - 4 x + 4
0 roots: In this case we talk about functions with complex roots ,and no real
roots.
f(x) = x2 + 2 x + 5
The Discriminant (b2 - 4 a c ) tells us about the nature of roots :
if b2 - 4 a c >0 then we have distinct real roots
if b2 - 4 a c =0 then repeated roots
if b2 - 4 a c <0 then no real roots
Example: 6 x2 + 11 x + 3
Out[20]//TableForm=
x f (x)
0 1
1 4
2 9
-1 0
But this is not the right way, also it is not possible to plot all the points like this. Because for any two
points we choose we can find a point between them thus making it an infinite process.
Thus it is better to look at some of the characteristics of the graph to better understand its shape
and nature.
Factored Form
What is a factor? A factor of a polynomial f(x) is another polynomial g(x) of degree less than that of
f(x) such that g(x) divides f(x).
Factor Theorem: If x=a if a root of a polynomial then (x-a) will be a factor.
3
The factored form of a quadratic function a(x-p)(x-q)=0, where p and q are the x-intercepts and a ∈ ℝ
is the leading coefficient.
Question : Change the below given quadratic function from standard form to factored form
f ( x) x2 - 5 x + 6
1. we find the roots , they are x=3 and x=2
2. Hence (x-3)(x-2) are the factors and a=1(coefficient of x^2)
3. Thus the factored form is 1(x-3)(x-2)
Question : Change the below given quadratic function from factored form to standard form
f(x) = (x-3)(x-2)
Multiply the terms to get the standard form
f ( x) x2 - 5 x + 6
The vertex form of a Quadratic function is a(x-h)^2+k=0 , where a,h,k ∈ ℝ and (h,k) are the coordi-
nates of the vertex of the parabola.
To confirm that maxima/minima is attained on the critical point we use the second deriva-
tive test.
f''(x) =2a
Question: Change the below given quadratic function from standard form to vertex form
f(x) = 2 x2 - 4 x + 1
We use completing the square method
Vertex Form is : f(x) = 2 x2 - 2 + 1and the vertex is (2,1)
Question : Change the below given quadratic function from vertex form to standard form
f(x) = 2 x2 - 2 + 1
We simple multiply the terms to get f(x) = 2 x2 - 4 x + 1
Thus the three forms are interchangeable and each form gives us different insights into the
quadratic equation: the standard form shows the general shape, the vertex form provides the vertex
, and the factored form shows the x-intercepts.
Note with examples in Desmos, no matter which form we use to plot , the graph remains the same.
Sample Problem : Suppose you have a rectangular garden with a fixed perimeter of 100 meters. To
find the dimensions that maximize the area, you can use a quadratic equation.