Find the coordinates of the point which divides the join of (–1, 7) and (4, –3) in the ratio 2 : 3.
Concept Used: Section Formula (Internal Division)
If a point divides a line segment joining two points \( (x_1, y_1) \) and \( (x_2, y_2) \) internally in the ratio \( m:n \), then its coordinates are:
$$\begin{aligned} x = \dfrac{mx_2 + nx_1}{m+n}, \quad y = \dfrac{my_2 + ny_1}{m+n} \end{aligned}$$Here, "internal division" means the point lies between the two given points.
Solution Roadmap
- Identify coordinates of given points
- Identify ratio \( m:n \)
- Apply section formula
- Simplify step-by-step carefully
Solution:
Let the required point be \( P(x, y) \) which divides the line joining \( A(-1,7) \) and \( B(4,-3) \) in the ratio \( 2:3 \).
Comparing with standard form:
$$\begin{aligned} x_1 = -1, \quad y_1 = 7 \\ x_2 = 4, \quad y_2 = -3 \\ m = 2, \quad n = 3 \end{aligned}$$Using section formula:
$$\begin{aligned} x &= \dfrac{mx_2 + nx_1}{m+n} \end{aligned}$$ $$\begin{aligned} x &= \dfrac{2 \times 4 + 3 \times (-1)}{2+3} \\ &= \dfrac{8 - 3}{5} \\ &= \dfrac{5}{5} \\ &= 1 \end{aligned}$$ $$\begin{aligned} y &= \dfrac{my_2 + ny_1}{m+n} \end{aligned}$$ $$\begin{aligned} y &= \dfrac{2 \times (-3) + 3 \times 7}{5} \\ &= \dfrac{-6 + 21}{5} \\ &= \dfrac{15}{5} \\ &= 3 \end{aligned}$$Therefore, the required point is \( (1, 3) \).
Exam Significance
- Very frequently asked in CBSE Board Exams (2–3 marks guaranteed)
- Foundation concept for Coordinate Geometry in Class 11
- Used in midpoint, centroid, and vector-based problems
- Important for NDA, SSC, Banking and other competitive exams
- Common trap: wrong substitution of \( x_1, x_2 \)