How to use the PI function
What is the PI function?
The PI function returns the number pi (ΒΆ).
What is the number pi?
Pi is a irrational number meaning it cannot be expressed as a ratio of two integers. In other words, it has an infinite number of decimal places with no repeating pattern.
It is calculated by the ratio of the circumference of a circle to its diameter.
circumference = diameter * Ο
or
circumference = 2 * Ο * radius
this means that the diameter = 2 x radius.
What is the circumference of a circle?
The circumference is the linear distance enclosing the circle.
What is the diameter of a circle?
The diameter of a circle is the straight line distance that passes through the center of the circle connecting one point on the circumference to another, going all the way across the circle.
What is the radius of a circle?
The radius of a circle is the distance from the center point to any point on the circle's edge or circumference.
Why is the PI function useful?
The trigonometric functions in Excel accept radians as the angular measurement. The basic trigonometry ratios like sine, cosine and tangent come from the ratios of sides in a right triangle. Sine, cosine and tangent ratios relate the lengths of sides to angles in a right triangle. If you know one side and angle, you can use these ratios to find the other sides. The ratios link geometry and angles together.
What is the relationship between the number pi and radians?
Radians measure angles by the length of the arc they make in a circle rather than degrees. The full circumference of any circle is 2Ο multiplied by the circle's radius (2Οr).
Since the circumference goes all the way around a circle, that means the full circle measures 2Ο radians. Half a circle would be Ο radians (half of 2Ο). A quarter circle is 2Ο/4 = Ο/2 radians. An eighth of a circle is 2Ο/8 = Ο/4 radians.
What is an arc in a circle?
The arc in a circle is a segment of the circle's circumference. Arcs are an angle measured in degrees or radians.
What is a segment in a circle?
A segment (also called chord) connects two points on a circle's edge by a straight line, and can be used to analyze geometric aspects of the circle like angles, area, and tangents.
What is a sector?
A sector of a circle is the section enclosed by two radii and an arc.
What is radii?
The plural form of the word "radius".
What is the connection between a circle and trigonometry?
The geometry of the circle underlies the theory, definitions, models, identities, and applications of trigonometry. The circle and trigonometry are deeply mathematically connected.
What is the relationship between radians and degrees?
The circumference of a circle is 360 degrees or 2Ο radians.
360 degrees = 2Ο radians
which is
degrees = radians x (180 / Ο)
1. PI Function Syntax
PI()
2. PI Function Arguments
PI function has no arguments.
3. PI Function example
Formula in cell B3:
The PI function returns 15 digits and is useful, for example, when graphing a SIN, COS or TAN curve.
4. How to graph a circle and a right triangle
'PI' function examples
The following article has a formula that contains the PI function.
The formula in cell D3 converts the radian decimal value to fractions of pi. Formula in cell D3: =TEXT(C3/PI(),"?/?")&"*"&CHAR(182) Explaining […]
Functions in 'Math and trigonometry' category
The PI function function is one of many functions in the 'Math and trigonometry' category.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form