Approximating Binomial Series I'm so close

In summary, Sami computed the binomial series for sqrt(35) with an accuracy of 10^(-7). He started at the (1/36)^4 term and calculated up to k=4. The binomial series gave a different series that was closer to sqrt(35) than the original formula.
  • #1
sami23
76
1
Use Binomial Series to approximate sqrt(35) with an accuracy of 10^(-7)

Formulas for binomial series: (1-x)^r and sum{from 0 to n}(r k)(x)^k

sqrt(35) = sqrt(35*36/36) = 6*sqrt(35/36) = 6*sqrt(1-(1/36))

Now it looks more like the binomial series formula:
let r = 1/2 because of the radical and x = 1/36

6*[1-(1/36)]^(1/2) and use the second formula to expand:

6* sum{from 0 to n}(1/2 k)(1/36)^k

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

But I didn't get close enough with only 5 terms. First I used 4 terms because (1/32)*(1/36)^4 gave me 1.9*10^(-8) which I thought would be enough terms needed for an accuracy of 10^(-7) but wasn't.

I eventually got 6[0.98620624] = 5.917237444
and the actual sqrt(35) = 5.916079783

+- 0.001 and I need +- 0.0000001
My professor didn't teach us to use the alternating series estimation theorem which I though would help me find how many n terms I would need to use but I don't understand. Please help. I think I'm on the right track I'm just not quite there.

Thanks,
Sami
 
Physics news on Phys.org
  • #2
I think you have used an incorrect formula
The correct one is:
[tex](1-x)^{\alpha}=\sum_{k=0}^{\infty}(-1)^k\[\left(\begin{array}{c}\alpha & k \end{array}\right)x^k\][/tex]

where
[tex]\[\left(\begin{array}{c}\alpha & k \end{array}\right)=\frac{1}{r!}{\prod_{j=0}^{r-1}{(\alpha-j)}}\][/tex]
 
  • #3
eys_physics is correct. The series isn't alternating. And starting at the (1/36)^4 term your binomial coefficients aren't correct either. I think you just extrapolated from the form of the earlier terms. Wrongly. What you've got going there is a geometric series. If that were correct you could sum it and show sqrt(35) is rational (?).
 
  • #4
(35) = sqrt(35*36/36) = 6*sqrt(35/36)
6*sqrt(35/36) = 6[(1 - 1/36)^(1/2)] =

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.082762528 which is different from sqrt(35) = 5.916079783

I got a different series after calculating for the binomial. I calculated up to k=4 because the last term was 2.3*10^(-8) and it wanted an accuracy of 10^(-7).
 
  • #5
Notice the (-1)^k in the formula eys_physics posted. Also notice the binomial coefficients generally alternate in sign. Most of the terms in your series should have the same sign.
 

1. What is the binomial series and how is it approximated?

The binomial series is a mathematical series that is used to approximate a binomial function. It is expressed as (1+x)^n and can be approximated using the binomial theorem, which states that the coefficients in the expansion of (1+x)^n are equal to the corresponding terms in Pascal's triangle.

2. Why is approximating binomial series important?

Approximating binomial series allows us to estimate the value of a binomial function without having to calculate each term individually. This can save time and effort in solving complex equations and can also provide a close enough estimate for practical applications.

3. What is the difference between a finite and infinite binomial series?

A finite binomial series has a limited number of terms, while an infinite binomial series has an infinite number of terms. In practical applications, we usually use a finite binomial series to approximate a function, as it provides a close enough estimate without having to calculate an infinite number of terms.

4. How do you determine the accuracy of an approximated binomial series?

The accuracy of an approximated binomial series can be determined by comparing it to the actual value of the function. The more terms we include in the series, the closer the approximation will be to the actual value. In general, including more terms will result in a more accurate approximation.

5. Can the binomial series be used for any type of function?

No, the binomial series can only be used to approximate a binomial function, which is a function with two terms that are added or subtracted. It cannot be used for functions with more than two terms, such as polynomials or trigonometric functions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
512
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
600
  • Calculus and Beyond Homework Help
Replies
2
Views
738
  • Calculus and Beyond Homework Help
Replies
1
Views
220
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
996
Replies
12
Views
882
Back
Top