Introduction: Dividing the Line
In your earlier math studies, you probably learned how to find the midpoint of a line. Finding the midpoint is like sharing a chocolate bar exactly in half (a \(1:1\) ratio). But what if you wanted to share that bar so you got twice as much as your friend? You would be dividing it in a ratio of \(2:1\).
In this chapter, we will learn how to find the coordinates of a point that divides a line segment into any given ratio. This is a powerful tool in coordinate geometry that helps us locate specific points along a path without having to draw everything out to scale.
Understanding the Ratio \(m : n\)
When we say a point \(P\) divides the line segment \(AB\) in the ratio \(m : n\), we mean that the distance from \(A\) to \(P\) and the distance from \(P\) to \(B\) are in the proportion \(m : n\).
Think of it like this: If you are traveling from point \(A\) to point \(B\) and the ratio is \(1 : 3\), you have finished 1 part of the journey and have 3 parts left to go. In total, the journey is made of \(1 + 3 = 4\) equal parts. You are currently at the end of the first "quarter" of the trip.
The Section Formula
To find the exact coordinates of the point dividing the line joining \((x_1, y_1)\) and \((x_2, y_2)\) in the ratio \(m : n\), we use the Section Formula. This is the official formula required by your syllabus:
The coordinates of the point are:
\(\left( \frac{nx_1 + mx_2}{m + n}, \frac{ny_1 + my_2}{m + n} \right)\)
Wait! Why is the \(n\) with the \(x_1\)?
This is the most common place students get confused. Notice that the ratio is \(m : n\), but in the formula, the numbers "cross over":
- The \(n\) (the second part of the ratio) multiplies the coordinates of the first point.
- The \(m\) (the first part of the ratio) multiplies the coordinates of the second point.
Memory Trick: Think of it as a "cross-multiplication" logic. To balance the point, the weight from the right side (\(n\)) pulls on the left coordinate (\(x_1\)), and the weight from the left side (\(m\)) pulls on the right coordinate (\(x_2\)).
Step-by-Step: How to Solve Problems
Don't worry if the formula looks a bit bulky. If you follow these steps, you will get it right every time:
Step 1: Label your points clearly as \((x_1, y_1)\) and \((x_2, y_2)\).
Step 2: Identify your ratio values as \(m\) and \(n\).
Step 3: Find the "Total Parts" by calculating \(m + n\). This will be your denominator.
Step 4: Plug the values into the formula for \(x\) and \(y\) separately.
Example Walkthrough
Find the coordinates of the point \(P\) that divides the line joining \(A(2, 4)\) and \(B(7, 9)\) in the ratio \(2 : 3\).
1. Identify the values:
\(x_1 = 2, y_1 = 4\)
\(x_2 = 7, y_2 = 9\)
\(m = 2, n = 3\)
2. Calculate the total parts:
\(m + n = 2 + 3 = 5\)
3. Calculate the new x-coordinate:
\(x = \frac{nx_1 + mx_2}{m + n} = \frac{(3 \times 2) + (2 \times 7)}{5} = \frac{6 + 14}{5} = \frac{20}{5} = 4\)
4. Calculate the new y-coordinate:
\(y = \frac{ny_1 + my_2}{m + n} = \frac{(3 \times 4) + (2 \times 9)}{5} = \frac{12 + 18}{5} = \frac{30}{5} = 6\)
Final Answer: The point \(P\) is \((4, 6)\).
Common Mistakes to Avoid
1. Mixing up \(m\) and \(n\): If the question says "divides \(AB\) in the ratio \(2:3\)", \(m\) must be 2 and \(n\) must be 3. If you swap them, you will find a point closer to \(A\) instead of closer to \(B\).
2. Forgetting the denominator: Always remember to divide by the sum of the ratio parts (\(m + n\)).
3. Arithmetic errors: Be extra careful with negative coordinates. For example, if \(x_1 = -4\), then \(nx_1\) would be \(3 \times (-4) = -12\).
Special Case: The Midpoint
Did you know that the midpoint formula is just a special version of this ratio formula? When you find a midpoint, the ratio is \(1 : 1\).
If we put \(m=1\) and \(n=1\) into our formula:
\(x = \frac{1x_1 + 1x_2}{1 + 1} = \frac{x_1 + x_2}{2}\)
This is exactly the midpoint formula you already know!
Key Takeaway Summary
To find a point dividing a line in ratio \(m : n\):
1. Use the formula \(\left( \frac{nx_1 + mx_2}{m + n}, \frac{ny_1 + my_2}{m + n} \right)\).
2. Cross the ratio values: \(n\) goes with the first point, \(m\) goes with the second point.
3. Always check your answer logically—if the ratio is \(1:10\), your point should be very close to the start of the line!
Note: For other related topics like the distance between points or gradients, please refer to the "Distance and Gradient" chapter in this section.