Perimeter Formulas
Perimeter Formulas - Right Triangles
The right triangle is unique in that one of the sides is always perpendicular to the base of the triangle and the area calculation can be made using the existing dimensions.
Another characteristic of the right triangle is that, if the lengths of two sides of the triangle are known, the length of the third side may be found. This is based on the Pythagorean theorem which states that the square of the length of the hypotenuse of a right triangle is equal to the sum of the squares of the length of the other two sides.
a = altitude, b = base, c = hypotenuse
Pythagorean Theorem: c2 = a2 + b2
Therefore, using sqrt() to represent the square root function
The length of side c = sqrt(a2 + b2)
The length of side a = sqrt(c2 - b2)
The length of side b = sqrt(c2 - a2)
Example:
The length of side c = sqrt(a2 + b2)
c = sqrt(302 + 402)
c = sqrt(900 + 1600) = sqrt(2500)
c = 50
Perimeter Formulas - Circles
Circumference (C) is equal to the distance around the outside of the circle.
Diameter (D) is the straight-line distance between two opposite points on the circumference, passing through the center.
Radius (R) is the distance from the center of the circle to a point on the circumference.
The radius is equal to one-half the diameter of the circle.
Pi is equal to the circumference divided by the diameter. = 3.14159
Circumference (C) =Pi x diameter (D)
Diameter (D) = circumference (C) / Pi
Radius (r) = diameter (D) / 2,
Example:
A circular lot has a diameter of 20 feet.
What is the circumference of the lot?
C = Pi D
C = 3.14159 X 20 feet
C = 62.8318 feet
What is the radius of the circle?
R= D / 2
R = 20 feet / 2
R= 10 feet