To solve the problem, we perform the following steps:
1. **Determine the vectors AB and BC**
Given A(1,1), B(0,2), C(−1,−1), we calculate:
- AB=B−A=(0−1,2−1)=(−1,1)
- BC=C−B=(−1−0,−1−2)=(−1,−3)
2. **Calculate the magnitudes of AB and BC**
- ∣AB∣=(−1)2+12=2
- ∣BC∣=(−1)2+(−3)2=10
3. **Find the cosine of the angle between AB and BC**
The cosine of the angle can be calculated by the formula:
cos(AB,BC)=∣AB∣⋅∣BC∣AB⋅BC
Substituting the values, we get:
cos(AB,BC)=2⋅10(−1)(−1)+(1)(−3)=2⋅101−3=−55
This negative value indicates that the angle between AB and BC is obtuse, meaning the projection vector will be in the opposite direction of BC.
4. **Calculate the magnitude of the projection of AB on BC**
The magnitude of this projection can be found by:
∣AB∣⋅∣cos(AB,BC)∣=2⋅55=510
Since the projection is in the opposite direction of BC, we find the unit vector of BC and scale it by the magnitude of the projection:
- First, find the scale factor: 10510=51
- Then, apply the scale factor to BC: −51⋅(−1,−3)=(51,53)
Therefore, the projection vector of AB on BC is (51,53).
Hence, the correct answer is C.