solving a simple equation
Is there a method to solve the equation x + x^(1/3) == -2 ?
Is there a method to solve the equation x + x^(1/3) == -2 ?
Here is a numerical approach. I've not been able to get it symbolically.
show(plot(x+ x/abs(x)* abs(x)^(1/3)+2,(x,-5,5)))
find_root(x+ x/abs(x)* abs(x)^(1/3)+2,-2,-1/2)
Yes, this is right. This equation unsolvable in maple too, because of the third root of negativ numbers. But in Maple there is a surd function, which helps.
Asked: 12 years ago
Seen: 732 times
Last updated: Mar 01 '13