Finding the Position Vector of Point $B$ on a Line Segment Between $P$ and $Q$

In summary, the position vector of point $B$ lies on the line segment between $P$ and $Q$, given by the equation $(x,y,z) = tQ + (1-t)P,\ 0 \leq t \leq 1$, and can be found using the distance formula by setting the distance from $P$ equal to twice the distance from $Q$. By choosing a value of $t$ that satisfies this equation, we can find the position vector of $B$, which is $\left(\frac{7}{3}, \frac{4}{3}, -\frac{1}{3}\right)$.
  • #1
Guest2
193
0
Let $P = (1,2,-1)$ and $Q = (3,1,0)$. A point $B$ lies on the line segment between $P$ and $Q$. Given that its distance from $P$ is twice its distance from $Q$. Find the position vector of $B$.
 
Mathematics news on Phys.org
  • #2
The equation for a line segment is very similar to that for a line, it is:

$(x,y,z) = tQ + (1-t)P,\ 0 \leq t \leq 1$ (this one goes FROM $P$ TO $Q$, as $t$ goes from 0 to 1, if we switch $P$ and $Q$ it goes the other way).

In our case, this is $(2t+1,2-t,t-1)$ with $0 \leq t \leq 1$.

Suppose we choose $0 < t_0 < 1$. Let's use the standard distance formula, to calculate the distance of the point $B$ corresponding to $t_0$.

We have $d(P,B) = \sqrt{(1-(2t_0+1))^2 + (2-(2-t_0))^2 + (-1-(t_0-1))^2}$

$= \sqrt{4t_0^2 + t_0^2 + t_0^2} = \sqrt{6}t_0$

and $d(Q,B) = \sqrt{(3-(2t_0+1))^2 + (1-(2-t_0))^2 + (0-(t_0 - 1))^2}$

$= \sqrt{(2-2t_0)^2 + (-1+t_0)^2 + (t_0-1)^2} = \sqrt{6}(1-t_0)$ (we use $1-t_0$ since we want the positive square root).

Can you continue?

(Intuitively, how far along the interval from 0 to 1 do you have to be, to where how far you have to go is half of how far you've come? Use this to check your answer).
 
  • #3
Deveno said:
The equation for a line segment is very similar to that for a line, it is:

$(x,y,z) = tQ + (1-t)P,\ 0 \leq t \leq 1$ (this one goes FROM $P$ TO $Q$, as $t$ goes from 0 to 1, if we switch $P$ and $Q$ it goes the other way).

In our case, this is $(2t+1,2-t,t-1)$ with $0 \leq t \leq 1$.

Suppose we choose $0 < t_0 < 1$. Let's use the standard distance formula, to calculate the distance of the point $B$ corresponding to $t_0$.

We have $d(P,B) = \sqrt{(1-(2t_0+1))^2 + (2-(2-t_0))^2 + (-1-(t_0-1))^2}$

$= \sqrt{4t_0^2 + t_0^2 + t_0^2} = \sqrt{6}t_0$

and $d(Q,B) = \sqrt{(3-(2t_0+1))^2 + (1-(2-t_0))^2 + (0-(t_0 - 1))^2}$

$= \sqrt{(2-2t_0)^2 + (-1+t_0)^2 + (t_0-1)^2} = \sqrt{6}(1-t_0)$ (we use $1-t_0$ since we want the positive square root).

Can you continue?

(Intuitively, how far along the interval from 0 to 1 do you have to be, to where how far you have to go is half of how far you've come? Use this to check your answer).

Thank you!

Since it's distance from $P$ is twice its distance from $Q$, it's

$\sqrt{6}t_0 = 2 \sqrt{6}(1-t_0) \implies t_0 = \frac{2}{3}$, so $\vec{B} = \left(\frac{7}{3}, \frac{4}{3}, -\frac{1}{3}\right)$
 

1. How do you find the position vector of point B on a line segment between P and Q?

To find the position vector of point B on a line segment between P and Q, you can use the formula: Position vector of B = Position vector of P + (Distance from P to B) * (Unit vector in the direction of PQ). This formula takes into account the distance from P to B and the direction of the segment from P to Q.

2. What is a position vector?

A position vector is a mathematical tool used to describe the location of a point in a coordinate system. It consists of a magnitude (length) and a direction, and is usually represented by an arrow pointing from the origin to the point.

3. Can I find the position vector of point B on a line segment between P and Q using only the coordinates of P and Q?

Yes, you can find the position vector using the coordinates of P and Q. First, you will need to determine the distance from P to B and the unit vector in the direction of PQ. Then, you can use the formula mentioned in the first question to calculate the position vector of B.

4. What is the purpose of finding the position vector of point B on a line segment between P and Q?

The purpose of finding the position vector is to accurately describe the location of a point on a line segment. This can be useful in many applications, such as in physics and engineering, where precise measurements and calculations are necessary.

5. Can the position vector of B be calculated if the line segment is not straight?

Yes, the position vector of B can still be calculated even if the line segment is not straight. However, the formula mentioned in the first question may need to be modified depending on the shape and direction of the line segment. For example, if the segment is curved, you may need to use calculus to determine the unit vector in the direction of PQ.

Similar threads

Replies
9
Views
438
Replies
1
Views
1K
Replies
4
Views
965
  • General Math
Replies
3
Views
822
  • General Math
Replies
5
Views
2K
Replies
1
Views
1K
  • General Math
Replies
20
Views
1K
Replies
7
Views
1K
  • General Math
Replies
1
Views
1K
Replies
7
Views
1K
Back
Top