Math Problem Statement

Find the real solutions of the equation by completing the square.

4x2+5x-8=0

Solution

To solve the quadratic equation 4x2+5x8=04x^2 + 5x - 8 = 0 by completing the square, follow these steps:

Step 1: Move the constant term to the other side

First, rewrite the equation as:

4x2+5x=84x^2 + 5x = 8

Step 2: Divide through by the coefficient of x2x^2

Since the coefficient of x2x^2 is 4, divide the whole equation by 4 to simplify:

x2+54x=2x^2 + \frac{5}{4}x = 2

Step 3: Complete the square

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

The coefficient of xx is 54\frac{5}{4}, so half of that is 58\frac{5}{8}. Squaring it gives:

(58)2=2564\left(\frac{5}{8}\right)^2 = \frac{25}{64}

Now, add 2564\frac{25}{64} to both sides:

x2+54x+2564=2+2564x^2 + \frac{5}{4}x + \frac{25}{64} = 2 + \frac{25}{64}

Step 4: Simplify the equation

On the left-hand side, the expression is now a perfect square trinomial. The right-hand side can be simplified:

(x+58)2=12864+2564=15364\left(x + \frac{5}{8}\right)^2 = \frac{128}{64} + \frac{25}{64} = \frac{153}{64}

Step 5: Solve for xx

Take the square root of both sides:

x+58=±15364=±1538x + \frac{5}{8} = \pm \sqrt{\frac{153}{64}} = \pm \frac{\sqrt{153}}{8}

Step 6: Isolate xx

Now, subtract 58\frac{5}{8} from both sides:

x=58±1538x = -\frac{5}{8} \pm \frac{\sqrt{153}}{8}

Thus, the two real solutions are:

x=5+1538orx=51538x = \frac{-5 + \sqrt{153}}{8} \quad \text{or} \quad x = \frac{-5 - \sqrt{153}}{8}

These are the real solutions of the equation.

Would you like more details on any step?


Here are some related questions to explore:

  1. How can completing the square help in solving quadratic equations with complex solutions?
  2. What are the benefits of completing the square versus using the quadratic formula?
  3. How do you identify perfect square trinomials in different quadratic expressions?
  4. Can the completing-the-square method be applied to non-quadratic polynomials?
  5. How can we use completing the square to derive the quadratic formula?

Tip: When completing the square, always remember to adjust for any leading coefficients of x2x^2 by dividing them out first.

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

(x + b/2)^2 = x^2 + bx + (b/2)^2
Quadratic equation formula: ax^2 + bx + c = 0

Theorems

Square root property
Perfect square trinomial theorem

Suitable Grade Level

Grades 9-11