Finding a Cubic Root: Pencil and Paper Technique

  • Thread starter Thread starter Wazovolan
  • Start date Start date
  • Tags Tags
    Cubic Paper Root
Click For Summary

Discussion Overview

The discussion revolves around techniques for extracting cubic roots using pencil and paper methods. Participants explore various approaches, including iterative schemes and historical context.

Discussion Character

  • Exploratory, Technical explanation, Historical

Main Points Raised

  • One participant recalls the need for a method to find cubic roots without computational tools.
  • Another participant suggests using the Newton-Raphson method, providing a detailed iterative scheme for finding cubic roots.
  • A different participant reflects on the historical aspect of the technique, mentioning a resource and a literary reference related to the topic.
  • One participant expresses nostalgia for the method, indicating a personal connection to the technique.

Areas of Agreement / Disagreement

Participants do not appear to reach a consensus on a single method, as multiple approaches and reflections are presented without resolution of preference or effectiveness.

Contextual Notes

The discussion includes references to historical techniques and literature, which may influence participants' perspectives but are not universally acknowledged as definitive methods.

Wazovolan
Messages
2
Reaction score
0
I still remember how to extract a square root without a computer but could somebody remind me the technique to find a cubic root just with the pencil and paper?
 
Last edited:
Technology news on Phys.org
I would suggest using some Newton-Raphson scheme.

1. Let [tex]f(x)=x^{3}-a[/tex]
You are to find X so that f(X)=0.

2. Pick an initial value [tex]x_{0}\to{f}(x_{0})=x_{0}^{3}-a[/tex]

3. The equation for the tangent line L(x)=at [tex](x_{0},f(x_{0})[/tex] is given by:
[tex]L(x)=f(x_{0})+f'(x_{0})(x-x_{0})[/tex]

4- Let the next iteration point be the x-intercept of L(x):
[tex]L(x_{1})=0\to{x}_{1}=x_{0}-\frac{f(x_{0})}{f'(x_{0}}[/tex]

5. Or, in this case, the iterative scheme becomes:
[tex]x_{n}=x_{n-1}-\frac{x_{n-1}-\frac{a}{x_{n-1}^{2}}}{3}[/tex]
That is:
[tex]x_{n}=\frac{2x_{n-1}^{3}+a}{3x_{n-1}^{2}}, n\geq{1}[/tex]
 
Last edited:
I'm actually old enough to remember this. It's been somewhat wisely forgotten. http://www.nist.gov/dads/HTML/cubeRoot.html. You may wish to also check out the Isaac Asimov story, "The Feeling of Power". Kind of haunting, these days.
 
Dick said:
I'm actually old enough to remember this. It's been somewhat wisely forgotten. http://www.nist.gov/dads/HTML/cubeRoot.html. You may wish to also check out the Isaac Asimov story, "The Feeling of Power". Kind of haunting, these days.
Thanks, now it is coming back!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
7K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K