SOLUTION: Rewrite the quadratic portion of the algebraic expression as the sum or difference of two squares by completing the square.
1/64 − 12x − x^2
The quadratic portion of
is just the 2nd and 3rd terms, so
we just work on those and pay no attention
to the since it is not part of the
quadratic portion:
Write the 2nd and 3rd terms preceded by a - :
Swap the terms in the parentheses to get
the x² term first:
Take half of -12, getting -6,
Then square -6, getting (-6)² or 36, then
Add and subtract 36 inside the parentheses
Factor the first three terms inside the parentheses:
Write the 36 as 6²
Since that is the negative of the difference of two
squares, that may not be acceptible as the difference
of two squares. In that case we distribute the -
to remove the outer parentheses:
The quadratic part is the sum of a negative square
and a positive square, so to make the quadratic
part into the difference of two squares, we reverse
the 2nd and 3rd term so that it will
be the difference of two squares:
Now the 2nd and 3rd terms (the quadratic portion)
are the difference of two squares.
Edwin
add -x^2 - 12x to both sides of the equation to get:
x^2 + 12x = 1/64
take half of the coefficient of the x term and subtract the square of half the coefficint of the x^2 term to form the following equation.
(x+6)^2 - 6^2 = 1/64
add 6^2 to both sides of the equation to get:
(x+6)^2 = 1/64 + 36
simplify to get:
(x+6)^2 = 2305/64
the equation is now in completing the squares form.
take the square root of both sides of this equation to get:
x+6 = sqrt(2305/64)
subtract 6 from both sides to get:
x = sqrt(2305/64) - 6
if that solution is correct, then replacing x with that value in the original equation will make that equation true.
the original equation is -x^2 - 12x + 1/64 = 0
replacing x with sqrt(2305/64) - 6 results in:
-x^2 - 12x + 1/64 = 2.3 * 10^-14.
2.3 * 10^-14 is equal to a decimal point followed by 13 zeros followed by 23.
that looks like .000000000000023 which is a very small number that you can safely assume would be equal to 0 if the calculator had more internal decimal digits to store.
i did confirm manually that the result is accurate and that replacing x with (sqrt(2305/64) - 6) does indeed lead to -x^2 - 12x + 1/64 = 0.
here's a reference on completing the squares method you might find useful.