How Accurately Can Binomial Series Approximate Sqrt(35)?

Click For Summary
SUMMARY

The forum discussion focuses on using the binomial series to approximate the square root of 35 with a target accuracy of 10-7. The approximation is derived from the formula (1+x)n, where x = -1/36 and n = 1/2. The coefficients for the binomial expansion are calculated up to the fourth term, yielding an initial approximation of 5.917237472. However, the user expresses concerns about the accuracy and signs in the series, indicating a need for further verification of the calculations.

PREREQUISITES
  • Understanding of binomial series expansion
  • Familiarity with Taylor series concepts
  • Basic knowledge of square root approximations
  • Ability to perform algebraic manipulations with fractions
NEXT STEPS
  • Review binomial series convergence criteria
  • Learn about Taylor series and their applications in approximations
  • Explore error analysis in numerical methods
  • Investigate alternative methods for calculating square roots, such as Newton's method
USEFUL FOR

Mathematicians, students studying numerical methods, and anyone interested in advanced approximation techniques for functions.

sami23
Messages
69
Reaction score
1
Use binomial series to approximate sqrt (35) with an accuracy of 10^(-7)

(35) = sqrt(35*36/36) = 6*sqrt(35/36)
Formula: (1+x)^n where x=(-1/36) and n=(1/2):

6*sqrt(35/36) = 6[(1 + (- 1/36))^(1/2)] =

The coefficients of the binomial series are:
'1/2 choose 0' is 1.
'1/2 choose 1' is 1(1/2)/1 = 1/2
'1/2 choose 2' is 1/2(1/2-1)/2 = -1/8
'1/2 choose 3' is -1/8(1/2-2)/3 = 1/16
'1/2 choose 4' is 1/16(1/2-3)/4 = -5/128

from k=0 to k=4:
= 6[(1 + (1/2)*(-1/36) - (1/8)*(-1/36)^2 + (-1/16)*(1/36)^3 -
(5/128)*(-1/36)^4]

= 6[(1 - (1/2)*(1/36) + (1/8)*(1/36)^2 - (1/16)*(1/36)^3 +
(5/128)*(1/36)^4]

= 5.917237472 but it has to be more accurate

I don't know where the mistake is in the series. I used the 4 terms because (5/128)(1/36) = 2.30*10^(-8) Please help, thanks again.
 
Physics news on Phys.org
An even power of a negative number is POSITIVE. Check the signs again. ALL signs come out overall negative. Except '1', of course.
 

Similar threads

Replies
2
Views
2K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K