Lesson 3.3: Quadratic Equations
Introduction
Quadratic equations form a crucial part of algebra, appearing frequently in various problem-solving scenarios in the GMAT. In this lesson, we will dive into the world of quadratic equations, exploring their structures, factoring methods, and relationships between different algebraic expressions.
Objectives
By the end of this lesson, students will be able to:
- Factor quadratics and use the quadratic structure.
- Recognize special products and common patterns.
- Interpret and validate roots.
- Solve quadratic equations by factoring and standard methods.
- Identify and apply special algebraic identities.
Understanding Quadratic Equations
A quadratic equation is an equation of the form:
$$ ax^2 + bx + c = 0 $$
where:
- $a$, $b$, and $c$ are constants (with a
eq 0)
- $x$ represents the variable.
The equation represents a parabola when graphed, and it can open upwards or downwards depending on the value of $a$.
Key Components of Quadratics
Coefficients
- Leading Coefficient ($a$): If $a > 0$, the parabola opens upwards; if $a < 0$, it opens downwards.
- Linear Coefficient ($b$): Influences the position of the vertex along the $x$-axis.
- Constant Term ($c$): Represents the $y$-intercept of the quadratic function.
Graphing Quadratics
To graph a quadratic equation, we need to identify the vertex, axis of symmetry, and intercepts. The vertex can be found using the formula:
$$ x = -\frac{b}{2a} $$
Once the $x$-coordinate of the vertex is found, substitute it back into the equation to find the $y$-coordinate:
$$ y = a\left(-\frac{b}{2a}
$ight)^2 + b\left(-\frac{b}{2a}$
ight) + c $$
Example 1: Finding the Vertex
Consider the quadratic equation:
$$ 2x^2 - 8x + 6 = 0 $$
In this case, $a = 2$, $b = -8$, and $c = 6$.
First, calculate the vertex:
$$ x = -\frac{-8}{2 \cdot 2} = \frac{8}{4} = 2 $$
Now substitute $x$ back into the equation to find $y$:
$$ y = 2(2)^2 - 8(2) + 6 = 8 - 16 + 6 = -2 $$
Thus, the vertex of the parabola is at (2, -2).
Factoring Quadratic Equations
Factoring is a method used to solve quadratic equations by rewriting them in a product form:
$$ (px + q)(rx + s) = 0 $$
To factor the quadratic, we look for two numbers that multiply to $ac$ (the product of $a$ and $c$) and add up to $b$.
Example 2: Factoring a Quadratic
Factor the equation:
$$ x^2 + 5x + 6 = 0 $$
Here, $a = 1$, $b = 5$, and $c = 6$. We need two numbers that multiply to $6$ and add to $5$. These numbers are $2$ and $3$. Thus, we can rewrite this as:
$$ (x + 2)(x + 3) = 0 $$
Setting each factor equal to zero gives:
$$ x + 2 = 0 \quad \text{or} \quad x + 3 = 0 $$
Which results in:
$$ x = -2 \quad \text{or} \quad x = -3 $$
The Quadratic Formula
If factoring is difficult, we can always use the quadratic formula:
$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$
This formula provides the roots of the quadratic equation directly.
Example 3: Using the Quadratic Formula
Find the roots of:
$$ 2x^2 - 4x - 6 = 0 $$
Here, $a = 2$, $b = -4$, and $c = -6$. Plugging into the quadratic formula gives:
$$ x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(2)(-6)}}{2(2)} $$
Calculating this step-by-step:
- Discriminant: $(-4)^2 - 4(2)(-6) = 16 + 48 = 64$
- Roots calculation:
$$ x = \frac{4 \pm \sqrt{64}}{4} $$
$$ = \frac{4 \pm 8}{4} $$
Thus:
- $x = \frac{12}{4} = 3$ (first root)
- $x = \frac{-4}{4} = -1$ (second root)
Special Products and Patterns
In algebra, there are certain identities that help simplify expressions:
Perfect Square Trinomials
$$ (a + b)^2 = a^2 + 2ab + b^2 \ \text{and} \ (a - b)^2 = a^2 - 2ab + b^2 $$
Difference of Squares
$$ a^2 - b^2 = (a + b)(a - b) $$
These patterns can sometimes make factoring more efficient.
Example 4: Recognizing a Perfect Square
For the equation:
$$ x^2 + 10x + 25 $$
We can recognize that this is a perfect square since $25 = 5^2$ and $10 = 2(5)$. Thus, we can factor it as:
$$ (x + 5)^2 = 0 $$
Which gives the double root $x = -5$.
Conclusion
Quadratic equations are essential to algebra and provide various methods for solving different problems. Factoring, using the quadratic formula, and recognizing special patterns are critical skills for tackling GMAT questions successfully. Practice identifying and employing these techniques to improve your proficiency.
Study Notes
- A quadratic equation is of the form $ax^2 + bx + c = 0$.
- The vertex of a parabola can be found using $x = -\frac{b}{2a}$.
- Factoring can help rewrite quadratics for easier solving.
- The quadratic formula is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
- Recognize special patterns like perfect squares and difference of squares for easier factoring.
