Question:
Pi Formula- What is the proof?
anonymous
2013-05-04 07:06:36 UTC
According to a lot of math sites, Pi is the result of the infinite series- 4/1-4/3+4/5-4/7+4/9..
It seems reliable, because I tested myself and realized that it gets closer and closer, but I haven't really find a stable proof for that.
After all, Pi is an irrational number that is related to basic geomatry, and it seems unlikely to have such a simple relation with simple fractions.
Besides, the proof has to be infinite. I mean, this never-ending series can be exact to Pi in a mistake of 0.000000000000001, but it's still not Pi.
Thank you!
Four answers:
anonymous
2013-05-04 07:56:05 UTC
The proof uses calculus. When we say that pi is equal to the infinite series 4/1 - 4/3 + 4/5 - ..., what we really mean is that the limit of the sum of the series is pi as you increase the number of terms. That means for any number less than pi you can add up a certain number of terms and get a number greater than the original number, but the sum will never be greater than pi.



I don't know how much of calculus you know, so I'll try and explain the proof fully as far as I can. Also note that this isn't really a precise proof that a mathematician would be satisfied with, but it does make sense.



Consider the series 1 + r + r^2 + r^3 + ..., where r is any number. This is called a geometric series, and as long as |r| < 1 so that the terms get smaller and smaller, the infinite sum of it (the limit of its sum as the number of terms increases) is 1 / (1 - r). To prove this, consider a finite part the series, 1 + r + r^2 + ... + r^n. Let's call the sum of this part S, so



S = 1 + r + r^2 + ... + r^n



Now, if you multiply S by r, you can spread the r through S and see that



r S = r (1 + r + r^2 + ... + r^n) = r + r^2 + r^3 + ... + r^(n + 1)



This is just like the original part of the series we had, except that we've lost the first term and added on an additional term. 1 is a term in S but not in r S. r^(n + 1) is a term in r S but not in S. All the other terms are common to both. And we can subtract the two sums, and all the common terms cancel out.



S - r S = 1 - r^(n + 1)



Now we simply rearrange this to find S.



S(1 - r) = 1 - r^(n + 1)

S = (1 - r^(n + 1)) / (1 - r)



That gives us a formula for the sum of 1 + r + r^2 + ... + r^n for any value of n. Now, suppose |r| < 1 and also n is infinite. If you think about a number like 0.5, multiplying by itself halves it to 0.25, multiplying it by itself again halves it to 0.125, and so on. Whenever a number's magnitude is less than 1, multiplying something by that number makes it smaller. So it's fairly easy to see that whenever |r| < 1, the limit of r^n as n gets larger and larger is 0. This is a part where a mathematician would want a more precise proof, but it makes sense.



Using that fact, we can then say that the limit of (1 - r^(n + 1)) / (1 - r) as n approaches infinity would be 1 / (1 - r) since the subtracted r^(n + 1) part would approach zero. And we know that that limit is also the limit of 1 + r + r^2 + ... + r^n as n approaches infinity, i.e. the value of the infinite sum 1 + r + r^2 + ... This proves that



1 / (1 - r) = 1 + r + r^2 + ... when |r| < 1.



This is an example of how you can carry out reasoning about infinite sums. Now, it still seems unclear how we get to pi from here. But we can do it. The key is to substitute the value -x^2 in for r. Then you get the equation



1 / (1 - (-x^2)) = 1 - x^2 + (-x^2)^2 + ... when |-x^2| < 1

1 / (1 + x^2) = 1 - x^2 + x^4 - ... when |x| < 1



Now, this is the part where you really need some calculus. I don't know how much you know about integration. But every function has a related function called an integral. If you plot the integral on a graph, then the value of the original function at every point gives you the gradient (or you might call it slope, if you're American) of the graph of the integral at that point. The original function is known as the derivative.



The integral of 1 / (1 + x^2) turns out to be arctan x (when the units of x are radians). It would probably be too complicated to fully explain this here (but it's not at all hard to prove when you are familiar with calculus). Also, the integral of a sum is the sum of the integral of all the terms, so we can find the integral of 1 - x^2 + x^4 - ... by finding the integral of each term. There is a simple formula for this: the integral of x^n where n is any integer is x^(n + 1) / (n + 1). This means the integral works out as



x - x^3 / 3 + x^5 / 5 - ...



And it stands to reason that if two functions are equal, their integrals should also be equal. So we can now say that



arctan x = x - x^3 / 3 + x^5 / 5 - ...



Now it looks like we're getting somewhere. And tan (pi/4) is 1 (since pi/4 in radians is 45 degrees), so arctan 1 = pi/4, meaning



pi/4 = 1 - 1 / 3 + 1 / 5 - ...



Then if we multiply the equation through by 4 we get



pi = 4 - 4 / 3 + 4 / 5 - ...



There is a problem here: that series for 1 / (1 + x^2) was only valid when |x| < 1, and to get this series for pi we have had to make x equal to 1. The series is actually still valid, but strictly speaking we haven't proved that yet. I don't know any convenient way of proving that from this point. (You can take an alternative approach and find the series for arctan x using Taylor's formula, which will not involve any requirements that |x| < 1 or anything).
CogitoErgoCogitoSum
2013-05-04 07:12:57 UTC
Its all about the arctangent function.



d/dx arctan x = 1/(1+x²)



Now use polynomial long division. Divide (1+x²) into 1, and do it so that you create an infinite polynomial.

d/dx arctan x = 1 - x² + x^4 - x^6 + x^8 - x^10 ...



Integrate that

arctan x = x - x³/3 + x^5/5 - x^7/7 ...



Evaluate at x=1

arctan 1 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...

π/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...
Polyhymnio
2013-05-04 07:14:12 UTC
It is a result of then fact that the Taylor series for arctan(x) converges for all x, in particular for x = 1. The Gregory series, as it is known, is:



arctan(x) = x - x/3 + x/5 - x/7... and arctax(1) = π/4



In Calculus, you will learn how to prove things about infinity series in a finite number of steps.
smith
2017-01-07 02:36:43 UTC
i'm no longer thoroughly helpful what you're asking, yet the following is going besides: in case you comprehend that the radius is one/1/2 the diameter, or r = D/2 you could basically plug this into the equation for area given the radius: A = PI * r**2 or A = PI * (D/2)**2 squaring D/2 provides A = PI * D**2/4 in case you want to actual instruct that the realm of a circle is A = PI * r**2, you could do it utilizing what's named an indispensable. you should commence by utilizing measuring angles in radians, no longer stages, and anticipate that 360 stages = 2* PI radians that's, there are 2 *PI radians in a circle of 360 stages. Now take a small triangle which has 2 aspects of length r, the radius of your circle. outline "alpha" because the attitude between both aspects, measured in radians. by utilizing the definition of what a radian is, the size of the third side is largely between both aspects (r) cases an attitude of one radian in length (alpha) or Base = r * alpha the realm of the type of traingle is one 1/2 the bottom cases the acceptable, or area = a million/2 * Base * r Substituting for "Base" provides area = a million/2 * (r * alpha) * r Combining r words provides area = a million/2 * alpha * r**2 Subsituting the size of alpha as a million radian provides area = a million/2 * (a million) * r**2 or area of triangle = a million/2 * r**2 Now upload up the parts of all of those triangles it takes to fill up your circle. commence by utilizing putting the first triangle interior the circle with the "acceptable" of the triangle (the position both aspects of length r come to a level) on the middle. Now upload yet another triangle good next to it, with its factor on the middle of the circle, and keep going until eventually you've extra triangles each of how "round" the circle and are again on the first triangle. you've effectively "swept out the realm", or "taken the indispensable" of a circle from 0 to 2*PI radians. Now upload up each of the parts of the traingles. on account that there are 2*PI radians in a circle, the full area of each of the triangles is area of circle = 2*PI * a million/2 * r**2 the "2" words cancel to provide area of circle = PI * r**2 for sure that's a self-referencing info, because it in reality works in case you outline an attitude of one million radian to be a million/(2*PI) of a circle; even if that's valid as long as you're consistent on your use of the definition of the radian in all proper branches of Cartesian geometry and trigonometry.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...