|
198 | 198 | }, |
199 | 199 | "dateCreated" :"2019-01-11", |
200 | 200 | "datePublished":"2020-01-11", |
201 | | -"dateModified" :"2025-08-11", |
| 201 | +"dateModified" :"2025-08-12", |
202 | 202 | "description" : "Introducing the best-established and most accurate framework to calculate area and volume.", |
203 | 203 | "disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.", |
204 | 204 | "headline":"Introducing the Core Geometric System ™", |
205 | 205 | "image":[ |
206 | 206 | "geometry.jpeg", |
207 | | - "trigonometry.png", |
| 207 | + |
208 | 208 | "equityFigure.jpg" |
209 | 209 | ], |
210 | 210 | "inLanguage":"en-us", |
|
229 | 229 | "target": "https://basic-geometry.github.io", |
230 | 230 | "mathExpression-input": "required square_side=5_Area=?", |
231 | 231 | "mathExpression-output": "area = side * side = side^2", |
232 | | - "about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are triangle, cube, cuboid and rectangle. A square is a type of a rectangle with equal width and length. Related shapes are square, cuboid and triangle.", |
233 | | - "abstract": " The area of a square equals the square value of its side length.", |
| 232 | + "about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are square, triangle, cuboid and cube. A square is a special case of a rectangle with equal width and length.", |
| 233 | + "abstract": "The area of a rectangle equals the multiplied product of its width and length. If the width of the rectangle is equal to its length, that is a square with area equal to the square value of its side length.", |
234 | 234 | "educationalLevel": "basic", |
235 | 235 | "keywords": "side, length, area", |
236 | 236 | "image": "square.png", |
|
244 | 244 | "target": "https://basic-geometry.github.io", |
245 | 245 | "mathExpression-input": "required cube_edge=5_Volume=?", |
246 | 246 | "mathExpression-output": "volume = edge * edge * edge = edge^3", |
247 | | - "about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its volume is width * length * height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid. Its measurable property is its edge length. Its projections are square, square and square. Related shapes are sphere, square and cuboid.", |
248 | | - "abstract": " The volume of a cube equals the cubic value of its edge length.", |
| 247 | + "about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid with equal width, length and height. Its projections are square, square and square.", |
| 248 | + "abstract": "The volume of a cuboid equals width * length * height. If its width, length and height are equal, that is a cube with a volume equal to the cubic value of its edge length.", |
249 | 249 | "educationalLevel": "basic", |
250 | 250 | "keywords": "edge, length, volume", |
251 | 251 | "image": "cubeMarkup.jpeg", |
252 | 252 | "eduQuestionType": "Volume calculation" |
253 | 253 | }, |
254 | 254 |
|
| 255 | +{ |
| 256 | + "@type": "SolveMathAction", |
| 257 | + "name": "Area of a triangle", |
| 258 | + "description": "Comparing the area of a triangle to a rectangle to express its area in terms of a square.", |
| 259 | +"target": "https://basic-geometry.github.io", |
| 260 | + "mathExpression-input": "required triangle_base=5_height=2_Area=?", |
| 261 | + "mathExpression-output": "area = base * height / 2", |
| 262 | + "about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.", |
| 263 | + "abstract": "The area of a triangle equals exactly the half of the area of a rectangle with a width equal to the base of the triangle and length equal to the height of the triangle. Multiplying the base of a triangle by its 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.", |
| 264 | + "educationalLevel": "basic", |
| 265 | + "keywords": "side, length, height, area", |
| 266 | + "image": "trigonometry.png", |
| 267 | + "eduQuestionType": "Area calculation" |
| 268 | + }, |
| 269 | + |
255 | 270 | { |
256 | 271 | "@type": "SolveMathAction", |
257 | 272 | "name": "Area of a circle", |
@@ -1233,7 +1248,11 @@ <h5 style="font-size:160%;margin:7px">Trigonometry</h5> |
1233 | 1248 | </script> |
1234 | 1249 | </div> |
1235 | 1250 | <div> |
1236 | | - <p style="margin:12px;">Multiplying the base by the height of a triangle 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. |
| 1251 | + <p style="margin:12px;">The area of a triangle equals exactly the half of the area of a rectangle with a width equal to the base of the triangle and lengt equal to the height of the triangle. |
| 1252 | +<br> |
| 1253 | +Multiplying the base of a triangle by its height gives a rectangle with an area exactly the double of the triangle. |
| 1254 | +<br> |
| 1255 | +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. |
1237 | 1256 | <br> |
1238 | 1257 | <br> |
1239 | 1258 | The area of a triangle can also be calculated by the length of its sides. |
|
0 commit comments