$A = \{ (x, y) : x = u + v , y = v , (u^2) + (v^2) \le 1 \}$ . Then what is the maximum length of a line segment enclosed in this area?
My friend suggested the answer $\sqrt{5}$, but I think it should be greater.
$A = \{ (x, y) : x = u + v , y = v , (u^2) + (v^2) \le 1 \}$ . Then what is the maximum length of a line segment enclosed in this area?
My friend suggested the answer $\sqrt{5}$, but I think it should be greater.
$u^2+v^2 \le 1 \implies u,v$ are inside the unit circle, therefore:
Therefore:
The longest line within this rectangle is the diagonal of course, which is equal to:
$$\sqrt{(2\sqrt{2})^2+2^2} = \sqrt{12}$$