Given a regular triangle OAB with side length 1. Let M,N be the point which divides equally AB into three parts, M is the closest to A.
Denote OA\equala,OM\equalm,ON\equaln,OB\equalb.
(1) Find the real numbers x,y such that m\equalxa\plusyb.
(2) Find the dot product of m,n denoted by (m,n).
A number or a short expression. Spacing, $ signs and \frac vs / are all fine.
Official solution
Given a regular triangle OAB with side length 1. Let M and N be the points that divide AB into three equal parts, with M being the closest to A. We need to find the real numbers x and y such that m=xa+yb, and then find the dot product of m and n.
1. **Finding m in terms of a and b:**
Since M divides AB into three equal parts, we can use the section formula. The section formula states that if a point P divides the line segment joining points A and B in the ratio m:n, then the position vector of P is given by: P=m+nnA+mB
Here, M divides AB in the ratio 1:2. Therefore, M=1+22A+1B=32A+B
Thus, x=32 and y=31.
2. **Finding n in terms of a and b:**
Similarly, N divides AB in the ratio 2:1. Therefore, N=1+21A+2B=3A+2B
3. **Finding the dot product (m,n):**
We have: m=32A+B,n=3A+2B
The dot product is given by: (m,n)=(32A+B)⋅(3A+2B)
Simplifying, we get: (m,n)=91((2A+B)⋅(A+2B))
Expanding the dot product: (2A+B)⋅(A+2B)=2A⋅A+4A⋅B+B⋅A+2B⋅B
Since A⋅A=1 (magnitude of A is 1), B⋅B=1 (magnitude of B is 1), and A⋅B=B⋅A=cos(120∘)=−21 (since OAB is an equilateral triangle with 120∘ between A and B):