Grade 10 Exam  >  Grade 10 Notes  >  Mathematics  >  Short Notes: Coordinate Geometry

Coordinate Geometry Class 10 Notes Maths Chapter 7

  • Position of a point P in the Cartesian plane with respect to co-ordinate axes is represented by the ordered pair (x, y).

Terminologies related to Cartesian Plane

  • The line X’OX is called the X-axis and YOY’ is called the Y-axis.
  • The part of intersection of the X-axis and Y-axis is called the origin O and the co-ordinates of O are (0, 0).
  • The perpendicular distance of a point P from the Y-axis is the ‘x’ co-ordinate and is called the abscissa.
  • The perpendicular distance of a point P from the X-axis is the ‘y’ co-ordinate and is called the ordinate.
  • Signs of abscissa and ordinate in different quadrants are as given in the diagram:

Terminologies related to Cartesian Plane

  • Any point on the X-axis is of the form (x, 0).
  • Any point on the Y-axis is of the form (0, y).

Question for Short Notes: Coordinate Geometry
Try yourself:If a point P in the Cartesian plane has coordinates (5, -3), in which quadrant does this point lie, and what are its abscissa and ordinate values?
View Solution

Distance Formula

The distance between two points P(x1, y1) and Q (x2, y2) is given by
Distance Formula

Note. If O is the origin, the distance of a point P(x, y) from the origin O(0, 0) is given by :

Distance Formula

Example: Find the distance between the following points:

(i) (-1, 2) and (2, 3)

(ii) (0, 1) and (6, -1)

Solution:

(i) Let the distance between the points (-1, 2) and (2, 3) be d.

Apply the distance formula:

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

Substitute the values:

d = √[(2 - (-1))² + (3 - 2)²]

d = √[3² + 1²]

d = √[9 + 1]

d = √10 units.

(ii) Let the distance between the points (0, 1) and (6, -1) be d.

Apply the distance formula:

d = √[(6 - 0)² + (-1 - 1)²]

d = √[6² + (-2)²]

d = √[36 + 4]

d = √40

d = 2√10 units.

Section Formula 

The coordinates of the point which divides the line segment joining the points A(x1, y1) and B(x2, y2) internally in the ratio m : n (that is, AP : PB = m : n) are:

Section Formula 

The above formula is section formula. 

The ratio m: n can also be written as m/n  : 1 or k:1, The co-ordinates of P can also be written as P(x, y) = Section Formula 

Example: Find the coordinates of the point which divides the line segment joining the points (4,6) and (-5,-4) internally in the ratio 3:2.

Sol: Let P(x, y) be the point which divides the line segment joining A(4, 6) and B(-5, -4) internally in the ratio 3 : 2.

Let P(x, y) be the required point dividing A(4, 6) and B(-5, -4) in the ratio 3 : 2.

Identify values:

x1 = 4, y1 = 6

x2 = -5, y2 = -4

m : n = 3 : 2

Using the section formula,Section Formula 

Coordinates of P are, Section Formula 

Therefore, P = (-7/5, 0).

Finding Ratios given the Points

To find the ratio in which a given point P(x, y) divides the line segment joining A(x1, y1) and B(x2, y2),

  • Assume that the ratio is k : 1
  • Substitute the ratio in the section formula for any of the coordinates to get the value of k.

Finding Ratios given the PointsWhen x1, x2 and x are known, k can be calculated. The same can be calculated from the y- coordinate also.

Example: Find the ratio when point (– 4, 6) divide the line segment joining the points A(– 6, 10) and B(3, – 8)?

Solution: Let the ratio be m:n.

We can write the ratio as:

m/n : 1 or k:1

Suppose (-4, 6) divide the line segment AB in k:1 ratio.

Now using the section formula, we have the following;Finding Ratios given the Points

Thus, the required ratio is 2:7.

Mid Point of a Line Segment

The mid-point of the line segment joining the points P(x1, y1) and Q(x2, y2) is

Mid Point of a Line Segment

Substituting m = 1, n = 1 in the section formula, we get,

Mid Point of a Line Segment

Question for Short Notes: Coordinate Geometry
Try yourself:Given two points A(3, 4) and B(7, 1) in the Cartesian plane, find the distance between these two points.
View Solution

Points of Trisection

To find the points of trisection P and Q, which divides the line segment joining A(x1, y1) and B(x2, y2) into three equal parts:

i) AP : PB = 1 : 2Points of Trisection

ii) AQ : QB = 2 : 1Points of Trisection

Example: Find the coordinates of the points of trisection of the line segment joining the points A(2, – 2) and B(– 7, 4).

Solution: Let P and Q divide the line segment AB into three parts.

So, P and Q are the points of trisection here.

Let P divides AB in 1:2, thus by section formula, the coordinates of P are (1, 0)

Let Q divides AB in 2:1 ratio, then by section formula, the coordinates are (-4,2)

Thus, the point of trisection for line segment AB are (1,0) and (-4,2).

Centroid of a Triangle

If A(x1, y1), B(x2, y2), and C(x3, y3) are the vertices of a ΔABC, then the coordinates of its centroid(P) are given by:Centroid of a Triangle

Example: Find the coordinates of the centroid of a triangle whose vertices are given as (-1, -3), (2, 1) and (8, -4)

Solution: Given,

The coordinates of the vertices of a triangle are (-1, -3), (2, 1) and (8, -4)

The Centroid of a triangle is given by:

G =  [(x1 + x2 + x3)/3, (y1 + y2 + y3)/3]

G = [(-1+2+8)/3, (-3+1-4)/3]

G = [9/3, -6/3]

G = (3, -2)

Therefore, the centroid of a triangle, G = (3, -2)

The document Coordinate Geometry Class 10 Notes Maths Chapter 7 is a part of the Grade 10 Course Mathematics for Grade 10.
All you need of Grade 10 at this link: Grade 10
1 videos|66 docs|4 tests

FAQs on Coordinate Geometry Class 10 Notes Maths Chapter 7

1. What is the Distance Formula and how is it derived?
Ans. The Distance Formula is used to determine the distance between two points in a Cartesian plane. It is derived from the Pythagorean theorem and is given by the formula: \[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] where \((x_1, y_1)\) and \((x_2, y_2)\) are the coordinates of the two points.
2. How do you use the Section Formula to find the coordinates of a point dividing a line segment?
Ans. The Section Formula is used to find the coordinates of a point that divides a line segment into a specific ratio. If point \(P\) divides the segment joining points \(A(x_1, y_1)\) and \(B(x_2, y_2)\) in the ratio \(m:n\), the coordinates of point \(P\) are given by: \[ P\left(\frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n}\right) \]
3. How do you find the midpoint of a line segment in the Cartesian Plane?
Ans. The midpoint of a line segment joining two points \(A(x_1, y_1)\) and \(B(x_2, y_2)\) can be calculated using the Midpoint Formula: \[ M\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) \] This gives the coordinates of the point that is exactly halfway between \(A\) and \(B\).
4. What are the points of trisection of a line segment?
Ans. The points of trisection of a line segment are the two points that divide the segment into three equal parts. If a line segment joins points \(A(x_1, y_1)\) and \(B(x_2, y_2)\), the coordinates of the points of trisection can be found using: 1. First trisection point \(T_1\): \[ T_1\left(\frac{2x_1 + x_2}{3}, \frac{2y_1 + y_2}{3}\right) \] 2. Second trisection point \(T_2\): \[ T_2\left(\frac{x_1 + 2x_2}{3}, \frac{y_1 + 2y_2}{3}\right) \]
5. How do you determine the centroid of a triangle using its vertices?
Ans. The centroid of a triangle is the point where the three medians intersect and can be calculated using the coordinates of the vertices. If the vertices of the triangle are \(A(x_1, y_1)\), \(B(x_2, y_2)\), and \(C(x_3, y_3)\), the coordinates of the centroid \(G\) are given by: \[ G\left(\frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3}\right) \]
Related Searches
past year papers, Objective type Questions, ppt, Coordinate Geometry Class 10 Notes Maths Chapter 7, Coordinate Geometry Class 10 Notes Maths Chapter 7, shortcuts and tricks, MCQs, mock tests for examination, Coordinate Geometry Class 10 Notes Maths Chapter 7, practice quizzes, Previous Year Questions with Solutions, Extra Questions, video lectures, Sample Paper, Important questions, Summary, Viva Questions, Semester Notes, Exam, Free, study material, pdf ;