Herb K. answered 05/20/17
Tutor
4.5
(34)
semi-retired college professor (math/physics), patient, non-judgmental
(q) if you start with the Quadratic Equation, ax^2 + bx + c = 0, then write the following to complete the square (the
following is essentially the derivation of the Quadratic Formula):
(i) subtract "c" from both sides of the equation: ax^2 + bx = -c
(ii) divide both sides of the equation by "a" (so that the coefficient of x^2 is one): x^2 + (b/a)x = -(c/a)
(iii) complete the square, i.e., add [b/(2a)]^2 to each side of the equation:
x^2 + (b/a)x + [b/(2a)]^2 = -(c/a) + [b/(2a)]^2
(iv) the left side of the equation is now a perfect square;
also, re-write the right side of the equation so as to get a common denominator:
[x + b/(2a)]^2 = (b^2 - 4ac)/(4a^2)
(v) use Square Root Property, i.e., take square roots on both sides of the equation:
(assume a > 0; this is actually not necessary, but can always be done, i.e., make a > 0, and doing so makes
things simpler)
x + b/(2a) = +/- sqrt(b^2 - 4ac)](2a)
(vi) subtract b/(2a) from each side of the equation (to obtain Quadratic Formula):
x = [-b +/-sqrt(b^2 - 4ac)]/(2a)
for any particular numerical values of a, b, c, just repeat above steps with those numerical values.
-------------------------------------------------------------------------------------------------------------------------------------
(r) if equation of parabola is in "vertex" form, y = a(x - h)^2 + k, then coordinates of vertex are (h,k); draw a picture
------------------------------------------------------------------------------------------------------------------------------------
(s) if equation of parabola is in "vertex" form, y = a(x - h)^2 + k, then to find x-intercepts, where y = 0, then solve the following equation:
a(x - h)^2 + k = 0 ---> a(x - h)^2 = - k ---> (x - h)^2 = -(k/a) ---> (x - h) = +/-sqrt[-(k/a)] --->
x = h +/-sqrt[-(k/a)]; note: if either (i) k and a are each positive, or (ii) k and a are each negative,
then the quantity under the square root sign will be negative, and
sqrt(negative) = imaginary ---> no x-intercepts
see answer to previous question;
------------------------------------------------------------------------------------------------------------------------------------