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

Geometry problem. Parallel lines.

Three lines, parallel to the sides of a triangle intersect in one point, and the segments of these three lines that are inside the triangle all have lengths equal to x. Evaluate x if the sides of the triangle are a,b,c. I've tried some stuff like…
3
votes
2 answers

Generalized triangle with negative angle?

In approaching triangle problems, it is often convenient to assume there is a triangle with twice a given angle. This usually means splitting up the proof into acute and obtuse cases. I was wondering if case analysis can be avoided by using a…
Jacob Wakem
  • 2,382
3
votes
2 answers

Finding locus problem

Let a given line $L_1$ intersect the $x$- and $y$ axis at $P$ and $Q$ respectively. Let another line $L_2$ perpendicular to $L_1$, cut the $x$ and $y$ axis at $R$ and $S$ respectively. Show that the locus of the point of intersection of the lines…
user34304
  • 2,749
3
votes
1 answer

Prove that secants of a circle pass through a common point

Let $A$, $B$, $C$, $D$, and $E$ be five points on a circle. For any three points, we draw the line going through the centroid of the triangle formed by these three points that is perpendicular to the line passing through the other two points. (For…
math-sd
  • 691
3
votes
0 answers

Quickest definition of the distance on the circle

I'm trying to implement a distance on the circle on a computer and I can't come up with an optimized way of doing it. What I mean is that I have numbers in $[0,2\pi]$ but I'm looking at them as a segment enrolled three times on the unit circle. So,…
3
votes
2 answers

Find the mirror image of this line

I have a homework assignment that I just can't solve. The point (3.4) is reflected on the line $y = 2x +1$. Which coordinates are the mirror image. I know that I have to use the following formula $y = kx+m$ but do not know how. Thanks!!
3
votes
2 answers

3-D geometry question

I tried to do draw the problem in 3D but I stil can't imagine how such sphere can exist... it's really confusing
Plato
  • 99
3
votes
3 answers

Area of a Triangle, If three vertices are given taken in anticlockwise direction.

Three vertices are given. We can find the area using the determinant. Can someone explain it to me why the number will be a positive number, if vertices are chosen in anticlockwise direction.
3
votes
1 answer

How can I prove this proposition that seems obvious?

The following problem seems obvious: If $\triangle ABC$ and $\triangle DEF$ are such that $|AB|=|DE|$ and $|BC|=|EF|$ but $\angle ABC > \angle DEF$ then $|AC|>|DF|$. But I can't to write a formal proof!! Any suggestion, thanks in advance!!
Valent
  • 3,228
  • 1
  • 15
  • 28
3
votes
1 answer

proof involving a triangle with a point inside it.

Suppose we have a triangle, call it triangle $XYZ$, and a point $W$ inside triangle $XYZ$. How would I prove that $XY + YZ > XW + WZ$? So the way I labeled everything, point $X$ is the bottom left corner, point $Y$ is the top point, and point $Z$ is…
3
votes
5 answers

Is there a pure geometric solution to this problem?

$ABCD$ is a square and there is a point $E$ such that $\angle EAB = 15^{\circ}$ and $\angle EBA = 15^{\circ}$. Show that $\triangle EDC$ is an equilateral triangle. Now there is a proof by contradiction to this problem. I was wondering if there is…
pirsquare
  • 721
3
votes
0 answers

Hyperbola like on a sphere

This is to complete the conic locus picture following my post "Ellipse like on a sphere", answered by achille hui. Find the locus of all points on a sphere such that the difference of geodesic distances from two fixed points $F_1$ and $F_2$ on it…
Narasimham
  • 40,495
3
votes
1 answer

Find center of sphere given only points inside sphere

This is not homework, and I don't even know if this is possible, but I'm curious: Given a list of points in Euclidean space, is it possible to find the center of a sphere that encompasses all of the points? These points would either lie inside the…
3
votes
2 answers

Radius of circumference tangent to square and circular sector

I would like to find the radius of the circumference shown in figure, knowing the side of the square is 5. I have decided to note said radius $r$ and the tiny diagonal bit not included in any circle as $y$. I think one way to solve this is to find…
enoac
  • 33
3
votes
3 answers

area formed by a box and line

suppose we have a box defined by coordinates $(1,1)$, $(-1,1)$, $(-1,-1)$, $(1,-1)$. Suppose, a line $y=m(x+b)$ crosses the box with $m>0$ and $b>0$. What is the area of left upper triangle. Assume that the line crosses the box. Thank you very…
Boby
  • 5,985