Asked by Sammy
How to find cube root of 3?
Answers
Answered by
oobleck
easy way - use a calculator - cuberoot(3) = e^(1/3 ln(3))
Use Newton-Raphson method to find the solution to x^3-3 = 0
Approximate using a Taylor series.
google the way to manually extract cube roots, which is an extension of long division. It's tedious, but not hard.
Use Newton-Raphson method to find the solution to x^3-3 = 0
Approximate using a Taylor series.
google the way to manually extract cube roots, which is an extension of long division. It's tedious, but not hard.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.