Course Title: Mastering Quadratic Equations: From Foundations to
Applications
Course Description:
This course provides a deep and practical understanding of quadratic equations.
You will learn to solve them by various methods, analyze their properties through
graphs, and apply them to real-world problems. This knowledge is fundamental for
success in algebra, calculus, physics, and engineering.
Module 1: Introduction to Quadratic Equations
Learning Objectives:
Identify a quadratic equation and write it in Standard Form.
Understand the graphical representation of a quadratic function (the
parabola).
1.1 Definition and Standard Form
A quadratic equation in one variable is an equation that can be written in the
form:
ax2+bx+c=0ax2+bx+c=0
where aa, bb, and cc are constants and a≠0a=0.
ax2ax2 is the quadratic term.
bxbx is the linear term.
cc is the constant term.
1.2 The Parabola
The graph of any quadratic function y=ax2+bx+cy=ax2+bx+c is a curve called a
parabola.
Direction:
o If a>0a>0 (positive), the parabola opens upwards (has a minimum
point).
o If a<0a<0 (negative), the parabola opens downwards (has a
maximum point).
Vertex: The highest or lowest point of the parabola. It is a crucial point for
optimization problems.
Axis of Symmetry: A vertical line that passes through the vertex, dividing
the parabola into two mirror images.
y-intercept: The point where the parabola crosses the y-axis. This is always
(0,c)(0,c).
Module 2: Solving Quadratic Equations by Factoring
Learning Objectives:
Solve quadratic equations by factoring (Zero Product Property).
Apply various factoring techniques (GCF, Grouping, Trinomials).
2.1 The Zero Product Property
If the product of two expressions is zero, then at least one of the expressions must
be zero.
If A⋅B=0, then A=0 or B=[Link] A⋅B=0, then A=0 or B=0.
2.2 The Step-by-Step Process
1. Write in Standard Form: Ensure the equation is ax2+bx+c=0ax2+bx+c=0.
2. Factor Completely: Factor the quadratic expression.
3. Apply the Zero Product Property: Set each factor equal to zero.
4. Solve for xx: Solve the resulting simple equations.
2.3 Worked Examples
Example 1: x2+5x+6=0x2+5x+6=0
o Factor: (x+2)(x+3)=0(x+2)(x+3)=0
o Set each factor to zero: x+2=0x+2=0 or x+3=0x+3=0
o Solutions: x=−2x=−2 or x=−3x=−3
Example 2: 2x2−8x=02x2−8x=0
o Factor (GCF): 2x(x−4)=02x(x−4)=0
o Set each factor to zero: 2x=02x=0 or x−4=0x−4=0
o Solutions: x=0x=0 or x=4x=4
Practice: Solve 3x2−x−10=03x2−x−10=0 by factoring.
(Answer: (3x+5)(x−2)=0(3x+5)(x−2)=0, so x=−53x=−35 or x=2x=2)
Module 3: Solving Quadratic Equations by the Quadratic Formula
Learning Objectives:
Derive and use the Quadratic Formula.
Identify the Discriminant and use it to determine the nature of the roots.
3.1 The Quadratic Formula
The solutions to any quadratic equation ax2+bx+c=0ax2+bx+c=0 are given by:
x=−b±b2−4ac2ax=2a−b±b2−4ac
This formula always works, even when factoring is difficult or impossible.
3.2 Step-by-Step Application
1. Identify aa, bb, and cc.
2. Calculate the Discriminant, D=b2−4acD=b2−4ac.
3. Substitute aa, bb, and cc into the formula.
3.3 The Discriminant (DD)
The expression under the square root, b2−4acb2−4ac, tells us about the nature of
the roots (solutions) without solving the equation.
D>0D>0: Two distinct real roots.
D=0D=0: One real double root (the vertex touches the x-axis).
D<0D<0: No real roots (two complex roots). The parabola does not cross
the x-axis.
3.4 Worked Example
Solve 2x2−4x−3=02x2−4x−3=0.
1. a=2,b=−4,c=−3a=2,b=−4,c=−3
2. Discriminant: D=(−4)2−4(2)(−3)=16+24=40D=(−4)2−4(2)(−3)=16+24=40
(Two real roots)
3. x=−(−4)±402(2)=4±2104=2±102x=2(2)−(−4)±40
=44±210=22±10
3.
Practice: Solve x2−6x+9=0x2−6x+9=0 using the formula. What do you notice
about the discriminant?
(Answer: D=0D=0, so x=3x=3 (a double root))
Module 4: Completing the Square
Learning Objectives:
Solve quadratic equations by completing the square.
Use the method to derive the Quadratic Formula and find the vertex of a
parabola.
4.1 The Goal
To manipulate a quadratic expression into a perfect square trinomial:
(x+p)2=x2+2px+p2(x+p)2=x2+2px+p2.
4.2 The Step-by-Step Method
For ax2+bx+c=0ax2+bx+c=0:
1. Divide by aa: If a≠1a=1, divide the entire equation by aa.
2. Move the Constant: Rewrite the equation as x2+bx=−cx2+bx=−c.
3. Find the "Magic" Number: Take half of the coefficient of xx (bb), square
it, and add it to both sides.
o (b2)2(2b)2
4. Factor and Solve: The left side is now a perfect square. Factor it and solve
by taking square roots.
4.3 Worked Example
Solve x2−6x+2=0x2−6x+2=0 by completing the square.
1. Move constant: x2−6x=−2x2−6x=−2
2. Find magic number: (−62)2=(−3)2=9(2−6)2=(−3)2=9
3. Add to both sides: x2−6x+9=−2+9x2−6x+9=−2+9
4. Factor: (x−3)2=7(x−3)2=7
5. Take square roots: x−3=±7x−3=±7
Solve: x=3±7x=3±7
6.
4.4 Application: Finding the Vertex
The completed square form y=a(x−h)2+ky=a(x−h)2+k directly gives the vertex:
(h,k)(h,k).
For x2−6x+2x2−6x+2, we rewrote it as (x−3)2−7(x−3)2−7. So the vertex is
(3,−7)(3,−7).
Practice: Solve 2x2+8x−10=02x2+8x−10=0 by completing the square.
(Hint: First divide by 2. Answer: x=1x=1 or x=−5x=−5)
Module 5: Graphing Quadratic Functions
Learning Objectives:
Graph a parabola by finding its vertex, axis of symmetry, and intercepts.
Convert standard form to vertex form.
5.1 Key Features of a Parabola
For y=ax2+bx+cy=ax2+bx+c:
Vertex: (−b2a,f(−b2a))(−2ab,f(−2ab))
Axis of Symmetry: The vertical line x=−b2ax=−2ab.
y-intercept: (0,c)(0,c).
x-intercepts (Roots): Found by solving ax2+bx+c=0ax2+bx+c=0.
5.2 Step-by-Step Graphing
1. Find the vertex.
2. Draw the axis of symmetry.
3. Plot the y-intercept (0,c)(0,c) and its mirror point across the axis.
4. Find and plot the x-intercepts (if they exist).
5. Sketch the parabola through the points.
5.3 Worked Example
Graph y=x2−4x+3y=x2−4x+3.
1. Vertex: x=−−42(1)=2x=−2(1)−4=2. y=(2)2−4(2)+3=−1y=(2)2−4(2)+3=−1.
Vertex: (2,−1)(2,−1).
2. Axis of Symmetry: x=2x=2.
3. y-intercept: (0,3)(0,3). Mirror point: (4,3)(4,3).
4. x-intercepts: Solve x2−4x+3=0x2−4x+3=0. (x−1)(x−3)=0(x−1)(x−3)=0, so
x=1x=1 and x=3x=3. Points: (1,0)(1,0) and (3,0)(3,0).
5. Plot all points and sketch the upward-opening parabola.
Module 6: Advanced Concepts & Applications
Learning Objectives:
Solve equations that are "quadratic in form."
Apply quadratic equations to solve real-world problems.
6.1 Equations Quadratic in Form
An equation is quadratic in form if it can be written as au2+bu+c=0au2+bu+c=0,
where uu is an algebraic expression.
Example: Solve x4−5x2+4=0x4−5x2+4=0.
1. Let u=x2u=x2. The equation becomes u2−5u+4=0u2−5u+4=0.
2. Factor: (u−1)(u−4)=0(u−1)(u−4)=0, so u=1u=1 or u=4u=4.
3. Substitute back: x2=1x2=1 or x2=4x2=4.
4. Solutions: x=±1,x=±2x=±1,x=±2.
6.2 Real-World Applications
Projectile Motion: The height hh of an object at time tt is often given by
h=−16t2+v0t+h0h=−16t2+v0t+h0, where v0v0 is initial velocity and h0h0 is
initial height.
o Problem: A ball is thrown from 5 feet high at 30 ft/s. When does it hit
the ground?
Equation: 0=−16t2+30t+50=−16t2+30t+5. Use the quadratic
formula to find the positive root t≈2.04t≈2.04 seconds.
Geometry: Problems involving area.
o Problem: A rectangular garden is 10m longer than it is wide. Its area
is 375 m². Find its dimensions.
Let width =w=w, length =w+10=w+10. Equation:
w(w+10)=375w(w+10)=375.
w2+10w−375=0w2+10w−375=0. Factor: (w+25)
(w−15)=0(w+25)(w−15)=0. So w=15w=15m, length =25=25m.
Business & Economics: Finding maximum profit or minimum cost (by
finding the vertex).
Final Assessment & Conclusion
Self-Test:
1. Solve by factoring: 6x2+x−15=06x2+x−15=0. (Answer: (2x−3)
(3x+5)=0(2x−3)(3x+5)=0, so x=1.5,x=−53x=1.5,x=−35)
2. Solve using the formula: x2−4x−8=0x2−4x−8=0. (Answer: x=2±23x=2±23
2. )
3. Find the vertex of y=−2x2+12x−7y=−2x2+12x−7. (Answer: (3,11)(3,11))
4. The sum of a number and its square is 42. Find the number. (Answer: Let nn
be the number. n+n2=42⇒n2+n−42=0⇒(n+7)
(n−6)=0n+n2=42⇒n2+n−42=0⇒(n+7)(n−6)=0, so n=6n=6 or n=−7n=−7)
5. A projectile is launched with h(t)=−5t2+20t+2h(t)=−5t2+20t+2. What is its
maximum height? (Answer: The max height is at the vertex.
t=−20/(2∗−5)=2t=−20/(2∗−5)=2.
h(2)=−5(4)+20(2)+2=22h(2)=−5(4)+20(2)+2=22 units.)
Conclusion:
You have now mastered one of the most important topics in algebra. The ability to
solve and analyze quadratic equations is a powerful tool that opens doors to
calculus, advanced physics, and optimization in many fields. Remember to choose
the most efficient method for each problem: factoring for simple integers, the
quadratic formula for guaranteed results, and completing the square for finding
the vertex