AI Math Solver
Resources
Questions
Pricing
Login
Register
Home
>
Questions
>
Maximize Area of Rectangle Formed by Function $f(x)=0.5x^2 -4x +7.5$ and Axes
Mathematics
Grade 11 (Senior High School)
Question Content
Given function $f(x)=0.5x^2 -4x +7.5$, defined for $0 ≤ x ≤3$. A point P on the graph forms a rectangle with the axes and lines parallel to the axes. a) Sketch the situation; b) For which x is the area of the rectangle maximum?
Correct Answer
b) $x=1$; maximum area = 4
Detailed Solution Steps
1
Step 1: Define the rectangle's width as $x$ and height as $f(x)$, so area function $A(x)=x\\cdot f(x)=x(0.5x^2-4x+7.5)=0.5x^3-4x^2+7.5x$
2
Step 2: Find first derivative $A'(x)=1.5x^2-8x+7.5$, set to 0: $1.5x^2-8x+7.5=0$ → multiply by 2: $3x^2-16x+15=0$
3
Step 3: Solve quadratic equation: $x=\\frac{16\\pm\\sqrt{256-180}}{6}=\\frac{16\\pm\\sqrt{76}}{6}=\\frac{16\\pm2\\sqrt{19}}{6}=\\frac{8\\pm\\sqrt{19}}{3}$. Only $x=\\frac{8-\\sqrt{19}}{3}≈1$ is in $0≤x≤3$
4
Step 4: Verify it's a maximum using second derivative $A''(x)=3x-8$, $A''(1)=-5<0$ (local maximum). Calculate $A(1)=0.5-4+7.5=4$
Knowledge Points Involved
1
Area of Rectangles from Function Graphs
For a point (x, f(x)) on a graph, the rectangle formed with axes has area $x\\times f(x)$, where x is the horizontal side and f(x) is the vertical side
2
Quadratic Formula
A formula to solve $ax^2+bx+c=0$: $x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}$, used to find critical points when derivative is a quadratic function
3
Closed Interval Optimization
When optimizing a function on a closed interval, check critical points inside the interval and endpoints to find global maximum/minimum
Loading solution...