Given that point is a fixed point on the circle , and point is a moving point on circle . If it satisfies , then .
Problem 127
Official solution
Analysis
This question examines the square of a vector being equal to the square of its magnitude and involves the operation of the dot product of vectors, making it a medium-level question.
From , we can deduce that , which means . Therefore, is an isosceles right triangle with side length , from which we can derive the result.
Solution
Given ,
,
is an isosceles right triangle with side length ,
Thus, .
Therefore, the answer is .