Parabolas and Completing the Square
Conic Sections: Parabolas
General Form
The general form of a parabola is given by: y = ax^2 + bx + c
Vertex Form
The vertex form of a parabola is:
y = a(x - h)^2 + k
In this form, the vertex of the parabola is at the point (h, k).
Completing the Square
Completing the square is a method to convert the general form of a quadratic equation into vertex form.
Simple Example
Given: x^2 + 4x + 5
Recognize that x^2 + 4x is part of (x + 2)^2.
Rewrite: (x + 2)^2 + 1 because (x+2)^2 = x^2 + 4x + 4, and we have x^2 + 4x + 5.
Here, h = -2 and k = 1, so the vertex is (-2, 1).
Advanced Example
Given: 3x^2 - 7x + 4
Divide by the coefficient of x^2 to get: 3(x^2 - \frac{7}{3}x) + 4
Identify the form x^2 - 2xy + y^2 = (x - y)^2.
Determine y such that 2xy = \frac{7}{3}x. Thus, 2y = \frac{7}{3}, so y = -\frac{7}{6}.
Add and subtract (\frac{7}{6})^2 = \frac{49}{36} inside the parenthesis to complete the square: 3(x^2 - \frac{7}{3}x + \frac{49}{36}) + 4 - 3(\frac{49}{36})
Rewrite as: 3(x - \frac{7}{6})^2 + 4 - \frac{49}{12}
Simplify to: 3(x - \frac{7}{6})^2 - \frac{1}{12}
The vertex is therefore (\frac{7}{6}, -\frac{1}{12}).
Steps for Completing the Square
Divide by the coefficient a in front of x^2.
Proving the Quadratic Equation by Completing the Square
Start with the general quadratic equation: ax^2 + bx + c = 0
Divide by a: x^2 + \frac{b}{a}x + \frac{c}{a} = 0
Move the constant term to the right side: x^2 + \frac{b}{a}x = -\frac{c}{a}
To complete the square, we need to add and subtract (\frac{b}{2a})^2:
Identify 2xy = \frac{b}{a}x, then y = \frac{b}{2a}, and y^2 = \frac{b^2}{4a^2}.
Add (\frac{b}{2a})^2 to both sides: x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = -\frac{c}{a} + \frac{b^2}{4a^2}
Rewrite the left side as a square: (x + \frac{b}{2a})^2 = \frac{b^2}{4a^2} - \frac{c}{a}
Find a common denominator on the right side: (x + \frac{b}{2a})^2 = \frac{b^2 - 4ac}{4a^2}