Task. The coordinates of a point An are (2n,2n+1). Find ∣A1A5∣2.
Solution. The square of the distance between points P(x,y) and Q(x1,y1) is given by the formula:
∣PQ∣2=(x−x1)2+(y−y1)2.
In our case
A1(21,21+1)=(2,3),A5(25,25+1)=(32,33),
whence
∣A1A5∣2=(32−2)2+(33−3)2=302+302=900+900=1800.
Answer. 1800.
Comments