A unit square is put in every possible configuration such that one vertex remains on the x axis and one remains on the y axis.
Do any vertices ever get further than 2 from the origin?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The distance to the "outer" vertex nearest (but not on) the x-axis can be written as D ( x ) = 1 + x 2 + 2 x 1 − x 2 , where 0 ≤ x ≤ 1 is the position of the vertex that lies on the x-axis. This function has a maximum of ϕ = 2 1 + 5 at x = 1 0 5 + 5 .
@Geoff Pilling The golden ratio strikes again! :)
Hahaha... Yup!
Makes you wonder if ϕ should take it's rightful place alongside π and e as the most influential figures in mathematics! A triumvirate of sorts! 😎
Let two vertices of the square have coordinates (0,sqrt(2)/2) and (sqrt(2)/2,0). Then the other vertices have coordinates (sqrt(2)/2,sqrt(2)) and (sqrt(2),sqrt(2)/2). The distance from the origin to either of tha latter 2 vertices is d^2 = 2 + 1/2 = 2.5. So d > sqrt(2). Ed Gray
Problem Loading...
Note Loading...
Set Loading...
When the square lies such that its sides form 45°-angles with the axes, the distance from the origin to both of the outer vertices is x 2 + y 2 , where x and y are the x- and y-coordinate of these vertices respectively.
Since a diagonal of the square is parallel to one axis, the respective distance is 2 . The other distance is positive, so the overall distance is greater than 2 .