EdzyEdzy
AI Tutor
CBSE AI TutorStep-by-step CBSE study help for Classes 6-12.
Class 10 AI TutorBoard-focused AI tutor help for CBSE Class 10 students.
CBSE Maths AI TutorStep-by-step maths help for CBSE students.
CBSE Doubt SolvingInstant AI doubt solving for homework and revision.
WhatsApp TutorGet AI tutor help directly on WhatsApp.
CBSE
Class 6CBSE Class 6 subjects and study material.EnglishMathematicsHindiUrdu
Class 7CBSE Class 7 subjects and study material.EnglishMathematicsHindiUrdu
Class 8CBSE Class 8 subjects and study material.EnglishMathematicsHindiUrdu
Class 9CBSE Class 9 subjects and study material.EnglishMathematicsHindiUrdu
Class 10CBSE Class 10 subjects and study material.EnglishMathematicsHindiUrdu
Class 11CBSE Class 11 subjects and study material.EnglishMathematicsHindiUrdu
Class 12CBSE Class 12 subjects and study material.EnglishMathematicsHindiUrdu
Play
DuelChallenge another student in a quick learning duel.
RumbleJoin live academic competitions and leaderboards.
BadgesTrack milestones and learning achievements.
Get AppDownload Edzy for faster access on mobile.
Schools
Inter-School ChampionshipExplore Edzy's school championship.
School InstitutionBrowse schools and institutions.
State Wise SchoolFind schools by state.
District Wise SchoolFind schools by district.
Resources
StudyStudy ToolsCalculatorPlanners
ContentBlogsNews Article
CompareEdzy vs GPTEdzy vs GeminiEdzy vs Others
Buy
SearchDownload AppLogin
EdzyEdzy

Edzy for Classes 6-12

Edzy is a personal AI tutor for CBSE and State Board students, with curriculum-aligned guidance, practice, revision, and study plans that adapt to each learner.

  • Email: always@edzy.ai
  • Phone: +91 96256 68472
  • WhatsApp: +91 96256 68472
  • Address: Sector 63, Gurgaon, Haryana

Follow Edzy

Browse by Class

  • CBSE Class 6
  • CBSE Class 7
  • CBSE Class 8
  • CBSE Class 9
  • CBSE Class 10
  • CBSE Class 11
  • CBSE Class 12
Explore the CBSE resource hub

Explore Edzy

  • Study Resources
  • Free Study Tools
  • Best Apps for Board Exams
  • Edzy vs ChatGPT
  • About Us
  • Why We Built Edzy
  • Blog
  • CBSE AI Tutor
  • Class 10 AI Tutor
  • CBSE Doubt Solving
  • Chrome Extension

Support & Legal

  • Help & FAQs
  • Accessibility
  • Privacy Policy
  • Terms & Conditions
  • Refund Policy
  • Cookie Policy
  • Site Directory

© 2026 Edzy. All rights reserved.

Curriculum-aligned learning paths for students in Classes 6-12.

CBSE
Class 10
Mathematics
Mathematics
Coordinate Geometry

Worksheet

Practice Hub

Worksheet: Coordinate Geometry

Structured practice

Coordinate Geometry - Practice Worksheet

Strengthen your foundation with key concepts and basic applications.

This worksheet covers essential long-answer questions to help you build confidence in Coordinate Geometry from Mathematic for Class 10 (Mathematics).

Practice Worksheet

Practice Worksheet

Basic comprehension exercises

Strengthen your understanding with fundamental questions about the chapter.

Questions

1

Explain the concept of the distance formula. How is it derived, and how can it be applied to find the distance between two points in a coordinate plane?

The distance formula is derived from the Pythagorean theorem. For two points P(x₁, y₁) and Q(x₂, y₂), the distance d between them is given by d = √[(x₂ - x₁)² + (y₂ - y₁)²]. For example, if P(1, 2) and Q(4, 6) are two points, then d = √[(4 - 1)² + (6 - 2)²] = √[9 + 16] = √25 = 5. This formula is applicable in various contexts, such as navigation and physics.

2

What is the midpoint formula? Explain how to derive it and give an example of its application.

The midpoint formula provides the coordinates of the midpoint M of a line segment joining points A(x₁, y₁) and B(x₂, y₂). It is given by M = ((x₁ + x₂)/2, (y₁ + y₂)/2). For instance, if A(2, 3) and B(4, 7) are the endpoints, the midpoint M = ((2 + 4)/2, (3 + 7)/2) = (3, 5). This concept is useful for dividing a segment in half and has applications in geometry and computer graphics.

3

Discuss the Section Formula. How do we use it to find a point dividing a line segment in a specific ratio?

The Section Formula helps determine the coordinates of a point P dividing the segment joining points A(x₁, y₁) and B(x₂, y₂) in the ratio m:n. The coordinates of P are given by P = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n)). For example, if A(2, 3) and B(4, 5) and we need to find the point dividing AB in the ratio 2:3, P = ((2*4 + 3*2)/(2 + 3), (2*5 + 3*3)/(2 + 3)) = (2.8, 3.6). This formula is particularly useful in dividing segments in geometry.

4

How can you determine if three given points form a triangle? Provide a method and example for better understanding.

To determine if three points P(x₁, y₁), Q(x₂, y₂), R(x₃, y₃) form a triangle, use the distance formula to find the lengths of the sides PQ, QR, and PR and check if they satisfy the triangle inequality (the sum of any two sides must be greater than the third). For points P(0, 0), Q(3, 4), R(6, 0), we calculate PQ = 5, QR = 5, and PR = 6. Here, 5 + 5 > 6, 5 + 6 > 5, and 6 + 5 > 5 confirm a triangle is formed.

5

Explain the concept of collinearity of points. Provide a criterion with an example.

Collinearity refers to points lying on a single straight line. A criterion to check for collinearity is through the area of the triangle formed by the points. If the area is zero, the points are collinear. The area can be calculated using the formula Area = 1/2 |x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|. For points A(1, 1), B(2, 2), C(3, 3), substituting gives an area of zero, confirming collinearity.

6

What is the significance of the coordinate plane in geometry? Discuss its application in solving geometric problems.

The coordinate plane provides a systematic way to describe geometric figures using pairs of numerical coordinates, enhancing precision. It allows for the visualization and calculation of distances, midpoints, and slopes. For instance, solving for the intersection of lines uses coordinates to potentially reveal maximum or minimum points in applications such as physics and engineering. The ability to graphically represent functions and relationships significantly aids problem-solving.

7

Describe how to find the equation of a line given two points. Illustrate with an example.

To find the equation of a line passing through points A(x₁, y₁) and B(x₂, y₂), first compute the slope m = (y₂ - y₁)/(x₂ - x₁). Use point-slope form: y - y₁ = m(x - x₁). For A(2, 3) and B(4, 7), m = (7 - 3)/(4 - 2) = 2. Thus, the equation becomes y - 3 = 2(x - 2) or y = 2x - 1, describing the line passing through the two points.

8

What are the different types of slopes, and how do they relate to the orientation of lines on a graph?

Slopes indicate a line's steepness and direction. A positive slope indicates the line rises as it moves right, a negative slope indicates it falls, a zero slope means a horizontal line, and an undefined slope represents a vertical line. For instance, a line with points (1, 2) and (3, 6) has a slope of 2 (positive), implying it rises steeply. Understanding slopes is crucial for graphing lines accurately and for identifying parallel and perpendicular lines.

9

Discuss the significance of the origin in the coordinate plane. How does it affect the coordinates of other points?

The origin, represented as (0, 0) in a coordinate plane, serves as the reference point for all other coordinates. The coordinates of any point are defined in relation to the origin. For example, a point (x, y) in the first quadrant has both coordinates positive, whereas in the second quadrant x is negative. This relative positioning is vital in graphing and understanding transformations in geometry and algebra, such as translations and reflections.

Learn Better On The App
Practice-first experience

Practice Makes Perfect

Sharpen concepts with MCQs, quizzes, and focused topic-based practice.

Endless questions
Topic-wise prep

Faster access to practice, revision, and daily study flow.

Edzy mobile app preview

Coordinate Geometry - Mastery Worksheet

Advance your understanding through integrative and tricky questions.

This worksheet challenges you with deeper, multi-concept long-answer questions from Coordinate Geometry to prepare for higher-weightage questions in Class 10.

Mastery Worksheet

Mastery Worksheet

Intermediate analysis exercises

Deepen your understanding with analytical questions about themes and characters.

Questions

1

Using the distance formula, calculate the perimeter of the triangle formed by the points A(1, 2), B(4, 6), and C(7, 2). What type of triangle is formed?

First, find the distance AB = √[(4-1)² + (6-2)²] = √(9 + 16) = 5. \nNext, find BC = √[(7-4)² + (2-6)²] = √(9 + 16) = 5. \nLastly, find AC = √[(7-1)² + (2-2)²] = √(36) = 6. \nSum = 5 + 5 + 6 = 16. \nType: Isosceles triangle.

2

Prove that the points (2, 3), (4, 5), and (6, 3) are collinear. Use the concept of the slope between each pair of points.

Calculate the slope of AB = (5-3)/(4-2) = 1. \nCalculate the slope of BC = (3-5)/(6-4) = -1. \nSince the slopes differ, the points are not collinear.

3

Find the coordinates of the point that divides the line segment joining A(-1, 2) and B(3, 8) in the ratio 3:1.

Using the section formula: P(x, y) = ((mx₂ + nx₁)/(m+n), (my₂ + ny₁)/(m+n)) = ((3*3 + 1*(-1))/(3+1), (3*8 + 1*2)/(3+1)) = (2, 6). \nThus, the coordinates are (2, 6).

4

Determine the equation of the line that passes through the points (2, 3) and (4, 7). What is its y-intercept?

Slope (m) = (7-3)/(4-2) = 2. \nEquation: y - 3 = 2(x - 2). \nSimplified: y = 2x - 1. \nThe y-intercept = -1.

5

Is the point (2, -1) closer to the line y = 3x + 4 than the point (0, -3)? Show your reasoning with calculations.

Calculate distance from a point to a line: \nFor (2, -1), d = |3*2 + 1 + 4|/√(3² + 1²) = 7/√10. \nFor (0, -3), d = |4 - 3|/√10 = 1/√10. \nConclusion: point (2, -1) is farther.

6

Find the coordinates of the point (x, y) equidistant from A(-2, 1) and B(4, -5). Derive an equation.

Set distances equal: √[(x + 2)² + (y - 1)²] = √[(x - 4)² + (y + 5)²]. \nSquaring: (x + 2)² + (y - 1)² = (x - 4)² + (y + 5)². \nSimplifying gives: 6x - 12y + 40 = 0.

7

Show that the points A(1, 3), B(2, 7), C(3, 11) form an arithmetic progression in terms of their y-coordinates.

Check y-values: 3, 7, 11. AP: 7-3 = 4 and 11 - 7 = 4, hence AP confirms. \nConclusion: validates AP.

8

Calculate the area of the triangle formed by the vertices (2, 3), (5, 7), and (4, 1).

Using formula: Area = 1/2 |x₁(y₂-y₃) + x₂(y₃-y₁) + x₃(y₁-y₂)|. \nSubstituting gives 10. \nArea = 10 square units.

9

Given the points A(1, -1), B(4, -1), and C(4, 3), determine if they can form a right triangle.

Calculate lengths: AB=3, AC=4, BC=4. Validate Pythagorean theorem: 3² + 4² ≠ 4². \nConclusion: Not a right triangle.

Coordinate Geometry - Challenge Worksheet

Push your limits with complex, exam-level long-form questions.

The final worksheet presents challenging long-answer questions that test your depth of understanding and exam-readiness for Coordinate Geometry in Class 10.

Challenge Worksheet

Challenge Worksheet

Advanced critical thinking

Test your mastery with complex questions that require critical analysis and reflection.

Questions

1

Analyze the importance of the distance formula in real-world applications, such as navigation or urban planning. How can it impact the design of efficient transportation routes?

Discuss various applications of the distance formula, considering factors like safety and efficiency. Provide examples from real-life scenarios.

2

Evaluate the relationship between coordinates and the slope of a line. Explain how this relationship can influence the design of linear structures in architecture.

Analyze how slope impacts construction and stability, using supporting examples. Discuss counterarguments based on specific structures.

3

Discuss how the section formula can be utilized in dividing resources, such as land or infrastructure projects, between two points. What ethical implications might arise from this?

Evaluate the fairness of division, using quantitative examples. Consider perspectives from both parties involved.

4

Propose a method to determine whether three given points are collinear. How would you apply this in fields such as robotics or computer graphics?

Explain your method with practical examples, while considering the computational efficiency needed in these fields.

5

Explore how the concept of equidistant points applies to conflict resolution, such as in urban planning for parks or community spaces. What mathematical models can support this?

Examine various models that can ensure fairness and accessibility, discussing their advantages and limitations.

6

Evaluate the process of proving whether a quadrilateral formed by four given vertices is a rectangle. Discuss its importance in fields like architecture or robotics.

Describe the geometric properties that must be satisfied. Analyze errors that could arise if these properties are overlooked.

7

Investigate the implications of coordinate transformations in data visualization. How can this understanding enhance analytical reasoning in fields like data science?

Discuss the significance of transformations for clearer insights and decision-making processes, including potential misinterpretations.

8

Propose a situation where finding the midpoint between two points has practical significance. How does it relate to fairness in resource distribution?

Examine a case where midpoint finding plays a critical role, justifying your perspective with examples.

9

Analyze a scenario where calculating the distance between points significantly alters a decision-making process. What are the broader implications of this on community welfare?

Discuss the potential outcomes of relying on inaccurate distances, supported by relevant examples.

10

Evaluate how understanding the distance and section formulas can contribute to advancements in technology, such as augmented reality. What future developments do you foresee?

Speculate on future applications based on current understanding, while acknowledging limitations and challenges.

Chapters related to "Coordinate Geometry"

Polynomials

Start chapter

Pair of Linear Equations in Two Variables

Start chapter

Quadratic Equations

Start chapter

Arithmetic Progressions

Start chapter

Triangles

Start chapter

Introduction to Trigonometry

Start chapter

Some Applications of Trigonometry

Start chapter

Circles

Start chapter

Areas Related to Circles

Start chapter

Surface Areas and Volumes

Start chapter

Worksheet Levels Explained

This drawer provides information about the different levels of worksheets available in the app.

Coordinate Geometry Summary, Important Questions & Solutions | All Subjects

Question Bank

Worksheet

Revision Guide

Formula Sheet