Quadratic Equation Calculator (ax² + bx + c = 0)
The coefficient of the x² term. Cannot be zero.
The coefficient of the x term.
The constant term.
Parabola Graph
What is a Quadratic Equation?
A quadratic equation is a polynomial equation of the second degree, meaning it contains a term with a variable raised to the power of 2. The standard form is ax² + bx + c = 0, where ‘a’, ‘b’, and ‘c’ are coefficients, ‘x’ is the variable, and ‘a’ is not equal to zero. Solving this equation means finding the values of ‘x’ that make the equation true. These solutions are called the “roots” or “zeros” of the equation. This calculator khan academy provides a simple way to find these roots instantly.
Understanding quadratics is fundamental in algebra and many other fields. They are used to model real-world scenarios like the path of a projectile, the shape of a satellite dish, or the profit curve of a business. Resources like Quadratic functions & equations on Khan Academy offer deep dives into this topic.
The Quadratic Formula and Explanation
The most reliable method for solving any quadratic equation is the quadratic formula. It’s a universal tool that works whether the equation can be factored or not. The formula is:
x = [-b ± √(b² – 4ac)] / 2a
The term inside the square root, b² – 4ac, is called the discriminant (Δ). The value of the discriminant is critical because it tells us the nature of the roots without having to solve the full equation. Our calculator khan academy uses this exact formula.
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
| a | The coefficient of the x² term. It determines the parabola’s direction and width. | Unitless | Any number except 0 |
| b | The coefficient of the x term. It influences the position of the parabola’s axis of symmetry. | Unitless | Any number |
| c | The constant term, or y-intercept. It is the point where the parabola crosses the y-axis. | Unitless | Any number |
| x | The variable, representing the unknown value(s) we are solving for (the roots). | Unitless | Can be real or complex numbers |
Practical Examples
Example 1: Two Real Roots
Let’s solve the equation: x² – 5x + 6 = 0
- Inputs: a = 1, b = -5, c = 6
- Discriminant: Δ = (-5)² – 4(1)(6) = 25 – 24 = 1. Since the discriminant is positive, there are two distinct real roots.
- Results: x = [5 ± √1] / 2. The roots are x = (5 + 1) / 2 = 3 and x = (5 – 1) / 2 = 2.
Example 2: Complex Roots
Let’s solve the equation: x² + 2x + 5 = 0
- Inputs: a = 1, b = 2, c = 5
- Discriminant: Δ = (2)² – 4(1)(5) = 4 – 20 = -16. Since the discriminant is negative, there are two complex conjugate roots.
- Results: x = [-2 ± √-16] / 2 = [-2 ± 4i] / 2. The roots are x = -1 + 2i and x = -1 – 2i. Exploring complex numbers can provide more context.
How to Use This calculator khan academy
Using this calculator is straightforward. It is designed to be as intuitive as the learning tools found on Khan Academy.
- Enter Coefficient ‘a’: Input the number that multiplies the x² term. This cannot be zero.
- Enter Coefficient ‘b’: Input the number that multiplies the x term.
- Enter Coefficient ‘c’: Input the constant term.
- Review the Results: The calculator automatically updates. The primary result shows the calculated roots. You will also see the full equation, the discriminant, and the type of roots.
- Analyze the Graph: The chart dynamically plots the parabola for your equation, helping you visualize the function and its roots (where it crosses the x-axis).
Key Factors That Affect Quadratic Equations
- The Sign of ‘a’: If ‘a’ is positive, the parabola opens upwards. If ‘a’ is negative, it opens downwards.
- The Value of ‘c’: This is the y-intercept. It shifts the entire parabola up or down without changing its shape.
- The Discriminant (Δ = b² – 4ac): This is the most crucial factor. If Δ > 0, there are two different real roots. If Δ = 0, there is exactly one real root (a “repeated root”). If Δ < 0, there are two complex conjugate roots and no real roots. For more on this, see the discriminant review.
- The Vertex: This is the minimum (if a > 0) or maximum (if a < 0) point of the parabola. Its x-coordinate is found at -b / 2a.
- The Axis of Symmetry: This is a vertical line that passes through the vertex (x = -b / 2a), dividing the parabola into two mirror images.
- Relationship between ‘a’ and ‘b’: The ratio -b/a is the sum of the roots, while the ratio c/a is the product of the roots. This can be a useful shortcut in analysis.
Frequently Asked Questions (FAQ)
- 1. What does it mean if the roots are “complex”?
- Complex roots occur when the parabola does not cross the x-axis. They involve the imaginary unit ‘i’ (where i = √-1) and are essential in many areas of advanced engineering and physics. The calculator khan academy handles these automatically.
- 2. Why can’t the coefficient ‘a’ be zero?
- If ‘a’ is zero, the ax² term disappears, and the equation becomes bx + c = 0, which is a linear equation, not a quadratic one. A linear equation has only one root.
- 3. Are the coefficients ‘a’, ‘b’, and ‘c’ unitless?
- Yes, in the context of a pure mathematical quadratic equation, the coefficients are considered unitless numbers that define the shape and position of the parabola.
- 4. What is a “repeated root”?
- A repeated root happens when the discriminant is zero. The vertex of the parabola sits exactly on the x-axis, meaning there is only one x-value that satisfies the equation.
- 5. How accurate is this calculator khan academy?
- This calculator uses standard JavaScript floating-point arithmetic, providing a high degree of precision suitable for all educational and most practical applications.
- 6. Can I use this calculator for my homework?
- Absolutely. It’s a great tool for checking your work, much like using the Khan Academy math sections to verify your understanding. However, always make sure you understand the underlying formula.
- 7. How does the graph help?
- The graph provides a visual representation of the equation. You can see if the parabola opens up or down, where its vertex is, and, most importantly, where it intersects the x-axis (which are the real roots).
- 8. Where can I learn more about this topic?
- The Khan Academy quadratics section is an excellent, free resource covering everything from factoring to the quadratic formula in great detail.
Related Tools and Internal Resources
Explore more calculators and educational content to expand your knowledge.
- Polynomial Factoring Calculator: Handle equations of higher degrees.
- System of Equations Solver: Solve for multiple variables across multiple equations.
- Function Grapher: Plot more complex functions beyond quadratics.
- Pythagorean Theorem Calculator: Focus on right-triangle geometry.
- Calculus Derivative Calculator: Explore the rate of change of functions.
- Matrix Operations Calculator: Learn about a key topic in {related_keywords} and linear algebra.