How To Calculate Any Square Root

How To Calculate Any Square Root

MindYourDecisions

54 года назад

292,657 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SleepStillSoul
@SleepStillSoul - 06.12.2024 00:36

Babylons know about the 365 if they studied middle patterns

Ответить
@spacebee0
@spacebee0 - 06.12.2024 06:10

How about coming up with a square root solution that’s correct to three decimal places

Ответить
@jackjones9460
@jackjones9460 - 06.12.2024 07:35

I will need to watch this again, but find it fascinating.

Ответить
@nikhilgujar
@nikhilgujar - 06.12.2024 08:46

While it is interesting, was zero invented during Babaylalion era . If not 10 was not available except in roman numerals

Ответить
@drashokkumar9209
@drashokkumar9209 - 06.12.2024 22:30

What is rational behind this algorithm ?
Idea here is to calculate an approximation of sq.root of a number that is very near to an square of an integer . Please notice that this method works very well when the difference between the given number and its neighboring square is very small . So ,
If y = x^n
dy/dx = nx^(n--1)
In case of square root ,
y = x^(1/2)
dy/dx = 1/2 x^(1/2 --1 )
= 1/2x^(--1/2)

1
= ----------------------
2 x^1/2


And this is the Mesopotamian method to calculate approximate value of square root .
If the difference between the given number and its neighboring square is VERY VERY SMALL , very accurate value can be obtained .

Ответить
@crazyc99
@crazyc99 - 07.12.2024 08:40

Im proud to be a Sumerian/Assyrian/Babylonian.

Ответить
@Red-Feather
@Red-Feather - 07.12.2024 11:42

Blew my mind.

Ответить
@BrixyBrixhamite
@BrixyBrixhamite - 07.12.2024 15:44

I believe I worked out a more accurate method than the one shown in the video using the iterative formula xn+1 = (S - xn²) / (2xn + 1)

Here you iterate as before, with S being the number you need the square root from, and xn+1 being the next approximation after xn.

I compared my formula against the one in the video with several examples, and mine appears to produce more accurate approximations. I also reverse engineered the principle behind the babylonian method and it works like this ...

Take the number that produces the required square when multiplied by the last approximation, then the next approximation is the average between the two.

My solution works differently. I use an observation that the x=y² curve produces almost straight lines between adjacent integers along the x axis, and this observation is translated directly in my formula (the 2xn+1 calculates the change in the y axis between adjacent integers on this curve).

I divide by 2xn + 1 because this finds the point on the straight line graph that corresponds with the point on the curve, and the result is a very close approximation to the required value (and as mentioned earlier, this does seem more accurate than the method you showed.

Ответить
@SalvaGian47
@SalvaGian47 - 07.12.2024 16:58

Bc not bce

Ответить
@Kaboom-0623
@Kaboom-0623 - 07.12.2024 20:24

btw the square of 111 is closer to 121 than 100 ... making the equation 11 - 10/22 = 10.545454 ... actual 10.53565

Ответить
@ivanhorbenko7529
@ivanhorbenko7529 - 07.12.2024 21:30

Hi Presh,
It's a bit late but still. It's a really interesting approach. I tried to write an algorithm by myself some time ago but I used kinda "dichotomy": I searched for the interval of two consecutive integers whose squares are upper and lower bound of the given integer and took their arithmetic mean. If the square of this AM is less then the given integer, I assigned AM to the lower bound, otherwise - to the upper bound. Did as many iteration as needed to get a desired precision level. 🤔

Ответить
@djwalters4438
@djwalters4438 - 08.12.2024 03:14

In Calculus, this is called Newton's Method.

Ответить
@johnnywoods5549
@johnnywoods5549 - 08.12.2024 04:44

When you write all this stuff out it's almost two pages for one square root. It makes you appreciate calculators and admire how people did this before calculators.

Ответить
@PatriceBoivin
@PatriceBoivin - 08.12.2024 05:31

Didn't Babylonians use base 60 math?

Ответить
@BipolarShango
@BipolarShango - 08.12.2024 09:26

🤯

Ответить
@ClashingNGames
@ClashingNGames - 08.12.2024 09:56

Vedic Math is more accurate

Ответить
@CGMaat
@CGMaat - 08.12.2024 21:00

Amazing god like transcendence - wow! Easy pisi - thank you but where does the double come from?

Ответить
@ScienceDude-ux7ug
@ScienceDude-ux7ug - 09.12.2024 02:39

As a mirror to this technique, there is the fast inverse square root technique (wikipedia, "Fast_inverse_square_root") that has been equally useful. @MindYourDecisions - please consider making a video about this technique!

Ответить
@televishenimoniker5546
@televishenimoniker5546 - 09.12.2024 04:42

Using this method, what is the square root of -1?

Ответить
@carlos-dt2tz
@carlos-dt2tz - 09.12.2024 06:43

The formula at the start based on the inscriptions showed denominators raised to the power of 1, 2 and 3 respectively but your explanation did otherwise. Also it’s is not clear how you go from the inscription to your visual representation. Does your method for base 10 also work for base 60. The base 10 calculation must be more involved for computers that work in binary and the circuits either add or subtract numbers. They are much more steps than the base 10 method Bute the processor speed makes up for that.

Ответить
@SooperToober
@SooperToober - 09.12.2024 08:02

The ancients were smart cz they didn’t have Social Media! Besides, we got calculators right! 😂

Ответить
@simban00
@simban00 - 09.12.2024 08:05

Cuneiform/chicken scratch has not been properly translated if it can even be considered to be translated. And today's people give the Babylonians too much credit for this chicken scratch. If the Greeks had not come around and then lighten the world you would not be here today supposedly deciphering mathematical chicken scratch based on your modern knowledge derived from the Greeks. Diodorus the Sicilian an ancient man describe the Babylonians does kindergarten kids in comparison to the Greeks with regards to their knowledge on anything.

But you are a great math teacher and I love your videos

Ответить
@davidconner-shover51
@davidconner-shover51 - 09.12.2024 09:05

Ahh, a method other than doing it visually in my head. incidentally very similar to this come to think about it. this is way more rapid.
thank you.

Ответить
@shineisland7447
@shineisland7447 - 09.12.2024 21:54

There is just something about that
4 7 😍

Ответить
@jordannicholson8751
@jordannicholson8751 - 09.12.2024 22:09

I'm convinced people of ancient times were vastly smarter than people today. Even people 100 years ago were much smarter. Each generation is losing a significant level of intelligence.

Ответить
@ae-bd5gr
@ae-bd5gr - 10.12.2024 00:46

Btw these things are for sure related, but i wanted to mention that -b/2a is also used in the quadratic formula to solve equations of the type ax²+bx+c=0

Ответить
@PapaPulls01
@PapaPulls01 - 10.12.2024 06:54

Fun fact, how you measure length across a 45 degree angle is L+Hx1.414

Ответить
@gregkral4467
@gregkral4467 - 10.12.2024 07:03

My dad taught me the fast way to calculate the diagonal by multiplying aside by square root of two that was a very fun lesson.

Ответить
@DavidHodge-z9v
@DavidHodge-z9v - 10.12.2024 07:50

For 111 you should've had 121 11×11 on your list instead of using 100 10×10

Ответить
@tubularrr1
@tubularrr1 - 10.12.2024 08:49

it is the same algorithm we use to calculate sqrt , but displayef in other way

Ответить
@Chris_Kunce
@Chris_Kunce - 10.12.2024 08:51

C’mon man. Everyone knows the square root of 69 is 8-something

Ответить
@dobo1873
@dobo1873 - 10.12.2024 17:05

Its like a vedic mathematics!! Mesopotamian civilization, Is it in present day Iraq?? If so can any civilization develop there geographically?

Ответить
@ovalteen4404
@ovalteen4404 - 10.12.2024 18:28

The wildest algorithm I've seen calculates it digit by digit in a method that looks a lot like long division. The biggest problem there though is that with each calculated digit, the length of the residual numbers increases, making the math more and more impractical.

Ответить
@NordicWolf189
@NordicWolf189 - 10.12.2024 18:30

Clearly this was base 10. They just didn't care to go beyond 60 due to the difficulty of stacking the 10's symbol.

Ответить
@stevenbest6408
@stevenbest6408 - 11.12.2024 01:39

Very cool!

Ответить
@MehrdadMohajer-p1m
@MehrdadMohajer-p1m - 11.12.2024 21:22

Thx. very smart Anticers.Respect😅

Ответить
@arbideon7064
@arbideon7064 - 11.12.2024 22:39

I’m going to teach my kid this. What a great way to use square roots and such a simple method.

Ответить
@kurbads74
@kurbads74 - 12.12.2024 13:07

111 is not closest to 100, it is closest to 121.

Ответить
@docalexander2853
@docalexander2853 - 13.12.2024 04:56

The Astronaunt Thoth was the Science Officer of Mathmatics and the Calendar. So no suprize here.

Ответить
@yadavallisaijagadeesh5763
@yadavallisaijagadeesh5763 - 13.12.2024 09:22

Isnt it similar to the differntiation method of approximations?

Ответить
@pelasgeuspelasgeus4634
@pelasgeuspelasgeus4634 - 13.12.2024 20:20

This all seems creative archeology. You simply fantasize to make the finding fancy.

Ответить
@mwtds7257
@mwtds7257 - 13.12.2024 23:46

Why does it look like dragon tongue?😊

Ответить
@marx819
@marx819 - 14.12.2024 05:12

Awesome

Ответить