Math Problem Statement

Solve the quadratic equation by completing the square: x^2 - 2x - 3 = 0.

A. x = -1, 3

B. x = 1, -3

C. x = 3, -1

D. x = -3, 1

Solution

We are given the quadratic equation:

x22x3=0x^2 - 2x - 3 = 0

To solve by completing the square, follow these steps:

Step 1: Move the constant to the other side of the equation.

x22x=3x^2 - 2x = 3

Step 2: Complete the square.

To complete the square, take half of the coefficient of xx, square it, and add it to both sides.

The coefficient of xx is 2-2, so: (22)2=(1)2=1\left(\frac{-2}{2}\right)^2 = (-1)^2 = 1

Add 1 to both sides: x22x+1=3+1x^2 - 2x + 1 = 3 + 1 (x1)2=4(x - 1)^2 = 4

Step 3: Solve for xx.

Take the square root of both sides: x1=±2x - 1 = \pm 2

Step 4: Solve for xx by isolating it.

x1=2orx1=2x - 1 = 2 \quad \text{or} \quad x - 1 = -2 x=3orx=1x = 3 \quad \text{or} \quad x = -1

Thus, the solutions are x=3x = 3 and x=1x = -1, which corresponds to option:

C. x=3,1x = 3, -1

Would you like more details on any step? Here are five related questions to explore further:

  1. How does completing the square relate to the quadratic formula?
  2. Why do we take half of the coefficient of xx in completing the square?
  3. What is the geometric interpretation of completing the square?
  4. Can you complete the square for the equation x2+4x5=0x^2 + 4x - 5 = 0?
  5. What are other methods to solve quadratic equations?

Tip: Completing the square is useful not only for solving equations but also for converting quadratics to vertex form.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Completing the Square

Formulas

Quadratic equation: ax^2 + bx + c = 0
Completing the square: (x + b/2a)^2 = (b/2a)^2 - c/a

Theorems

Quadratic formula
Completing the square method

Suitable Grade Level

Grades 8-10