College Algebra
Quadratic Equations and Inequalities

Overview

This topic focuses on quadratic equations and inequalities, exploring how to solve, factor, graph, and analyze parabolas. You'll learn how to complete the square, use the quadratic formula, and determine the nature of roots based on the discriminant. These concepts are foundational for understanding quadratic functions and their real-world applications.

Key Concepts and Structures

Step-by-Step Example

Problem: Solve the equation 2x^2 - 4x - 6 = 0 using the quadratic formula.

Step 1: Identify a = 2, b = -4, c = -6

Step 2: Plug into the formula:
x = [-(-4) ± √((-4)^2 - 4(2)(-6))] / (2 * 2)
x = [4 ± √(16 + 48)] / 4 = [4 ± √64] / 4

Step 3: Simplify:
x = [4 ± 8] / 4

Step 4: Find both roots:
x = (4 + 8)/4 = 3, x = (4 - 8)/4 = -1

Final Answer: x = 3 and x = -1

Quick Tip

Always try factoring first—it's fastest. Use the quadratic formula when factoring isn’t easy, and remember to check the discriminant before solving.