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
4
votes
1 answer

Proof of "triangles are similar iff corresponding angles are equal"

I'm looking for a basic proof of the basic plane Euclidean geometry theorem: Two triangles are similar if and only if their corresponding (interior) angles are equal. (The theorem can be also worded in terms of only two of the interior angles.) I'm…
kjo
  • 14,334
4
votes
1 answer

coordinates for vertices in a non-regular polygon

I want to perform measurements around a tree. As the trees are not perfectly spherical I have the following problem. I use the circumference of the tree and divide it in 40 evenly long segments (sides (mm), in this case my measurement points). I…
Matt
  • 41
4
votes
1 answer

How fast would I need to climb to keep the setting sun at the horizon?

(I originally asked this question over on Aviation Stack Exchange, only for it to be closed as off-topic. I was told this was a better place to ask.) The title is basically the whole question. If I wanted to see the same sunset twice, how fast would…
4
votes
1 answer

Maximum number of points in unit cube

What is the maximum number of points that can be within a unit cube (no points on cube vertices, faces, or edges) such that no two points are within 1 of each other? I'm asking because I'm creating a grid-based acceleration structure for a program…
Nick
  • 997
  • 1
  • 10
  • 21
4
votes
3 answers

An equation about a rectangle with given perimeter

I am doing a revision calculator paper and am stuck on an algebra question. There is a picture of a rectangle. One side is $x-2,$ another side is $2x +1.$ The question is. Setup and solve an equation to work out the value of $x.$ The perimeter of…
crmepham
  • 155
4
votes
2 answers

Surface area of a sphere patch cut out by a regular tetrahedron

Description: consider a regular tetrahedron (with height 1), construct a sphere centering at one of the tetrahedron's vertex, with radius 1 also. Then what's the surface area of the sphere's portion that gets cut out by the tetrahedron? Following…
Taozi
  • 41
4
votes
3 answers

Verify that two line segments do not cross, or projected intersection is not on either line

I'm not a math guy, so I'm looking for concrete formulas without a lot of symbols or jargon, if possible. I have two line segments, and need to determine if they intersect (true or false). The closest I've found is this: given coordinates of…
K ATL
  • 111
4
votes
2 answers

Find the area of the shaded region within the smaller equilateral triangle

WLOG, let the side length of one of the smaller equilateral triangles by $1$. So the overall area of one of the smaller equilateral triangles is $\frac{\sqrt{3}}{4}.$ To find the area of the shaded region (within the smaller triangle), I toyed…
Mike Smith
  • 1,122
  • 6
  • 26
4
votes
1 answer

Prove that if Triangles ABC = DEF in a metric geometry, then line AB contains exactly two of the points D, E, and F.

Prove that if Triangles ABC = DEF in a metric geometry, then line AB contains exactly two of the points D, E, and F. We are not allowed to use the facts: In a metric geometry, if triangles ABC=DEF, then {A,B,C} = {D,E,F} or In a metric Geometry, if…
4
votes
2 answers

Properties of a hyperbola slice of a cone

I'm attempting to locate some points (in a 3D coordinate system) on the surface of a cone by slicing the cone with a plane, and using the resultant ellipse, parabola or hyperbola to calculate the points. I've had success with the ellipse & parabola…
WoodGuy
  • 41
4
votes
3 answers

Finite straight line question, will this formula create a straight line between two end points

I created a formula that I hope creates a finite straight line between any two points, I wanted to know if my math logic is correct or if I have an error in my formula. The idea is to create a straight line at y=1 between two points and then use…
4
votes
1 answer

Finding angles of non-overlapping adjacent triangles whose vertices lie on the edges of an annulus

The problem I have two concentric circles with radii $r$ and $R$, where $R \geq r$. These circles forms an annulus. On the outer circle $n$ equidistant points are placed, denote them by $(p_0 = p_n, p_1, p_2, \dots, p_n)$. I want to find $n$…
4
votes
3 answers

area of triangle

In $\triangle ABC$ points $D,E,F$ are on the sides $AB,BC,CA$, respectively, with $AD=DB$, $CE=3BE$ and $AF=2CF$. If the area of $\triangle ABC$ is $480 cm^2$, how do we find the area of $\triangle DEF$?
rahul
  • 419
4
votes
3 answers

How to write a point on an ellipse using r and theta

We can write any point on the circle as $(r\cos\theta,r\sin\theta$), Can we do samething for the ellipse?
Norman
  • 311
4
votes
1 answer

General equation of an ellipse in 3D space with respect to cylindrical coordinate systems

The regular ellipse formula in 2D is $x^2/a^2 + y^2/b^2 = 1$ but how can it be transformed into a 3D formula including the parameter of $r, \theta$ and $z$?
Norman
  • 311