Animated Solution for Mathematics - Differentiation: The maximum area (in sq. units) of a rectangle having its base on the x-axis and its other two vertices on the parabola, y=12−x2 such that the rectangle lies inside the parabola, is :-
Select Answer:
Visualized Solution
Visualizing the Parabola y=12−x2
Given parabola: y=12−x2
The parabola is symmetric about the y-axis and opens downwards.
Vertex is at (0,12) and it intersects the x-axis at x=±12.
Defining Rectangle Vertices
Let the vertices on the x-axis be (x,0) and (−x,0).
The corresponding vertices on the parabola are (x,12−x2) and (−x,12−x2).
Constraint: 0<x<12.
Identifying Base and Height
Base of the rectangle = x−(−x)=2x
Height of the rectangle = y=12−x2
Formulating the Area Function A(x)
Area A(x)=Base×Height
A(x)=2x(12−x2)
Expanding the Area Function
Expanding the expression:
A(x)=24x−2x3
Differentiating for Maxima
To find the maximum area, differentiate A(x) with respect to x:
dxdA=dxd(24x−2x3)
dxdA=24−6x2
Finding the Critical Point
Set dxdA=0 for critical points:
24−6x2=0
6x2=24
Solving for x
x2=4
Since x>0 (length must be positive), we have x=2.
Substituting x back into the Area formula
Substitute x=2 into the area formula:
Amax=2(2)(12−22)
Final Calculation
Amax=4(12−4)
Amax=4(8)
Amax=32 sq. units
Summary and Conclusion
Key Takeaway: For a rectangle inscribed in y=f(x) with base on x-axis, Area A=2x⋅f(x).
Final Answer: The maximum area is 32 sq. units.
00:00 / 00:00
The Sigma Insight: Maxima and Minima
Solution Diagram
Analyzing the Geometry of the Parabola
Welcome, future engineer! Today, we are going to tackle a classic JEE Advanced problem that perfectly blends geometry and calculus. We aren't just solving for a number; we are uncovering the hidden relationship between a curve and the shapes we can carve out of it.
Imagine you are standing before the parabola y=12−x2. It is a beautiful, downward-opening curve, symmetric about the y-axis, with its peak at (0,12) and roots at ±12. Our goal is to fit the largest possible rectangle inside this shape, with its base resting on the x-axis.
Defining the Anatomy of the Rectangle
To maximize the area, we first need to define it. Let's place the right-hand vertices of our rectangle at (x,0) on the x-axis and (x,12−x2) on the parabola.
Because the parabola is symmetric, the left-hand vertices must be at (−x,0) and (−x,12−x2). This symmetry is our greatest ally.
The base of our rectangle is the distance between x and −x, which is 2x. The height is simply the y-coordinate of the parabola, 12−x2. With these, we have our area function:
A(x)=2x(12−x2)
The Calculus Engine
Now, we expand the function to get A(x)=24x−2x3. This is the function we need to maximize.
In the world of JEE, whenever you see "maximum" or "minimum," your mind should immediately jump to the derivative. We want to find the rate of change of the area with respect to x and see where it vanishes—that is, where the slope of the area function is zero.
Differentiating A(x) with respect to x, we get:
dxdA=24−6x2
Finding the Peak
Setting dxdA=0 gives us 24−6x2=0, which simplifies to 6x2=24, or x2=4. This yields x=±2.
Since x represents a physical length, we discard the negative value and keep x=2. This is our critical point. It is the specific width that balances the base and the height to produce the largest possible area.
The Final Calculation
Finally, we substitute x=2 back into our area function:
A(2)=2(2)(12−22)=4(12−4)=4(8)=32
The maximum area is 32 square units. It is elegant, isn't it? By using the power of calculus, we turned a geometric constraint into a simple algebraic problem.
Always remember: in optimization, visualize the symmetry, define your variables, and let the derivative guide you to the answer. You've got this!