Solved Examples

Distance Formula Problems: Solved Examples Class 10

Unlock full marks in Coordinate Geometry with clear, step-by-step solutions!

CBSEICSEClass 10
SparkEd Math2 March 20268 min read
Students solving coordinate geometry problems with graphs and formulas

Lost in the Coordinate Plane? Not Anymore!

Hey there, future math whiz! Ever looked at a graph with points and wondered, "How far apart are these, yaar?" Or maybe your teacher threw terms like 'midpoint' and 'section formula' at you, and you felt a bit lost? Don't worry, you're not alone!

Coordinate Geometry is super important, not just for your Class 10 board exams but for understanding the world around you. It’s like giving addresses to points on a map and then figuring out relationships between them. Sounds cool, right? Let's dive in and make it super easy for you!

Your Coordinate Geometry Toolkit: The Essential Formulas

Diagram illustrating Your Coordinate Geometry Toolkit: The Essential Formulas

Before we tackle problems, let's quickly recap the powerful formulas that are your best friends in Coordinate Geometry. These are the backbone of the entire chapter, and knowing them inside out is non-negotiable for both CBSE and ICSE students.

### 1. The Distance Formula
This one helps you find the distance between any two points P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) in a coordinate plane. Imagine you're trying to find the shortest path between two cities on a grid map. That's exactly what this does!

D=(x2x1)2+(y2y1)2D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

### 2. The Section Formula
Accha, what if a point divides a line segment in a certain ratio? Like, say, a milestone is placed on a road dividing the path between two towns. The section formula helps you find the coordinates of that point! If point P(x,y)P(x, y) divides the line segment joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) internally in the ratio m1:m2m_1 : m_2, then:

P(x,y)=(m1x2+m2x1m1+m2,m1y2+m2y1m1+m2)P(x, y) = \left( \frac{m_1x_2 + m_2x_1}{m_1 + m_2}, \frac{m_1y_2 + m_2y_1}{m_1 + m_2} \right)

### 3. The Midpoint Formula
This is a special case of the section formula where the ratio is 1:11:1. It simply finds the exact middle point of a line segment. Super handy!

M(x,y)=(x1+x22,y1+y22)M(x, y) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

### 4. Area of a Triangle using Coordinates
Suno, if you know the coordinates of the three vertices of a triangle, you don't need to measure its base and height! This formula gives you the area directly. If the vertices are A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), and C(x3,y3)C(x_3, y_3), then:

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|

Remember, area can't be negative, so we use the absolute value!

Real-Life Superpowers of Coordinate Geometry

You might be thinking, "Is this just for exams?" Bilkul nahi! Coordinate Geometry is everywhere. Think about how Google Maps works, it uses coordinates to pinpoint locations and calculate distances. Ever played a video game? The movement of characters and objects on screen is all thanks to coordinates.

Architects use it to design buildings, engineers use it to plan roads and bridges, and even pilots use it for navigation. In fact, fields like data science heavily rely on understanding spatial relationships, and guess what? India's AI market is projected to reach $17 billion by 2027 (NASSCOM), a field where coordinate geometry foundations are super important for things like image recognition and robotics. So, you're not just learning math; you're building skills for the future!

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Solved Examples: Let's Get Our Hands Dirty!

Diagram illustrating Solved Examples: Let's Get Our Hands Dirty!

Alright, enough talk! Let's put these formulas to work with some typical Class 10 problems. These examples are similar to what you'd find in your NCERT, RD Sharma, Selina Concise, or RS Aggarwal textbooks and are designed to cover common board exam question patterns. Coordinate Geometry has a weightage of 6 marks in CBSE Class 10, so mastering these types of problems is crucial.

### Example 1: Finding Distance and Collinearity
Question: Determine if the points (1,5)(1, 5), (2,3)(2, 3), and (2,11)(-2, -11) are collinear.

Solution:
To check for collinearity, we can use the distance formula. If three points AA, BB, and CC are collinear, then the sum of the distances of any two segments must be equal to the length of the third segment (e.g., AB+BC=ACAB + BC = AC).

Let A=(1,5)A = (1, 5), B=(2,3)B = (2, 3), and C=(2,11)C = (-2, -11).

Step 1: Calculate the distance AB.

AB=(21)2+(35)2AB = \sqrt{(2-1)^2 + (3-5)^2}

AB=(1)2+(2)2AB = \sqrt{(1)^2 + (-2)^2}

AB=1+4=5AB = \sqrt{1 + 4} = \sqrt{5}
units

Step 2: Calculate the distance BC.

BC=(22)2+(113)2BC = \sqrt{(-2-2)^2 + (-11-3)^2}

BC=(4)2+(14)2BC = \sqrt{(-4)^2 + (-14)^2}

BC=16+196=212BC = \sqrt{16 + 196} = \sqrt{212}
units

Step 3: Calculate the distance AC.

AC=(21)2+(115)2AC = \sqrt{(-2-1)^2 + (-11-5)^2}

AC=(3)2+(16)2AC = \sqrt{(-3)^2 + (-16)^2}

AC=9+256=265AC = \sqrt{9 + 256} = \sqrt{265}
units

Step 4: Check for collinearity.
For A,B,CA, B, C to be collinear, AB+BC=ACAB + BC = AC (or any permutation).
Is 5+212=265\sqrt{5} + \sqrt{212} = \sqrt{265}?
Since 52.23\sqrt{5} \approx 2.23, 21214.56\sqrt{212} \approx 14.56, and 26516.27\sqrt{265} \approx 16.27.
2.23+14.56=16.792.23 + 14.56 = 16.79, which is not equal to 16.2716.27.

Conclusion: Since $AB + BC
eq AC,thepoints, the points(1, 5),,(2, 3),and, and(-2, -11)$ are not collinear.

### Example 2: Using the Section Formula
Question: Find the coordinates of the point which divides the line segment joining the points (4,3)(4, -3) and (8,5)(8, 5) in the ratio 3:13:1 internally.

Solution:
Let the given points be A(x1,y1)=(4,3)A(x_1, y_1) = (4, -3) and B(x2,y2)=(8,5)B(x_2, y_2) = (8, 5).
The ratio is m1:m2=3:1m_1 : m_2 = 3 : 1.
Let the point dividing the segment be P(x,y)P(x, y).

Step 1: Apply the section formula for x-coordinate.

x=m1x2+m2x1m1+m2x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2}

x=3(8)+1(4)3+1x = \frac{3(8) + 1(4)}{3 + 1}

x=24+44=284=7x = \frac{24 + 4}{4} = \frac{28}{4} = 7

Step 2: Apply the section formula for y-coordinate.

y=m1y2+m2y1m1+m2y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2}

y=3(5)+1(3)3+1y = \frac{3(5) + 1(-3)}{3 + 1}

y=1534=124=3y = \frac{15 - 3}{4} = \frac{12}{4} = 3

Conclusion: The coordinates of the point which divides the line segment in the ratio 3:13:1 internally are (7,3)(7, 3).

### Example 3: Area of a Triangle
Question: Find the area of the triangle whose vertices are (1,1)(1, -1), (4,6)(-4, 6), and (3,5)(-3, -5).

Solution:
Let the vertices be A(x1,y1)=(1,1)A(x_1, y_1) = (1, -1), B(x2,y2)=(4,6)B(x_2, y_2) = (-4, 6), and C(x3,y3)=(3,5)C(x_3, y_3) = (-3, -5).

Step 1: Use the area of triangle formula.

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|

Step 2: Substitute the coordinates into the formula.

Area=121(6(5))+(4)(5(1))+(3)(16)\text{Area} = \frac{1}{2} |1(6 - (-5)) + (-4)(-5 - (-1)) + (-3)(-1 - 6)|

Area=121(6+5)4(5+1)3(7)\text{Area} = \frac{1}{2} |1(6 + 5) - 4(-5 + 1) - 3(-7)|

Area=121(11)4(4)3(7)\text{Area} = \frac{1}{2} |1(11) - 4(-4) - 3(-7)|

Area=1211+16+21\text{Area} = \frac{1}{2} |11 + 16 + 21|

Area=1248\text{Area} = \frac{1}{2} |48|

Area=24\text{Area} = 24
square units

Conclusion: The area of the triangle with the given vertices is 2424 square units.

Mastering Math: Your Practice & Strategy Blueprint

Okay, so you've seen the formulas and how to apply them. But just reading won't get you those top scores, pakka! You need a solid strategy. "Students who practice 20 problems daily improve scores by 30% in 3 months," which shows the power of consistent effort.

1. Daily Dose of Problems: Aim for at least 5-7 Coordinate Geometry problems every day. Mix them up, a few on distance, some on section formula, and a couple on area of triangle.

2. Concept Clarity First: Before solving, make sure you understand why each formula works. Don't just mug it up. This helps you apply them correctly even in tricky questions.

3. Board-Specific Practice:
* CBSE: Focus on NCERT examples and exercises. Then move to past year papers and books like RD Sharma. Pay attention to the marking scheme, showing steps correctly fetches marks.
* ICSE: The ICSE syllabus is often considered to have a higher difficulty level, demanding deeper conceptual understanding. Practice from Selina Concise and S.Chand. Don't forget to practice problems from internal assessment type questions.

4. Time Yourself: As you get better, start timing your solutions. This is crucial for board exams where speed and accuracy both matter. Try to solve each problem within 3-5 minutes.

5. Review Mistakes: Don't just solve and forget. Go back to problems you got wrong, understand where you faltered, and redo them until you get them right. This is where real learning happens!

Stay Focused, Stay Strong!

Math can sometimes feel challenging, and it's okay to get stuck. But remember, persistence is key! Don't let a few wrong answers demotivate you. A significant number of students, about "40% of CBSE Class 10 students score below 60% in math," often because they don't develop the right mindset.

Believe in your ability to improve. Every problem you solve, every mistake you learn from, makes you stronger. Take short breaks, clear your head, and come back to the problem with fresh eyes. Your hard work will definitely pay off!

Key Takeaways for Coordinate Geometry

Let's quickly sum up what we've covered:

* Distance Formula: Calculates the length of a line segment between two points.
* Section Formula: Finds the coordinates of a point dividing a line segment in a given ratio.
* Midpoint Formula: A special case of the section formula for a 1:1 ratio.
* Area of Triangle Formula: Determines the area of a triangle given its vertices.
* Practice is Paramount: Consistent practice with solved examples is the only way to master these concepts.
* Real-World Relevance: Coordinate geometry is fundamental in many modern applications, from navigation to engineering.

Keep practicing, keep exploring, and you'll ace Coordinate Geometry!

Practice These Topics on SparkEd

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now