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

About four points lying on a sphere

This seems to be a curious problem: Four points $A,B,C,D$ are chosen on a sphere of radius $1$ such that the centre $O$ of the sphere lies inside the tetrahedron $ABCD$. Prove that $|\vec{OA}+\vec{OB}+\vec{OC}+\vec{OD}|<2$. An analogous problem in…
kabenyuk
  • 10,712
14
votes
1 answer

$\angle ABD=38°, \angle DBC=46°, \angle BCA=22°, \angle ACD=48°,$ then find $\angle BDA$

I'm interested in Langley's problem. I've been struggling to solve the following question and I've just got the result by a tedious calculation using Euler's formula $e^{i\pi x/{180}}=\cos{x°}+\sin{x°}$. In a convex quadrilateral $ABCD$, letting…
mathlove
  • 139,939
14
votes
2 answers

Strapping down a cylinder

I want to strap down a big heavy cylinder on a flatbed truck. The strap is attached to the truck bed as shown in the picture and also behind. Will the strap slip off as in the next picture? PS. This is a purely geometrical question about the…
cdupont
  • 265
  • 1
  • 5
14
votes
2 answers

$n$ lines cannot divide a plane region into $x$ regions, finding $x$ for $n$

I noticed that $3$ lines cannot divide the plane into $5$ regions (they can divide it into $2,3,4,6$ and $7$ regions). I have a line of reasoning for it, but it seems rather ad-hoc. I also noticed that there are no "gaps" in the number of divisions…
kuch nahi
  • 6,789
14
votes
2 answers

Do infinitely many points in a plane with integer distances lie on a line?

Someone posted a question on the notice board at my University's library. I've been thinking about it for a while, but fail to see how it is possible. Could someone verify that this is a valid question and point me in the right direction? 'Given an…
Ayush
  • 243
14
votes
3 answers

well separated points on sphere

Is there a way to generate k points on a n-sphere, say, $x_1,\dots,x_k$ such that $\min_{ i \neq j } \| x_i - x_j \| $ is as large as possible? Approximate solutions are also OK, I just need well separated points on a sphere.
14
votes
1 answer

Is there a name for the center of a line?

Is there a name for the center point for a line? For example: ---------o--------- If the dashes represent a straight line and the O represents the center of that line, what would the name for that center point be?
Dan S.
  • 143
  • 6
14
votes
1 answer

How tall should my Christmas tree be?

This question has vexed me for the 20 years we've lived at my current house. There is a fir tree in the front that I dress every Christmas with lights. It grows. I prune it. This is what it looks like with the lights on... The bulbs (purple…
14
votes
3 answers

Why is Gimbal Lock an issue?

I understand what the problem with Gimbal Lock is, such that at the North Pole, all directions are south, there's no concept of east and west. But what I don't understand is why this is such an issue for navigation systems? Surely if you find you're…
Noel M
  • 251
14
votes
3 answers

Deriving the Area of a Sector of an Ellipse

A sector $P_1OP_2$ of an ellipse is given by angles $\theta_1$ and $\theta_2$. Could you please explain me how to find the area of a sector of an ellipse?
ezpresso
  • 593
  • 3
  • 6
  • 14
13
votes
4 answers

Prove a line cannot intersect all 3 of the sides of a triangle at interior points

Here, a story is told of a competitor in the Russian math olympiad of 1945. The boy did not solve a single problem, but received a prize for writing: I spent much time trying to prove that a straight line can't intersect three sides of a triangle…
Potato
  • 40,171
13
votes
3 answers

Given a point, slope and a distance along that slope, easily (?) find a second point.

I have a point [x1,y1], a slope m of a line that passes through that point. I'd like to find either point [x,y] that is d distance away from that original point. Work so far: $$ y = m(x - x_1) + y_1 $$ $$ x = \frac{y + mx_1 - y_1}m $$ And then (if…
GSP
  • 233
13
votes
3 answers

Non-standard geometry problem

I am trying to solve the following problem: A plane, convex, bounded figure has the property that any chord which splits it in half las length at most $1$. Prove that the figure has area less than $2$. I'm not sure how to approach it, and how to…
Beni Bogosel
  • 23,381
13
votes
4 answers

Check whether a point is within a 3D Triangle

I have a 3D plane defined by three points: $P_0$ , $P_1$ and $P_2$. How to check whether a point $P$ is located right on and inside the 3D triangle? So, for example, if I have a plane defined by $({0,0,0})$, $({10,0,0})$ and $({0,10,0})$, then the…
Graviton
  • 2,292
13
votes
2 answers

Intersection of two lines in vector form

Sorry about formatting, this is my first question here, and I have no idea how to do it properly. Assuming I have two lines $\displaystyle l_1 = \binom{x_1}{y_1} + a\binom{u_1}{v_1}$ $\displaystyle l_2 = \binom{x_2}{y_2} + b\binom{u_2}{v_2}$ Thus…