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
4
votes
2 answers

Finding the center of gravity of a homogeneous tetrahedron

I am reading 'How to solve it' by George Polya and am stuck on a problem concerning finding the center of gravity of a homogeneous tetrahedron. The approach described by the author is to first solve for finding the center of gravity of a homogeneous…
Sara
  • 1,249
4
votes
2 answers

How to divide a circle with two perpendicular chords to minimize (and maximize) the following expression

Consider a circle with two perpendicular chords, dividing the circle into four regions $X, Y, Z, W$(labeled): What is the maximum and minimum possible value of $$\frac{A(X) + A(Z)}{A(W) + A(Y)}$$ where $A(I)$ denotes the area of $I$? I know…
Gerard
  • 4,264
4
votes
1 answer

How do I calculate the diameter of a bicycle chainring from the number of teeth?

One of the requirements when designing a bicycle frame is clearance between the chainstay and the teeth of the chain ring. This question was asked on bicycles.se, and the answers have me interested in the math behind it. …
zenbike
  • 223
4
votes
2 answers

Partition the points

Given an even number of points in general positions on the plane (that is, no three points co-linear), can you partition the points into pairs and connect the two points of each pair with a single straight line such that the straight lines do not…
4
votes
2 answers

How to find the height of a 2D coordinate on a four-sided 3D polygon plane?

How do I find the height of a given 2D coordinate on a four-sided 3D polygon plane? The polygon has no volume. I'm trying to match 3D terrain vectors to a 3D polygon. I'll always know that the 2D version of the 3D poly contains the 2D coordinate,…
SteveGSD
  • 177
4
votes
1 answer

Do two equal lines also count as intersecting?

So, I asked a question about how to find if three lines are concurrent. I built the algorithm I needed, and it was working well, until I started doubting my power of judgement. So my question: Are two equal lines also intersecting? For an example,…
4
votes
1 answer

Polygon with n sides

I'm wondering if this is true: If a polygon with n sides whose vertices are points of integer coordinates and the sides are equal, then n is even. can you prove or disprove it?
user85046
4
votes
1 answer

What do you see when you drive past an orchard?

If you've ever driven past an orchard where the trees are planted in a perfect grid, you may have noticed that if you align your line of sight with the grid, you can see down the successive rows and it looks kind of cool. If the trees are…
GMB
  • 4,186
4
votes
1 answer

Moving a rectangular box around a $90^\circ$ corner

I have seen quite a few problems like this one presented below. The idea is how to determine if it is possible to move a rectangular 3d box through the corner of a hallway knowing the dimensions of all the objects given. Consider a hallway with…
Beni Bogosel
  • 23,381
4
votes
4 answers

Prove that these two angles are equal

An inner circle touches the outer one at point P. BC is any chord of the inner circle, which when extended, cuts the outer circle at points A and D. That is, the line segment ABCD is a chord of the outer circle. Prove that $\angle APB = \angle…
Anant
  • 520
4
votes
0 answers

Coordinates in a torus eversion

(This may be a somewhat vague question.) If the circle $(y-R)^2+z^2=1$ ($R>1$) is revolved about the $z$-axis, the surface generated is a torus that can be parametrized by longitude $\alpha$ and latitude $\beta$ as follows: $$ \begin{align} x & =…
4
votes
2 answers

Easy Proof On Why The Orthic Triangle has the smallest perimeter.

Can anyone provide an easy to understand proof as to why the orthic triangle of an acute triangle has the smallest perimeter of all inscribed triangles? Thanks.
Teddy
  • 81
4
votes
1 answer

A problem relating to Circumscribed Quadrilaterals and Triangles.

Given a triangle ABC. For an arbitrary interior point X of the triangle denote by A1(X) the point intersection of the lines AX and BC, denote by B1(X) the point intersection of the lines BX and CA, and denote by C1(X) the point intersection of the…
user94529
  • 181
4
votes
4 answers

Can I determine the angles of a quadrilateral if I know the lengths of the sides and the difference between the diagonals?

I know the lengths of the four sides of a quadrilateral and the difference between the diagonals (but I do not know the actual lengths of the diagonals). My instinct is that this information ought to be sufficient to determine the angles of the…
Dave R
  • 41
  • 1
4
votes
3 answers

Geometry of a stool leg

I am building a stool with cross-braced legs and I am trying to figure out how to properly compute the size of the sides. I made the schema below: ABCD is a rectangle of length L and width l; the inner shape is the leg, so GH is parallel to EF; w…
bill0ute
  • 143