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

Rotating an arc and wanting to prove an angle is right

Let chord $AB$ of a circle divide it into two arcs. Let $C$ and $D$ me the midpoints of the minor and major arc, respectively. The minor arc is rotated around point $A$ by some angle. Point $B$ is mapped to $B',$ and $C$ is mapped to $C'.$ Let $P$…
mathisfun
  • 466
3
votes
3 answers

Proof on an equilateral triangle with a cevian extended to its circumcircle

Consider the following figure with equilateral triangle $ABC$ and a cevian $AQ$ extended to $P$ on its circumcircle. We are required to prove that: $\frac{1}{PB} + \frac{1}{PC} = \frac{1}{PQ}$ Let $\angle PAC = \alpha$ and let length of $AB = s$ By…
Gerard
  • 4,264
3
votes
0 answers

how to find the side lengths and height of a trapezium with 9 circles inscribed into it

I'm asking this question again since now I have a bit more insight into how to solve the problem my current method which is wrong was constructing a smaller trapezium inside the larger one using the centers of the circles you could then determine…
3
votes
1 answer

Why does the largest square inside a triangle share a side with said triangle?

There are many questions on this side asking to compute the area of the largest square that fits in a triangle (equilateral or more general). All otherwise excellent answers (and some of the questions) seem however to take for granted that this…
Vincent
  • 10,614
3
votes
0 answers

Iterative algorithm to build triangles in a circumference

We start with a triangle with vertices $A$, $B$, and $C$ on a given circumference. Now we want to find the midpoints of the sides: $M_{AB}$ (midpoint of $AB$), $M_{BC}$ (midpoint of $BC$), and $M_{CA}$ (midpoint of $CA$). Draw lines from vertex $A…
3
votes
4 answers

Prove that the points M, A, N are collinear.

Let $ABCD$ be a parallelogram, the symmetrical point $M$ point $B$ to point $D$, and $N$ a point located on the right $BC$ like this so that $B \in (CN)$ and $BN = 2 \cdot BC$. Prove that the points $M, A, N$ are collinear. Whether point $E$ is…
user1104319
3
votes
2 answers

Butterfly Theorem

Let $ABC$ an isosceles acute triangle and $D$ be the middle of the base $AB$. Let's consider $E \in AB$ and $O$, the circumcenter of the triangle $ACE$. Prove that the perpendicular in $D$ on $OD$, the perpendicular from $E$ to $BC$, and the…
ale
  • 1,744
3
votes
1 answer

Largest ball guaranteed to fit in a bounded polyhedron of volume $V$

Suppose that I have some polyhedron $F \subset [0,1]^d$ (the figure is convex and lies in a bounded unit cube in $d$-dimensional space). The figure also has a positive volume $V > 0$. My question is, what is the largest value of $a \ge 0$ such that…
3
votes
4 answers

How do I calculate how far to translate a convex hull (along a given axis) to avoid collision with another convex hull

I'm trying to come up with a method, given two convex hulls A & B, which overlap, to determine how far along a given axis vector (in a given direction) that I would have to translate B in order to avoid intersection with A. Consider the following…
ipmcc
  • 235
  • 1
  • 6
3
votes
2 answers

Number of disjoint regions = number of intersections + 1

If I have N circles, where every circle intersects every other circle at 2 distinct points, then the number of disjoint regions equals the number of intersections + 1. I would like to know if there is a nice intutive reasoning to why this is…
60q
  • 87
3
votes
1 answer

How to find the area of intersection of three rings/annulus?

How to find the area of the intersection/overlap-region of three rings/annuli? The center of the rings is positioned along a straight line. The center of the adjacent rings is equally distant. The width of the rings is equal. The problem is…
Junaid
  • 39
3
votes
0 answers

How many k-hyper-cubes does a n-hyper-cube have?

Let us say we have an n-dimensional hypercube. How many k-dimensional hypercubes does it contain? Some observations: Let us call have a function $S_k(n)$ which returns how many k-cubes are in a n-cube. $$k>n \implies S_k(n)=0$$ $$k=n \implies…
3
votes
1 answer

Which 3D solids have volume proportional to their surface area, if any?

This question isn't related to my math classes since I'm not taking any geometry, but I came up with the question of whether there's any solid where $V/S$ is a constant. If there was one, you could shrink or expand the solid and the ratio wouldn't…
3
votes
2 answers

Help With Creating An Algorithm For Finding The Area Of A Polygon.

Disclaimer: This is not homework, it is not for a class, and it is not for any kind of test. I'm trying to improve my skills with creating algorithms to solve word problems. I've been banging my head on this one and in the spirit of learning I…
Steve
  • 131
3
votes
2 answers

Volume calculation of truncated cones with elipses as base and top

I wish to calculate the volumes of a truncated cone whith asymetry over all axes and ellipses as base and top - how do I do that? I have height and radii of the corresponding ellipses. (I assume correctly I need the geometric means of the 2 radii…