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

Equation of a 3D spiral

I want to know if a 3D spiral, that looks like this: can be approximated to any sort of geometric primitive that can be described with a known equation, like some sort of twisted cylinder I suppose. Thanks
RNs_Ghost
  • 357
10
votes
1 answer

Maximum number of cubes within a radius

Last night I was mining obsidian in Minecraft, which takes a long time (15 seconds for each block). As a result, I would hold down the left mouse button with my left hand while I did something else. In order to maximize the usefulness of this…
10
votes
2 answers

Partition of plane into parabolas

The plane is partitioned into parabolas (each point belongs to exactly one parabola). Does it follow that their axes have the same direction?
user64494
  • 5,811
10
votes
4 answers

Rolling ellipses

I'm struggling to prove the following. Set one ellipse in contact with a congruent one so that the minor axis of one is aligned with the major axis of the other. Now roll one round the other. The locus of the centre of the rolling ellipse is a…
10
votes
3 answers

Cut a ribbon with a minumum amount of cuts (Middle School Math)

My daughter has this question in her Math Club: Ann needs to cut a ribbon 1 in x 48 in into 48 1x1 squares. What is the minimal number of cuts Ann needs to make if she can stack together several pieces and cut them at once but cannot bend any…
10
votes
3 answers

Find the radius of a circle touching three circles

As an exercise for myself, I made a diagram where the goal is to solve for $w$ when $x$, $y$, $z$, and $k$ are known. I know this problem already exists but I'm having trouble locating it online: The circle at $D$ is touching the circles at $A$,…
10
votes
1 answer

hatchet planimeter

How does this instrument work? Here is a video that demonstrates its use. After reading the wikipedia page, I still have no idea how it works. Any explanations that are easier to comprehend?
picakhu
  • 4,906
10
votes
1 answer

Is the curve i get from a circle drawn on a paper rolled into a cylinder, after unrolling a cylindrical piece of paper, an ellipse?

Say I have a cylindrical can of beans. If I try to draw a 'circle' on the label of the can by using a compass and then flatten the label into a plane, will the 3D 'circle' originally on the cylinder label become an ellipse. I tried to solve it…
Ad Nazir
  • 145
10
votes
5 answers

Methods for showing three points in $\mathbb{R}^2$ are colinear (or not)

A common question is to prove/disprove that three points in $\mathbb{R}^2$ are colinear. For, example Show that $(-1, 8)$, $(1, -2)$ and $(2, 1)$ lie on a common line. What are some methods one could use to answer questions of this nature?
user10695
  • 655
10
votes
4 answers

Foot of perpendicular to line

If $M(x_2,y_2)$ is the foot of a perpendicular drawn from $P(x_1,y_1)$ on the line $ax+by+c=0$, then $$\frac{x_2-x_1}{a}=\frac{y_2-y_1}{b}=\frac{-(ax_1+by_1+c)}{a^2+b^2}.$$ This is given as a formula in my module without any explanation. I can…
Quixotic
  • 22,431
10
votes
1 answer

how to place a rope with a given length within an orthogonal triangle (see picture)

I would like to know what is the optimal way of placing the red rope of a given length $p$, where $\sqrt{2}
leo
  • 286
10
votes
4 answers

Finding the distance between two triangles, one inside the other

I have two right triangles One is a $6$-$8$-$10$ and inside is a $3$-$4$-$5$ and the space between the two triangles is a uniform amount. I made a really awkward and weird pic of the diagram and I need to solve for $X$ How would I go about solving…
qwertymk
  • 1,387
10
votes
2 answers

Prove that $EF$ perpendicular to $OI_a$

Let $O, I$ and $I_a,$ denote the circumcenter,incenter and excenter in the angle $A$ of a triangle $ABC$. $BI$ meets $AC$ at $E$. $CI$ meets $AB$ at $F$. Prove that $EF$ perpendicular to $OI_a$ It is somewhat like this problem: Let $H$ be the…
coriander
  • 153
  • 4
10
votes
3 answers

Dividing a curve into chords of equal length

I've been researching into this for quite a while, but I seem to be getting only answers involving some programming language of which I do not have any background knowledge. Let me explain the problem: I think "equal length subdivision" of the image…
10
votes
3 answers

Triangle problem

I have got one simple task to prove: We have got a triangle $\triangle XYZ$. Then we create points $A,B,C$ on $XY, YZ, ZX$ respectively, such that $XA = AB = BZ$ and $CZ = AY = AC$. How to prove that $XY = \frac{XZ + YZ}{2}$?