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

How do I find the area of this region?

A square with edge length 2 cm has semicircles drawn on each side. Find the total area of the shaded region. Here is an image of the diagram shown : Please show your work in pictures, numbers, words, anything. (Try to keep it to a Grade 8 level…
user60017
  • 111
11
votes
8 answers

How to tell if a line segment intersects with a circle?

Given a line segment, denoted by it's $2$ endpoints $(X_1, Y_1)$ and $(X_2, Y_2)$, and a circle, denoted by it's center point $(X_c, Y_c)$ and a radius $R$, how can I tell if the line segment is a tangent of or runs through this circle? I don't need…
11
votes
3 answers

What shape is the locus of a 3D corner with a circular ring that touches the sides of the corner?

Hard for me to draw this, but I happen to have my wedding ring, and the corner of a table. I can put the ring over the corner, the ring touching the three edges of the table, with the apex of the corner sticking through. If I slide the ring around…
Carlos
  • 263
11
votes
1 answer

What shape is a bean?

How can I mathematically describe the shape of an idealised bean? (In two dimensions and in threes dimensions) At the moment I'm calling the shape I refer to an ellipse/ellipsoid on a curved major axis. EDIT This seems to work for 2D: $$r \leq…
11
votes
6 answers

High school geometry proof help

I need help with a high school geometry proof. I think I've figured out why the prompt is true, but the proof attempt I've come up with seems very inelegant. Is there an easier method I'm missing? Consider two circles with the second internally…
j.wood
  • 187
11
votes
3 answers

construct a square without a ruler

How can I construct a square using only a pencil and a compass, i.e. no ruler. Given: a sheet of paper with $2$ points marked on it, a pencil and a compass. Aim: plot $2$ vertices such that the $4$ of them form a square using only a compass. P.S.:…
TANUJ
  • 113
  • 1
  • 5
11
votes
1 answer

Finding the Centre of an Abritary Set of Points in Two Dimensions

I am currently working on a program that needs to transform one set of coordinates by shifting them to the center of the screen. The points are offset from the middle of the screen - either to the left or to the right. The coordinates of the points…
noumenal
  • 265
11
votes
1 answer

How many eyes needed for higher-dimensional vision

Our retinas are two-dimensional surfaces. With two eyes we combine images to perceive 3-dimensions. As a prelude to the main question below, there is the question of how can you describe mathematically the combining of two images like this ? So, 2 x…
vtt
  • 792
  • 4
  • 10
11
votes
4 answers

Can one always map a given triangle into a triangle with chosen angles by means of a parallel projection?

This is something that seems to be true from experience by playing with shadows from the sun: If one cuts a paper triangle, he can turn it in a way to make its shadow be a triangle of any given angles (of course, not exceeding internal sum of 180°),…
10
votes
1 answer

Product to vertices in triangle maximal

Suppose we're given a triangle $ABC$. At which interior point $T$ is the product of distances $|AT|\cdot |BT|\cdot |CT|$ maximal? Is it a known point, like the centroid or incenter?
boaten
  • 1,735
10
votes
3 answers

Proving that $\sum \overline{PV_i}^2=\frac{nl^2}{4}\left(1+2\cot^2 \frac{\pi}{n}\right)$

Given that $P$ is any point on the incircle of a regular $n$-sided polygon with edge length $l$ and vertices $V_1,V_2...V_n$, how do we prove that $$\displaystyle\sum_{i=1}^{n} \overline{PV_i}^2=\dfrac{nl^2}{4} \left(1+2\cot^2…
user1001001
  • 5,143
  • 2
  • 22
  • 53
10
votes
2 answers

Prove that point is on the perimeter of circle

I have a construction as the one in the image below. How would you prove that the point $I$ is on the perimeter of the circle $C_4$ Here is the exact definition for the construction of the image Let $C_1$ be a circle with center $O_1$ and radius…
Alice Ryhl
  • 7,853
10
votes
4 answers

Finding the distance between a point and a line, can there be a negative distance?

In finding the distance from a point $(x_1, y_1)$ to a line L: Ax + By + C = 0, can there be a negative distance? Is this the formula for finding the distance? $$ d= \frac{|Ax + By + C|}{\sqrt{ A^2 + B^2}}$$ can I used other variables except x and…
Mark
  • 199
10
votes
3 answers

How to find a 4D vector perpendicular to 3 other 4D vectors?

In 3 dimensions it is possible to find a vector c (one of infinitely many) perpendicular to two vectors a and b using the cross product. Is there any way of extending this to 4 dimensions, i.e. given three vectors a, b, and c finding a vector d…
Andreas Brinck
  • 267
  • 1
  • 2
  • 7
10
votes
2 answers

Covering one square by three smaller squares

Consider square of side $1.25$ can it be covered by three squares of side $1$ ? I think it's impossible but I'm not sure how to show it.
Gregor
  • 708