Cube root: Difference between revisions

From Elliptic Curve Crypto
next step
completed root
Line 3: Line 3:
== Extracting cube roots by hand ==
== Extracting cube roots by hand ==


Start by grouping the digits under the radical into groups of three as you normally would. This seems natural to do, even if it is a little more
Start by grouping the digits under the radical into groups of three as you normally would. This seems natural to do, even if it is a little more complicated than the [[square root]].


:<math>\sqrt[3]{10,\!460,\!353,\!203}</math>
:<math>\sqrt[3]{10, 460, 353, 203}</math>


The first step here is to find the largest digit whose cube does not exceed the first group of digits under the radical, cube it, subtract to find the remainder, and bring down the next three digits.
The first step here is to find the largest digit whose cube does not exceed the first group of digits under the radical, cube it, subtract to find the remainder, and bring down the next three digits.
Line 16: Line 16:
\end{array}</math>
\end{array}</math>


The next step is based on the identity
The next step is based on the identity <ref>WikiHow: How to Calculate Cube Root by Hand https://www.wikihow.com/Calculate-Cube-Root-by-Hand</ref>


:<math>(10x+y)^3=1000x^3+300x^2y+30xy^2+y^3</math>
:<math>(10x+y)^3=1000x^3+300x^2y+30xy^2+y^3</math>
Line 31: Line 31:
{}+30\times 21 \times\_^2+\_^3&=&
{}+30\times 21 \times\_^2+\_^3&=&
\end{array}</math>
\end{array}</math>
<blockquote><math display="block">\begin{array}{rrr|rrrr}
:<math>\begin{array}{rrr|rrrr}
&&&2&1&8\\ \hline
&&&2&1&8\\ \hline
&&\sqrt[3]{}&10&460&353&203\\  
&&\sqrt[3]{}&10&460&353&203\\  
Line 37: Line 37:
300\times 2^2\times\underline1&&&2&460\\
300\times 2^2\times\underline1&&&2&460\\
{}+30\times 2\times\underline1^2+\underline1^3&=&1261&-1&261&\downarrow\\ \hline
{}+30\times 2\times\underline1^2+\underline1^3&=&1261&-1&261&\downarrow\\ \hline
300\times 21^2 \times 8&&&1&199&353\\
300\times 21^2 \times \underline8&&&1&199&353\\
{}+30\times 21 \times8^2+8^3&=&1099232&-1&099&232\\ \hline
{}+30\times 21 \times\underline8^2+\underline8^3&=&1099232&-1&099&232&\downarrow\\ \hline
&&&&100&121
300\times 218^2\times \underline7&&&&100&121&203\\
\end{array}</math></blockquote>To be continued <ref>WikiHow: How to Calculate Cube Root by Hand https://www.wikihow.com/Calculate-Cube-Root-by-Hand</ref> ...
{}+30\times 218\times\underline7^2\times\underline7^3&=&100121203&&-100&121&203\\ \hline
&&&&&&0
\end{array}</math>
 
...

Revision as of 01:55, 27 December 2024


Extracting cube roots by hand

Start by grouping the digits under the radical into groups of three as you normally would. This seems natural to do, even if it is a little more complicated than the square root.

The first step here is to find the largest digit whose cube does not exceed the first group of digits under the radical, cube it, subtract to find the remainder, and bring down the next three digits.

The next step is based on the identity [1]

if we let , the number written so far above the radical, and y be the next digit to calculate. The term has already been subtracted when we bring down the next group of three digits, so the next digit to write above the radical will be the largest y such that .

...
  1. WikiHow: How to Calculate Cube Root by Hand https://www.wikihow.com/Calculate-Cube-Root-by-Hand