top of page

Coordinate Geometry for Beginners A Step by Step Guide with Examples and Practice Questions

  • Writer: StudesnDesk Team
    StudesnDesk Team
  • 2 days ago
  • 8 min read

Coordinate geometry is a powerful tool that connects algebra and geometry. It helps us understand shapes, lines, and points using numbers and graphs. If you are a student in Classes 8 to 10, or preparing for exams, this guide will explain coordinate geometry in a simple way with clear examples and practice questions.



Introduction to Coordinate Geometry


Have you ever wondered how maps, GPS, or video games know exactly where things are? Coordinate geometry makes this possible by using a system of numbers to locate points on a plane. This subject combines math and visual understanding, making it easier to solve many problems.



What is Coordinate Geometry?


Coordinate geometry, also called analytic geometry, studies geometric figures using a coordinate system. Instead of just drawing shapes, we use numbers (coordinates) to describe their positions and properties.


Did You Know?

René Descartes, a French mathematician, invented coordinate geometry in the 17th century. This invention allowed algebra and geometry to work together.



History and Importance of Coordinate Geometry


Coordinate geometry started with René Descartes in 1637. It changed math by allowing geometric problems to be solved algebraically. Today, it is essential in many fields like engineering, architecture, robotics, and computer graphics.



The Cartesian Coordinate System


The Cartesian coordinate system is the foundation of coordinate geometry. It consists of two number lines that cross each other at right angles.


X-axis and Y-axis Explained


  • The X-axis is the horizontal number line.

  • The Y-axis is the vertical number line.


Origin and Coordinate Axes


The point where the X-axis and Y-axis meet is called the origin, written as (0, 0). It divides the plane into four parts called quadrants.


Ordered Pairs (x, y)


Every point on the plane is represented by an ordered pair (x, y), where:


  • x is the distance from the Y-axis (horizontal position).

  • y is the distance from the X-axis (vertical position).


How to Read and Write Coordinates


To read a point (x, y):


  1. Start at the origin.

  2. Move x units along the X-axis (right if positive, left if negative).

  3. Move y units along the Y-axis (up if positive, down if negative).



The Four Quadrants and Their Sign Conventions


The coordinate plane is divided into four quadrants:


Quadrant

x-value

y-value

I

Positive

Positive

II

Negative

Positive

III

Negative

Negative

IV

Positive

Negative



Plotting Points on a Coordinate Plane


Plotting points means marking their exact location on the plane using their coordinates.


Example 1: Plot the point (3, 4).


  • Move 3 units right on the X-axis.

  • Move 4 units up on the Y-axis.

  • Mark the point.



Distance Between Two Points


The distance between two points (x₁, y₁) and (x₂, y₂) is found using the distance formula:


\[

\text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

\]


Explanation: This formula comes from the Pythagorean theorem, treating the distance as the hypotenuse of a right triangle.


Example 2: Find the distance between (1, 2) and (4, 6).


\[

\sqrt{(4-1)^2 + (6-2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

\]



Midpoint Formula


The midpoint of a line segment joining (x₁, y₁) and (x₂, y₂) is the point exactly halfway between them.


\[

\text{Midpoint} = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

\]


Example 3: Find the midpoint between (2, 3) and (6, 7).


\[

\left(\frac{2+6}{2}, \frac{3+7}{2}\right) = (4, 5)

\]



Section Formula (Internal and External Division)


The section formula helps find a point dividing a line segment in a given ratio.


  • Internal division: Point divides the segment between two points.

  • External division: Point lies outside the segment, extending the line.


If point P divides AB in ratio m:n internally, coordinates of P are:


\[

\left(\frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n}\right)

\]


For external division:


\[

\left(\frac{mx_2 - nx_1}{m-n}, \frac{my_2 - ny_1}{m-n}\right)

\]


Example 4: Find the point dividing (2, 3) and (8, 7) in ratio 3:1 internally.


\[

\left(\frac{3 \times 8 + 1 \times 2}{3+1}, \frac{3 \times 7 + 1 \times 3}{3+1}\right) = \left(\frac{24 + 2}{4}, \frac{21 + 3}{4}\right) = (6.5, 6)

\]



Slope of a Line


The slope measures how steep a line is. It is the ratio of vertical change to horizontal change between two points.


\[

\text{Slope} = m = \frac{y_2 - y_1}{x_2 - x_1}

\]


Types of Slopes


Slope Type

Description

Example

Positive slope

Line rises from left to right

m > 0

Negative slope

Line falls from left to right

m < 0

Zero slope

Horizontal line

m = 0

Undefined slope

Vertical line

x₂ = x₁ (division by zero)


Example 5: Find the slope of the line through (1, 2) and (3, 6).


\[

m = \frac{6-2}{3-1} = \frac{4}{2} = 2

\]



Equation of a Straight Line


The equation of a line shows the relationship between x and y.


Common Forms


  • Slope-intercept form: \( y = mx + c \)

Here, m is the slope and c is the y-intercept.


  • Point-slope form: \( y - y_1 = m(x - x_1) \)

Used when a point and slope are known.


  • Standard form: \( Ax + By + C = 0 \)


Example 6: Find the equation of a line with slope 3 passing through (2, 4).


Using point-slope form:


\[

y - 4 = 3(x - 2) \implies y = 3x - 6 + 4 = 3x - 2

\]



Intercepts of a Line


  • X-intercept: Point where the line crosses the X-axis (y=0).

  • Y-intercept: Point where the line crosses the Y-axis (x=0).


Example 7: Find intercepts of \( 2x + 3y = 6 \).


  • X-intercept: Set y=0 → \( 2x = 6 \) → \( x=3 \) → (3, 0)

  • Y-intercept: Set x=0 → \( 3y = 6 \) → \( y=2 \) → (0, 2)



Parallel and Perpendicular Lines


  • Parallel lines have the same slope.

  • Perpendicular lines have slopes that are negative reciprocals.


If slope of line 1 is \( m_1 \), and line 2 is \( m_2 \):


  • Parallel: \( m_1 = m_2 \)

  • Perpendicular: \( m_1 \times m_2 = -1 \)


Example 8: Find slope of a line perpendicular to \( y = 2x + 3 \).


Slope of given line \( m_1 = 2 \).

Slope of perpendicular line \( m_2 = -\frac{1}{2} \).



Introduction to Graphs and Linear Equations


Graphs help visualize equations. A linear equation forms a straight line on the coordinate plane.


Example 9: Graph \( y = 2x + 1 \).


  • When \( x=0 \), \( y=1 \) → point (0,1)

  • When \( x=1 \), \( y=3 \) → point (1,3)


Plot these points and draw a line through them.



Real-Life Applications of Coordinate Geometry


Coordinate geometry is used in many areas:


  • Maps and GPS: To find exact locations.

  • Architecture: Designing buildings with precise measurements.

  • Engineering: Planning structures and machines.

  • Robotics: Programming movement paths.

  • Computer Graphics: Creating images and animations.

  • Game Development: Positioning objects in virtual worlds.


Did You Know?

GPS devices use coordinate geometry to calculate your position using satellites.



Common Student Mistakes


  • Mixing up x and y coordinates.

  • Forgetting to square differences in the distance formula.

  • Using the wrong formula for midpoint or section.

  • Confusing slope signs.

  • Not checking if lines are parallel or perpendicular correctly.



Exam Tips and Shortcuts


  • Always label points clearly on graphs.

  • Memorize key formulas but understand their meaning.

  • Draw diagrams to visualize problems.

  • Check units and signs carefully.

  • Practice plotting points to improve speed.



Solved Examples


Example 10: Find distance between (5, 1) and (1, 5).


\[

\sqrt{(1-5)^2 + (5-1)^2} = \sqrt{(-4)^2 + 4^2} = \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2}

\]


Example 11: Find midpoint of (0, 0) and (4, 6).


\[

\left(\frac{0+4}{2}, \frac{0+6}{2}\right) = (2, 3)

\]


Example 12: Find slope of line through (2, 3) and (6, 7).


\[

m = \frac{7-3}{6-2} = \frac{4}{4} = 1

\]


Example 13: Write equation of line with slope -2 passing through (1, 4).


\[

y - 4 = -2(x - 1) \implies y = -2x + 2 + 4 = -2x + 6

\]


Example 14: Find x-intercept of \( 3x + 4y = 12 \).


Set \( y=0 \):


\[

3x = 12 \implies x = 4

\]



Practice Questions


  1. Plot the point (4, -3).

  2. Find the distance between (2, 5) and (7, 1).

  3. Find the midpoint of (3, 8) and (9, 2).

  4. Find the slope of the line through (0, 0) and (5, 10).

  5. Write the equation of a line with slope 4 passing through (1, 2).

  6. Find the y-intercept of \( 5x - 2y = 10 \).

  7. Determine if lines \( y = 3x + 1 \) and \( y = 3x - 4 \) are parallel.

  8. Find the point dividing (1, 2) and (7, 8) in ratio 2:3 internally.

  9. Find the slope of a line perpendicular to \( y = -\frac{1}{3}x + 5 \).

10. Plot points (0, 0), (2, 3), and (4, 6) and check if they lie on the same line.

11. Find the equation of a line passing through (3, 4) and (6, 8).

12. Calculate the distance between (-1, -1) and (2, 3).

13. Find the midpoint of (-2, 5) and (4, -3).

14. Find the x-intercept of \( 2x + 5y = 10 \).

15. Write the equation of a horizontal line passing through (0, 7).

16. Find the equation of a vertical line passing through (5, 0).

17. Find the external division point dividing (2, 3) and (8, 7) in ratio 3:1.

18. Determine the slope of the line joining (4, 5) and (4, 10).

19. Find the y-intercept of \( y = -2x + 9 \).

20. Check if points (1, 2), (3, 6), and (5, 10) are collinear.

21. Find the equation of a line parallel to \( y = \frac{1}{2}x + 3 \) passing through (4, 1).

22. Calculate the distance between (0, 0) and (0, 7).

23. Find the midpoint of (10, -2) and (-4, 6).

24. Find the slope of the line passing through (7, 3) and (2, 3).

25. Write the equation of a line with slope 0 passing through (5, 5).



Answer Key for Practice Questions


  1. Point plotted at 4 units right, 3 units down.

  2. Distance = \(\sqrt{(7-2)^2 + (1-5)^2} = \sqrt{25 + 16} = \sqrt{41}\).

  3. Midpoint = \(\left(\frac{3+9}{2}, \frac{8+2}{2}\right) = (6, 5)\).

  4. Slope = \(\frac{10-0}{5-0} = 2\).

  5. Equation: \( y - 2 = 4(x - 1) \implies y = 4x - 4 + 2 = 4x - 2 \).

  6. Y-intercept: Set \( x=0 \), \( -2y = 10 \implies y = -5 \).

  7. Both have slope 3, so lines are parallel.

  8. Point = \(\left(\frac{2 \times 7 + 3 \times 1}{5}, \frac{2 \times 8 + 3 \times 2}{5}\right) = (3.4, 4.8)\).

  9. Perpendicular slope = 3.

10. Points lie on line \( y = \frac{3}{2}x \).

11. Slope = \(\frac{8-4}{6-3} = \frac{4}{3}\), equation: \( y - 4 = \frac{4}{3}(x - 3) \).

12. Distance = \(\sqrt{(2+1)^2 + (3+1)^2} = \sqrt{9 + 16} = 5\).

13. Midpoint = \(\left(\frac{-2+4}{2}, \frac{5-3}{2}\right) = (1, 1)\).

14. X-intercept: \( 2x = 10 \implies x=5 \).

15. Equation: \( y = 7 \).

16. Equation: \( x = 5 \).

17. External division point = \(\left(\frac{3 \times 8 - 1 \times 2}{3-1}, \frac{3 \times 7 - 1 \times 3}{3-1}\right) = (11, 9)\).

18. Slope is undefined (vertical line).

19. Y-intercept is 9.

20. Yes, they are collinear (slope between points is constant).

21. Equation: \( y - 1 = \frac{1}{2}(x - 4) \implies y = \frac{1}{2}x - 1 \).

22. Distance = 7 units.

23. Midpoint = \(\left(\frac{10 - 4}{2}, \frac{-2 + 6}{2}\right) = (3, 2)\).

24. Slope = 0 (horizontal line).

25. Equation: \( y = 5 \).



Eye-level view of a coordinate plane showing plotted points and labeled axes
Coordinate plane with points and axes


This guide covers the basics of coordinate geometry with clear explanations and examples. Practice regularly to build confidence and improve your skills. Understanding these concepts will help you solve many math problems and see how math connects to the world around you. Keep exploring and enjoy learning coordinate geometry!


bottom of page