Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Coordinate Axes and Coordinate Planes in 3D space
Next article icon

Points, Lines and Planes

Last Updated : 09 Jun, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Points, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry.

  • We define a point as a location in 3-D or 2-D space that is represented using coordinates.
  • We define a line as a geometrical figure that is extended in both directions to infinity.
  • Similarly, a plane is defined as the collection of all such lines, i.e., it is a 3-D space on which the line passes.

In this article, we will learn about Points, Lines, and Planes in detail, including their solved examples and problems based on them.

Table of Content

  • What is a Point?
  • What is a Line?
  • What is a Plane?
  • Vector Form of Equation of Plane in Normal Form
  • Distance of a Point from a Plane in Vector Form
  • Points, Lines, and Planes Solved Examples

Points, Lines, and Planes in Geometry

In basic geometry, fundamental concepts like points, lines, and planes form the foundation upon which more complex geometric ideas are built. Points are precise locations in space, devoid of size or dimension, represented simply by dots.

Lines are infinite paths stretching in two opposite directions, composed of an unending series of points. They are defined by any two distinct points lying on them. Beyond lines, planes extend infinitely in all directions, forming flat, two-dimensional surfaces.

A plane can be defined by any three non-collinear points or by a line and a point not on the line. These basic elements serve as the starting point for exploring the intricacies of geometric shapes, relationships, and constructions.

What is a Point?

A Point in geometry is defined as a location in the space that is uniquely determined by an ordered triplet (x, y, z) where x, y, & z are the distances of the point from the X-axis, Y-axis, and Z-axis respectively in the 3-Dimensions and is defined by ordered pair (x, y) in the 2-Dimensions where,  x and y are the distances of the point from the X-axis, and Y-axis, respectively. It is represented using the dot and is named using the capital English alphabet. The figure added below shows a point P in 3-D at a distance of x, y, and z from the X-axis, Y-axis, and Z-axis, respectively.

Point

Collinear and Non-Collinear Points

When 3 or more points are present on the straight line then such types of points as known as Collinear pointsand if these points do not present on the same line, then such types of points are known as non-collinear points. 

Collinear and Non-Collinear Points

Coplanar and Non-Coplanar Points

When the group of points is present on the same plane then such types of points are known as coplanar points and if these points do not present on the same plane, then such types of points are known as non-coplanar points.

Coplanar and Non-Coplanar Points

What is a Line?

A Line in three-dimensional geometry is defined as a set of points in 3D that extends infinitely in both directions It is the smallest distance between any two points either in 2-D or 3-D space. We represent a line with L and in 3-D space, a line is given using the equation,

L: (x - x1) / l = (y - y1) / m = (z - z1) / n

where 
(x, y, z) are the position coordinates of any variable point lying on the line
(x1, y1, z1) are the position coordinates of a point P lying on the line
l, m, & n are the direction ratios of the line.

In 3D we can also form a line by the intersection of two non-parallel planes.

Line
Points, Lines, and Planes

Line Segment

A line segment is defined as the finite length of the line that is used to join two points in 2-D and 3-D. It is the shortest distance between two points. A line segment between two points A and B is denoted as, AB

Line Segment

A line has infinite length whereas a line segment is a part of a line and has finite length.

Mid-Point

Midpoint is defined as the point on the line segment which divides the line segment into two equal parts. Suppose we have two points A and B and the line segment joining these two points is AB and not the point P on the line is called the midpoint if it breaks the line into two equal parts such that,

AP = PB

Thus, P is called the midpoint of line segment AB. The image added below shows the line segment AB with P as the midpoint.

Mid-Point

Rays

A ray is defined as a line that has a fixed end point in one direction but can be extended to infinity in the other direction. It is of infinite length. We define the ray joining points O and A and extending to infinity towards A as

Rays

Intersecting and Parallel lines

In 2-D any two lines can either meet at some point or they never meet at some point. The lines that meet at some point are called intersecting lines. The distance between the intersecting line keeps on decreasing as we move toward the point of intersection, and at the point of intersection of these lines, the distance between them becomes zero. When two lines intersect an angle is formed between them.

Two lines that never meet each other in 2-D planes are called parallel lines. For parallel lines, the distance between them is always constant.

The images below show Intersecting and Parallel lines.

Intersecting and Parallel lines

Perpendicular Lines

Intersecting lines that intersect at right angles are called perpendicular lines. The angle between these perpendicular lines is always the right angle or 90 degrees.

The perpendicular lines are shown in the image added below:

Perpendicular Lines

What is a Plane?

A Plane in three-dimensional (3D) geometry is a surface such that the line segment joining any two points lies completely on it. It is the collection of all the points and can be extended infinitely in any of the two dimensions. 

The general form of a plane in 3D is a first-degree equation in x, y, z i.e. We represent a plane in 3-D as,

(ax + by + cz + d = 0)

where 
(x, y, z) represents the coordinates of a variable point on the plane.

A plane has only two dimensions length and breadth and it can be infinitely stretched in these two dimensions.

Plane

➣ Read More, Cartesian Plane

Solid

A solid is a 3-D concept we also called, space. We defined the solid as the extended plane that has three dimensions length breadth and height. A solid can be extended infinitely to incorporate all the space in 3-D.

Vector Form of Equation of Plane in Normal Form

The vector form of the equation of a plane in normal form is given by:

\pi : \vec{r} \cdot \hat{n} = d

where:

  • π represents a plane in 3D space.({\vec {r}} . {\vec{n}} = d)  
  •  {\vec{r}}  vector is the position vector of a general point lying on the plane, 
  • n̂ is the unit vector normal to the plane
  • d is the distance of a plane from the origin

Note: The vector equation of the plane in the form ({\vec {r}} . {\vec{n}} = d)   is said to be in the normal form only when {\vec {n}}   is a unit vector normal to the plane and d is the distance of the plane from the origin. If {\vec {n}}   is not a unit vector then we have to divide the above equation by  |{\vec{n}}|   on both sides in order to convert it into the normal form. \vec{r} \cdot \left( \frac{\vec{n}}{|\vec{n}|} \right) = \frac{d}{|\vec{n}|} \quad \text{or} \quad \vec{r} \cdot \hat{n} = \frac{d}{|\vec{n}|}. This can be understood with the help of the example discussed below,

Example: The vector equation of the plane in 3D space which is at a distance of  8 units from the origin and normal to the vector (2 i+ j + 2 k) is given by?

Solution:

d = 8 and  {\vec {n}}          = (2 i+ j + 2 k)

n̂ = (2 i+ j + 2 k) / √(22 + 12 + 22) 

n̂ = (2 i+ j + 2 k) / √9

n̂ = (2/3) i+ (1/3) j + (2/3) k

Hence the required vector equation of the plane in normal form is

 {\vec {r}}     . ((2/3) i+ (1/3) j + (2/3) k) = 8 which can be simplified as {\vec {r}}    . (2 i+ 1 j + 2 k) = 24

Cartesian Form of Equation of a Plane in Normal Form

The cartesian form of the equation of a plane in normal form is given by:

π: lx + my + nz = p

where:

  • π again represents a plane in 3D space
  • l, m, n are the DC's i.e. direction cosines of the normal to the plane always satisfies this condition (l2 + m2 + n2 = 1)
  • p is the distance of the plane from the origin

Note: Any cartesian equation of the plane in the form (ax + by + cz + d = 0) is said to be in the normal form only when a, b, c are the direction cosines of the normal to the plane and |d| is the distance of the plane from the origin.

If a, b, and c are not the direction cosines of the normal to the plane then we have to follow these steps:

Step 1: Keep the terms of x, y, and z on the LHS and take the constant term d on the RHS.

Step 2: If the constant term on the RHS is negative then make it positive by multiplying with (-1) on both sides of the equation.

Step 3: Divide term on the both sides of the equation by √(a2 + b2 + c2).

After applying these steps the coefficients of x, y, and z on the LHS will become the direction cosines of the normal to the plane, and the constant term on the RHS will become the distance of the plane from the origin.

Example: A plane in the 3D space is represented by (2x + y + 2z - 24 = 0) then the cartesian equation of this plane in the normal form is given by.

Solution:

Given equation of plane,

2x + y + 2z = 24

Dividing both sides of the above  equation by √(22 + 12 + 22) = √9 = 3

The given equation of plane in cartesian form is,

(2/3) x + (1/3) y + (2/3) z = 8

Here, 
l = 2/3 , m = 1/3 , n = 2/3 are the direction cosines
p = 8 is the distance from the origin.

Distance of a Point from a Plane in Cartesian Form

The distance of a point P(xo, yo, zo) from a plane π:(a x + b y + c z +d = 0) in the cartesian form is defined as the length (L) of the perpendicular drawn from that point to the plane. That is calculated using the formula,

L = |a xo + b yo + c zo + d| / √(a2 + b2 + c2)

Now let's look at the example to know more.

Example: Find the distance of the point (2, 1, 0) from the plane (2 x + y + 2 z + 5 = 0).

Solution:

xo = 2, yo = 1, zo = 0

a = 2, b = 1, c = 2, d = 5

L = |(2 × 2) + (1 × 1) + (0 × 2) + 5| / √(22, 12, 22)

⇒ L = 10 / √9

⇒ L = 10/3

Thus, the required distance is 10/3 units.

Distance of a Point from a Plane in Vector Form

The distance of a point P having position vector {\vec {a}}    from a plane π: {\vec {r}}.{\vec {n}} = d     in vector form is defined as the length (L) of the perpendicular drawn from that point to the plane.

L = \frac{| \vec{a} \cdot \vec{n} - d |}{| \vec{n} |}

Example: The distance of a point with position vector (2 i + j + 0 k) from the plane {\vec {r}}     . (2 i + j + 2 k) = 5 is given by?

Solution:

{\vec {a}}     = 2 i + j + 0 k

{\vec {n}}     = 2 i + j + 2 k

|{\vec {n}}    | = √(22, 12, 22) = √9 = 3 

d = 5 (given)

{\vec {a}}.{\vec {n}}     = (2 × 2) + (1 × 1) + (0 × 2) = 5

⇒ L = |5 - 5| / 3

⇒ L = 0

Thus, the required distnce is 0 units.

People Also Read:

  • Angle between Pair of Lines
  • Angle between two lines in 3D space
  • Lines in Geometry: Definition, Types and Examples
  • Real Life Examples of a Plane in Geometry

Points, Lines, and Planes Solved Examples

Example 1:The vector equation of the plane in 3D space which is at a distance of  5 units from the origin and normal to the vector (4 i+ 3 k) is given by?

Solution:

d = 5 and  {\vec {n}}     = (4 i+ 3 k)

n̂ = (4 i + 3 k) / √(42 + 02 + 32)

⇒ n̂ = (4 i+ 3 k) / √(25)

⇒ n̂ = (4/5) i+ (3/5) k

Hence the required vector equation of the plane in normal form is,

 {\vec {r}}     . ((4/5) i+ (3/5) k = 5 

⇒  {\vec {r}}     . (4 i+ 3 k) = 25

Example 2:Find the distance of the point (0, 1, 0) from the plane (3 y + 4 z = 7).

Solution:

Given Point,

(xo, yo, zo) = (0, 1, 0)

xo = 0, yo = 1, zo = 0

Equation of the plane,

3 y + 4 z = 7

Comapring with ax + by +cz + d = 0

a = 0, b = 3, c = 4, d = -7

Distanc of a point form a plane is given using the formula,

L = |a xo + b yo + c zo + d| / √(a2 + b2 + c2)

⇒ L = |0 + (3 × 1) + (4 × 0) - 7| / √(02, 32, 42)

⇒ L = |3 - 7| / √(25)

⇒ L = 4/5

Thus, the required distance is 4/5 units

Example 3:Find the distance of a point (5, 3, 0) from the plane\vec{r} \cdot (4 \hat{i} + 3 \hat{j}) = 8

Solution:

{\vec {a}}     = 5 i +3 j + 0 k

{\vec {n}}     = 4 i +3 j + 0 k

|{\vec {n}}    | = √(42+ 32+ 02) 
                 = √(25) = 5

d = 8 (given)

{\vec {a}}     . {\vec {n}}     = (5 × 4) + (3 × 3) + (0 × 0) 
                                = 29

⇒ L = |29 - 8| / 5

⇒ L = 21/5

Thus, the required distance is 21/5 units

Example 4: Find the distance between points, (2, 4) and (5, 6).

Solution:

Given point, (2, 4) and (5, 6)

Comapring with (x1, y1) and (x2, y2)

(x1, y1)  = (2, 4) and (x2, y2) = (5, 6)

Using the distance formula,

d = √[(x2 - x1)2 + (y2 - y1)2]

⇒ d = √[(5-2)2 + (6-4)2]

⇒ d = √13

Thus, the distance between two points is √13 units.

Practice Questions onPoints, Lines and Planes

  1. Identify which of the following sets of points are collinear: A(2, 3), B(5, 7), C(8, 11).
  2. Determine if the points D(4, 6), E(4, 6), and F(4, 8) lie on the same line.
  3. Given three non-collinear points, how many distinct lines can be drawn through them?
  4. Determine whether the points G(2, 3, 1), H(4, 1, 3), and I(6, 5, 2) lie on the same plane.
  5. Find the equation of the line passing through the points P(2, 1) and Q(4, 5) in slope-intercept form.
  6. Determine the distance between the points R(3, 2, 4) and S(7, 5, 8).

Next Article
Coordinate Axes and Coordinate Planes in 3D space

S

sanju6890
Improve
Article Tags :
  • Technical Scripter
  • Mathematics
  • School Learning
  • Class 12
  • Technical Scripter 2020
  • Maths-Class-12

Similar Reads

    Basic Arithmetic

    What are Numbers?
    Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
    15+ min read
    Arithmetic Operations
    Arithmetic Operations are the basic mathematical operations—Addition, Subtraction, Multiplication, and Division—used for calculations. These operations form the foundation of mathematics and are essential in daily life, such as sharing items, calculating bills, solving time and work problems, and in
    9 min read
    Fractions - Definition, Types and Examples
    Fractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of a numerator (the top number), indicating how many parts are considered, and a denominator (the bottom number), showing the total number of equal parts the whole is divided into. For E
    7 min read
    What are Decimals?
    Decimals are numbers that use a decimal point to separate the whole number part from the fractional part. This system helps represent values between whole numbers, making it easier to express and measure smaller quantities. Each digit after the decimal point represents a specific place value, like t
    10 min read
    Exponents
    Exponents are a way to show that a number is multiplied by itself many times. They are everywhere in math and science, helping us write big and easily.Think of exponents like a shortcut for repeated multiplication:23 means 2 x 2 x 2 = 8 52 means 5 x 5 = 25So instead of writing the same number many t
    8 min read
    Percentage
    In mathematics, a percentage is a figure or ratio that signifies a fraction out of 100, i.e., A fraction whose denominator is 100 is called a Percent. In all the fractions where the denominator is 100, we can remove the denominator and put the % sign.For example, the fraction 23/100 can be written a
    5 min read

    Algebra

    Variable in Maths
    A variable is like a placeholder or a box that can hold different values. In math, it's often represented by a letter, like x or y. The value of a variable can change depending on the situation. For example, if you have the equation y = 2x + 3, the value of y depends on the value of x. So, if you ch
    5 min read
    Polynomials| Degree | Types | Properties and Examples
    Polynomials are mathematical expressions made up of variables (often represented by letters like x, y, etc.), constants (like numbers), and exponents (which are non-negative integers). These expressions are combined using addition, subtraction, and multiplication operations.A polynomial can have one
    9 min read
    Coefficient
    A coefficient is a number that multiplies a variable in a mathematical expression. It tells you how much of that variable you have. For example, in the term 5x, the coefficient is 5 — it means 5 times the variable x.Coefficients can be positive, negative, or zero. Algebraic EquationA coefficient is
    8 min read
    Algebraic Identities
    Algebraic Identities are fundamental equations in algebra where the left-hand side of the equation is always equal to the right-hand side, regardless of the values of the variables involved. These identities play a crucial role in simplifying algebraic computations and are essential for solving vari
    14 min read
    Properties of Algebraic Operations
    Algebraic operations are mathematical processes that involve the manipulation of numbers, variables, and symbols to produce new results or expressions. The basic algebraic operations are:Addition ( + ): The process of combining two or more numbers to get a sum. For example, 3 + 5 = 8.Subtraction (−)
    3 min read

    Geometry

    Lines and Angles
    Lines and Angles are the basic terms used in geometry. They provide a base for understanding all the concepts of geometry. We define a line as a 1-D figure that can be extended to infinity in opposite directions, whereas an angle is defined as the opening created by joining two or more lines. An ang
    9 min read
    Geometric Shapes in Maths
    Geometric shapes are mathematical figures that represent the forms of objects in the real world. These shapes have defined boundaries, angles, and surfaces, and are fundamental to understanding geometry. Geometric shapes can be categorized into two main types based on their dimensions:2D Shapes (Two
    2 min read
    Area and Perimeter of Shapes | Formula and Examples
    Area and Perimeter are the two fundamental properties related to 2-dimensional shapes. Defining the size of the shape and the length of its boundary. By learning about the areas of 2D shapes, we can easily determine the surface areas of 3D bodies and the perimeter helps us to calculate the length of
    10 min read
    Surface Areas and Volumes
    Surface Area and Volume are two fundamental properties of a three-dimensional (3D) shape that help us understand and measure the space they occupy and their outer surfaces.Knowing how to determine surface area and volumes can be incredibly practical and handy in cases where you want to calculate the
    10 min read
    Points, Lines and Planes
    Points, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry. We define a point as a location in 3-D or 2-D space that is represented using coordinates. We define a line as a geometrical figure that is extended in both direction
    14 min read
    Coordinate Axes and Coordinate Planes in 3D space
    In a plane, we know that we need two mutually perpendicular lines to locate the position of a point. These lines are called coordinate axes of the plane and the plane is usually called the Cartesian plane. But in real life, we do not have such a plane. In real life, we need some extra information su
    6 min read

    Trigonometry & Vector Algebra

    Trigonometric Ratios
    There are three sides of a triangle Hypotenuse, Adjacent, and Opposite. The ratios between these sides based on the angle between them is called Trigonometric Ratio. The six trigonometric ratios are: sine (sin), cosine (cos), tangent (tan), cotangent (cot), cosecant (cosec), and secant (sec).As give
    4 min read
    Trigonometric Equations | Definition, Examples & How to Solve
    Trigonometric equations are mathematical expressions that involve trigonometric functions (such as sine, cosine, tangent, etc.) and are set equal to a value. The goal is to find the values of the variable (usually an angle) that satisfy the equation.For example, a simple trigonometric equation might
    9 min read
    Trigonometric Identities
    Trigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
    10 min read
    Trigonometric Functions
    Trigonometric Functions, often simply called trig functions, are mathematical functions that relate the angles of a right triangle to the ratios of the lengths of its sides.Trigonometric functions are the basic functions used in trigonometry and they are used for solving various types of problems in
    6 min read
    Inverse Trigonometric Functions | Definition, Formula, Types and Examples
    Inverse trigonometric functions are the inverse functions of basic trigonometric functions. In mathematics, inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. The inverse trigonometric functions are the inverse functions of basic trigonometric function
    11 min read
    Inverse Trigonometric Identities
    Inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. These functions are the inverse functions of basic trigonometric functions, i.e., sine, cosine, tangent, cosecant, secant, and cotangent. It is used to find the angles with any trigonometric ratio. Inv
    9 min read

    Calculus

    Introduction to Differential Calculus
    Differential calculus is a branch of calculus that deals with the study of rates of change of functions and the behaviour of these functions in response to infinitesimal changes in their independent variables.Some of the prerequisites for Differential Calculus include:Independent and Dependent Varia
    6 min read
    Limits in Calculus
    In mathematics, a limit is a fundamental concept that describes the behaviour of a function or sequence as its input approaches a particular value. Limits are used in calculus to define derivatives, continuity, and integrals, and they are defined as the approaching value of the function with the inp
    12 min read
    Continuity of Functions
    Continuity of functions is an important unit of Calculus as it forms the base and it helps us further to prove whether a function is differentiable or not. A continuous function is a function which when drawn on a paper does not have a break. The continuity can also be proved using the concept of li
    13 min read
    Differentiation
    Differentiation in mathematics refers to the process of finding the derivative of a function, which involves determining the rate of change of a function with respect to its variables.In simple terms, it is a way of finding how things change. Imagine you're driving a car and looking at how your spee
    2 min read
    Differentiability of a Function | Class 12 Maths
    Continuity or continuous which means, "a function is continuous at its domain if its graph is a curve without breaks or jumps". A function is continuous at a point in its domain if its graph does not have breaks or jumps in the immediate neighborhood of the point. Continuity at a Point: A function f
    11 min read
    Integration
    Integration, in simple terms, is a way to add up small pieces to find the total of something, especially when those pieces are changing or not uniform.Imagine you have a car driving along a road, and its speed changes over time. At some moments, it's going faster; at other moments, it's slower. If y
    3 min read

    Probability and Statistics

    Basic Concepts of Probability
    Probability is defined as the likelihood of the occurrence of any event. Probability is expressed as a number between 0 and 1, where, 0 is the probability of an impossible event and 1 is the probability of a sure event.Concepts of Probability are used in various real life scenarios : Stock Market :
    6 min read
    Bayes' Theorem
    Bayes' Theorem is a mathematical formula that helps determine the conditional probability of an event based on prior knowledge and new evidence.It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities
    12 min read
    Probability Distribution - Function, Formula, Table
    A probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a frequency distribution shows
    15+ min read
    Descriptive Statistic
    Statistics is the foundation of data science. Descriptive statistics are simple tools that help us understand and summarize data. They show the basic features of a dataset, like the average, highest and lowest values and how spread out the numbers are. It's the first step in making sense of informat
    5 min read
    What is Inferential Statistics?
    After learning basic statistics like how data points relate (covariance and correlation) and probability distributions, the next important step is Inferential Statistics. Unlike descriptive statistics, which just summarizes data, inferential statistics helps us make predictions and conclusions about
    6 min read
    Measures of Central Tendency in Statistics
    Central tendencies in statistics are numerical values that represent the middle or typical value of a dataset. Also known as averages, they provide a summary of the entire data, making it easier to understand the overall pattern or behavior. These values are useful because they capture the essence o
    11 min read
    Set Theory
    Set theory is a branch of mathematics that deals with collections of objects, called sets. A set is simply a collection of distinct elements, such as numbers, letters, or even everyday objects, that share a common property or rule.Example of SetsSome examples of sets include:A set of fruits: {apple,
    3 min read

    Practice

    NCERT Solutions for Class 8 to 12
    The NCERT Solutions are designed to help the students build a strong foundation and gain a better understanding of each and every question they attempt. This article provides updated NCERT Solutions for Classes 8 to 12 in all subjects for the new academic session 2023-24. The solutions are carefully
    7 min read
    RD Sharma Class 8 Solutions for Maths: Chapter Wise PDF
    RD Sharma Class 8 Math is one of the best Mathematics book. It has thousands of questions on each topics organized for students to practice. RD Sharma Class 8 Solutions covers different types of questions with varying difficulty levels. The solutions provided by GeeksforGeeks help to practice the qu
    5 min read
    RD Sharma Class 9 Solutions
    RD Sharma Solutions for class 9 provides vast knowledge about the concepts through the chapter-wise solutions. These solutions help to solve problems of higher difficulty and to ensure students have a good practice of all types of questions that can be framed in the examination. Referring to the sol
    10 min read
    RD Sharma Class 10 Solutions
    RD Sharma Class 10 Solutions offer excellent reference material for students, enabling them to develop a firm understanding of the concepts covered. in each chapter of the textbook. As Class 10 mathematics is categorized into various crucial topics such as Algebra, Geometry, and Trigonometry, which
    9 min read
    RD Sharma Class 11 Solutions for Maths
    RD Sharma Solutions for Class 11 covers different types of questions with varying difficulty levels. Practising these questions with solutions may ensure that students can do a good practice of all types of questions that can be framed in the examination. This ensures that they excel in their final
    13 min read
    RD Sharma Class 12 Solutions for Maths
    RD Sharma Solutions for class 12 provide solutions to a wide range of questions with a varying difficulty level. With the help of numerous sums and examples, it helps the student to understand and clear the chapter thoroughly. Solving the given questions inside each chapter of RD Sharma will allow t
    13 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
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
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences