Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

2.10 Q-10

Question Statement

Find the dimensions of the rectangle of maximum area that fits inside a semi-circle of radius 8 cm.


Background and Explanation

This problem involves finding the dimensions of a rectangle that fits inside a semi-circle. The area of the rectangle is a function of its width and height, and the goal is to maximize this area. To do this, we will use calculus, specifically optimization techniques, to find the dimensions that result in the maximum area.


Solution

  1. Define the variables:
    • Let xx be the width of the rectangle.
    • The length of the rectangle is given as 2x2x, since the rectangle is inscribed in the semi-circle.
    • The area yy of the rectangle is:
y=4x2(64βˆ’x2) y = 4x^2(64 - x^2)

This equation accounts for the relationship between the width of the rectangle and the radius of the semi-circle.

  1. Simplify the equation for the area: Expanding the expression for yy:
y=256x2βˆ’4x4 y = 256x^2 - 4x^4
  1. Differentiate the area function: To find the value of xx that maximizes the area, we first differentiate yy with respect to xx:
dydx=512xβˆ’16x3 \frac{dy}{dx} = 512x - 16x^3

Set this equal to zero to find the critical points:

512xβˆ’16x3=0 512x - 16x^3 = 0

Factor the equation:

16x(32βˆ’x2)=0 16x(32 - x^2) = 0

This gives us two solutions:

  • x=0x = 0 (which is not meaningful since we want a non-zero rectangle),
  • x2=32x^2 = 32 or x=42x = 4\sqrt{2}.
  1. Second derivative test: To confirm that this critical point corresponds to a maximum, we calculate the second derivative of yy:
d2ydx2=512βˆ’48x2 \frac{d^2y}{dx^2} = 512 - 48x^2

Substituting x=42x = 4\sqrt{2}:

d2ydx2=512βˆ’48(32)=βˆ’1024 \frac{d^2y}{dx^2} = 512 - 48(32) = -1024

Since the second derivative is negative, this confirms that x=42x = 4\sqrt{2} corresponds to a maximum.

  1. Calculate the dimensions of the rectangle:
    • The width of the rectangle is x=42x = 4\sqrt{2} cm.
    • The length of the rectangle is 2x=822x = 8\sqrt{2} cm.

Thus, the dimensions of the rectangle that maximize the area are:

  • Width: 424\sqrt{2} cm
  • Length: 828\sqrt{2} cm

Key Formulas or Methods Used

  • Area of the rectangle: y=4x2(64βˆ’x2)y = 4x^2(64 - x^2)
  • First derivative: To find the critical points for maximum area.
  • Second derivative test: To confirm whether the critical point is a maximum or minimum.

Summary of Steps

  1. Express the area y=256x2βˆ’4x4y = 256x^2 - 4x^4.
  2. Differentiate to find dydx=512xβˆ’16x3\frac{dy}{dx} = 512x - 16x^3.
  3. Set dydx=0\frac{dy}{dx} = 0 and solve for x=42x = 4\sqrt{2}.
  4. Use the second derivative d2ydx2\frac{d^2y}{dx^2} to confirm a maximum at x=42x = 4\sqrt{2}.
  5. Calculate the width x=42x = 4\sqrt{2} cm and length 2x=822x = 8\sqrt{2} cm.