Persamaan kuadrat dengan cara pemfaktoral melengkapi kuadrat sempurna dan menggunakan rumus

3 min read 8 hours ago
Published on Jan 25, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

In this tutorial, we will explore how to solve quadratic equations using three different methods: factoring, completing the square, and applying the quadratic formula. Understanding these methods is essential for solving various mathematical problems and is widely applicable in fields such as physics, engineering, and economics.

Step 1: Factoring Quadratic Equations

To solve a quadratic equation by factoring, follow these steps:

  1. Identify the equation: Ensure your equation is in the standard form ( ax^2 + bx + c = 0 ).
  2. Find two numbers: Look for two numbers that multiply to ( ac ) (the product of ( a ) and ( c )) and add up to ( b ).
  3. Rewrite the equation: Split the middle term using the two numbers found.
  4. Factor by grouping: Group the terms and factor out the common factors.
  5. Set each factor to zero: Solve for ( x ) by setting each factor equal to zero.

Practical Tip

If you struggle to find the numbers, consider using the quadratic formula as a fallback.

Step 2: Completing the Square

Completing the square is another method to solve quadratic equations. Here’s how to do it:

  1. Start with the standard form: Ensure the equation is in the form ( ax^2 + bx + c = 0 ).
  2. Isolate the constant: Move ( c ) to the other side of the equation.
  3. Divide by ( a ): If ( a ) is not 1, divide the entire equation by ( a ).
  4. Calculate ((\frac{b}{2})^2): Find the value of ((\frac{b}{2})^2) and add it to both sides.
  5. Rewrite the left side: The left side will now be a perfect square trinomial, which you can express as ((x + \frac{b}{2})^2).
  6. Solve for ( x ): Take the square root of both sides and solve for ( x ).

Common Pitfall

Make sure to apply the square root to both the positive and negative sides when solving.

Step 3: Using the Quadratic Formula

The quadratic formula is a reliable method when other methods are challenging. The formula is:

[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ]

  1. Identify coefficients: From your quadratic equation ( ax^2 + bx + c = 0 ), identify ( a ), ( b ), and ( c ).
  2. Calculate the discriminant: Compute ( b^2 - 4ac ). If it is positive, you will have two real solutions; if zero, one solution; if negative, no real solution exists.
  3. Apply the formula: Plug the values of ( a ), ( b ), and the discriminant into the quadratic formula.
  4. Simplify: Simplify the expression to find the values of ( x ).

Practical Tip

Double-check your calculations for the discriminant to ensure you determine the nature of the roots accurately.

Conclusion

In this guide, we covered three essential methods for solving quadratic equations: factoring, completing the square, and using the quadratic formula. Each method has its strengths depending on the specific equation you are working with. Practice these techniques with various problems to gain confidence and improve your problem-solving skills in mathematics. For further learning, consider exploring advanced applications of quadratic equations in real-world scenarios.