
Arturo O. answered 07/11/16
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
What you want to do is complete the square of a form
ax^2 + bx
by adding some constant c, which may be shown to be:
c = b^2 / 4a
The polynomial then becomes
ax^2 + bx + b^2 / 4a
which then factors to
ax^2 + bx + b^2 / 4a = a(x + b/2a)^2
a = 1
b = 7
c = b^2 / 4a = 7^2 / (4*1) = 49/4
Test it:
a[x + b/(2a)]^2 = (1)[x + 7/(2*1)]^2 = (x + 7/2)^2 = x^2 + 2(7/2)x + (7/2)^2 = x^2 + 7x + 49/4