Skip to main content

Coordinate geometry.

Basics Revisited

Points on a Cartesian Plane

Points on a plane are located by a pair of numbers called the coordinates.  The distance of a point from the y-axis is called its x-coordinate, or abscissa. The distance of a point from the x-axis is called its y-coordinate, or ordinate

Representation of (x, y) on the cartesian plane


Distance Formula

Distance between Two Points on the Same Coordinate Axes

The distance between two points which are on the same axis (x-axis or y-axis), is given by the difference between their ordinates if they are on the y-axis, else by the difference between their abscissa if they are on the x-axis.
Distance AB = 6 - (-2) = 8 units
Distance CD = 4 - (-8) = 12 units

Distance between Two Points Using Pythagoras Theorem


Transparent BG
Finding distance between 2 points using
Pythagoras Theorem

Let P(x1,y1) and Q(x2,y2) be any two points on the cartesian plane.
Draw lines parallel to the axes through P and Q to meet at T. ΔPTQ  is right angled at T. From Pythagoras Theorem,
PQ2=PT2+QT2=(x2x1)2+(y2y1)2PQ=(x2x1)2+(y2y1)2

Distance Formula

Distance between any two points (x1,y1) and (x2,y2) is given by
d=(x2x1)2+(y2y1)2
Where d is the distance between the points (x1,y1) and (x2,y2).

 

Section Formula

Section Formula

If the point P(x,y) divides the line segment joining A(x1,y1) and B(x2,y2) internally in the ratio m:n, then, the coordinates of P are given by the section formula as
P(x,y)=(mx2+nx1m+n,my2+ny1m+n)


Finding ratio 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.
x=kx2+x1k+1
Since, x1,x2 and x are known, k can be calculated. The same can be calculated from the y- coordinates also.


Mid Point

The midpoint of any line segment divides it in the ratio 1:1.
The coordinates of the midpoint(P) of line segment joining A(x1,y1) and B(x2,y2) is given by
P(x,y)=(x1+x22,y1+y22)


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 : 2
So, P=(x2+2x13,y2+2y13)

ii) AQ : QB = 2 : 1
So, Q=(2x2+x13,2y2+y13)


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) is given by
P(x,y)=(x1+x2+x33,y1+y2+y33)

 

Area from Coordinates

Area of a triangle given its vertices

If A(x1,y1),B(x2,y2) and C(x3,y3) are the vertices of a Δ ABC, then its area is given by

A=12[x1(y2y3)+x2(y3y1)+x3(y1y2)]
Where A is the area of the Δ ABC.


Collinearity Condition

If three points A, B and C are collinear and B lies between A and C, then,
  • AB + BC = AC.  AB, BC, and AC can be calculated using the distance formula.
  • The ratio in which B divides AC, calculated using section formula for both the x and y coordinates separately will be equal.
  • Area of triangle formed by the three points is zero.

Comments

Popular posts from this blog

13

Access Answers of Maths NCERT Class 10 Chapter 13 – Surface Areas and Volumes Class 10 Maths Chapter 13 Exercise: 13.1 (Page No: 244) 1. 2 cubes each of volume 64 cm 3  are joined end to end. Find the surface area of the resulting cuboid. Answer : The diagram is given as: Given, The Volume (V) of each cube is = 64 cm 3 This implies that a 3  = 64 cm 3 ∴ a = 4 cm Now, the side of the cube = a = 4 cm Also, the length and breadth of the resulting cuboid will be 4 cm each. While its height will be 8 cm. So, the surface area of the cuboid = 2(lb + bh + lh) = 2(8×4 + 4×4 + 4×8) cm 2 = 2(32 + 16 + 32) cm 2 = (2 × 80) cm 2  = 160 cm 2 2. A vessel is in the form of a hollow hemisphere mounted by a hollow cylinder. The diameter of the hemisphere is 14 cm and the total height of the vessel is 13 cm. Find the inner surface area of the vessel. Answer: The diagram is as follows: Now, the given parameters are: The diameter of the hemisphere...

12

Access Answers of Maths NCERT Class 10 Chapter 12 – Areas Related to Circles Class 10 Maths Chapter 12 Exercise: 12.1 (Page No: 230) 1. The radii of two circles are 19 cm and 9 cm respectively. Find the radius of the circle which has a circumference equal to the sum of the circumferences of the two circles. Solution: The radius of the 1st circle = 19 cm (given) ∴ Circumference of the 1st circle = 2π × 19 = 38π cm The radius of the 2nd circle = 9 cm (given) ∴ Circumference of the circle = 2π × 9 = 18π cm So, The sum of the circumference of two circles = 38π + 18π = 56π cm Now, let the radius of the 3rd circle = R ∴ The circumference of the 3rd circle = 2πR It is given that sum of the circumference of two circles = circumference of the 3rd circle Hence, 56π = 2πR Or, R = 28 cm. 2. The radii of two circles are 8 cm and 6 cm respectively. Find the radius of the circle having area equal to the sum of the areas of the two circles. Solution: Radius of 1s...

Arithmatic progreassion.

Introduction to AP Sequences, Series and Progressions A  sequence  is a finite or infinite list of numbers following a certain pattern. For example - 1,2,3,4,5… is the sequence is infinite.sequence of natural numbers. A  series  is the sum of the elements in the corresponding sequence. For example - 1+2+3+4+5….is the series of natural numbers. Each number in a sequence or a series is called a term. A  progression  is a sequence in which the general term can be can be expressed using a mathematical formula. Arithmetic Progression An arithmetic progression (A.P) is a progression in which the  difference  between two  consecutive  terms is constant. Example: 2,5,8,11,14.... is an arithmetic progression. Common Difference The difference between two consecutive terms in an AP, ( which is constant ) is the " common difference " (d)  of an A.P. ...