Efficiently Approximate sqrt(35) Using Binomial Series | 10^-7 Accuracy

In summary, a binomial series is a mathematical series used to expand binomial expressions and is important in various branches of mathematics. The general term of a binomial series can be determined using the binomial theorem. It can also be used to find the coefficients of a polynomial and approximate the binomial distribution. The radius and interval of convergence for a binomial series can be found using the ratio test.
  • #1
sami23
76
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)] =

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]

= 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
  • #2
The coefficient for the square term should be -1/8, not 1/8. Specifically it is (1/2)(-1/2)/2.

I didn't look any further.
 

1. What is a binomial series and why is it important in mathematics?

A binomial series is a mathematical series that represents the expansion of a binomial expression, which is an expression with two terms. It is important in mathematics because it allows us to approximate complex functions and solve problems in calculus, statistics, and other branches of mathematics.

2. How do you determine the general term of a binomial series?

The general term of a binomial series can be determined by using the binomial theorem, which states that the general term is equal to n choose k, multiplied by the first term raised to the power of n-k, and the second term raised to the power of k. This can also be written as (n choose k) * a^(n-k) * b^k.

3. Can a binomial series be used to find the coefficients of a polynomial?

Yes, a binomial series can be used to find the coefficients of a polynomial by expanding the binomial expression and comparing it to the coefficients of the polynomial. The coefficients can then be determined by equating the corresponding terms.

4. What is the relationship between a binomial series and the binomial distribution?

The binomial distribution is a probability distribution that describes the number of successes in a series of independent experiments, where each experiment has a binary outcome (success or failure). The binomial series can be used to approximate the binomial distribution, particularly when the number of trials is large.

5. How do you find the radius and interval of convergence for a binomial series?

The radius of convergence for a binomial series can be found by using the ratio test, where the limit of the absolute value of the ratio of consecutive terms is taken as n approaches infinity. The interval of convergence can then be determined by testing the endpoints of the interval using the ratio test or another convergence test.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
497
  • Calculus
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
947
  • Calculus and Beyond Homework Help
Replies
2
Views
591
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Programming and Computer Science
Replies
4
Views
984
  • General Math
Replies
1
Views
1K
Replies
5
Views
2K
  • Programming and Computer Science
Replies
2
Views
283
Back
Top