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

2.10 Q-5

Question Statement

Find the dimensions of a rectangle with the largest area, given that its perimeter is 120 cm.


Background and Explanation

This problem involves finding the dimensions of a rectangle that maximize its area, given a fixed perimeter. The perimeter constraint provides a relationship between the length and breadth of the rectangle. By expressing the area in terms of one variable and differentiating it, we can find the dimensions that maximize the area.


Solution

  1. Define the variables:

    Let xx be the length of the rectangle (in cm) and yy be the breadth. The perimeter of the rectangle is given as 120 cm, so the relationship between xx and yy is:

2x+2y=120 2x + 2y = 120

Dividing through by 2:

x+y=60 x + y = 60

Hence, y=60βˆ’xy = 60 - x.

  1. Set up the area function:

    The area AA of the rectangle is given by:

A=xβ‹…y=xβ‹…(60βˆ’x) A = x \cdot y = x \cdot (60 - x)

This is the function we need to maximize.

  1. Differentiate the area function:

    To find the value of xx that maximizes the area, we differentiate the area function AA with respect to xx:

dAdx=ddx[x(60βˆ’x)] \frac{dA}{dx} = \frac{d}{dx}[x(60 - x)]

Applying the product rule:

dAdx=(60βˆ’x)+x(βˆ’1)=60βˆ’2x \frac{dA}{dx} = (60 - x) + x(-1) = 60 - 2x
  1. Set the derivative equal to zero:

    To find the critical points, set dAdx=0\frac{dA}{dx} = 0:

60βˆ’2x=0 60 - 2x = 0

Solving for xx:

2x=60β‡’x=30 2x = 60 \quad \Rightarrow \quad x = 30
  1. Check the second derivative:

    To confirm that x=30x = 30 gives a maximum, compute the second derivative:

d2Adx2=ddx(60βˆ’2x)=βˆ’2 \frac{d^2A}{dx^2} = \frac{d}{dx}(60 - 2x) = -2

Since d2Adx2=βˆ’2\frac{d^2A}{dx^2} = -2, which is negative, x=30x = 30 gives a maximum.

  1. Find the dimensions of the rectangle:

    The breadth of the rectangle is:

y=60βˆ’30=30 y = 60 - 30 = 30

Hence, the dimensions of the rectangle that maximize the area are 30 cm by 30 cm.

Thus, the rectangle with the largest area has side lengths of 30 cm by 30 cm.


Key Formulas or Methods Used

  • Perimeter of a rectangle: 2x+2y=1202x + 2y = 120
  • Area of a rectangle: A=xβ‹…yA = x \cdot y
  • First derivative test: To find the critical points and maximize the area.
  • Second derivative test: To confirm that the critical point corresponds to a maximum.

Summary of Steps

  1. Express yy in terms of xx using the perimeter equation: y=60βˆ’xy = 60 - x.
  2. Set up the area function: A=xβ‹…(60βˆ’x)A = x \cdot (60 - x).
  3. Differentiate the area function with respect to xx to get dAdx=60βˆ’2x\frac{dA}{dx} = 60 - 2x.
  4. Set dAdx=0\frac{dA}{dx} = 0 and solve for x=30x = 30.
  5. Confirm the maximum using the second derivative test.
  6. Find the dimensions: x=30x = 30 and y=30y = 30, so the rectangle is 30 cm by 30 cm.