Quadratic Formula Study Notes
Quadratic Formula Study Notes
Overview of Quadratic Equations
- Quadratic equations are typically in the form:
- where a, b, and c are constants, and a ≠ 0.
Methods of Solving Quadratic Equations
- Completing the Square: A method previously discussed for solving quadratic equations, especially those which cannot be factored. It involves rearranging the equation to isolate a perfect square.
- Quadratic Formula: A formula derived from completing the square to solve any quadratic equation.
Deriving the Quadratic Formula
- Start with the general quadratic equation:
- Rearranging to isolate a perfect square:
- a(x^2 + rac{b}{a}x) + c = 0
- Completing the square for the term $(x^2 + rac{b}{a}x)$:
- = a(x^2 + rac{b}{a}x + rac{(b/2a)^2 - (b/2a)^2}) + c
- Further rearranging leads to:
- (x + rac{b}{2a})^2 = rac{b^2 - 4ac}{4a^2}
- Therefore, the quadratic formula is:
- x = rac{-b \pm \rac{\sqrt{b^2-4ac}}{2a}
Quadratic Formula Usage
Example Problems
Solve the equation:
- Assign values:
- Substitute into the quadratic formula:
- x = rac{-2 \pm \sqrt{2^2 - 4(1)(-1)}}{2(1)}
- = rac{-2 \pm \sqrt{8}}{2}
- = rac{-2 \pm 2\sqrt{2}}{2}
Solve the equation:
- Assign values:
- Substitute into the quadratic formula:
- x = rac{12 \pm \sqrt{(-12)^2 - 4(4)(3)}}{2(4)}
- = rac{12 \pm \sqrt{144 - 48}}{8}
- = rac{12 \pm \sqrt{96}}{8}
- = rac{12 \pm 4\sqrt{6}}{8}
- = rac{3 \pm \sqrt{6}}{2}
Solve the equation:
- Assign values:
- Substitute into the quadratic formula:
- x = rac{-5 \pm \sqrt{5^2 - 4(6)(1)}}{2(6)}
- = rac{-5 \pm \sqrt{25 - 24}}{12}
- = rac{-5 \pm 1}{12}
Practice Problems
Solve the following equations using the Quadratic Formula:
- a.
- b.
- c.
Determining Intercepts of Quadratic Functions
- Intercepts of Function:
- y-intercept:
- x-intercept: Solve for using:
- Approximate values:
- Intercepts of Function:
- y-intercept:
- x-intercept: Solve for using:
- Approximate values yield:
Recommended Methods for Solving Quadratic Equations
- Graphing: Useful for approximate solutions, especially when exact values are not necessary.
- Quadratic Formula: Best for obtaining exact solutions when required.
- Factoring: Optimal when possible, as it simplifies the calculation significantly.
Conclusion
- The Quadratic Formula is a powerful tool for solving quadratic equations efficiently and can be applied to a wide range of quadratic expressions. Understanding and practicing its application is crucial for mastery of quadratic equations.