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

Fermat-Torricelli minimum distance

The Fermat - Torricelli point minimizes sum of distances $S$ taken from vertices of a triangle of sides $a,b,c. $ Find $S$ in terms of $a,b,c$. Am trying to set up problem with a Lagrange multiplier or partial derivatives for extremization but it…
Narasimham
  • 40,495
6
votes
2 answers

Geometry - Pentagon

This is a tough program I have hard time to find the answer. Can anyone help me? Thank you very much in advance. Problem - In regular pentagon $ABCDE$, point $M$ is the midpoint of side $AE$, and segments $AC$ and $BM$ intersect at point $Z$. If $ZA…
user321645
6
votes
2 answers

How to find the shortest path between opposite vertices of a cube, traveling on its surface?

I am stuck with the following problem that says: Let $A,B$ be the ends of the longest diagonal of the unit cube . The length of the shortest path from $A$ to $B$ along the surface is : $\sqrt{3}\,\,$ 2.$\,\,1+\sqrt{2}\,\,$ …
learner
  • 6,726
6
votes
2 answers

Equation of right circular cylinder with radius of the base as 2 units.

Obtain the equation of right circular cylinder with radius of the base as 2 units. Its axis passes through $(1, 2, 3)$ and direction cosines are given as $(2, -3, 6)$ I got $45x^2+40y^2+13z^2+12xy-36yz-24zx-42x-280y-126z+294 = 0$
Hyperbola
  • 2,425
6
votes
1 answer

Determining the minimum number of pixels on the boundary of a circle drawn in discrete space

I am trying to draw a circle in discrete space (actual image pixel space). I have the center (x,y) and radius r of a circle that I am supposed to draw. The manner in which I draw this circle is the following: Starting from the center position (x,y),…
Mustafa
  • 253
  • 1
  • 3
  • 7
6
votes
1 answer

Proving the lines $AB$ and $PQ$ are perpendicular

The points A, B, C and D, in this particular order, lie on a circle. The chords AC and BD intersect in the point P, the line through $C$ perpendicular to AC and the line through $D$ perpendicular to BD intersect in the point Q. How do you prove that…
John
  • 61
6
votes
3 answers

Prove that $\angle{BEC}=\angle{DAC}$.

A convex quadrilateral $\quad{ABCD}$ has $AD=CD$ and$\angle{DAB}=\angle{ABC}<90$. The line through $D$ and the midpoint of $BC$ meets line $AB$ in $E$. Prove that $\angle{BEC}=\angle{DAC}$. I have to approaches: Either we can prove that $EB.EA=EC^2$…
Satvik Mashkaria
  • 3,636
  • 3
  • 19
  • 37
6
votes
0 answers

Optimal escape route out of a half-space in $\mathbb{R}^3$

In $\mathbb{R}^3$, what is the minimum length of a curve starting at the origin whose convex hull contains the unit sphere centered at the origin? I'm looking for an exact answer or bounds. The answer in $\mathbb{R}^2$ turns out to be $(1 +…
dshin
  • 1,525
6
votes
1 answer

Do all figures have a "centre", equidistant from all vertices?

Can we prove or disprove that : There exists for any given closed figure, a point which is equidistant from all of its vertices? Any closed figure means literally any closed figure? I am gonna instinctively say no, but How!?
6
votes
6 answers

Finding the radius of a circle inside of a triangle

What is the measure of the radius of the circle inscribed in a triangle whose sides measure $8$, $15$ and $17$ units? I can easily understand that it is a right angle triangle because of the given edges. but I don't find any easy formula to…
6
votes
4 answers

Explain the following equalities

I am a little stuck on coming up with geometrical explanation for why the following equalities are true. I tried arguing the $\cos(\theta)$ is the projection to the x-axis of a vector $r$ inside a unit circle, so as it goes around by $2 \pi$, the…
Paichu
  • 1,809
6
votes
2 answers

Predicate for intersection of polygons

What is a (computationally) fast way of determining whether two polygons intersect, without actually computing this area of intersection? Definitions polygon: a counterclockwise simply connected sequence of points. intersects: have a nonzero area…
Anders Forsgren
  • 203
  • 1
  • 4
6
votes
2 answers

Determine whether a point lies inside the curve or outside a random curve using pencil and scale

Say, I am given a point and a closed curve. I don't know anything about the curve (where it is, what it is, its size etc.;say it is hidden somewhere)."I just can't see the curve but I can see the point where it is." I am supplied with a pencil and a…
6
votes
4 answers

Out of 6 points in the interior of a square of sidelength 3, two are at distance less than 2

Prove that having 6 points in the interior of a square of side length 3, we can choose 2 of them so that the distance between them is less than 2. Looks obvious, but I can't get a rigorous demonstration. I tried to cover the square with 6 circles…
user261263
6
votes
3 answers

How do I verify that a line is parallel to a plane?

If the line $r$ has direction vector $(0,2,0)$, how can I verify if it is parallel to the following plane $\pi : x+y+z-2=0$ with orthogonal direction vector $(1,1,1)$?