|
104 | 104 | <meta name="twitter:image" content="android-chrome-256x256.png"> |
105 | 105 | <meta name="google-site-verification" content="CpLBi02S_32-FQW8m39B49j8i4oMY6lNkSsZ8VEFHsE" /> |
106 | 106 | <meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0" /> |
107 | | - <script type="application/ld+json" async> |
| 107 | +<meta name="google-site-verification" content="CpLBi02S_32-FQW8m39B49j8i4oMY6lNkSsZ8VEFHsE" /> |
| 108 | +<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0" /> |
| 109 | +<script type="application/ld+json" async> |
108 | 110 |
|
109 | 111 | { |
110 | 112 | "@context": "https://schema.org", |
|
113 | 115 | "about": { |
114 | 116 | "@type": "AboutPage", |
115 | 117 | "name": "About Basic Geometry Formulas", |
116 | | - "url": "https://basic-geometry.github.io/about" |
| 118 | + "url": "https://gmac4247.github.io/about" |
117 | 119 | }, |
118 | 120 | "alternateName": "Exact Geometry", |
119 | 121 | "accessMode" : "mathOnVisual" , |
|
228 | 230 | "@type": "SolveMathAction", |
229 | 231 | "name": "Area of a square", |
230 | 232 | "description": "The basis of area calculation", |
231 | | -"target": "https://basic-geometry.github.io", |
| 233 | +"target": "https://gmac4247.github.io", |
232 | 234 | "mathExpression-input": "required square_side=5_Area=?", |
233 | 235 | "mathExpression-output": "area = side * side = side^2", |
234 | 236 | "abstract": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Its area equals width * length. Related shapes are triangle, cube, cuboid and rectangle. A square is a special type of a rectangle with equal width and length. Related shapes are square, cuboid and triangle.", |
|
241 | 243 | "@type": "SolveMathAction", |
242 | 244 | "name": "Volume of a cube", |
243 | 245 | "description": "The basis of volume calculation", |
244 | | - "target": "https://basic-geometry.github.io", |
| 246 | + "target": "https://gmac4247.github.io", |
245 | 247 | "mathExpression-input": "required cube_edge=5_Volume=?", |
246 | 248 | "mathExpression-output": "volume = edge * edge * edge = edge^3", |
247 | 249 | "abstract": "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.", |
|
255 | 257 | "name": "Area of a circle", |
256 | 258 | "description": "The exact area of a circle based on direct comparison with a square.", |
257 | 259 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
258 | | - "target": "https://basic-geometry.github.io", |
| 260 | + "target": "https://gmac4247.github.io", |
259 | 261 | "mathExpression-input": "required circle_radius=5_Area=?", |
260 | 262 | "mathExpression-output": "3.2 * radius^2", |
261 | 263 | "abstract": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.", |
|
269 | 271 | "name": "Area of a circle segment", |
270 | 272 | "description": "The exact area of a circle segment by subtracting a triangle from a circle slice.", |
271 | 273 | "disambiguatingDescription": "Equivalent to the conventional method, but relies on trigonometric functions.", |
272 | | - "target": "https://basic-geometry.github.io", |
| 274 | + "target": "https://gmac4247.github.io", |
273 | 275 | "mathExpression-input": "required segment_radius=5_height=2_Area=?", |
274 | 276 | "mathExpression-output": "Acos((radius-segmentHeight) / radius) * radius^2 - sin(Acos((radius-segmentHeight)/radius)) * (radius-segmentHeight) * radius", |
275 | 277 | "image": "circleSegment.jpg", |
|
281 | 283 | "name": "Circumference of a circle", |
282 | 284 | "description": "Algebraic derivation of the exact circumference of a circle from its area", |
283 | 285 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
284 | | - "target": "https://basic-geometry.github.io", |
| 286 | + "target": "https://gmac4247.github.io", |
285 | 287 | "mathExpression-input": "required circle_radius=5_Circumference=?", |
286 | 288 | "mathExpression-output": "6.4 * radius", |
287 | 289 | "image": "circumference.jpg", |
|
293 | 295 | "name": "Volume of a sphere", |
294 | 296 | "description": "The exact volume of a sphere by directly comparing it to a cube.", |
295 | 297 | "disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 formula.", |
296 | | -"target": "https://basic-geometry.github.io", |
| 298 | +"target": "https://gmac4247.github.io", |
297 | 299 | "mathExpression-input": "required cone_radius=5_height=3_Volume=?", |
298 | 300 | "mathExpression-output": "3.2 * radius^2 * height / sqrt(8)", |
299 | 301 | "abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.", |
|
307 | 309 | "name": "Volume of a spherical cap", |
308 | 310 | "description": "The volume of a spherical cap based on the radius and the height of the cap.", |
309 | 311 | "disambiguatingDescription": "More accurate than the conventional formula ", |
310 | | - "target": "https://basic-geometry.github.io", |
| 312 | + "target": "https://gmac4247.github.io", |
311 | 313 | "mathExpression-input": "required cap_radius=5_height=3_Volume=?", |
312 | 314 | "mathExpression-output": "1.6 * radius^2 * sqrt(3.2) * height", |
313 | 315 | "image": "sphericalCap.jpg", |
|
319 | 321 | "name": "Volume of a cone", |
320 | 322 | "description": "The exact volume of a cone by comparing the volume of a quarter cone to an octant sphere with an equal radius.", |
321 | 323 | "disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.", |
322 | | - "target": "https://basic-geometry.github.io", |
| 324 | + "target": "https://gmac4247.github.io", |
323 | 325 | "mathExpression-input": "required cone_radius=5_height=3_Volume=?", |
324 | 326 | "mathExpression-output": "3.2 * radius^2 * height / sqrt(8)", |
325 | 327 | "abstract": "A cone is a 3 dimensional solid shape. Its measurable properties are its height and diameter. Its radius is half of the diameter. Its projections are circle and triangle. Related shapes are triangle, tetrahedron, regular polygon based pyramid, circle, cylinder and sphere.", |
|
338 | 340 | "name": "Volume of a frustum cone", |
339 | 341 | "description": "The exact volume of a frustum cone based on its top and bottom diameter and height by subtracting the missing tip from a theoretical full cone.", |
340 | 342 | "disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.", |
341 | | - "target": "https://basic-geometry.github.io", |
| 343 | + "target": "https://gmac4247.github.io", |
342 | 344 | "mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?", |
343 | 345 | "mathExpression-output": "frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)", |
344 | 346 | "image": "frustumOfConeMarkup.png", |
|
350 | 352 | "name":"Surface area of a cone", |
351 | 353 | "description": "The exact surface area of a cone based on its radius and height.", |
352 | 354 | "disambiguatingDescription": "Based on the real height.", |
353 | | - "target": "https://basic-geometry.github.io", |
| 355 | + "target": "https://gmac4247.github.io", |
354 | 356 | "mathExpression-input": "required cone_radius=5_height=3_Area=?", |
355 | 357 | "mathExpression-output": "3.2 * radius * (radius + sqrt(radius^2 +height^2))", |
356 | 358 | "image": "coneMarkup.jpeg", |
|
362 | 364 | "name": "Volume of a pyramid", |
363 | 365 | "description": "The exact volume of a pyramid based on its bottom area and height using the base × height / √8 coefficient of the volume of a cone", |
364 | 366 | "disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.", |
365 | | - "target": "https://basic-geometry.github.io", |
| 367 | + "target": "https://gmac4247.github.io", |
366 | 368 | "mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?", |
367 | 369 | "mathExpression-output": "baseArea * height / sqrt(8)", |
368 | 370 | "abstract": "A regular pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.", |
|
379 | 381 | "name": "Volume of a square frustum pyramid", |
380 | 382 | "description": "The exact volume of a square frustum pyramid based on its top and bottom base area and height", |
381 | 383 | "disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable", |
382 | | - "target": "https://basic-geometry.github.io", |
| 384 | + "target": "https://gmac4247.github.io", |
383 | 385 | "mathExpression-input": "required bottomEdge=5_topEdge=3_frustumHeight=2_Volume=?", |
384 | 386 | "mathExpression-output": "frustumHeight * (bottomEdge^2 * (1 / (1 - topEdge / bottomEdge)) - topEdge^2 * (1 / (1 - topEdge / bottomEdge) - 1)) / sqrt(8)", |
385 | 387 | "image": "frustumOfPyramidMarkup.png", |
|
391 | 393 | "name": "Volume of a tetrahedron", |
392 | 394 | "description": "The exact volume of a tetrahedron based on its edge length using the exact base × height / √8 coefficient of the volume of a cone", |
393 | 395 | "disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.", |
394 | | -"target": "https://basic-geometry.github.io", |
| 396 | +"target": "https://gmac4247.github.io", |
395 | 397 | "mathExpression-input": "required edge=5_Volume=?", |
396 | 398 | "mathExpression-output": "edge^3 / 8", |
397 | 399 | "abstract": "A tetrahedron is a 3 dimensional solid shape. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.", |
|
401 | 403 | } |
402 | 404 |
|
403 | 405 | ], |
404 | | -"url": "https://basic-geometry.github.io", |
| 406 | +"url": "https://gmac4247.github.io", |
405 | 407 | "usageInfo":"Calculate area and volume with enhanced accuracy using the Core Geometric System ™. This innovative framework provides a practical alternative to traditional methods, rooted in comparative geometry and scaling principles. Learn exact formulas for circles (A = 3.2r^2, C = 6.4r), spheres (V = (√(3.2)r)^3), cones, and more, with applications in engineering, computer graphics, and scientific research." |
406 | 408 | }, |
407 | 409 | "schemaVersion" : "https://schema.org/docs/releases.html#v29.2.", |
|
0 commit comments