CBSE Class 11 Maths Exemplar Chapter 10: Straight Lines NCERT Solutions

NCERT Solutions PDF Class 11 PDF

This chapter provides NCERT Solutions for Class 11 Maths Exemplar, focusing on Straight Lines. It covers essential concepts like finding the equation of a line passing through a given point and cutting off equal intercepts from the axes. Students will learn to determine the equation of a line perpendicular to another line joining two points and passing through a specified point. The solutions also explain how to calculate the angle between two given lines and find the equation of lines that pass through a point and have intercepts summing to a specific value. These detailed, step-by-step solutions are designed to help students understand the underlying principles and methods, aiding in effective exam preparation and revision for the CBSE Class 11 Mathematics examination.

Quick info

BoardCBSE
ClassClass 11
SubjectMaths Exemplar
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 10

Chapter summary

Chapter 10, Straight Lines, for CBSE Class 11 Maths Exemplar, offers solutions to problems involving the equations of lines. The exercises focus on calculating line equations based on intercept conditions, perpendicularity, and angles between lines. Key skills include applying the intercept form of a line and the formula for the angle between two lines. These solutions provide a clear path to mastering these fundamental concepts for the examination.

Learning outcomes

  • Understand the concept of intercepts on coordinate axes.
  • Determine the equation of a straight line given a point and equal intercepts.
  • Calculate the slope of a line perpendicular to another line.
  • Find the equation of a line passing through a point and perpendicular to a given line.
  • Calculate the angle between two straight lines using their slopes.
  • Derive the equation of a line when the sum of its intercepts is known.

Topics covered

Paper topics

  • Equation of a straight line
  • Intercept form of a line
  • Line passing through a point
  • Equal intercepts
  • Perpendicular lines
  • Slope of a line
  • Angle between two lines
  • Sum of intercepts

Important topics

  • Equation of a line with equal intercepts
  • Finding the equation of a perpendicular line
  • Calculating the angle between two lines
  • Line equation with a given sum of intercepts

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Find the equation of the straight line which passes through the point (1, -2) and cuts off equal intercepts from the coordinate axes.
Solution:

Let the equation of the straight line be in the intercept form: \frac{x}{a} + \frac{y}{b} = 1, where a and b are the intercepts on the X and Y axes, respectively.

Given that the line cuts off equal intercepts from the axes, we have a = b. Let this common intercept be k. So, the equation of the line becomes \frac{x}{k} + \frac{y}{k} = 1.

Multiplying by k, we get x + y = k, or x + y - k = 0.

The problem states that the line passes through the point (1, -2). Substituting these coordinates into the equation:

1 + (-2) - k = 0

-1 - k = 0

k = -1

Now, substitute the value of k back into the equation of the line:

\frac{x}{-1} + \frac{y}{-1} = 1

This simplifies to -x - y = 1, or x + y + 1 = 0.

Therefore, the equation of the straight line is x + y + 1 = 0.

Question 2

Find the equation of the line passing through the point (5, 2) and perpendicular to the line joining the points (2, 3) and (3, -1).
Solution:

First, we need to find the slope of the line joining the points (2, 3) and (3, -1). Let these points be P(2, 3) and Q(3, -1).

The slope m_{PQ} is given by the formula m = \frac{y_2 - y_1}{x_2 - x_1}.

m_{PQ} = \frac{-1 - 3}{3 - 2} = \frac{-4}{1} = -4

The required line is perpendicular to the line PQ. If m is the slope of the required line, then the product of the slopes of two perpendicular lines is -1.

m \times m_{PQ} = -1

m \times (-4) = -1

m = \frac{-1}{-4} = \frac{1}{4}

Now, we have the slope of the required line (m = \frac{1}{4}) and a point it passes through (5, 2).

Using the point-slope form of a line, y - y_1 = m(x - x_1):

y - 2 = \frac{1}{4}(x - 5)

Multiply both sides by 4:

4(y - 2) = 1(x - 5)

4y - 8 = x - 5

Rearrange the terms to get the equation in the standard form:

x - 4y - 5 + 8 = 0

x - 4y + 3 = 0

Thus, the equation of the required line is x - 4y + 3 = 0.

Question 3

Find the angle between the lines y = (2 - \sqrt{3})(x+5) and y = (2 + \sqrt{3})(x-7).
Solution:

The equations of the two lines are given as:

Line 1: y = (2 - \sqrt{3})(x+5)

Line 2: y = (2 + \sqrt{3})(x-7)

The slope-intercept form of a line is y = mx + c, where m is the slope.

From Line 1, the slope m_1 = (2 - \sqrt{3}).

From Line 2, the slope m_2 = (2 + \sqrt{3}).

Let \theta be the angle between the two lines. The formula for the tangent of the angle between two lines is:

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

Substitute the values of m_1 and m_2:

\tan \theta = \left| \frac{(2 - \sqrt{3}) - (2 + \sqrt{3})}{1 + (2 - \sqrt{3})(2 + \sqrt{3})} \right|

Simplify the numerator:

2 - \sqrt{3} - 2 - \sqrt{3} = -2\sqrt{3}

Simplify the denominator using the difference of squares formula (a-b)(a+b) = a^2 - b^2:

1 + (2^2 - (\sqrt{3})^2) = 1 + (4 - 3) = 1 + 1 = 2

Now, substitute these back into the \tan \theta formula:

\tan \theta = \left| \frac{-2\sqrt{3}}{2} \right| = |-\sqrt{3}| = \sqrt{3}

We know that \tan 60^\circ = \sqrt{3} or \tan \frac{\pi}{3} = \sqrt{3}.

So, the acute angle \theta = 60^\circ or \frac{\pi}{3} radians.

The other angle (obtuse angle) between the lines is 180^\circ - 60^\circ = 120^\circ or \pi - \frac{\pi}{3} = \frac{2\pi}{3} radians.

Therefore, the angles between the lines are 60^\circ and 120^\circ.

Question 4

Find the equation of the lines which passes through the point (3, 4) and cuts off intercepts from the coordinate axes such that their sum is 14.
Solution:

Let the equation of the line be in the intercept form: \frac{x}{a} + \frac{y}{b} = 1, where a is the x-intercept and b is the y-intercept.

According to the problem, the sum of the intercepts is 14. So, a + b = 14.

From this relation, we can express b in terms of a: b = 14 - a.

Substitute this into the intercept form of the line equation:

\frac{x}{a} + \frac{y}{14 - a} = 1

We are given that the line passes through the point (3, 4). Substitute x = 3 and y = 4 into the equation:

\frac{3}{a} + \frac{4}{14 - a} = 1

To solve for a, find a common denominator:

\frac{3(14 - a) + 4a}{a(14 - a)} = 1

\frac{42 - 3a + 4a}{14a - a^2} = 1

\frac{42 + a}{14a - a^2} = 1

Cross-multiply:

42 + a = 14a - a^2

Rearrange the terms to form a quadratic equation:

a^2 + a - 14a + 42 = 0

a^2 - 13a + 42 = 0

Factor the quadratic equation:

a^2 - 7a - 6a + 42 = 0

a(a - 7) - 6(a - 7) = 0

(a - 7)(a - 6) = 0

This gives two possible values for a:

a - 7 = 0 \implies a = 7

a - 6 = 0 \implies a = 6

Now, find the corresponding values of b using b = 14 - a:

Case 1: If a = 7, then b = 14 - 7 = 7.

The equation of the line is \frac{x}{7} + \frac{y}{7} = 1, which simplifies to x + y = 7.

Case 2: If a = 6, then b = 14 - 6 = 8.

The equation of the line is \frac{x}{6} + \frac{y}{8} = 1.

To simplify this equation, find a common denominator (24):

\frac{4x}{24} + \frac{3y}{24} = 1

4x + 3y = 24

Therefore, the two possible equations for the lines are x + y = 7 and 4x + 3y = 24.

Common mistakes

  • Incorrectly applying the intercept form of a line equation.
  • Errors in calculating the slope of a perpendicular line.
  • Algebraic mistakes when solving for intercepts or line equations.
  • Forgetting to consider both acute and obtuse angles between lines.

Revision tips

  • Review the formula for the intercept form of a line: x/a + y/b = 1.
  • Practice calculating slopes and the negative reciprocal for perpendicular lines.
  • Ensure you can correctly apply the tangent formula for the angle between two lines.
  • Work through each example step-by-step to solidify understanding of the methods.

Practice MCQs

Q1. What is the equation of a line passing through (1, -2) and cutting off equal intercepts from the axes?

Q2. If a line passes through (5, 2) and is perpendicular to the line joining (2, 3) and (3, -1), what is its equation?

Q3. What is the acute angle between the lines y = (2 - sqrt(3))(x+5) and y = (2 + sqrt(3))(x-7)?

Q4. A line passes through (3, 4) and the sum of its intercepts on the axes is 14. What is one possible equation for this line?

Frequently asked questions

What is the main focus of Chapter 10, Straight Lines, in the CBSE Class 11 Maths Exemplar?

Chapter 10 focuses on finding the equations of straight lines based on various conditions, such as passing through a point, having specific intercepts on the axes, and relationships like perpendicularity and angles between lines.

How do these NCERT Solutions help in understanding straight lines?

The solutions provide clear, step-by-step explanations for each problem, breaking down complex calculations and concepts. This helps students grasp the methods used to solve different types of straight line problems.

What is the intercept form of a line equation?

The intercept form of a line equation is x/a + y/b = 1, where 'a' is the x-intercept and 'b' is the y-intercept.

How is the angle between two lines calculated?

The angle 'theta' between two lines with slopes m1 and m2 is found using the formula tan(theta) = |(m1 - m2) / (1 + m1*m2)|.

What does it mean for a line to cut off equal intercepts from the axes?

It means that the distance from the origin to the point where the line crosses the x-axis is equal to the distance from the origin to the point where it crosses the y-axis. The intercepts 'a' and 'b' will have the same magnitude, i.e., a = b or a = -b.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.