How do you find all the real and complex roots of 125x^3 + 343 = 0?
2 Answers
Explanation:
You can determine the real root of
like this
The real solution is
But you can determine all the roots by solving the equation in complex form (remember that
So we would have the solutions:
When k is 1, we obtain the real solution -7/5.
When k is 0 or -1, we obtain
which is
Explanation:
Factor as a sum of cubes, since
125x^3=(5x)^3
343=7^3
Sums of cubes factor as follows:
a^3+b^3=(a+b)(a^2-ab+b^2)
Thus,
(5x)^3+7^3=(5x+7)((5x)^2-5x(7)+7^2)
0=(5x+7)(25x^2-35x+49)
This can be split up into two equations:
5x+7=0" "=>" "x=-7/5
And
25x^2-35x+49=0
Use the quadratic equation:
x=(35+-sqrt((-35)^2-4(25)(49)))/(2(25))
x=(35+-sqrt(1225-4900))/50
x=(35+-sqrt(-3675))/50
x=(35+-sqrt(3 * 5^2 * 7^2)i)/50
x=(35+-35sqrt3i)/50
x=7/10+-(7sqrt3)/10i