Star Hype News.

Premium celebrity moments with standout appeal.

news

Calculate radical expression without a calculator

By Sebastian Wright
$\begingroup$

How would you calculate any radical expression without a calculator? I know you can do something like long division for square roots, but I mean for big radical expressions, such as $\sqrt[36]{12345}$

PS: The reason I need this is that I want to code a calculator, and obviously, I cannot use a calculator in a calculator. I think Math SE is the best place to ask, let me know if I should ask on stackoverflow.

$\endgroup$ 1

1 Answer

$\begingroup$

In days of yore, we would do this with base-10 logs. In your example we'd write $\log \sqrt[36]{12345} = (1/36)\log(12345) =(1/36)4.09149 = .11365$. Then we'd take the antilog (which means using the log table backwards) and get $10^{0.11365} = 1.29913.$ I think the old calculators would grind out Taylor series for $\log$ and $10^x$, and more modern ones had tables in memory and would just look up the values.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy