Geometry Equations
Sample Prompt
Create a list of the 25 most commonly used
equations in a high school geometry course.
For each equation, return the following:
1. The name of the equation in markdown level 4.
2. Within the body, return the equation in LaTeX format
3. Surround the equation with dollar signs
4. For each variable in the equation, add a "where:" that defines each variable
5. Put blank lines around the list of variables
6. Wrap the variables names in dollar signs
Examples:
#### Slope and Intercept
$y = m * x + b$
where:
- $y$ is the vertical axis
- $x$ is the horizontal axis
- $m$ is the slope
- $b$ is the intercept
#### Area of a Circle
$A = 2\pi r^2$
where:
- $A$ is the area of the circle
- $r$ is the radius
Sample Response from ChatGPT
Note
We had to do extensive filtering on this because the Markdown Paste does not work correctly on LaTeX equations in VSCode. See the src/latex-cleanup code for details on the Python filter we had ChatGPT create to clean up the formatting.
1. Area of a Triangle
where:
- A is the area of the triangle
- b is the base of the triangle
- h is the height of the triangle
2. Pythagorean Theorem
where:
is the hypotenuse of the right triangle and are the other two sides
3. Area of a Circle
where:
is the area of the circle is the radius
4. Circumference of a Circle
where:
is the circumference is the radius
5. Distance Formula
where:
is the distance between two points and are the coordinates of the two points
6. Midpoint Formula
where:
- M is the midpoint of the segment
and are the endpoints
7. Slope Formula
where:
is the slope and are the points
8. Area of a Rectangle
is the area is the length is the width
9. Perimeter of a Rectangle
where:
is the perimeter is the length is the width
10. Area of a Parallelogram
where:
is the area is the base is the height
11. Area of a Trapezoid
where:
is the area and are the bases is the height
12. Volume of a Rectangular Prism
where:
is the volume is the length is the width is the height
13. Surface Area of a Rectangular Prism
is the surface area is the length is the width is the height
14. Volume of a Sphere
where:
is the volume is the radius
15. Surface Area of a Sphere
is the surface area is the radius
16. Volume of a Cylinder
where:
is the volume is the radius is the height
17. Surface Area of a Cylinder
where:
is the surface area is the radius is the height
18. Volume of a Cone
where:
is the volume is the radius is the height
19. Surface Area of a Cone
where:
is the surface area is the radius is the slant height
20. Area of a Regular Polygon
where:
is the area is the apothem is the perimeter
21. Sum of Interior Angles of a Polygon
where:
is the sum of the interior angles is the number of sides
22. Measure of Each Interior Angle of a Regular Polygon
where:
is the measure of each interior angle is the number of sides
23. Law of Sines
where:
are the sides of the triangle are the angles opposite those sides
24. Law of Cosines
where:
is the side opposite angle C and b are the other sides is the included angle
25. Equation of a Circle
where:
is the center of the circle is the radius