How Do You Calculate Specific Points in a Triangle Using Vectors?

  • Thread starter Thread starter bjgawp
  • Start date Start date
  • Tags Tags
    Triangle Vector
AI Thread Summary
To calculate specific points in triangle ABC using vectors, the mid-point P of AB is found using the formula ½(b + a). For point Q, the trisection point closer to B is calculated as ⅓(2b + a), which raises a question about the textbook's reasoning. The median CP's mid-point R is derived as ½(c + ¼b + ¼a), leading to confusion over the textbook's answer of ½(a + b + c). The discussion highlights discrepancies between personal calculations and textbook solutions, suggesting a need for clarity in vector operations. The participants ultimately conclude that the textbook may contain errors.
bjgawp
Messages
84
Reaction score
0

Homework Statement


Consider the triangle ABC whose vertices have position vectors a, b, and c respectively.

http://img106.imageshack.us/img106/4240/vectorat6.png

Find the position vector of
(a) P, the mid-point of AB
(b) Q, the point of trisection of AB, with Q closer to B.
(c) R, the mid-point of the median CP.


Homework Equations


None really. It just seems that I have a major conflict with the textbook answer and I'm not quite sure why. The textbook says:
(a) ½(b + a)
(b) ⅓(2b + a)
(c) ½(a + b + c)


The Attempt at a Solution


(a) I got this answer. Looking at the diagram, if we theoretically add OB and OA tip-to-tail, the half of the resultant vector should give us OP.
(b) Similarly to (a),
AB = b + a
OQ = ⅓AB
--> OQ = ⅓(b + a)
I don't see why b is multiplied by 2.

(c) First off:
CP = CO + OP
CP = -c + ½(b + a)

Then,
OR = OC + ½CP
OR = c + ½(-c + ½(b + a))
OR = ½c + ¼b + ¼a

Yeah, I don't see why my answers disagree with the textbook.
 
Last edited by a moderator:
Physics news on Phys.org
a) OB = OA + AB
b = a + AB
therefore,
AB = b - a, not b + a

OP = OA + ½(AB) = a + ½(b - a) = a + ½b - ½a
OP = ½(b + a)

b) OQ = OA + (2/3)AB (Q is 2/3 of way along AB)

c) the book is wrong, you are right!
 
Last edited:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top