Overview
Coordinate Geometry is a branch of mathematics that deals with the study of geometric figures using a coordinate system. In this chapter, students will learn how to plot points on a Cartesian plane, calculate distances between points, and find the coordinates of points dividing a line segment in a given ratio. The chapter also covers the concept of the area of a triangle formed by three given points.
Cartesian Plane
A Cartesian plane is defined by two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). The point where these axes intersect is called the origin, denoted as (0, 0).
Distance Formula
The distance between two points (x1, y1) and (x2, y2) in the Cartesian plane is given by:
√[(x2 - x1)2 + (y2 - y1)2]
Section Formula
The coordinates of a point dividing the line segment joining (x1, y1) and (x2, y2) internally in the ratio m:n are:
[(mx2 + nx1)/(m + n), (my2 + ny1)/(m + n)]
Area of a Triangle
The area of a triangle formed by the points (x1, y1), (x2, y2), and (x3, y3) is given by:
½ |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
Collinearity of Points
Three points are collinear (lie on the same straight line) if the area of the triangle formed by them is zero.
Midpoint Formula
The midpoint of the line segment joining (x1, y1) and (x2, y2) is:
[(x1 + x2)/2, (y1 + y2)/2]