[Math] Find width and length of rectangle given diagonal and area

rectangles

The diagonal of rectangle is 25, its area is 168, find width and length. I tried solving this problem using trigonometry since diagonal and two sides forms a right triangle, from area i got that a=168/b, considering that area is a*b=168, I reached to a quadratic equation but i got a negative root, does anyone have any idea? Besides the solutions are a=7 and b=24.

Best Answer

You have two equations $$ab = 168 \implies a = \frac{168}{b}$$ and $$a^2 + b^2 = 25^2$$

Substituting the first into the second and multiplying throughout by $b^2$ yields $$\frac{168^2}{b^2} + b^2 = 25^2 \implies 168^2 + b^4 = 25^2b^2$$ This is a quadratic in $b^2$ that gives us solutions $$b^2 = 49 \quad \text{ or } \quad 576$$

Hence $b = \pm 7$ and $b = \pm 24$. We neglect the negative solutions to get $$a = 24, b=7 \quad \text{or} \quad a=7, b= 24$$

Which is just symmetric. So you can simply say that one side is $24$ and the other is $7$.

Related Question