3. TWO-DIMENSIONAL COORDINATE GEOMETRY

Welcome to Rajasthan Polytechnic. This blog is dedicated to providing detailed math notes to help you excel in your studies, whether you are preparing for polytechnic exams, competitive exams, or simply seeking to improve your understanding of mathematics.

The notes are organized chapter-wise to make learning more structured. Each chapter contains:

  • Detailed Explanations of key concepts and formulas.
  • Chapter-wise Video Links for visual learning and better understanding.
  • PDF/Handwritten Notes that can be accessed at your convenience.

Additionally, you can join our WhatsApp and Telegram groups for easy access to PDF and Handwritten Notes as well as updates on new materials.

We hope this blog helps you in your academic journey.

📢 🔔 Important:
👉 Full PDF available in our WhatsApp Group | Telegram Channel
👉 Watch the full lecture on YouTube: BTER Polytechnic Classes


Access Chapter-wise Video Tutorials:

3. TWO-DIMENSIONAL COORDINATE GEOMETRY


3.1 General Introduction, Distance Formula, and Section Formula

Coordinate Geometry deals with the study of geometric shapes and figures using coordinates on a plane. In two dimensions, the position of a point is defined using an ordered pair (x,y)(x, y), where xx is the horizontal distance and yy is the vertical distance.

Distance Formula:

The distance between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) is given by the formula:

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Example: Find the distance between the points A(2,3)A(2, 3) and B(5,7)B(5, 7):

d=(52)2+(73)2=32+42=9+16=25=5d = \sqrt{(5 - 2)^2 + (7 - 3)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5
Section Formula:

The section formula is used to find the coordinates of a point PP dividing the line segment joining two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) in the ratio m:nm:n.

The coordinates of point PP dividing the segment in the ratio m:nm:n are:

P(mx2+nx1m+n,my2+ny1m+n)P\left( \frac{mx_2 + nx_1}{m + n}, \frac{my_2 + ny_1}{m + n} \right)

Example: If point PP divides the segment joining A(1,2) and B(4,6)B(4, 6) in the ratio 2:32:3, the coordinates of PP are:

P=(2(4)+3(1)2+3,2(6)+3(2)2+3)=(8+35,12+65)=(115,185)P = \left( \frac{2(4) + 3(1)}{2 + 3}, \frac{2(6) + 3(2)}{2 + 3} \right) = \left( \frac{8 + 3}{5}, \frac{12 + 6}{5} \right) = \left( \frac{11}{5}, \frac{18}{5} \right)

3.2 Equation of Straight Line in Various Standard Forms

A straight line in the coordinate plane can be represented by various forms. Each form is useful for specific geometric or algebraic purposes.

3.2.1 Slope-Intercept Form:

The slope-intercept form of the equation of a line is:

y=mx+cy = mx + c

Where:

  • mm is the slope (gradient) of the line, which represents the rate of change of yy with respect to xx.
  • cc is the y-intercept, the point where the line intersects the yy-axis.

Example: If a line has a slope of 22 and a y-intercept of 3-3, its equation is:

y=2x3y = 2x - 3
3.2.2 Intercept Form:

The intercept form of a line is:

xa+yb=1\frac{x}{a} + \frac{y}{b} = 1

Where:

  • aa is the x-intercept, the point where the line intersects the xx-axis.
  • bb is the y-intercept, the point where the line intersects the yy-axis.

Example: If the line intersects the xx-axis at 44 and the yy-axis at 66, the equation is:

x4+y6=1\frac{x}{4} + \frac{y}{6} = 1
3.2.3 Perpendicular Form:

The perpendicular form of the equation of a line is:

xcosθ+ysinθ=px \cos \theta + y \sin \theta = p

Where:

  • θ\theta is the angle made by the line with the positive xx-axis.
  • pp is the perpendicular distance from the origin to the line.

Example: For a line making an angle of 3030^\circ with the positive xx-axis and having a perpendicular distance of 55 from the origin, the equation is:

xcos30+ysin30=5x \cos 30^\circ + y \sin 30^\circ = 5

Using values for cosine and sine of 3030^\circ:

x32+y12=5x \cdot \frac{\sqrt{3}}{2} + y \cdot \frac{1}{2} = 5
3.2.4 One-Point Slope Form:

The one-point slope form of a line is:

yy1=m(xx1)y - y_1 = m(x - x_1)

Where:

  • (x1,y1) is a known point on the line.
  • mm is the slope of the line.

Example: For a line passing through P(3,4)P(3, 4) with slope 22, the equation is:

y4=2(x3)y - 4 = 2(x - 3)
3.2.5 Two-Point Form:

The two-point form of a line is:

yy1y2y1=xx1x2x1\frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1}

Where:

  • (x1,y1) and (x2,y2) are two known points on the line.

Example: For points A(1,2)A(1, 2) and B(3,6), the equation is:

y262=x131\frac{y - 2}{6 - 2} = \frac{x - 1}{3 - 1} y24=x12\frac{y - 2}{4} = \frac{x - 1}{2}
3.2.6 General Form:

The general form of the equation of a straight line is:

Ax+By+C=0Ax + By + C = 0

Where AA, BB, and CC are constants.

Example: For a line with A=2A = 2, B=3B = -3, and C=5C = 5, the equation is:

2x3y+5=02x - 3y + 5 = 0

3.3 Angle Between Two Lines, Parallel and Perpendicular Lines

Angle Between Two Lines:

The angle θ\theta between two lines with slopes m1m_1 and m2m_2 is given by the formula:

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

Example: For lines with slopes m1=2m_1 = 2 and m2=1m_2 = -1, the angle between them is:

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

Thus, θ=tan1(3)\theta = \tan^{-1}(3).

Parallel Lines:

Two lines are parallel if their slopes are equal. That is:

m1=m2m_1 = m_2
Perpendicular Lines:

Two lines are perpendicular if the product of their slopes is 1-1. That is:

m1m2=1m_1 \cdot m_2 = -1

3.4 Perpendicular Distance Formula

The perpendicular distance dd from a point (x1,y1) to a line Ax+By+C=0 is given by the formula:

d=Ax1+By1+CA2+B2d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}

Example: Find the perpendicular distance from the point P(3,4)P(3, 4) to the line 2x3y+5=02x - 3y + 5 = 0.

Using the formula:

d=2(3)3(4)+522+(3)2=612+54+9=113=113d = \frac{|2(3) - 3(4) + 5|}{\sqrt{2^2 + (-3)^2}} = \frac{|6 - 12 + 5|}{\sqrt{4 + 9}} = \frac{| -1 |}{\sqrt{13}} = \frac{1}{\sqrt{13}}

Summary of Key Formulas:

  1. Distance Formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  2. Section Formula: P=(mx2+nx1m+n,my2+ny1m+n)P = \left( \frac{mx_2 + nx_1}{m + n}, \frac{my_2 + ny_1}{m + n} \right)
  3. Equation of Line Forms:
    • Slope-Intercept: y=mx+c
    • Intercept Form: xa+yb=1\frac{x}{a} + \frac{y}{b} = 1
    • Perpendicular Form: xcosθ+ysinθ=px \cos \theta + y \sin \theta = p
    • One-Point Slope: yy1=m(xx1)y - y_1 = m(x - x_1)
    • Two-Point Form: yy1y2y1=xx1x2x1\frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1}
    • General Form: Ax+By+C=0Ax + By + C = 0
  4. Angle Between Two Lines: tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right|
  5. Perpendicular Distance Formula: d=Ax1+By1+CA2+B2d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}
Thank You for Visiting Rajasthan Polytechnic! ✨

We trust that the notes provided on this blog will assist you in your studies. For those who prefer offline access to the materials, we offer PDF and Handwritten Notes through our WhatsApp and Telegram groups.

📢 🔔 Download PDF & Join Study Groups:
📥 WhatsApp Group: Join Now
📥 Telegram Channel: Join Now
📺 Watch Lecture on YouTube: BTER Polytechnic Classes
📍 Stay connected for more study materials! 🚀

Furthermore, we encourage you to explore the chapter-wise video tutorials for a deeper understanding of each topic.

To make full use of the resources, please refer to the following links:

Additional Resources:

Thank you for visiting Rajasthan Polytechnic. We wish you the best of luck in your studies and look forward to assisting you in achieving your academic goals.

Post a Comment

0 Comments