Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Mathematical
5.1K+ articles
Arrays
4.2K+ articles
Greedy
1.4K+ articles
Sorting
1.1K+ articles
Geometric
521+ articles
triangle
124+ articles
square-rectangle
86+ articles
Coordinate Geometry
72+ articles
Geometric-Lines
86 posts
Recent Articles
Popular Articles
Skew Lines
Last Updated: 23 July 2025
Skew Lines: Skew lines refer to a pair of lines that neither intersect nor run parallel to each other. This concept only applies in spaces with more than two dimensions, a...
read more
Picked
Mathematics
School Learning
Geometric-Lines
Geometry
Line Segment
Last Updated: 23 July 2025
A line segment is a finite section of a straight line with two endpoints and a fixed length. In contrast, a line extends infinitely in both directions without specific end...
read more
Picked
Mathematics
School Learning
Class 7
Geeks Premier League
Geometric-Lines
Maths-Class-7
Geeks Premier League 2023
Collinear Points
Last Updated: 23 July 2025
Collinear Points are sets of three or more than three points that lie in a straight line. In simple words, if three or more points are collinear, they can be connected wit...
read more
Picked
Mathematics
School Learning
Class 10
Geeks Premier League
Geometric-Lines
Maths-Class-10
Geeks Premier League 2023
Vertical Line
Last Updated: 23 July 2025
Vertical lines are basic concepts in geometry and coordinate systems, running straight up and down without any inclination. They are perpendicular to the base of any geome...
read more
Mathematics
School Learning
Class 6
Geometric-Lines
Coordinate Geometry
Maths-Class-6
Horizontal Line
Last Updated: 23 July 2025
Horizontal lines are defined as lines that are parallel to the horizon or the ground, hence the name horizontal line. Horizontal line has zero slope, i.e. the inclination ...
read more
Mathematics
School Learning
Geometric-Lines
Math-Concepts
Find line which does not intersect with parabola
Last Updated: 23 July 2025
Given N straight lines of form y = k * x. Also, given M parabolas of form y = a * x2 + b * x + c where a 0. For each parabola, choose a line that does not intersect this ...
read more
DSA
maths-polynomial
Geometric-Lines
Maths
Geometry
Slope Formula
Last Updated: 23 July 2025
The slope formula is used to determine the steepness or inclination of a line. The x and y coordinates of the points lying on the line are used to calculate the slope of a...
read more
Picked
Mathematics
School Learning
Maths MAQ
Geometric-Lines
Maths-Formulas
Lines in Geometry- Definition, Types and Examples
Last Updated: 23 July 2025
A line in geometry is a straight path that goes on forever in both directions. It has no thickness and is usually drawn between two points, but it keeps going without stop...
read more
Picked
Mathematics
School Learning
Maths MAQ
Geometric-Lines
Geometry - MAQ
Geometry
Math-Concepts
Check if N given lines can be intersected by K vertical lines
Last Updated: 23 July 2025
Given N horizontal lines represented by an array position[][] of size N, where position[i] represents the ith horizontal line which has x-coordinates from position[i][0] t...
read more
Greedy
Sorting
Mathematical
Geometric
DSA
Geometric-Lines
Find the coordinate that does not belong to any square
Last Updated: 23 July 2025
Given an array arr[] consisting of (4 * N + 1) pairs of coordinates representing the coordinates of the corners of any N squares such that only one coordinate doesn't belo...
read more
DSA
square-rectangle
Geometric-Lines
Find three vertices in an N-sided regular polygon such that the angle subtended at a vertex by two other vertices is closest to A
Last Updated: 23 July 2025
Given an N-sided regular convex polygon and an angle A in degrees, the task is to find any 3 vertices i, j, and k, such that the angle subtended at vertex j by vertex i an...
read more
DSA
Geometric-Lines
Determine position of two points with respect to a 3D plane
Last Updated: 23 July 2025
Given four integers a, b, c, and d, which represents the coefficient of the equation of the plane ax + by + cz + d = 0 and two integer coordinates (x1, y1, z1) and (x2, y2...
read more
Mathematical
Geometric
DSA
Geometric-Lines
Maths
Equation of a straight line with perpendicular distance D from origin and an angle A between the perpendicular from origin and x-axis
Last Updated: 23 July 2025
Given two integers D and A representing the perpendicular distance from the origin to a straight line and the angle made by the perpendicular with the positive x-axis resp...
read more
Mathematical
Geometric
DSA
Geometric-Lines
Equation of a normal to a Circle from a given point
Last Updated: 23 July 2025
Given three integers a, b, c representing coefficients of the equation x2 + y2 + ax + by + c = 0 of a circle, the task is to find the equation of the normal to the circle ...
read more
Mathematical
Geometric
DSA
circle
Geometric-Lines
Circles
Find the angle between tangents drawn from a given external point to a Circle
Last Updated: 23 July 2025
Given a positive integer R representing the radius of the circle and the center of the circle (X1, Y1) and another point (X2, Y2) in the cartesian plane, the task is to fi...
read more
Mathematical
Geometric
DSA
circle
Geometric-Lines
Circles
1
2
3
4
5
6
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !