Ch 9  ·  Q–
0%
Class 11 Mathematics Exercise 9.1 NCERT Solutions JEE Mains NEET Board Exam

Chapter 9 — Straight Lines

Step-by-step NCERT solutions with detailed proofs and exam-oriented hints for Boards, JEE & NEET.

📋11 questions
Ideal time: 30-45 min
📍Now at: Q1
Q1
NUMERIC3 marks

Draw a quadrilateral in the Cartesian plane, whose vertices are (–4, 5), (0, 7), (5, –5) and (–4, –2). Also, find its area.

Concept Used

The area of a polygon with given vertices can be computed using the Shoelace Formula, which is derived from coordinate geometry. It works efficiently for any polygon whose vertices are known in order.

\[ \text{Area} = \frac{1}{2} \left| \sum x_i y_{i+1} - \sum y_i x_{i+1} \right| \]

Solution Roadmap
  • Plot the given points on the Cartesian plane
  • Join them in order to form the quadrilateral
  • Apply Shoelace Formula using cyclic arrangement
  • Compute determinant-style expression carefully

Solution

A(-4,5) B(0,7) C(5,-5) D(-4,-2)

Let the vertices be taken in order: \(A(-4,5), B(0,7), C(5,-5), D(-4,-2)\).

Using the Shoelace Formula:

\[ \text{Area} = \frac{1}{2} \left| (-4 \cdot 7 + 0 \cdot -5 + 5 \cdot -2 + (-4)\cdot 5) - (5 \cdot 0 + 7 \cdot 5 + (-5)\cdot (-4) + (-2)\cdot (-4)) \right| \]

\[ = \frac{1}{2} \left| (-28 + 0 -10 -20) - (0 + 35 + 20 + 8) \right| \]

\[ = \frac{1}{2} \left| -58 - 63 \right| = \frac{1}{2} \times 121 = 60.5 \]

Hence, the area of the quadrilateral is \(60.5\) square units.

Exam Significance
  • Direct application of Shoelace Formula — frequently asked in CBSE boards
  • Important for coordinate geometry section in JEE Main & NDA
  • Tests accuracy in cyclic ordering and sign handling
  • Often combined with plotting-based MCQs in competitive exams
↑ Top
1 / 11  ·  9%
Q2 →
Q2
NUMERIC3 marks

The base of an equilateral triangle with side \(2a\) lies along the y-axis such that the mid-point of the base is at the origin. Find vertices of the triangle.

Concept Used

In an equilateral triangle, all sides are equal and the perpendicular from the opposite vertex to the base bisects the base. The height of an equilateral triangle of side \(s\) is:

\[ h = \frac{\sqrt{3}}{2}s \]

Here \(s = 2a\), so height becomes \(h = \sqrt{3}a\).

Solution Roadmap
  • Use midpoint condition to fix base coordinates
  • Verify base length using distance formula
  • Use symmetry to locate third vertex
  • Apply height formula to determine exact coordinates

Solution

A(0,a) B(0,-a) C(√3a,0)

Since the base lies on the y-axis and its midpoint is at the origin, the endpoints must be symmetric about the origin:

\[ A(0,a), \quad B(0,-a) \]

Length of base:

\[ AB = \sqrt{(0-0)^2 + (a-(-a))^2} = 2a \]

In an equilateral triangle, the third vertex lies on the perpendicular bisector of the base. Since base is vertical, the perpendicular bisector is the x-axis.

Height:

\[ h = \sqrt{3}a \]

Therefore, the third vertex is:

\[ C(\sqrt{3}a, 0) \quad \text{or} \quad C(-\sqrt{3}a, 0) \]

Hence, the vertices are:

\[ (0,a),\ (0,-a),\ (\sqrt{3}a,0) \] or \[ (0,a),\ (0,-a),\ (-\sqrt{3}a,0) \]

Exam Significance
  • Standard symmetry-based coordinate geometry problem (CBSE boards)
  • Frequently appears in JEE Main as concept-based MCQ
  • Tests understanding of perpendicular bisector and geometric symmetry
  • Foundation for locus and triangle coordinate problems
← Q1
2 / 11  ·  18%
Q3 →
Q3
NUMERIC3 marks

Find the distance between \(P (x_1,\; y_1)\) and \(Q (x_2,\; y_2)\) when :
(i) PQ is parallel to the y-axis,
(ii) PQ is parallel to the x-axis.

Concept Used

The distance between two points in coordinate geometry is generally given by:

\[ PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]

However, when the line segment is parallel to one of the axes, one coordinate remains constant, simplifying the formula significantly.

Solution Roadmap
  • Identify which coordinate remains constant
  • Reduce distance formula accordingly
  • Interpret distance as projection on one axis

Solution

(i) Parallel to y-axis
P(x₁,y₁) Q(x₂,y₂)

If \(PQ\) is parallel to the y-axis, then:

\[ x_1 = x_2 \]

Distance reduces to vertical separation:

\[ PQ = |y_2 - y_1| \]

(ii) Parallel to x-axis
P(x₁,y₁) Q(x₂,y₂)

If \(PQ\) is parallel to the x-axis, then:

\[ y_1 = y_2 \]

Distance reduces to horizontal separation:

\[ PQ = |x_2 - x_1| \]

Thus, distance depends only on the varying coordinate when the segment is axis-parallel.

Exam Significance
  • Fundamental simplification of distance formula — very common in CBSE board exams
  • Direct application in coordinate geometry MCQs (JEE Main, NDA)
  • Used frequently in rectangle, square, and grid-based problems
  • Critical for speed optimization in competitive exams
← Q2
3 / 11  ·  27%
Q4 →
Q4
NUMERIC3 marks

Find a point on the x-axis, which is equidistant from the points (7, 6) and (3, 4).

Concept Used

A point equidistant from two given points lies on the perpendicular bisector of the line segment joining them. Since the required point lies on the x-axis, we restrict \(y = 0\) and use the distance formula.

Solution Roadmap
  • Assume point on x-axis: \((x,0)\)
  • Apply distance formula from both given points
  • Equate distances and solve for \(x\)
  • Substitute back to get coordinates

Solution

A(7,6) B(3,4) P(x,0)

Let the required point on the x-axis be \(P(x,0)\).

Since it is equidistant from \(A(7,6)\) and \(B(3,4)\),

\[ \sqrt{(x-7)^2 + (0-6)^2} = \sqrt{(x-3)^2 + (0-4)^2} \]

Squaring both sides:

\[ (x-7)^2 + 36 = (x-3)^2 + 16 \]

Expanding:

\[ x^2 -14x +49 +36 = x^2 -6x +9 +16 \]

\[ 85 -14x = 25 -6x \]

\[ -8x = -60 \quad \Rightarrow \quad x = \frac{15}{2} \]

Therefore, the required point is:

\[ \left(\frac{15}{2},\,0\right) \]

Exam Significance
  • Classic equidistance problem using distance formula (CBSE boards)
  • Direct application of locus concept (perpendicular bisector)
  • Common in JEE Main coordinate geometry MCQs
  • Strengthens algebraic manipulation + geometric intuition
← Q3
4 / 11  ·  36%
Q5 →
Q5
NUMERIC3 marks

Find the slope of a line, which passes through the origin, and the mid-point of the line segment joining the points P (0, –4) and B (8, 0).

Concept Used

The midpoint formula gives the center of a line segment:

\[ \left(\frac{x_1+x_2}{2},\; \frac{y_1+y_2}{2}\right) \]

The slope of a line passing through two points is:

\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]

Solution Roadmap
  • Find midpoint of given segment using midpoint formula
  • Use origin and midpoint as two points
  • Apply slope formula

Solution

P(0,-4) B(8,0) M(4,-2) O(0,0)

Midpoint of \(P(0,-4)\) and \(B(8,0)\):

\[ M = \left(\frac{0+8}{2},\; \frac{-4+0}{2}\right) = (4,-2) \]

The required line passes through origin \(O(0,0)\) and \(M(4,-2)\).

Slope:

\[ m = \frac{-2 - 0}{4 - 0} = \frac{-2}{4} = -\frac{1}{2} \]

Therefore, the slope of the required line is \( -\dfrac{1}{2} \).

Exam Significance
  • Combines midpoint + slope — a very common CBSE board pattern
  • Frequently appears in JEE Main coordinate geometry MCQs
  • Tests multi-step thinking (midpoint → slope)
  • Foundation for centroid, section formula, and line equations
← Q4
5 / 11  ·  45%
Q6 →
Q6
NUMERIC3 marks

Without using the Pythagoras theorem, show that the points (4, 4), (3, 5) and (–1, –1) are the vertices of a right angled triangle.

Concept Used

Two lines are perpendicular if the product of their slopes is \(-1\), i.e.

\[ m_1 \cdot m_2 = -1 \]

Thus, to prove a triangle is right-angled, it is sufficient to show that any two of its sides are perpendicular.

Solution Roadmap
  • Compute slopes of all three sides
  • Check product of slopes pairwise
  • Identify perpendicular pair → right angle location

Solution

A(4,4) B(3,5) C(-1,-1) // //

Let \(A(4,4)\), \(B(3,5)\), and \(C(-1,-1)\).

Slope of \(AB\):

\[ m_{AB} = \frac{5-4}{3-4} = \frac{1}{-1} = -1 \]

Slope of \(AC\):

\[ m_{AC} = \frac{-1-4}{-1-4} = \frac{-5}{-5} = 1 \]

Product of slopes:

\[ m_{AB} \cdot m_{AC} = (-1)(1) = -1 \]

Since the product is \(-1\), lines \(AB\) and \(AC\) are perpendicular.

Therefore, angle at point \(A(4,4)\) is a right angle.

Hence, the given points form a right-angled triangle.

Exam Significance
  • Direct application of slope-based perpendicularity (CBSE boards)
  • Alternative to Pythagoras — frequently tested in JEE Main MCQs
  • Important for identifying triangle type using coordinates
  • Builds foundation for angle between lines and vector methods
← Q5
6 / 11  ·  55%
Q7 →
Q7
NUMERIC3 marks

Find the slope of the line, which makes an angle of \(30^\circ\) with the positive direction of y-axis measured anticlockwise.

Concept Used

The slope of a line is given by:

\[ m = \tan\theta \]

where \(\theta\) is the angle made with the positive \(x\)-axis. If the angle is given with respect to the \(y\)-axis, it must first be converted into the standard position.

Solution Roadmap
  • Convert angle from y-axis to x-axis reference
  • Use trigonometric identity for tangent
  • Evaluate slope

Solution

y-axis line 30°

The line makes an angle of \(30^\circ\) with the positive \(y\)-axis.

Since the positive \(y\)-axis is at \(90^\circ\) from the positive \(x\)-axis, the angle with the positive \(x\)-axis becomes:

\[ \theta = 90^\circ + 30^\circ = 120^\circ \]

Therefore, slope:

\[ m = \tan(120^\circ) \]

\[ = \tan(180^\circ - 60^\circ) = -\tan 60^\circ = -\sqrt{3} \]

Hence, the slope of the line is \( -\sqrt{3} \).

Exam Significance
  • Frequently asked concept: angle with y-axis vs x-axis (CBSE boards)
  • Common trap question in JEE Main MCQs
  • Tests understanding of reference axis transformation
  • Important for angle between lines and slope-based problems
← Q6
7 / 11  ·  64%
Q8 →
Q8
NUMERIC3 marks

Without using distance formula, show that points (–2, –1), (4, 0), (3, 3) and (–3, 2) are the vertices of a parallelogram.

Concept Used

A quadrilateral is a parallelogram if its diagonals bisect each other. That is, the midpoints of both diagonals are the same.

Solution Roadmap
  • Label the points in order
  • Find midpoint of diagonal \(AC\)
  • Find midpoint of diagonal \(BD\)
  • Compare both midpoints

Solution

A(-2,-1) B(4,0) C(3,3) D(-3,2) M

Let \(A(-2,-1)\), \(B(4,0)\), \(C(3,3)\), and \(D(-3,2)\).

Midpoint of diagonal \(AC\):

\[ M_1 = \left(\frac{-2+3}{2}, \frac{-1+3}{2}\right) = \left(\frac{1}{2}, 1\right) \]

Midpoint of diagonal \(BD\):

\[ M_2 = \left(\frac{4+(-3)}{2}, \frac{0+2}{2}\right) = \left(\frac{1}{2}, 1\right) \]

Since \(M_1 = M_2\), the diagonals bisect each other.

Hence, the given points form a parallelogram.

Exam Significance
  • Standard CBSE proof using midpoint method
  • Very common in coordinate geometry proofs (JEE Main)
  • Alternative to slope-based or vector-based verification
  • Foundation for parallelogram properties and vector geometry
← Q7
8 / 11  ·  73%
Q9 →
Q9
NUMERIC3 marks

Find the angle between the x-axis and the line joining the points (3,–1) and (4,–2).

Concept Used

The angle of inclination \(\theta\) of a line with the positive \(x\)-axis is related to its slope by:

\[ m = \tan \theta \]

The angle of inclination is always measured anticlockwise from the positive \(x\)-axis and lies between \(0^\circ\) and \(180^\circ\).

Solution Roadmap
  • Compute slope of the line joining the points
  • Use \(m = \tan\theta\)
  • Adjust angle to lie in correct range \((0^\circ,180^\circ)\)

Solution

A(3,-1) B(4,-2)

Let \(A(3,-1)\) and \(B(4,-2)\).

Slope of line \(AB\):

\[ m = \frac{-2 - (-1)}{4 - 3} = \frac{-1}{1} = -1 \]

Using \(m = \tan\theta\):

\[ \tan\theta = -1 \]

The principal value is:

\[ \theta = -45^\circ \]

But the angle of inclination must lie between \(0^\circ\) and \(180^\circ\), hence:

\[ \theta = 180^\circ - 45^\circ = 135^\circ \]

Therefore, the required angle is \(135^\circ\).

Exam Significance
  • Direct application of slope-angle relation (CBSE boards)
  • Common trap: handling negative slope correctly
  • Very frequent in JEE Main MCQs
  • Foundation for angle between two lines and direction angles
← Q8
9 / 11  ·  82%
Q10 →
Q10
NUMERIC3 marks

The slope of a line is double of the slope of another line. If tangent of the angle between them is \(\frac{1}{3}\), find the slopes of the lines.

Concept Used

The angle \(\theta\) between two lines with slopes \(m_1\) and \(m_2\) is given by:

\[ \tan\theta = \left|\frac{m_2 - m_1}{1 + m_1 m_2}\right| \]

This relation is fundamental in coordinate geometry for comparing orientations of lines.

Solution Roadmap
  • Assume slopes as \(m\) and \(2m\)
  • Substitute in angle formula
  • Form quadratic equation
  • Solve and interpret both valid cases

Solution

θ

Let slopes be \(m_1 = m\) and \(m_2 = 2m\).

Using the formula:

\[ \tan\theta = \frac{2m - m}{1 + 2m^2} = \frac{m}{1 + 2m^2} \]

Given:

\[ \frac{1}{3} = \frac{m}{1 + 2m^2} \]

Cross-multiplying:

\[ 1 + 2m^2 = 3m \]

\[ 2m^2 - 3m + 1 = 0 \]

\[ (2m - 1)(m - 1) = 0 \]

\[ m = \frac{1}{2} \quad \text{or} \quad m = 1 \]

Corresponding slopes:

\[ (m_1, m_2) = \left(\frac{1}{2}, 1\right) \quad \text{or} \quad (1, 2) \]

Hence, the required slopes are \( \frac{1}{2}, 1 \) or \( 1, 2 \).

Exam Significance
  • High-frequency concept: angle between two lines (CBSE + JEE Main)
  • Tests algebraic manipulation + conceptual clarity
  • Common MCQ pattern with parameterized slopes
  • Foundation for perpendicular and parallel line conditions
← Q9
10 / 11  ·  91%
Q11 →
Q11
NUMERIC3 marks

A line passes through \((x_1, y_1)\) and \((h, k)\). If slope of the line is \(m\), show that \(k - y_1 = m(h - x_1)\).

Concept Used

The slope of a line joining two points is defined as:

\[ m = \frac{\text{change in } y}{\text{change in } x} = \frac{y_2 - y_1}{x_2 - x_1} \]

This directly leads to the point-slope form of a line.

Solution Roadmap
  • Apply slope definition using given points
  • Rearrange algebraically
  • Interpret result as point-slope relation

Solution

(x₁,y₁) (h,k) h-x₁ k-y₁

A line passes through points \((x_1, y_1)\) and \((h, k)\).

By definition of slope:

\[ m = \frac{k - y_1}{h - x_1} \]

Multiplying both sides by \((h - x_1)\):

\[ m(h - x_1) = k - y_1 \]

Hence, \(k - y_1 = m(h - x_1)\) is proved.

Exam Significance
  • Direct derivation of point-slope form (CBSE boards)
  • Frequently used in JEE Main subjective + MCQs
  • Foundation for all line equations (two-point, slope-intercept)
  • Essential for quick derivations in coordinate geometry
← Q10
11 / 11  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 11 solutions for Straight Lines covered.

↑ Review from the top
Class XI · Mathematics
📐

AI Engine for
Straight Lines

Solve, visualise & master every theorem on straight lines — step-by-step, instantly.

Slope Equations Distance Grapher Quiz
Engine online · CBSE / ISC aligned
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
Straight Lines | Mathematics Class -11
Straight Lines | Mathematics Class -11 — Complete Notes & Solutions · academia-aeternum.com
🎓 Class -11 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
www.academia-aeternum.com/class-11/mathematics/straight-lines/exercises/exercise-9.1/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.