answersLogoWhite

0


Best Answer

pi is a mathematical formula, or 3.14159265389793238462683. it relates to the diameter and circumference of a circle. i don't know the history but im sure its somwhere!

answ2. There is currently a proposal to name 2 Pi as Tau, as this aids in many calculations. Watch this space. The ratio of the perimeter to the height of Khufu's Pyramid is 2 Pi.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is define of pi and write a brief history of pi?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is the fraction for 3.14?

Pi is an irrational number, meaning that is can not be written as a fraction with integers. If you are talking about the number 3.14, you can write it as 157/50, but this is not equal to pi. Pi is an infinite series of non-repeating decimals: Pi = 3.14159265358979323846264338327950288…


What is the earliest known reference to pi in history?

Archimedes (287-212 BC)


How do you write your answer in terms of pi?

When the question says "Write your answer in terms of pi.", it means that if you worked the problem correctly, then you had to use (pi) to solve it, and (pi) appears in the answer you have. They're telling you that it's OK to just leave it that way ... you don't have to keep going and figure out what the number is after you plug in the numerical value of (pi).


Is googolplex longer than pi?

Longer ? Do you mean "Which number has more digits in it ?"If that's your question, then the answer is: 'pi' ."Googleplex" is a rational number. To write it, you write a ' 1 ', and then you write1 google zeros after it, and you're done. The entire number is written down on paper.But 'pi' is an irrational number. You can never write the entire number on paper,no matter how many digits you write down. Even if you wrote two googleplexdigits, the number on your paper would be very close to the true value of 'pi'but it could never be exact.So 1 googleplex can end, but 'pi' can't. So 'pi' has more digits in it.I really hope that was your question.


History of additional mathematics?

Additional mathematics is also called PI and was used in Ancient Egyptian civilizations. Pi helped the Egyptians plan the construction of the pyramids.

Related questions

Define pi and write a brief history of pi?

pi is the ratio between the radius and the circumference of the circle if the radius is 1 the circumference is pi


Define pi and write a history of pi?

a number


Define pi and write Brief History of Pi?

it came from Sir Alan Pi in 1898. he died 1 day after discovering it through being sniped by a Barrett .50cal


Define Pi and brief history of Pi?

This is a link that answers your question. http://www.gap-system.org/~history/HistTopics/Pi_through_the_ages.html


Define Pi and a brief history of Pi?

Pi is the number you get by dividing a circle's circumference by its diameter. It is irrational. It is 3.1415926535897. Every generation, people figured out another few didgets of pi.


How do you write a c program to calculate the circumference of the circle using macros with parameters?

// macro definitions: #define PI 3.14159265358979323846 #define CIRCUMFERENCE(radius) (2. * (radius) * PI) // use this as in CIRCUMFERENCE(21.34)


Define pi and write a briefly history of pi?

Pi is a number between 3.14159265358979323846264338327950288419716939937510 and 3.14159265358979323846264338327950288419716939937511 First estimated by Greek mathematician Archimedes around 250 B.C., Chinese mathematician Zu Chong Zhi confirmed the actual value of pi. Pi is the ratio of the circumference to the diameter of a circle and appears as a constant in many mathematical expressions. It is represented by the symbol π. It has over 200 billion decimal places.


How do you write pi?

Pi is approximately 3.1415


Write a short note on the history of pi?

The history of pi dates back to ancient civilizations, such as the Babylonians and Egyptians, who approximated the value of pi. The first accurate calculation of pi was made by the Greek mathematician Archimedes in the 3rd century BC. The symbol for pi was introduced by the Welsh mathematician William Jones in the 18th century, and it has since become one of the most important mathematical constants in mathematics.


Pi is a mathematical constant related to circle define Pi?

Ratio of the perimeter of a circle (circumference) to its diameter


Formula for radius in turbo c?

#define PI 3.1416 int r,area; area=2*PI*r


How do you declare constant in Turbo C?

In C there is no constant with a name. It is done with the preprocessor directive of #define as in #define pi 3.1416 The preprocesor substitutes every occurance of word pi (with blanks on either side) with 3.1416