Introduction:
Coordinate System:
- System used to locate points on a plane.
- Consists of a pair of perpendicular axes: x-axis and y-axis that intersect at the origin (0,0).
- It is used to pinpoint location on a plane.
- Comprises x-axis and y-axis.
- Points on the plane are represented by ordered pairs (x, y), where x is the distance along the horizontal x-axis, and y is the distance along the vertical y-axis.
Coordinates:
- Pair of numbers (x, y) represents the position of a point in the plane.
- Expressed as (x,y).
Abscissa (x-coordinate):
- The distance of a point from the y-axis is called Abscissa (x-coordinate).
- It is denoted as x.
- A point on the x-axis has coordinate (x,0).
Ordinate (y-coordinate):
- The distance of a point from the x-axis is called Ordinate (y-coordinate).
- It is denoted as y.
- A point on the y-axis has coordinate (0,y).
Quadrants
Quadrant I:
- Located in the upper right portion of the coordinate plane.
- Both x and y coordinates are positive (+,+).
- Points in this quadrant have positive x and y values.
Quadrant II:
- Located in the upper left portion of the coordinate plane.
- x coordinate is negative and y coordinate is positive.
- Points in this quadrant have negative x and positive y values.
Quadrant III:
- Located in the lower left portion of the coordinate plane.
- Both x and y coordinates are negative.
- Points in this quadrant have negative x and y values.
Quadrant IV:- Located in the lower right portion of the coordinate plane.
- x coordinate is positive and y coordinate is negative.
- Points in this quadrant have positive x and negative y values.
Distance Formula
Distance between Two Points on the Same Coordinate Axes
If we have two points on the same coordinate axis (either the x-axis or the y-axis), finding the distance between them is straightforward because only one coordinate changes.
Points on the x-axis:
If we have two points (x1,0) and (x2,0) on the x-axis, the distance between them is the difference of their x-coordinates:
d=∣x2−x1∣
This is because the y-coordinates are both 0, and we are essentially measuring the horizontal distance along the x-axis.
Points on the y-axis:
If we have two points (0, y1) and (0, y2) on the y-axis, the distance between them is the difference of their y-coordinates:
d=∣y2−y1∣
This is because the x-coordinates are both 0, and we are essentially measuring the horizontal distance along the y-axis.
The distance is always non-negative.
Example:
Distance between point R and S is the difference of their x-coordinates, so
d=∣x2−x1∣
RS=7−(−2)
RS=9unit
Distance between point P and Q is the difference of their y-coordinates, so
d=∣y2−y1∣
PQ=5−(−1)
RS=6unit
Distance between any two point by Pythagoras Theorem:
Let's takes two points on a Cartesian plane: P(x1,y1) and Q(x2,y2).
The line segment connecting these two points forms the hypotenuse of a right triangle.
The distance between the points (P(x1,y1) and Q(x2,y2)) is the length of the hypotenuse, which can be found using the Pythagorean Theorem.
If Hypotenuse of right triangle is c and sides are a and b, then
c2=a2+b2
As per figure, In right angle triangle-
a=x2−x1
b=y2−y1
Putting value in Pythagoras Theorem
c2=(x2−x1)+(y2−y1)
c=√(x2−x1)+(y2−y1)
or
PQ=√(x2−x1)+(y2−y1)
Here c is distance between point P(x1,y1) and Q(x2,y2). if d is distance which is equal to c then
d=√(x2−x1)+(y2−y1)
The distance of point P(x,y) from origin O(0,0) can be given as:
OP=√x2+y2
Section Formula:
Derivation:
To develop Section Formula, let we take two points: A(x1,y1) and B(x2,y2) and P(x,y) divide AB internally in ratio m1 : m2 As shown in figure. by construction we can say
PAPB=m1m2
Now, Draw AR, PS and BT Perpendicular on x-axis and AQ and PC parallel to x-axix.
By AA similarity criterion we can say that
△PAQ∼△BPC
Therefore, we can say that
PABP=AQPC=PQBC.........(i)
Now, we can write as
AQ=RS=OS−OR=x−x1
PC=ST=OT−OS=x2−x
PQ=PS−QS=PS−AR=y−y1
BC=BT−CT=BT−PS=y2−y
Put these value in equation (i)
m1m2=x−x1x2−x=y−y1y2−y
Take
m1m2=x−x1x2−x
after Cross multiply we get
m1x2−m1x=m2x−m2x1
combine like term
m1x2+m2x1=m1x+m2x
m1x2+m2x1=x(m1+m2)
x=m1x2+m2x1m1+m2
Similarly take
m1m2=y−y1y2−y
after Cross multiply we get
m1y2−m1y=m2y−m2y1
combine like term
m1y2+m2y1=m1y+m2y
m1y2+m2y1=y(m1+m2)
y=m1y2+m2y1m1+m2
Thus, the coordinates of the point P(x, y) which divides the line segment and joining the points A(x1,y1) and B(x2,y2) in the ratio m1 : m2 are
(m1x2+m2x1m1+m2,m1y2+m2y1m1+m2)
This is known as Section Formula.
How to find Ratio for given points
As per figure, given point P(x, y) divides the line segment A(x1,y1) and B(x2,y2)
Let assume that the ratio is k : 1
then the coordinates of the point P will be
(kx2+x1k+1,ky2+y1k+1)
we can calculate k if we know x1,
x2 and
x. and same can be calculated for y-coordinates.
How to find coordinate of the mid point:
If mid point of line segment P(x,y) divide line segment A(x1,y1) and B(x2,y2) in ratio 1 : 1
Then the coordinate of mid point P is
(1.x1+1.x21+1,1.y1+1.y21+1)=(x1+x22,y1+y22)
Points of Trisection
If mid point of line segment P(x,y) divide line segment A(x1,y1) and B(x2,y2) in ratio 1 : 2
Then the coordinate of P is
(2.x1+1.x22+1,2.y1+1.y22+1)=(2x1+x23,2y1+y23)
If mid point of line segment P(x,y) divide line segment A(x1,y1) and B(x2,y2) in ratio 2 : 1
Then the coordinate of P is
(1.x1+2.x21+2,1.y1+2.y21+2)=(x1+2x23,y1+2y23)
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
No comments:
Post a Comment
If you have any questions or uncertainties, please don't hesitate to ask.