Questions tagged [geometry]

For questions about geometric shapes, congruences, similarities, transformations, as well as the properties of classes of figures, points, lines, and angles.

Geometry is one of the classical disciplines of math. It is derived from two Latin words, "geo" + "metron" meaning earth & measurement. Thus it is concerned with the properties and relations of points, lines, surfaces, solids, and higher dimensional analogs. Since its earliest days, geometry has served as a practical guide for measuring lengths, areas, and volumes, and geometry is still used for this purpose today. Geometry is important because the world is made up of different shapes and spaces.

Geometry has applications to many fields, including art, architecture, physics, as well as to other branches of mathematics.

Sub-fields of contemporary geometry:

$1.\quad$ Algebraic geometry – is a branch of geometry studying zeroes of multivariate polynomials. It includes the linear and polynomial algebraic equations used for finding these sets of zeros. The applications of algebraic geometry include cryptography, string theory, etc.

$2.\quad$ Discrete geometry – is concerned with the relative positions of simple geometric objects, such as points, lines, triangles, circles etc.

$3.\quad$ Differential geometry – uses techniques of algebra and calculus for problem-solving. The applications of differential geometry include general relativity in physics, etc.

$4.\quad$ Euclidean geometry – The study of plane and solid figures on the basis of axioms and theorems including points, lines, planes, angles, congruence, similarity, solid figures. It has a wide range of applications in computer science, modern mathematics problem solving, crystallography etc.

$5.\quad$ Convex geometry – includes convex shapes in Euclidean space using techniques of real analysis. It has application in optimization and functional analysis in number theory.

$6.\quad$ Topology – is concerned with properties of space under continuous mapping. Its application includes consideration of compactness, completeness, continuity, filters, function spaces, grills, clusters and bunches, hyperspace topologies, initial and final structures, metric spaces, metrization, nets, proximal continuity, proximity spaces, separation axioms, and uniform spaces.

$7.\quad$ Plane geometry – This wing of geometry deals with flat shapes which can be drawn on a piece of paper. These include lines, circles & triangles of two dimensions.

$8.\quad$ Solid geometry – It deals with $3$-dimensional objects like cubes, prisms, cylinders & spheres.

Reference:

https://en.wikipedia.org/wiki/Geometry

50021 questions
5
votes
2 answers

A geometry problem - easy with trigonometry, harder without it

Consider a $\triangle ABC$, with $\angle A=15^{\circ}, \angle B=55^{\circ}, \angle C=110^{\circ}$. Prove that $c^2=ab+b^2$. This is from my math teacher. I solved it in 10 minutes with trigonomery, not that difficult. My question is: it is possible…
5
votes
1 answer

Geometry problem, with circle.

We have that $DS \parallel BA$ and $∠DOS+∠DTS=180°$ and $O$ is the centre of the circle. I should somehow prove that $AB=AC$. In case you'd tell me I didn't show any effort I want to tell you that I tried to make this drawing for 40 minutes. Thank…
5
votes
2 answers

Covering a sphere with spherical caps

Consider the $n-1$ dimensional unit sphere embedded in $\mathbb{R}^n$. For example, when $n=3$, the sphere is characterized by $x_1^2+x_2^2+x_3^2=1$. Define a special point as a point whose coordinates are all zero except one coordinate that is…
Golabi
  • 387
5
votes
1 answer

Fermat–Torricelli point for polygons

The Fermat–Torricelli point of a triangle is a point which minimizes the total distance from the point to the vertices. The geometric method of finding the Fermat–Torricelli point for triangles is well known. We may apply Lagrange Multipliers to…
5
votes
1 answer

What 'uniform' shapes can be used to build an approximated spherical object?

For the purpose of game development, I'm trying to figure out what uniform shapes can be used to create a approximated spherical object. To give an example of a shape that does not fit my criteria, consider the shapes that compose a soccer…
5
votes
1 answer

Point in triangle

Inside a random triangle, consider a point P and its distances PM, PN and PQ to the 3 sides a, b and c. For which location of the point P the below sum gets minimal? $$\frac{a}{PM} + \frac{b}{PN} + \frac{c}{PQ}$$ I think it is the incenter but how…
Jason
  • 193
5
votes
1 answer

Terminology: facet versus face in polytope

In a polytope, what are the difference and relation between facet and face? How are they defined respectively? Thanks and regards!
Tim
  • 47,382
5
votes
2 answers

Tracing the edges of a cube with the minimum pencil lifts.

I have a cube. I want to trace all the edges of the cube only once, lifting my pencil as few times as possible. Look at the top of a cube, and label the top left vertex as a and travel Clockwise labeling b, c, and d, with point e under a, f under b,…
Chris
  • 153
  • 1
  • 3
5
votes
2 answers

Equilateral triangle touching three sides of a square

Consider a unit square. What is the largest, and smallest, equilateral triangle with vertices touching the sides? Clearly the sides have to be larger than one, and it looks like the biggest would be with side…
user145413
5
votes
2 answers

Pentagonal trapezohedron with face perpendicular to side

How do I calculate the angles of the kites in a pentagonal trapezohedron (i.e., a d10) such that the edge opposite a face is perpendicular to that face? I.e., I'm trying to make $\alpha$ be 90 degrees in this picture:
Tordek
  • 163
5
votes
1 answer

Chebyshev vs Euclidean distance

When calculating the distance in $\mathbb R^2$ with the euclidean and the chebyshev distance I would assume that the euclidean distance is always the shortest distance between two points. Considering the following example $P_{1}=(1,2)$,…
xvzwx
  • 57
5
votes
3 answers

proving lines are perpendicular

Let $BCD$ $(BC
Blind
  • 1,116
5
votes
1 answer

Cutting a $D$-dimensional space with $n$ hyperplanes

I'm wondering the following: What's the maximum number of parts you can get when cutting a $D$-dimensional space with $n$ hyperplanes? The root of this questioning is that I first dicovered while studying simple neural nets for classification, that…
BusyAnt
  • 596
5
votes
3 answers

Illumination problem with one light ray

In the special case of the illumination problem where one uses only one light ray (instead of illuminating in every direction), is possible to illuminate a rectangle everywhere densely? Does this hold for almost every angle and starting position?
Wolf
  • 604
  • 3
  • 9
5
votes
2 answers

Relation of N-Dimentional Cubes and Pascal's triangle.

If we take a point and we pass a plane through it, we see it hits it at one point once so we get $[1]$. If we take a line segment and pass a plane through where the normal line is the line from opposite corners we hit one point twice so we get…
Jacob Claassen
  • 868
  • 1
  • 8
  • 19