Tag

geometry

0 views collected around this technical thread.

Model Perspective
Model Perspective
Dec 17, 2024 · Fundamentals

Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes

This article explores the geometric interpretation of Cramer's Rule, illustrating how determinants represent areas of parallelograms in 2‑D and volumes of parallelotopes in 3‑D, and shows step‑by‑step how these visualizations lead to solving linear systems.

Cramer's ruleareadeterminant
0 likes · 6 min read
Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes
Model Perspective
Model Perspective
Sep 1, 2024 · Fundamentals

Why Mathematics Exists: From Counting Grain to Modeling the Universe

This article explores how mathematics originated from humanity's need to simplify complex real‑world problems—starting with basic counting for food and trade, evolving through geometry and algebra, and becoming the language that underpins modern science and everyday decision‑making.

algebrageometryhistory of math
0 likes · 6 min read
Why Mathematics Exists: From Counting Grain to Modeling the Universe
Model Perspective
Model Perspective
Aug 9, 2024 · Fundamentals

Which Math Theorem Is the Most Beautiful? A Ranked Survey

Based on a 1988 survey of 68 readers who scored 24 famous mathematical theorems, this article presents a ranked list with average scores and brief explanations, revealing which results are considered the most beautiful in mathematics.

EulerSurveybeauty
0 likes · 9 min read
Which Math Theorem Is the Most Beautiful? A Ranked Survey
Model Perspective
Model Perspective
May 19, 2024 · Fundamentals

Can a Square Exist on Curved Surfaces? Exploring Geometry Beyond the Plane

This article examines the definition of a square, explains why in Euclidean plane a square must have four equal sides and right angles, and then explores how curvature on spherical and hyperbolic surfaces allows shapes with equal edges and right angles to have three, two, or more sides, illustrating concepts of curvature and geodesics.

curvaturegeometryhyperbolic geometry
0 likes · 7 min read
Can a Square Exist on Curved Surfaces? Exploring Geometry Beyond the Plane
Model Perspective
Model Perspective
Oct 11, 2023 · Fundamentals

Unlocking Lattice Geometry: How Pick’s Theorem Calculates Polygon Areas

Pick’s Theorem offers a surprisingly simple way to compute the area of any simple lattice polygon by counting its boundary and interior integer points, and this article explains the theorem’s statement, proof sketch, and a step‑by‑step rectangle example illustrating its practical use.

Pick's theoremarea calculationgeometry
0 likes · 3 min read
Unlocking Lattice Geometry: How Pick’s Theorem Calculates Polygon Areas
Model Perspective
Model Perspective
Dec 9, 2022 · Fundamentals

How the Golden Ratio Optimizes Milk Carton Design for Cost Savings

This article explores how mathematical modeling and the golden ratio can be applied to optimize the length‑width‑height proportions of a fixed‑volume milk carton, minimizing surface area and packaging cost while revealing the harmonious geometry behind its design.

Optimizationgeometrygolden ratio
0 likes · 3 min read
How the Golden Ratio Optimizes Milk Carton Design for Cost Savings
Model Perspective
Model Perspective
Dec 5, 2022 · Fundamentals

Can All Four Legs of a Chair Touch the Ground on an Uneven Surface? A Mathematical Proof

Exploring whether a chair with four equal-length legs can always rest evenly on a non‑flat surface, this article models the problem using coordinate transformations and continuity, applies the intermediate value theorem, and demonstrates that on a smooth curved floor the legs can indeed all touch simultaneously.

continuitygeometryintermediate value theorem
0 likes · 6 min read
Can All Four Legs of a Chair Touch the Ground on an Uneven Surface? A Mathematical Proof
Model Perspective
Model Perspective
Nov 24, 2022 · Fundamentals

Where Should You Shoot? Uncovering the Optimal Soccer Goal Positions with Geometry

This article models soccer shooting using simple geometric assumptions, divides the field into three zones, derives hyperbolic trajectories for optimal shooting points, introduces shooting‑equivalent lines, and shows that the best shooting spots are not always closest to the goal.

Sports Analyticsgeometrymathematical modeling
0 likes · 4 min read
Where Should You Shoot? Uncovering the Optimal Soccer Goal Positions with Geometry
Model Perspective
Model Perspective
Oct 26, 2022 · Fundamentals

How Mathematical Modeling Turns Complex Problems into Simple Proofs

This article shows how adopting appropriate mathematical models—function, geometric, combinatorial, and similarity models—can transform intricate algebraic and geometric proof problems into clear, concise solutions, illustrating each approach with concrete examples and visual aids.

algebracombinatoricsgeometry
0 likes · 6 min read
How Mathematical Modeling Turns Complex Problems into Simple Proofs
Model Perspective
Model Perspective
Oct 19, 2022 · Fundamentals

Why Doubling a Baking Pan Quadruples Your Brownie Recipe

Discover how doubling the length and width of a baking pan quadruples its area, requiring four times the ingredients, and learn the general rule that scaling any two‑dimensional shape by a factor k increases its area by k squared, illustrated with brownies and geometric examples.

area scalinggeometrymath education
0 likes · 3 min read
Why Doubling a Baking Pan Quadruples Your Brownie Recipe
Bilibili Tech
Bilibili Tech
Sep 13, 2022 · Frontend Development

Vector Animation Foundations: Path Class, Bézier Curves, and Rational Bézier Geometry

The article explains how Bilibili’s Chronos engine can support vector animation by defining a Path class that stores drawing verbs, points, and conic weights, and by detailing Bézier and rational Bézier curve mathematics, De Casteljau evaluation, subdivision, and flattening techniques needed for resolution‑independent, GPU‑friendly rendering.

Bézier curvesanimationgeometry
0 likes · 22 min read
Vector Animation Foundations: Path Class, Bézier Curves, and Rational Bézier Geometry
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve

The article explains how the Koch curve, a classic fractal introduced by Helge von Koch, is constructed, why its perimeter grows without bound while its area remains zero, and how this illustrates why natural coastlines cannot have a well‑defined length, contrasting smooth curves with self‑similar fractals.

Koch curvefractalgeometry
0 likes · 10 min read
Why Coastlines Have No Finite Length: The Infinite Perimeter of the Koch Curve
Model Perspective
Model Perspective
Jul 24, 2022 · Fundamentals

Understanding Neighborhoods, Interior, Exterior, and Boundary Points in Geometry

This article explains the concepts of neighborhoods, interior, exterior, and boundary points of sets, introduces accumulation points, defines open and closed regions, and describes n‑dimensional Euclidean spaces and multivariable functions, illustrating each with diagrams.

analysisgeometrymathematics
0 likes · 5 min read
Understanding Neighborhoods, Interior, Exterior, and Boundary Points in Geometry
ByteFE
ByteFE
Jun 8, 2022 · Frontend Development

Understanding Distance Fields for Triangles, Regular Polygons, and Ellipses in WebGL

This article explains how to construct signed distance fields for triangles, regular polygons and ellipses using GLSL shaders in WebGL, covering the mathematical definitions, interior‑exterior detection, code implementations, and techniques for repeating patterns to create complex procedural graphics.

Distance FieldsGLSLProcedural Graphics
0 likes · 13 min read
Understanding Distance Fields for Triangles, Regular Polygons, and Ellipses in WebGL
IT Services Circle
IT Services Circle
Mar 14, 2022 · Fundamentals

Counting Isosceles Acute Triangles in a Regular n‑gon – Analysis and Java Solution

This article explains how to count the number of isosceles acute‑angled triangles whose vertices lie on the vertices of a regular n‑gon, discusses separate cases for even and odd n, handles duplicate equilateral triangles, and provides a correct Java implementation that avoids integer overflow.

JavaLeetCodealgorithm
0 likes · 8 min read
Counting Isosceles Acute Triangles in a Regular n‑gon – Analysis and Java Solution
IT Services Circle
IT Services Circle
Mar 7, 2022 · Fundamentals

Counting Isosceles Acute Triangles in a Regular n‑gon – Analysis and Java Solution

This article explains how to count the number of isosceles acute triangles whose vertices lie on a regular n‑gon (3 ≤ n ≤ 10⁷), derives separate formulas for even and odd n, handles duplicate equilateral cases, and provides a correct Java implementation that avoids overflow.

Javaalgorithmcoding
0 likes · 8 min read
Counting Isosceles Acute Triangles in a Regular n‑gon – Analysis and Java Solution
Laravel Tech Community
Laravel Tech Community
Aug 24, 2021 · Fundamentals

Apache Commons Geometry 1.0 Released with New Features, Bug Fixes, and Changes

Apache Commons Geometry 1.0 has been officially released, introducing new transformation methods, geometry tutorials, enhanced I/O modules, additional utility functions, several bug fixes, and numerous internal improvements such as updated precision handling and migration to JUnit 5.

Apache CommonsFeaturesJava
0 likes · 3 min read
Apache Commons Geometry 1.0 Released with New Features, Bug Fixes, and Changes
New Oriental Technology
New Oriental Technology
Dec 28, 2020 · Fundamentals

Transforming Intermediate Points of a Wire During Mouse Drag: Methods and Solutions

The article analyzes how to update the positions of intermediate points on a wire when the user drags the wire with the mouse, compares three solution approaches—including point‑wise rotation and scaling, a complex geometric construction, and a unified transformation matrix—and summarizes their trade‑offs.

Transformationalgorithmgeometry
0 likes · 8 min read
Transforming Intermediate Points of a Wire During Mouse Drag: Methods and Solutions
Python Programming Learning Circle
Python Programming Learning Circle
May 25, 2020 · Fundamentals

Using Python to Compute the Shaded Area of a Sixth‑Grade Geometry Problem

The article demonstrates how to solve a sixth‑grade geometry problem by programmatically drawing the figure with Python, randomly sampling points inside a rectangle, and estimating the shaded region's area through Monte‑Carlo simulation, achieving results close to the exact answer.

algorithmarea calculationgeometry
0 likes · 3 min read
Using Python to Compute the Shaded Area of a Sixth‑Grade Geometry Problem
Model Perspective
Model Perspective
Mar 20, 2016 · Fundamentals

How Buffon's Needle Reveals π: A Simple Simulation Explained

Buffon's needle problem demonstrates how dropping randomly oriented needles between parallel lines can be used to approximate π, and the article explains the geometric reasoning, angle handling, and simplified scalar representation that make the simulation both accurate and computationally efficient.

Buffon's needleMonte Carlo simulationgeometry
0 likes · 4 min read
How Buffon's Needle Reveals π: A Simple Simulation Explained