Peter L. answered 01/27/21
Available for Math and Statistics Topics.
Here you go:
We want to find the zeros of the function f(x) = x3 + 64. What does this mean?
The zeros of the function f(x) = x3 + 64 are the values of x which result in x3 + 64 = 0. That is:
If x3 + 64 = 0, then x is a zero of the function f(x) = x3 + 64. First, we need to factor out x3 + 64:
In case you haven't learned this already, there is a formula called the Sum of Cubes Formula, which states the following:
if a and b are two real numbers,
a3 + b3 = (a + b) (a2 - ab + b2)
How can we apply this formula to x3 + 64? Let x = a, and let 64 = b3. So 64 is some number b multiplied by itself three times. What number multiplied by itself three times equals 64? 4*4*4 = 16*4 = 64, so b = 4.
Now, plug in x for a and 4 for b into the sum of cubes formula from above, and we obtain:
x3 + 64 = (x+4)(x2 -4x + 42) = (x+4)(x2 -4x + 16).
Since f(x) = x3 + 64, we can see now that f(x) = (x+4)(x2 -4x + 16), since x3 + 64 = (x+4)(x2 -4x + 16).
Moving forward with f(x) = (x+4)(x2 -4x + 16): When does f(x) = 0? First, plug in -4 for x:
f(-4) = (-4+4) ((-4)2 -4(-4) + 16) = (0)(16+16+16) = (0)(48) = 0.
So when x = -4, f(x) = 0. So we see that x = -4 is one zero of the function f(x) = x3 + 64.
However, we need to solve for the rest of the zeros.
Going back to f(x) = x3 + 64 = (x+4)(x2 -4x + 16), it was easy to see that when we plug in x = -4, (x+4) = 0, so
(x+4)(x2 -4x + 16) = 0. But there are also values for x in which (x2 -4x + 16) = 0. How do we solve for these?
By using the quadratic formula. When we use the quadratic formula and obtain a result, the result we obtain is the values for x in which (x2 -4x + 16) = 0. These are known as the roots of the polynomial (x2 -4x + 16).
The quadratic formula is stated as follows:
If we have a polynomial ax2 + bx + c, then the roots of the polynomial are found using the formula:
x = ( -b ± √(b2 - 4(a)(c) ) ⁄ 2(a) . Here one root will be -b + the square root, and the other root will be -b - the square root.
Our polynomial is: x2 - 4x + 16. Let's put this into the form ax2 + bx + c. Then:
x2 - 4x + 16 = ax2 + bx + c , which means that a = 1, b = -4, and c = 16. Plugging these values into the quadratic formula:
x = ( -b ± √(b2 - 4(a)(c) ) ⁄ 2(a)
x = ( -(-4) ± √((-4)2 - 4(1)(16) ) ⁄ 2(1)
x = (4 ± √(16 - 64)) ⁄ 2
So our first root will be x1, and we will compute it as follows:
x1 = (4 + √(16 - 64)) ⁄ 2 = (4 + √-48)) ⁄ 2 = (4 + (√(-1) √(48)) ) ⁄ 2 = (4 + (√(-1) √(16) √(3)) ) ⁄ 2
= (4 + ( 4 i √(3) ) ⁄ 2 (since √16 = 4 and √(-1) = i .)
= (2 + ( 2 i √(3) ) )
Similarly, the second root, x2, is solved for as follows:
x2 = (4 - √(16 - 64)) ⁄ 2 = (4 - √-48)) ⁄ 2 = (4 - (√(-1) √(48)) ) ⁄ 2 = (4 - (√(-1) √(16) √(3)) ) ⁄ 2
= (4 - ( 4 i √(3) ) ⁄ 2 (since √16 = 4 and √(-1) = i .)
= (2 - ( 2 i √(3) ) ) .
You can just plug x2 - 4x + 16 into an online quadratic formula calculator for efficiency purposes and it will give you the roots of the polynomial, but I wanted to show you an example in case you are presented a question like this in an exam.
So, x1 = (2 + ( 2 i √(3) ) ) and x2 = (2 - ( 2 i √(3) ) ). When either x1 or x2 are substituted for x in x2 - 4x + 16 and evaluated, then x2 - 4x + 16 will be equal to zero. Therefore, if x = (2 + ( 2 i √(3) ) ) or x = (2 - ( 2 i √(3) ) ), then:
f(x) = x3 + 64 = (x+4)(x2 -4x + 16) = (x+4)(0) = 0. So (2 + ( 2 i √(3) ) ) and (2 - ( 2 i √(3) ) ) are zeros of the equation f(x) = x3 + 64.
In summary, the zeros for f(x) = x3 + 64 occur when x = -4, x = (2 + ( 2 i √(3) ) ), or x = (2 - ( 2 i √(3) ) ). These three values for x are the solutions to your problem.
So there are 3 zeros for the equation f(x) = x3 + 64.
Note that (2 + ( 2 i √(3) ) ) and (2 - ( 2 i √(3) ) ) are complex numbers, meaning they have an imaginary component (note the i symbol in each solution). If your professor only wants the real zeros, then the answer is x = -4.
Hope this all helps. Please feel free to leave a rating. I know this solution is long and comprehensive but this is how it's done, so I wanted to give you as good of an explanation as possible. Please feel free to comment with any questions you have for me regarding this problem, happy to help.