Skip to content

Commit 00340ee

Browse files
authored
Update README.md
1 parent b7fb763 commit 00340ee

1 file changed

Lines changed: 47 additions & 19 deletions

File tree

README.md

Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
Providing the best-established and most accurate framework to calculate area and volume using the 3D coordinate system.
1+
# Core Geometric System
22

3+
Providing the best-established and most accurate framework to calculate area and volume using the 3D coordinate system.
34

45
<!---
5-
Gmac4247/Gmac4247 is providing the best-established and most accurate functional frameworkto calculate area and volume using the 3D coordinate system.
6+
Basic Geometry is providing the best-established and most accurate functional frameworkto calculate area and volume using the 3D coordinate system.
67
--->
78

8-
Geometric Calculations Framework
9+
Key Points
10+
11+
- Comparative Geometry: Using geometric relationships to derive areas and volumes.
12+
- Scaling and Proportions: Applying proportional relationships for accurate calculations.
13+
- Algebraic Manipulation: Simplifying equations to ensure coherence and precision.
14+
- Exact vs. Approximate Values: Recognizing the use of simpler constants for practicality while maintaining exact values for accuracy.
915

1016
1. Area of a Circle:
1117
- Compared to a square, using geometric properties and the Pythagorean theorem.
@@ -23,12 +29,6 @@ Geometric Calculations Framework
2329
- Compared to an octant sphere and a quarter cylinder.
2430
- Formula: V = 3.2r²height/√8
2531

26-
Key Points
27-
28-
- Comparative Geometry: Using geometric relationships to derive areas and volumes.
29-
- Scaling and Proportions: Applying proportional relationships for accurate calculations.
30-
- Algebraic Manipulation: Simplifying equations to ensure coherence and precision.
31-
- Exact vs. Approximate Values: Recognizing the use of simpler constants for practicality while maintaining exact values for accuracy.
3232

3333
Applications
3434

@@ -38,18 +38,46 @@ Applications
3838
- Optimization Problems: Logistics, resource management.
3939
- Quantum Computing: Algorithm development, simulation.
4040

41-
The constant relationship between a circle's circumference and its diameter has captivated mathematicians for millennia. While its approximate value of 3.14159…, commonly denoted by the Greek letter π, is widely recognized today, the historical development of this concept is less understood.
41+
42+
How Accurate Are the Conventional Geometry Formulas?
43+
44+
Historically, Euclidean geometry has provided a framework for understanding and describing the physical world. It is based on axioms and postulates, leading to well-defined formulas for the calculation of areas and volumes of shapes such as circles and spheres.
45+
46+
The concept of setting the square and the cube as the basis of the area and the volume calculation is well established and straightforward. Regardless of the shape of the measured object, the unit of measurement of the area is square units and the volume can be expressed as cubic units.
47+
48+
In the case of the area of a triangle, it is an easy task because multiplying the base by the height gives a rectangle with an area exactly the double of the triangle. The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.
49+
50+
In the case of the volume of a cuboid, it is a simple multiplication of the edges. The cubic root of the product of the edges is the edge length of the theoretical cube that has the same volume as the cuboid.
51+
52+
Other shapes are more challenging. The ratios are in the shapes; one just has to write them down algebraically.
53+
54+
The constant relationship between a circle's circumference and its diameter has captivated mathematicians for millennia.
55+
56+
While its approximate value of 3.14159…, commonly denoted by the Greek letter π, is widely recognized today, the historical development of this concept is less understood.
57+
4258
Ancient civilizations grappled with this geometric challenge, employing various methods to approximate this ratio.
43-
A Greek mathematician is credited with refining these approximations through the method of in- and circumscribed polygons.
44-
His approach was that the ratio between the perimeter and the diameter of a circle can be estimated by comparing the circumference of the circle to the perimeters of an in- and a circumscribed polygon. The polygons can be divided into triangles. The ratio between the triangles' legs and their hypotenuses can be measured linearly.
45-
That's where the pi/delta=3.14... denotation might originate from.
46-
This method has several limitations. He tried to increase the accuracy by increasing the number of the sides of the polygons. This approach cannot yield an accurate result.
59+
60+
A Greek mathematician is credited with refining these approximations through the method of inscribed and circumscribed polygons.
61+
His approach was that the ratio between the perimeter and the diameter of a circle can be estimated by comparing the circumference of the circle to the perimeters of an inscribed and a circumscribed polygon. The polygons can be divided into triangles. The ratio between the legs of the triangles and their hypotenuses can be measured linearly.
62+
That is where the pi/delta=3.14 notation might originate from.
63+
This method has several limitations. He tried to increase the accuracy by increasing the number of sides of the polygons. This approach cannot produce an accurate result.
64+
4765
The same coefficient was used to calculate the ratio between the squared radius and the area of a circle.
48-
Despite these early advancements, a precise, universally accepted value for this constant remained elusive for centuries.
49-
With its value believed to be an infinite fraction, it seemed necessary to denote it with a sign in equations.
50-
It wasn’t until the 18th century that the symbol π, popularized by the mathematicians of the time gained widespread acceptance.
51-
Several complex formulas were introduced by different mathematicians, aiming to more accurately estimate this ratio, based on a theoretical polygon with an infinite number of sides.
52-
All the above mentioned comparison methods have one thing in common. They are estimating the perimeters of polygons and do not account for the curved shape of the circle.
66+
67+
Despite these early advances, a precise, universally accepted value of this constant remained elusive for centuries.
68+
With its value believed to be an infinite fraction, it seemed necessary to denote it by a sign in the equations.
69+
70+
It was not until the 18th century that the symbol π, popularized by the mathematicians of the time, gained widespread acceptance.
71+
72+
Several complex formulas were introduced by different mathematicians, aimed at more accurately estimating this ratio, based on a theoretical polygon with an infinite number of sides.
73+
74+
All of the comparison methods mentioned above have one thing in common. They are estimating the perimeters of polygons and do not account for the curved shape of the circle.
75+
76+
Historical records suggest that a legislative process took place in 1897, Indiana, USA, known as House Bill 246, or Indiana Pi Act, aiming to replace the numeric value 3.14 by 3.2.
77+
78+
Unfortunately, the exact details of the proposed method in the Indiana Pi Bill are somewhat obscure and have been interpreted differently by various accounts.
79+
80+
By focusing on area relationships and direct comparisons between shapes, the following method emphasizes a more intuitive and potentially more fundamental understanding of geometric concepts.
5381

5482

5583
The area of a circle is defined by comparing it to a square, as that’s the base of area calculation.

0 commit comments

Comments
 (0)