Let $P$ be a point inside a square with side length $1$. Let $Q$ be a point such that $\|PQ\|=1$. Find the average length of $PQ$ contained in the square.
I have recently been interested in problems like this: Average Distance Between Two Points in a Circular Disk and Average Distance Between Two Randomly Chosen Points in Unit Square. This led me to think up a somewhat similar problem.
However, I am not really sure how to go about solving it. I have been looking at Average distance Between Random Points on a Line Segment but my only idea is that there may be a double summation or integral to cover all the angles the line could be at in relation to the origin. I don't know if that made any sense.