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

Understanding precisely the dot product...

There are two definitions of the dot product: $A \cdot B = A_1B_1 + A_2B_2 + \cdots + A_nB_n$ $A \cdot B = AB\cos(\theta)$ I have been trying to develop an intuition of the geometry and algebra of the dot product, and why they are what they are.…
5
votes
3 answers

Is this geometry question about a pentagon correct?

Problem In pentagon $ABCDE$, $AB=BC=2,CD=\sqrt{2}$,and $EA= \sqrt{3}$. If $\angle{A}=90^{\circ}$, and $\angle{B} = 120^{\circ}$, what is the area of $ABCDE$? I just need some reaffirmation that there is no solution to this problem. There are…
Puzzled417
  • 6,956
5
votes
1 answer

Folding a rectangular paper such that one corner moves along an opposite side

A rectangular paper is folded such that one corner moves along the opposite side. Prove that all the creases formed are tangent to a parabola. Attempt: Let the paper be oriented such that its in the first quadrant and has one corner as the origin…
Aditya Dev
  • 4,774
5
votes
3 answers

A helical cycloid?

While combing around my notes looking for other possible examples for this question, I chanced upon another one of my unsolved problems: Cycloidal curves are curves generated by a circle rolling upon a plane or space curve. It's not too hard to…
5
votes
1 answer

Orthocentre, circumcentre, midpoint of a side and foot of altitude form a rectangle

A rectangle $HOME$ has sides $HO=11$ and $OM=5$. A triangle $ABC$ has $H$ as intersection of altitudes, $O$ as the circumcentre, $M$ as the midpoint of $BC$ and $E$ as the foot of altitude from $A$. Find the length of $BC$. I need some hints to…
user167045
5
votes
1 answer

inscribed simplex.

Suppose I have an inscribed simplex which has $(n+1)$ vertices, and the diameter of the hypersphere is $d$. I have a point $x$ inside this simplex, is it true that the distance between $x$ and $x$ is nearest to vertex is not greater than…
cyliu
5
votes
2 answers

Is there a rigorous definition of a line?

In the sources I can find, line is considered a primitive concept (a one without definition). There is something, however, in such an intuitive definition that doesn't sit well with me. Were there any attempts to rigorously define line? And if there…
5
votes
1 answer

"Visual center" of a concave polygon

I have an area I want to place a label within. I'm currently finding the centroid and placing the label there. In the case of a concave polygon, though, often the centroid is actually outside the boundary. In this case, I want to correct the…
Michael
  • 153
5
votes
6 answers

What is $\angle AEB$?

Let $E$ be a point inside the square $ABCD$. and $|EC|=3,|EA|=1,|EB|=2$ What is the angle $\widehat {AEB}$? I can only find $|ED|=\sqrt{12}$
memonto
  • 321
5
votes
2 answers

Does anyone know if it has been proved what the maximum number of points in$ n$-dimensional space, for any two points with equal distance?

Does anyone know if it has been proved what the maximum number of points in$ n$-dimensional space, for any two points with equal distance. case when $N=1$,it is the maximum is $2$ case $N=2$, it is clear the maximum is $3$,in other words, Three…
user225250
5
votes
3 answers

How can one distribute six dots within a semicircle in order to minimise the distance between any single point and one of the six dots?

I am a biologist studying flight behaviour in the Manx Shearwater. For a project I am doing I am looking at the influence of wind on flight behaviour. I know my birds are within a semi-circle of radius 50km from their nest sites, but I do not know…
5
votes
1 answer

How can one distribute six dots within a semicircle in order to minimise the distance between any single point and one of the six dots?

I am a biologist studying flight behaviour in the Manx Shearwater. For a project I am doing I am looking at the influence of wind on flight behaviour. I know my birds are within a semi-circle of radius 50km from their nest sites, but I do not know…
5
votes
1 answer

Working out an orbital period, given constants (earth's radius and GM) and average altitude

I am having some trouble figuring out a formula for a JavaScript coding exercise. Given a GM of 398,600.4418, earth's radius of 6,367.4447, and an average altitude of 35,873.5553, I must return an answer of 86,400. I have experimented with the…
5
votes
2 answers

Deriving the formula of the Surface area of a sphere

My young son was asked to derive the surface area of a sphere using pure algebra. He could not get to the right formula but it seems that his reasoning is right. Please tell me what's wrong with his logic. He reasons as follows: 1.Slice a sphere…
Ritche
  • 51
5
votes
3 answers

Intersections of Planes, Points...

I'm in sixth grade and learning geometry. Can someone tell me if I'm correct? The intersection of a point and a point is a point. The intersection of a point and a line is a point. The intersection of a point and a plane is a point. The…