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

If neither of two planar shapes are strictly convex, is it ever the case that they can only ever touch at one point?

I have two solid two-dimensional shapes on a plane, $S_1$ and $S_2$, with boundaries $B_1$ and $B_2$. If the boundaries of the two shapes are allowed to touch, but no points internal to the boundaries are allowed to intersect, is it true that the…
3
votes
4 answers

How to determine if a ray intersects a wedge in 2d space

Assume that I have a ray in 2d space Assume that I am given a point in this 2d space $P = (p_x, p_y)$ Assume that I have an area $A$ defined as follows: The area is bounded by a minimum distance $r_{min}$ and maximum distance $r_{max}$ from point…
3
votes
4 answers

Connect any three points using two parabolas

Let us say we have 3 points $(x_1,y_1),(x_2,y_2),(x_3,y_3)$. We want to build exactly 2 parabolas connecting theese points in a smooth way. For the first parabola we can write system of two equations using known points $$y_1 = a_1 x_1^2 + b_1 x_1 +…
3
votes
1 answer

Doubts about homogeneous coordinates and points at infinity

I've known about homogeneous coordinates and points at infinity for a very long time, but never had much reason to use them. I've used homogeneous coordinates to represent translations using transform matrices, but nothing else. I had an idea a…
user510
3
votes
2 answers

incircle and circumcircle

Given a triangle $\Delta ABC$ with circumcenter $O$, and incenter $I$. If $∠ABC = 45°$, $OI = d$, and $c − b = d√2$, Find the value of $\sin A$. I've thought of using the fact that $d^2 = R(R-2r)$ where $R$ is the circumradius and $r$ is the…
Victor
  • 31
3
votes
1 answer

Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment

Let $AA_1$ and $BB_1$ be the bisectors of angles in triangle $ABC$. The bisectors intercept at the point $I$. How do I find all the triangles for which the perpendicular line from $I$ to $AB$ halves the line segment $A_{1}B_1$? Recently I…
G. Amber
  • 123
3
votes
3 answers

Finding the 3rd axis in 3d space

I want to draw 3 perpendicular axis in 3d space, for example like this I figured out this much: start by drawing the first axis (x). Any line will do draw the second axis (y). Any line that intersects the x axis should do (because in 3d space we…
3
votes
2 answers

Map 2D coordinates onto normalized coordinates defining a quadrilateral

I have a series of 2D points $q_i$. I also have a convex quadrilateral defined by $P =(p_1,p_2,p_3,p_4)$. I would like to find a way to map these points into the coordinate space defined by $P$ such that new $\hat{q}_i$ would be in the range…
Hal T
  • 131
3
votes
4 answers

How to find the area of the triangle which intersects a line in a rectangle?

The problem is as follows: $ABCD$ is a rectangle, $EA=5\,cm$ , $BE=3EA=\frac{AD}{2}$. Find the area of the triangle $BNC$. What I tried so far is pictured below, as from Pitagorean theorem I reached to $EC=\, 15\sqrt{5}$: but my problem lies on…
3
votes
3 answers

solution using synthetic geometry

I managed to solve this problem only using complex numbers but I'd like to solve it using synthetic geometry and I can't. Can someone help me to solve this problem using synthetic geometry? Let $ABC$ an acute triangle with $AB > AC$ . Let $O$ its…
Jeff18
  • 301
3
votes
1 answer

Area of a Fractal Tiling of a Circle

A circle of area 1 is partitioned into square pieces in an iterative fashion, wherein each step of the iteration the largest square possible is cut out from all non-square pieces remaining from the previous step. Because squares do not tile a…
TheNewGuy
  • 293
3
votes
2 answers

Is Side-Side-Angle a valid congruency pattern for triangles sharing that first side?

The image below shows two triangles. I am convinced that this is a Side-Side-Angle situation, which is not enough to prove the two triangles congruent. Is this correct? What is throwing me off is that the triangles share a common side.
user3753
  • 823
3
votes
1 answer

Intersection Of Line and Rectangle in 2D

). I'm working on a Flash game and I need to find when a shooting line intersects an enemy. The enemy's shape is rectangular. So far, I was thinking to test this like so: Test if the shooting line intersects ANY of the lines composing the…
Axonn
  • 315
3
votes
2 answers

What is the ratio of $\frac {BK}{BE}$?

Here is my diagram Here is what are given $$|BD| = 2$$ $$|DC| = 5$$ $$|AE| = 2$$ $$|EC| = 3$$ What is the ratio of $\frac {BK}{BE}$? I'm so confused right now.
Cargobob
  • 499