The diagonal of a rectangle can be calculated if its area and perimeter are known, without needing its length and width directly:
\[ d = \sqrt{\left(\frac{P}{2}\right)^2 - 2A}. \]
Use this formula when a problem gives you only the area and perimeter of a rectangle, but asks for the diagonal.
This formula is a neat identity linking area, perimeter, and diagonal of a rectangle. It avoids calculating length and width separately, making problem-solving faster.