Class 10 Mathematics
Coordinate Geometry
⏱ 12 min read
Coordinate Geometry is a branch of mathematics that deals with the study of geometric figures using a coordinate system. This chapter will introduce you to the Cartesian coordinate system, points, lines, and the distance between points. Understanding coordinate geometry is essential as it forms the foundation for more advanced topics in mathematics and is widely used in various fields like physics, engineering, and computer graphics.
The Cartesian coordinate system is a two-dimensional system defined by two perpendicular axes: the x-axis (horizontal) and the y-axis (vertical). The point where these axes intersect is known as the origin, denoted as (0, 0).
To plot a point (x, y) on the Cartesian plane:
Example: To plot the point (3, -2), move 3 units to the right and 2 units down from the origin.
The Distance Formula is used to find the distance between two points (x₁, y₁) and (x₂, y₂) in the coordinate plane. The formula is:
[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} ]
Example: Find the distance between points A(1, 2) and B(4, 6).
Using the distance formula: [ d = \sqrt{(4 - 1)^2 + (6 - 2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 ]
The Midpoint Formula is used to find the midpoint M of a line segment connecting points (x₁, y₁) and (x₂, y₂). The formula is:
[ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) ]
Example: Find the midpoint of the segment connecting A(2, 3) and B(4, 7).
Using the midpoint formula: [ M = \left( \frac{2 + 4}{2}, \frac{3 + 7}{2} \right) = \left( \frac{6}{2}, \frac{10}{2} \right) = (3, 5) ]
The slope (m) of a line through two points (x₁, y₁) and (x₂, y₂) is defined as:
[ m = \frac{y_2 - y_1}{x_2 - x_1} ]
The slope measures the steepness of a line. A positive slope indicates the line rises from left to right, while a negative slope indicates it falls.
Example: Calculate the slope of the line passing through points (1, 2) and (3, 4).
Using the slope formula: [ m = \frac{4 - 2}{3 - 1} = \frac{2}{2} = 1 ]
The equation of a line in slope-intercept form is given by:
[ y = mx + c ]
where m is the slope and c is the y-intercept (the point where the line crosses the y-axis).
Example: If a line has a slope of 2 and a y-intercept of 3, its equation is: [ y = 2x + 3 ]
In this chapter on Coordinate Geometry, we explored the Cartesian coordinate system, how to plot points, and the key formulas for distance, midpoint, slope, and the equation of a line. Understanding these concepts allows you to analyze geometric relationships and solve problems effectively. Coordinate geometry is not only vital in mathematics but also has practical applications in various fields. Practice plotting points, calculating distances, and finding slopes to solidify your understanding of this foundational topic in mathematics.
🧠 Ready to test your knowledge?
Take the quiz for this chapter to reinforce what you just learned and track your progress.