159k views
4 votes
Use the method of completing the square to transform the quadratic equation into the equation form (x + p)2 = q.

4x2 + 2x + 4 = 0
A) (x + 1/4)^2 = 15/16
B) (x + 1/2)^2 = 15/16
C) (x + 1/4)^2 = -15/16
D) (x + 1/2)^2 = -15/16

2 Answers

2 votes

Answer:

(x + 1/4)^2 = -15/16

Explanation:

User Masterov
by
7.0k points
6 votes
divide both sides of the equation by 2 to get:

(x + 1/4)^2 = -7/16 ***** this is your solution.

continue further to solve for x if you care to, but the problem did not require you to do this.

take the square root of both sides of the equation to get:

x + 1/4 = plus or minus sqrt(-7/16)

subtract 1/4 from both sides of the equation to get x = -1/4 plus or minus sqrt(-7/16).

since sqrt(-7/16) is the same as sqrt(7/16) * i, your solution becomes:

x = -1/4 plus or minus sqrt(7/16) * i.

your problem was to convert it to the form of (x + p)2 = q.

the solution to that is:

(x + 1/4)^2 = -7/16 subtract 1 from both sides of the equation to get:

2x^2 + x = -1

factor out a 2 on the left side of the equation to get:

2 * (x^2 + x/2) = -1

complete the squares on x^2 + x/2 to get:

2 * ((x+1/4)^2 - (1/16)) = -1

simplify by distibuting the multiplication to get:

2 * (x+1/4)^2 - 2*(1/16) = -1

simplify further to get:

2 * (x+1/4)^2 - 1/8 = -1

add 1/8 to both sides of the equation to get:

2 * (x + 1/4)^2 = -7/8 .




User Kevin James
by
7.6k points