Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2011-04-07 13:30:58
Geometry: Using intersecting circles to obtain square rootsHere's a simple geometric method for obtaining a square root using circles. #2 2011-04-08 07:07:57
Re: Geometry: Using intersecting circles to obtain square rootsVery cool stuff "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #3 2011-04-27 08:33:08
Re: Geometry: Using intersecting circles to obtain square rootsBeautiful graphical calculator of circles. I tried many numbers from 1 to 1000, Imagine for a moment that even an earthworm may possess a love of self and a love of others. #4 2011-04-28 13:47:47
Re: Geometry: Using intersecting circles to obtain square roots
A perhaps more "proper" version would use a circle in the middle for the odd numbers as well, but I didn't like having half circles on the sides. #5 2013-06-09 04:39:51
Re: Geometry: Using intersecting circles to obtain square rootsJust popping by to update with an equation: #6 2013-06-11 16:22:40
Re: Geometry: Using intersecting circles to obtain square rootscirclemaker, that's a beautiful tool. Can you give us a single line of code that turns n into the square root? Can you also show how this can be done on a simple calculator or on paper? #7 2013-06-11 17:38:55
Re: Geometry: Using intersecting circles to obtain square rootsYou can put this up in the browser url bar: javascript:alert(Math.cos(Math.asin((((n+1)/2)-1)/((n+1)/2)))*((n+1)/2)); |