Skip to main content
Back to Application of Derivatives
JEE Main 2019
Application of Derivatives
Application of Derivatives
Medium

Question

A box open from top is made from a rectangular sheet of dimension a ×\times b by cutting squares each of side x from each of the four corners and folding up the flaps. If the volume of the box is maximum, then x is equal to :

Options

Solution

Key Concepts and Formulas

  • Volume of a Rectangular Prism: V=lwhV = lwh, where ll is the length, ww is the width, and hh is the height.
  • Optimization using Derivatives: To find the maximum or minimum of a function f(x)f(x), find the critical points by solving f(x)=0f'(x) = 0. Then, use the second derivative test: if f(x)>0f''(x) > 0, the point is a local minimum; if f(x)<0f''(x) < 0, the point is a local maximum.
  • Quadratic Formula: The solutions to the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 are given by x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Step-by-Step Solution

Step 1: Express the volume of the box in terms of x.

We are cutting squares of side xx from each corner of the rectangular sheet. After folding, the dimensions of the box will be:

  • Length: l=a2xl = a - 2x
  • Width: w=b2xw = b - 2x
  • Height: h=xh = x

Therefore, the volume of the box, VV, is given by:

V(x)=(a2x)(b2x)x=(ab2ax2bx+4x2)x=4x32(a+b)x2+abxV(x) = (a - 2x)(b - 2x)x = (ab - 2ax - 2bx + 4x^2)x = 4x^3 - 2(a+b)x^2 + abx

Step 2: Find the first derivative of the volume with respect to x.

To find the critical points, we need to find the derivative of V(x)V(x) with respect to xx:

dVdx=ddx(4x32(a+b)x2+abx)=12x24(a+b)x+ab\frac{dV}{dx} = \frac{d}{dx}(4x^3 - 2(a+b)x^2 + abx) = 12x^2 - 4(a+b)x + ab

Step 3: Set the first derivative equal to zero and solve for x.

To find the critical points, we set dVdx=0\frac{dV}{dx} = 0:

12x24(a+b)x+ab=012x^2 - 4(a+b)x + ab = 0

This is a quadratic equation in xx. We can use the quadratic formula to solve for xx:

x=(4(a+b))±(4(a+b))24(12)(ab)2(12)=4(a+b)±16(a+b)248ab24x = \frac{-(-4(a+b)) \pm \sqrt{(-4(a+b))^2 - 4(12)(ab)}}{2(12)} = \frac{4(a+b) \pm \sqrt{16(a+b)^2 - 48ab}}{24}

Simplify the expression under the square root:

16(a2+2ab+b2)48ab=16a2+32ab+16b248ab=16a216ab+16b2=16(a2ab+b2)16(a^2 + 2ab + b^2) - 48ab = 16a^2 + 32ab + 16b^2 - 48ab = 16a^2 - 16ab + 16b^2 = 16(a^2 - ab + b^2)

Substitute this back into the equation for xx:

x=4(a+b)±16(a2ab+b2)24=4(a+b)±4a2ab+b224=a+b±a2ab+b26x = \frac{4(a+b) \pm \sqrt{16(a^2 - ab + b^2)}}{24} = \frac{4(a+b) \pm 4\sqrt{a^2 - ab + b^2}}{24} = \frac{a+b \pm \sqrt{a^2 - ab + b^2}}{6}

So we have two possible values for xx:

x1=a+b+a2ab+b26x_1 = \frac{a+b + \sqrt{a^2 - ab + b^2}}{6} x2=a+ba2ab+b26x_2 = \frac{a+b - \sqrt{a^2 - ab + b^2}}{6}

Step 4: Determine which value of x maximizes the volume using the second derivative test.

Find the second derivative of V(x)V(x):

d2Vdx2=ddx(12x24(a+b)x+ab)=24x4(a+b)\frac{d^2V}{dx^2} = \frac{d}{dx}(12x^2 - 4(a+b)x + ab) = 24x - 4(a+b)

Now, evaluate the second derivative at both critical points. First, consider x1=a+b+a2ab+b26x_1 = \frac{a+b + \sqrt{a^2 - ab + b^2}}{6}:

d2Vdx2(x1)=24(a+b+a2ab+b26)4(a+b)=4(a+b)+4a2ab+b24(a+b)=4a2ab+b2\frac{d^2V}{dx^2}(x_1) = 24\left(\frac{a+b + \sqrt{a^2 - ab + b^2}}{6}\right) - 4(a+b) = 4(a+b) + 4\sqrt{a^2 - ab + b^2} - 4(a+b) = 4\sqrt{a^2 - ab + b^2}

Since a2ab+b2a^2 - ab + b^2 is always positive for real aa and bb (except when a=b=0a=b=0, which is not a valid case for this problem), the second derivative at x1x_1 is positive. This means that x1x_1 corresponds to a local minimum of the volume.

Now, consider x2=a+ba2ab+b26x_2 = \frac{a+b - \sqrt{a^2 - ab + b^2}}{6}:

d2Vdx2(x2)=24(a+ba2ab+b26)4(a+b)=4(a+b)4a2ab+b24(a+b)=4a2ab+b2\frac{d^2V}{dx^2}(x_2) = 24\left(\frac{a+b - \sqrt{a^2 - ab + b^2}}{6}\right) - 4(a+b) = 4(a+b) - 4\sqrt{a^2 - ab + b^2} - 4(a+b) = -4\sqrt{a^2 - ab + b^2}

The second derivative at x2x_2 is negative, which means that x2x_2 corresponds to a local maximum of the volume.

Step 5: Check for validity of the solution

We must ensure that x>0x > 0, a2x>0a - 2x > 0 and b2x>0b - 2x > 0. This implies 0<x<a/20 < x < a/2 and 0<x<b/20 < x < b/2. The solution x1x_1 is greater than both a/2a/2 and b/2b/2, hence it can be discarded. Therefore, the correct solution is x2x_2.

Therefore, the value of xx that maximizes the volume is:

x=a+ba2ab+b26x = \frac{a+b - \sqrt{a^2 - ab + b^2}}{6}

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when differentiating and applying the quadratic formula. A small sign error can lead to a completely incorrect answer.
  • Validity of Solutions: Always check if the solutions you obtain are physically meaningful. In this case, xx must be positive and less than half of both aa and bb. Discard any solutions that don't satisfy these conditions.
  • Second Derivative Test: Remember to use the second derivative test to determine whether a critical point is a maximum or minimum.

Summary

To find the value of xx that maximizes the volume of the open box, we first expressed the volume as a function of xx. Then, we found the critical points by taking the first derivative and setting it equal to zero. Finally, we used the second derivative test to determine which critical point corresponded to a maximum volume. The value of xx that maximizes the volume is x=a+ba2ab+b26x = \frac{a+b - \sqrt{a^2 - ab + b^2}}{6}.

Final Answer

The final answer is a+ba2+b2ab6\boxed{\frac{a + b - \sqrt{a^2 + b^2 - ab}}{6}}, which corresponds to option (C).

Practice More Application of Derivatives Questions

View All Questions