Find the dimension of the rectangle of greatest area that can be inscribed in a circle of radius r?
1 Answer
The rectangle will be a square of side length
Explanation:
Let's draw a diagram:
As you can see from the diagram, by pythagoras,
The area will be
If we take the derivative of this with respect to
#A' = 4sqrt(r^2- x^2) + (4x(-2x))/(2sqrt(r^2 - x^2))#
#A' = 4sqrt(r^2 - x^2) - (8x^2)/(2sqrt(r^2 -x^2))#
#A' = 4sqrt(r^2 - x^2) - (4x^2)/sqrt(r^2 - x^2)#
#A' = (4(r^2 - x^2) - 4x^2)/sqrt(r^2 - x^2)#
#A' = (4r^2 - 8x^2)/sqrt(r^2 - x^2)#
This will have critical numbers when
#0 = 4r^2 - 8x^2#
#8x^2 = 4r^2#
#x^2 = 1/2r^2#
#x = 1/sqrt(2)r#
The value of
Thus the shape will be a square of dimensions
Hopefully this helps!