Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.1 Q-15

Question Statement

Find the point on the line joining A(1,4)A(1, 4) and B(5,6)B(5, 6) that is twice as far from AA as BB is from AA. Solve for:

  1. The point on the same side of AA as BB.
  2. The point on the opposite side of AA as BB.

Background and Explanation

To solve this problem, we use the section formula. This formula is used to find the coordinates of a point dividing a line segment in a specific ratio. The given ratio in this problem is either 1:1 or 2:1, depending on whether the point lies on the same or opposite side of AA.


Solution

Part 1: Point on the Same Side of AA as BB

We are asked to find the point that is twice as far from AA as BB is, but on the same side of AA as BB. This means the ratio of distances between points AA, BB, and CC is 1:1.

Let P(x1,y1)P(x_1, y_1) be the required point. Using the section formula, we divide the segment ABAB in the ratio 1:1:

1+x12=5,4+y12=6\frac{1 + x_1}{2} = 5, \quad \frac{4 + y_1}{2} = 6

Now, solving for x1x_1 and y1y_1:

1+x1=10β‡’x1=91 + x_1 = 10 \quad \Rightarrow \quad x_1 = 9 4+y1=12β‡’y1=84 + y_1 = 12 \quad \Rightarrow \quad y_1 = 8

Thus, the coordinates of the point on the same side of AA as BB are C(9,8)C(9, 8).


Part 2: Point on the Opposite Side of AA as BB

Next, we need to find the point that divides the line segment ABAB in the ratio 2:1, but on the opposite side of AA as BB.

Let P(x2,y2)P(x_2, y_2) be the required point. Using the section formula, we divide the segment in the ratio 2:1:

For the xx-coordinate:

1=2(5)+1(x2)2+11 = \frac{2(5) + 1(x_2)}{2 + 1} 1=10+x23β‡’10+x2=3β‡’x2=βˆ’71 = \frac{10 + x_2}{3} \quad \Rightarrow \quad 10 + x_2 = 3 \quad \Rightarrow \quad x_2 = -7

For the yy-coordinate:

4=2(6)+1(y2)2+14 = \frac{2(6) + 1(y_2)}{2 + 1} 4=12+y23β‡’12+y2=12β‡’y2=04 = \frac{12 + y_2}{3} \quad \Rightarrow \quad 12 + y_2 = 12 \quad \Rightarrow \quad y_2 = 0

Thus, the coordinates of the point on the opposite side of AA as BB are P(βˆ’7,0)P(-7, 0).


Key Formulas or Methods Used

  • Section Formula: To find the coordinates of a point dividing a line segment in the ratio m:nm:n:
x=nx1+mx2m+n,y=ny1+my2m+n x = \frac{n x_1 + m x_2}{m + n}, \quad y = \frac{n y_1 + m y_2}{m + n}

Summary of Steps

  1. For the point on the same side of AA as BB:
    • Use the section formula with a ratio of 1:1.
    • Solve for x1x_1 and y1y_1 to get the coordinates (9,8)(9, 8).
  2. For the point on the opposite side of AA as BB:
    • Use the section formula with a ratio of 2:1.
    • Solve for x2x_2 and y2y_2 to get the coordinates (βˆ’7,0)(-7, 0).