home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math
- Path: sparky!uunet!snorkelwacker.mit.edu!galois!riesz!jbaez
- From: jbaez@riesz.mit.edu (John C. Baez)
- Subject: Re: Square root
- Message-ID: <1992Nov19.003129.2915@galois.mit.edu>
- Sender: news@galois.mit.edu
- Nntp-Posting-Host: riesz
- Organization: MIT Department of Mathematics, Cambridge, MA
- References: <n9146070.722056383@waldorf>
- Date: Thu, 19 Nov 92 00:31:29 GMT
- Lines: 20
-
- In article <n9146070.722056383@waldorf> n9146070@waldorf.cc.wwu.edu (Jacob C Kesinger) writes:
- >There was a previous post about ways to find the square root of a number...
- >
- >Here's my contribution:
- >
- >Find the Taylor series about a (I used a=1, for simplicity)
- >
- >(x-1)^.5=1+ (x-1)/2- (x-1)^2/4 +3(x-1)^3/8 -......
- >
- >This is nasty, messy, ugly, and very likely wrong. However, it IS
- >a method (*grin*)
-
- It'll work, assuming you got the right coefficients in your Taylor
- series, as long as |x-1| < 1. It's pretty good if you just want a few
- digits and x is near 1.
-
- The best use of this formula is to impress undergraduates by working out
- in your head, for example, that the square root of 1.23 is about 1.115.
-
-
-