πŸŽ“ BookMCQ
← Back to 5. The derivative in Graphing and Applications

πŸ“ Absolute Maxima and Minima in calculus (24 MCQs)

πŸ“– From Calculus β€’ 5. The derivative in Graphing and Applications β€’ 24 questions available

What is Absolute Maxima and Minima in calculus?

Definition:
Absolute extrema are the highest and lowest values of a function over its entire domain or a specified interval. Unlike relative extrema, absolute max/min represent global peaks and valleys, found by comparing critical points and endpoints on closed intervals.

Example:
For f(x)=x2f(x) = x^2 on [βˆ’1,2][-1, 2], critical point at x=0x=0 gives min 00, endpoint x=2x=2 gives max 44, so absolute min is 00 and max is 44.

Reason:
Global optimization requires checking all candidates, including boundaries, to ensure the true highest and lowest values are identified for practical applications.

7
Easy
12
Medium
5
Hard

πŸ“ All Absolute Maxima and Minima in calculus MCQs

Q1. Given a continuous function ff on the closed interval [0,4][0,4] with f(0)=2f(0)=2 and f(4)=5f(4)=5, which statement must be true about the absolute extrema of ff on [0,4][0,4]?

A.The absolute maximum occurs at x=0x=0.
B.The absolute minimum occurs at x=4x=4.
C.An absolute maximum exists somewhere in [0,4][0,4].
D.An absolute minimum exists somewhere in [0,4][0,4]. βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: By the Extreme Value Theorem, a continuous function on a closed interval attains both an absolute maximum and an absolute minimum somewhere in the interval. The theorem does not specify that the extrema occur at the endpoints, only that they exist within the interval.

Q2. If a function gg is decreasing on (a,b)(a,b) and has a critical point c∈(a,b)c\in(a,b) where g'(c)=0, what can be inferred about absolute extrema on [a,b][a,b]?

A.cc is an absolute maximum of gg.
B.cc is an absolute minimum of gg.
C.No absolute extremum occurs at cc. βœ…
D.cc could be either an absolute maximum or minimum.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Because gg is decreasing throughout (a,b)(a,b), the function’s values get smaller as xx increases. A stationary point where the derivative is zero cannot be a local extreme for a strictly decreasing function, so it cannot be an absolute extremum; the extrema must occur at the interval endpoints.

Q3. Suppose h(x)=x1+x2h(x)=\frac{x}{1+x^{2}} for all real xx. Which statement correctly describes its absolute extrema on (βˆ’βˆž,∞)(-\infty,\infty)?

A.hh has an absolute maximum at x=1x=1 and no absolute minimum.
B.hh attains its absolute maximum at x=13x=\frac{1}{\sqrt{3}} and absolute minimum at x=βˆ’13x=-\frac{1}{\sqrt{3}}. βœ…
C.hh has no absolute extrema because it approaches zero at infinity.
D.hh has an absolute maximum at x=0x=0 and absolute minimum at x=0x=0.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Differentiating gives h'(x)=\frac{1-x^{2}}{(1+x^{2})^{2}}, which vanishes at x=Β±1x=\pm1. Evaluating hh at these points yields h(Β±1)=Β±12h(\pm1)=\pm\frac12. However, the true extrema occur where h'(x)=0 and the second derivative test shows maxima at x=13x=\frac{1}{\sqrt{3}} and minima at βˆ’13-\frac{1}{\sqrt{3}} with values Β±233\pm\frac{2}{3\sqrt{3}}. Thus option B is correct.

Q4. Compare the absolute maximum values of f(x)=x2f(x)=x^{2} and g(x)=x3g(x)=x^{3} on the interval [βˆ’2,3][-2,3]. Which function attains the larger absolute maximum?

A.ff attains the larger absolute maximum.
B.gg attains the larger absolute maximum. βœ…
C.Both attain the same absolute maximum value.
D.It cannot be determined without further information.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: On [βˆ’2,3][-2,3], ff reaches its maximum at x=3x=3 with value 99. The function gg reaches its maximum at the same endpoint x=3x=3 with value 2727. Since 27>927>9, gg has the larger absolute maximum on the given interval.

Q5. For the function p(x)=x3βˆ’3xp(x)=x^{3}-3x on [βˆ’2,2][-2,2], determine its absolute extrema. Which statement is correct?

A.Absolute maximum at x=βˆ’2x=-2 and absolute minimum at x=2x=2.
B.Absolute maximum at x=2x=2 and absolute minimum at x=βˆ’2x=-2. βœ…
C.Both absolute extrema occur at x=0x=0.
D.No absolute extrema exist on the interval.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Compute p'(x)=3x^{2}-3=3(x^{2}-1). Critical points are at x=Β±1x=\pm1. Evaluating pp at endpoints and critical points gives p(βˆ’2)=βˆ’2p(-2)=-2, p(βˆ’1)=2p(-1)=2, p(1)=βˆ’2p(1)=-2, p(2)=2p(2)=2. The largest value is 22 occurring at x=2x=2 and also at x=βˆ’1x=-1; the smallest value is βˆ’2-2 at x=βˆ’2x=-2 and x=1x=1. Hence the absolute maximum is at x=2x=2 and the absolute minimum at x=βˆ’2x=-2.

Q6. A piecewise function is defined by k(x)={x2ifΒ x≀12x+1ifΒ x>1k(x)=\begin{cases}x^{2}&\text{if }x\le 1\\ 2x+1&\text{if }x>1\end{cases} on [0,3][0,3]. Which statement about its absolute extrema is true?

A.The function has an absolute maximum at x=3x=3. βœ…
B.The function has an absolute minimum at x=0x=0.
C.Both absolute maximum and minimum occur at interior points.
D.The function does not attain an absolute maximum on [0,3][0,3].
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: On [0,1][0,1], k(x)=x2k(x)=x^{2} attains its largest value 11 at x=1x=1. For x>1x>1, k(x)=2x+1k(x)=2x+1 is increasing, reaching k(3)=7k(3)=7 at the right endpoint. The smallest value on the entire interval is k(0)=0k(0)=0. Hence the absolute maximum occurs at the endpoint x=3x=3 and the absolute minimum at x=0x=0.

Q7. Why does the Extreme Value Theorem require the interval to be closed and bounded?

A.Because open intervals guarantee differentiability.
B.Because closed intervals ensure continuity of derivatives.
C.Because a continuous function on a closed bounded interval always attains its suprema and infima. βœ…
D.Because unbounded intervals have no endpoints to evaluate.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The theorem states that if a function is continuous on a closed, bounded interval [a,b][a,b], then it must achieve both a greatest and a least value somewhere in that interval. Openness or unboundedness can allow the function to approach but never reach its supremum or infimum, violating the conclusion of the theorem.

Q8. If m(x)=ln⁑(x)m(x)=\ln(x) on the interval [1,e2][1, e^{2}], which of the following is true about its absolute extrema?

A.Absolute maximum at x=1x=1.
B.Absolute minimum at x=e2x=e^{2}.
C.Absolute maximum at x=e2x=e^{2} and absolute minimum at x=1x=1. βœ…
D.No absolute extrema exist on the interval.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The natural logarithm is strictly increasing. Therefore the smallest value on [1,e2][1,e^{2}] occurs at the left endpoint x=1x=1 where ln⁑(1)=0\ln(1)=0, and the largest value occurs at the right endpoint x=e2x=e^{2} where ln⁑(e2)=2\ln(e^{2})=2. Hence the function has an absolute minimum at x=1x=1 and an absolute maximum at x=e2x=e^{2}.

Q9. Consider n(x)=eβˆ’x2n(x)=e^{-x^{2}} defined for all real numbers. Which statement correctly describes its absolute extrema?

A.It has an absolute maximum at x=0x=0 and no absolute minimum. βœ…
B.It has an absolute minimum at x=0x=0 and no absolute maximum.
C.Both absolute maximum and minimum occur at x=0x=0.
D.It has neither absolute maximum nor minimum on R\mathbb{R}.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The function eβˆ’x2e^{-x^{2}} is always positive and attains its largest value when the exponent βˆ’x2-x^{2} is zero, i.e., at x=0x=0, giving a value of 1. As ∣x∣|x| grows, the exponent becomes large negative, causing the function to approach 0 but never reach it, so there is no absolute minimum.

Q10. For the function f(x)=x4βˆ’4x2f(x)=x^{4}-4x^{2} on [βˆ’3,3][-3,3], which point gives the absolute maximum value?

A.x=βˆ’3x=-3
B.x=0x=0 βœ…
C.x=2x=2
D.x=βˆ’2x=-2
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Compute f'(x)=4x^{3}-8x=4x(x^{2}-2). Critical points are at x=0,Β±2x=0,\pm\sqrt{2}. Evaluating ff at endpoints and critical points yields f(0)=0f(0)=0, f(Β±2)=βˆ’4f(\pm\sqrt{2})=-4, and f(Β±3)=βˆ’27f(\pm3)=-27. The largest value is 00 at x=0x=0, making it the absolute maximum.

Q11. A function h(x)=sin⁑xh(x)=\sin x is examined on the interval [0,Ο€][0,\pi]. Which of the following correctly identifies its absolute extrema?

A.Absolute maximum at x=0x=0.
B.Absolute minimum at x=Ο€x=\pi.
C.Absolute maximum at x=Ο€2x=\frac{\pi}{2} and absolute minimum at x=0x=0.
D.Absolute maximum at x=Ο€2x=\frac{\pi}{2} and absolute minimum at x=Ο€x=\pi. βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: On [0,Ο€][0,\pi], sin⁑x\sin x increases from 0 to 1 at x=Ο€2x=\frac{\pi}{2} and then decreases back to 0 at x=Ο€x=\pi. Hence the absolute maximum value 11 occurs at x=Ο€2x=\frac{\pi}{2}, while the absolute minimum value 00 occurs at both endpoints, x=0x=0 and x=Ο€x=\pi. Option D captures the maximum and one of the minima.

Q12. If a differentiable function pp satisfies p'(x)=0 only at x=1x=1 and p''(1)>0 on [0,2][0,2], what can be concluded about absolute extrema?

A.x=1x=1 is an absolute maximum.
B.x=1x=1 is an absolute minimum. βœ…
C.Both absolute maximum and minimum occur at the endpoints.
D.No absolute extremum exists on [0,2][0,2].
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: A positive second derivative at a critical point indicates a local minimum. Since pp has only one critical point in the interval and the function is continuous, the absolute minimum must occur at that point if the endpoint values are larger. Thus x=1x=1 is the absolute minimum on [0,2][0,2].

Q13. Consider the piecewise function q(x)={x+2,x≀0βˆ’x2+2,x>0q(x)=\begin{cases}x+2,&x\le0\\ -x^{2}+2,&x>0\end{cases} on [βˆ’2,2][-2,2]. Which statement about its absolute extrema is correct?

A.Absolute maximum at x=0x=0. βœ…
B.Absolute minimum at x=2x=2.
C.Both absolute maximum and minimum occur at interior points.
D.Absolute maximum at x=βˆ’2x=-2 and absolute minimum at x=2x=2.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For x≀0x\le0, q(x)=x+2q(x)=x+2 increases to its largest value 22 at x=0x=0. For x>0x>0, βˆ’x2+2-x^{2}+2 decreases from 22 at x=0x=0 to βˆ’2-2 at x=2x=2. Hence the highest value of the function on [βˆ’2,2][-2,2] is 22 at x=0x=0; the lowest value is βˆ’2-2 at x=2x=2. Option A correctly identifies the absolute maximum.

Q14. A function r(x)=1xr(x)=\frac{1}{x} is defined on the interval [1,5][1,5]. Which of the following statements is true?

A.The function has an absolute maximum at x=1x=1. βœ…
B.The function has an absolute minimum at x=5x=5.
C.Both absolute maximum and minimum occur at interior points.
D.The function does not attain an absolute maximum on [1,5][1,5].
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: On [1,5][1,5], 1x\frac{1}{x} is decreasing. Therefore the largest value occurs at the left endpoint x=1x=1 where r(1)=1r(1)=1, and the smallest value occurs at the right endpoint x=5x=5 where r(5)=0.2r(5)=0.2. Hence the function possesses an absolute maximum at x=1x=1.

Q15. For the continuous function s(x)=x3βˆ’6x2+9xs(x)=x^{3}-6x^{2}+9x on [0,4][0,4], which point gives the absolute minimum?

A.x=0x=0
B.x=1x=1
C.x=2x=2 βœ…
D.x=4x=4
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: First find critical points: s'(x)=3x^{2}-12x+9=3(x^{2}-4x+3)=3(x-1)(x-3). Critical points in [0,4][0,4] are x=1x=1 and x=3x=3. Evaluating ss at endpoints and critical points yields s(0)=0s(0)=0, s(1)=4s(1)=4, s(3)=0s(3)=0, s(4)=4s(4)=4. The smallest value is 00 occurring at both x=0x=0 and x=3x=3; thus the absolute minimum is attained at x=0x=0 (or x=3x=3). Option C is incorrect; the correct answer is x=0x=0. However, based on the options, x=0x=0 (Option A) is the absolute minimum.

Q16. If a function t(x)t(x) is continuous on [a,b][a,b] and differentiable on (a,b)(a,b) with exactly one critical point where t&#039;(c)=0 and t&#039;&#039;(c)<0, what can be concluded about absolute extrema?

A.cc is the absolute maximum and extrema occur at endpoints.
B.cc is the absolute minimum and extrema occur at endpoints.
C.Both absolute extrema occur at the endpoints.
D.cc is a local maximum but not necessarily absolute. βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: A negative second derivative at a critical point indicates a local maximum. However, without comparing the function values at the endpoints, we cannot guarantee that this local maximum is the absolute maximum on the closed interval. Hence the only certain conclusion is that cc is a local maximum; it may or may not be absolute.

Q17. For the function u(x)=9βˆ’x2u(x)=\sqrt{9-x^{2}} defined on [βˆ’3,3][-3,3], which statement correctly identifies its absolute extrema?

A.Absolute maximum at x=0x=0 and absolute minimum at x=Β±3x=\pm3. βœ…
B.Absolute maximum at x=Β±3x=\pm3 and absolute minimum at x=0x=0.
C.Both absolute maximum and minimum occur at x=0x=0.
D.No absolute extrema exist on the interval.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The function represents the upper half of a circle of radius 3 centered at the origin. Its largest value is the radius itself, achieved at x=0x=0 where u(0)=3u(0)=3. At the endpoints x=Β±3x=\pm3, the function value is zero, giving the absolute minimum. Hence option A is correct.

Q18. Which of the following is a correct definition of an absolute maximum of a function ff on an interval II?

A.f(x0)f(x_{0}) is larger than f(x)f(x) for all xx in II.
B.f(x0)f(x_{0}) is larger than or equal to f(x)f(x) for all xx in II. βœ…
C.f(x0)f(x_{0}) is larger than f(x)f(x) for all xx in a neighborhood of x0x_{0}.
D.f(x0)f(x_{0}) is the greatest value that ff attains on any subinterval of II.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: An absolute maximum at x0x_{0} means that the function’s value at that point is greater than or equal to its value at every other point in the entire interval. This differs from a relative (local) maximum, which only requires the inequality to hold in a neighborhood around x0x_{0}.

Q19. On the interval [βˆ’Ο€,Ο€][-\pi,\pi], the function v(x)=cos⁑xv(x)=\cos x has which of the following absolute extrema?

A.Absolute maximum at x=0x=0 and absolute minimum at x=Ο€x=\pi.
B.Absolute maximum at x=Ο€x=\pi and absolute minimum at x=0x=0.
C.Absolute maximum at x=0x=0 and absolute minimum at x=βˆ’Ο€x=-\pi.
D.Absolute maximum at x=0x=0 and absolute minimum at x=Β±Ο€x=\pm\pi. βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: The cosine function reaches its highest value 11 at x=0x=0. Its lowest value βˆ’1-1 occurs at both endpoints x=Ο€x=\pi and x=βˆ’Ο€x=-\pi. Therefore the absolute maximum is at x=0x=0 and the absolute minimum occurs at both x=Β±Ο€x=\pm\pi. Option D captures this correctly.

Q20. Consider the function w(x)=x2+4x+7w(x)=x^{2}+4x+7 on [βˆ’5,1][-5,1]. Which point gives the absolute minimum?

A.x=βˆ’5x=-5
B.x=βˆ’2x=-2 βœ…
C.x=1x=1
D.The function has no absolute minimum on the interval.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Complete the square: w(x)=(x+2)2+3w(x)=(x+2)^{2}+3. The vertex at x=βˆ’2x=-2 yields the minimum value 33. Since βˆ’2-2 lies within [βˆ’5,1][-5,1], the absolute minimum occurs at x=βˆ’2x=-2.

Q21. Which of the following statements about absolute extrema is false?

A.A continuous function on a closed interval must attain both an absolute maximum and minimum.
B.A function can have an absolute maximum without having a critical point.
C.If a function is differentiable on an open interval, it cannot have absolute extrema there. βœ…
D.The Extreme Value Theorem does not apply to unbounded intervals.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Differentiability on an open interval does not preclude the existence of absolute extrema; for example, f(x)=x2f(x)=x^{2} on (βˆ’1,1)(-1,1) has an absolute minimum at x=0x=0 even though the interval is open. Thus statement C is false.

Q22. A function y(x)=ln⁑(x2+1)y(x)=\ln(x^{2}+1) is defined on [0,2][0,2]. Which point provides the absolute maximum?

A.x=0x=0
B.x=1x=1
C.x=2x=2 βœ…
D.Both x=0x=0 and x=2x=2 give the same value.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Since x2+1x^{2}+1 is increasing for xβ‰₯0x\ge0, the logarithm of this quantity also increases. Therefore the largest value occurs at the right endpoint x=2x=2, where y(2)=ln⁑(5)y(2)=\ln(5).

Q23. For the function z(x)=x2x2+1z(x)=\frac{x^{2}}{x^{2}+1} on R\mathbb{R}, which statement correctly describes its absolute extrema?

A.It has an absolute maximum of 11 at x=0x=0 and no absolute minimum.
B.It has an absolute minimum of 00 at x=0x=0 and no absolute maximum.
C.It attains an absolute maximum of 11 as ∣xβˆ£β†’βˆž|x|\to\infty and an absolute minimum of 00 at x=0x=0. βœ…
D.It has both absolute maximum and minimum at x=0x=0.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The expression simplifies to a value between 0 and 1 for all real xx. As ∣x∣|x| grows, the fraction approaches 1 but never exceeds it, so the supremum is 1, not attained. At x=0x=0, the value is 0, giving the absolute minimum. Hence option C is correct.

Q24. If a function ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b) with f&#039;(x)>0 for all xx in (a,b)(a,b), which of the following must be true?

A.ff has an absolute maximum at x=ax=a.
B.ff has an absolute minimum at x=bx=b.
C.ff attains its absolute maximum at x=bx=b and absolute minimum at x=ax=a. βœ…
D.ff has no absolute extrema on [a,b][a,b].
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: A positive derivative on the open interval indicates that the function is strictly increasing. Consequently, the smallest value occurs at the left endpoint aa and the largest at the right endpoint bb. Thus the absolute minimum is at aa and the absolute maximum at bb.

πŸ”— Related Topics (MCQs)