πŸŽ“ BookMCQ
← Back to 14. Partial Derivatives Calculus

πŸ“ Bounded sets in multivariable calculus (13 MCQs)

πŸ“– From Calculus β€’ 14. Partial Derivatives Calculus β€’ 13 questions available

What is Bounded sets in multivariable calculus?

Definition:
Set SβŠ‚RnS \subset \mathbb{R}^n is bounded if contained in some ball BR(0)B_R(\mathbf{0}); combined with closedness yields compactness.

Example:
Disk x2+y2≀4x^2+y^2 \leq 4 is bounded; half-plane xβ‰₯0x \geq 0 is unbounded despite being closed.

Reason:
Boundedness ensures sequences have convergent subsequences (Bolzano-Weierstrass), prerequisite for extreme value theorem and many existence proofs.

3
Easy
7
Medium
3
Hard

πŸ“ All Bounded sets in multivariable calculus MCQs

Q1. A student claims that if a function f(x,y)f(x,y) has partial derivatives existing at every point in a set SS, then SS must be bounded. Which of the following best identifies the flaw in this reasoning?

A.The existence of partial derivatives implies continuity, which only holds on compact sets.
B.Partial derivatives can exist on unbounded domains like R2\mathbb{R}^2; boundedness is unrelated to differentiability. βœ…
C.The student confused open sets with bounded sets; all open sets are unbounded.
D.Differentiability requires the set to be closed and bounded by the Heine-Borel theorem.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The error lies in conflating analytic properties with topological ones. Partial derivatives depend on local behavior near each point and do not impose global constraints like boundedness. For example, f(x,y)=x+yf(x,y)=x+y has partials everywhere on the unbounded plane. Boundedness is a separate geometric condition not implied by differentiability, making option B the correct identification of the misconception.

Q2. Consider the set S={(x,y)∈R2:x2+y2<1 or x>2}S = \{(x,y) \in \mathbb{R}^2 : x^2 + y^2 < 1 \text{ or } x > 2\}. When analyzing extrema of a smooth function on SS, why does the standard extreme value theorem fail to guarantee attainment?

A.The set is not connected, preventing global optimization.
B.The function lacks continuous partial derivatives on the boundary.
C.The set is neither closed nor bounded, violating compactness requirements. βœ…
D.The partial derivatives vanish only at isolated points outside SS.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The extreme value theorem requires the domain to be compact, meaning both closed and bounded in Rn\mathbb{R}^n. Here, SS excludes its circular boundary (not closed) and extends infinitely rightward (unbounded). Even with smooth partials, a function could approach a supremum asymptotically without attaining it. This tests understanding that compactness, not just differentiability, ensures extremum existence.

Q3. A contour plot shows level curves of f(x,y)f(x,y) becoming denser as x2+y2β†’βˆžx^2 + y^2 \to \infty. A student concludes the domain where ff is defined must be bounded. What is the most accurate critique of this interpretation?

A.Denser contours indicate rapid change, not domain restriction; functions can be defined on unbounded sets with varying gradient magnitudes. βœ…
B.Contour density directly correlates with boundedness via the gradient norm.
C.The student misread the axes; boundedness depends on scale, not curve spacing.
D.Level curves cannot represent unbounded domains by definition.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Contour spacing reflects the magnitude of the gradient βˆ₯βˆ‡fβˆ₯\|\nabla f\|, not the extent of the domain. A function like f(x,y)=eβˆ’(x2+y2)sin⁑(x2+y2)f(x,y) = e^{-(x^2+y^2)} \sin(x^2+y^2) has increasingly dense contours at infinity yet is defined on all R2\mathbb{R}^2. The misconception confuses rate of change with spatial extent. Proper analysis requires distinguishing local derivative information from global domain topology.

Q4. Let f(x,y)=x2βˆ’y2(x2+y2)2f(x,y) = \frac{x^2 - y^2}{(x^2 + y^2)^2} for (x,y)β‰ (0,0)(x,y) \neq (0,0). On which of the following sets is ff guaranteed to attain both maximum and minimum values based solely on boundedness and closure properties?

A.The open unit disk x2+y2<1x^2 + y^2 < 1
B.The annulus 1≀x2+y2≀41 \leq x^2 + y^2 \leq 4 βœ…
C.The half-plane xβ‰₯0x \geq 0
D.The punctured plane R2βˆ–{(0,0)}\mathbb{R}^2 \setminus \{(0,0)\}
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Only the annulus is both closed and bounded (compact) in R2\mathbb{R}^2, satisfying the extreme value theorem’s hypotheses. The open disk lacks boundary points where extrema might occur; the half-plane and punctured plane are unbounded. Although ff has singularities at the origin, the annulus excludes it, ensuring continuity throughout. This applies topological criteria rather than computing critical points directly.

Q5. Two students analyze whether S={(x,y):∣x∣+∣yβˆ£β‰€1}βˆͺ{(x,y):x=2,y∈R}S = \{(x,y): |x| + |y| \leq 1\} \cup \{(x,y): x=2, y \in \mathbb{R}\} is bounded. Student A says yes because the diamond part is bounded; Student B says no due to the vertical line. Who is correct and why?

A.Student A, since boundedness is determined by the largest finite component.
B.Student B, because boundedness requires all points to lie within some ball of finite radius. βœ…
C.Both are partially correct; the set is bounded in x but unbounded in y.
D.Neither; boundedness only applies to open sets.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: A set is bounded if there exists M>0M > 0 such that βˆ₯(x,y)βˆ₯≀M\|(x,y)\| \leq M for all points in the set. The vertical line x=2,y∈Rx=2, y \in \mathbb{R} contains points with arbitrarily large yy, so no such MM exists. Student A incorrectly assumes partial boundedness suffices. This reinforces that boundedness is a global property requiring uniform containment, not component-wise assessment.

Q6. Suppose ff has continuous partial derivatives on a set DD, and βˆ£βˆ‡f(x,y)βˆ£β‰€K|\nabla f(x,y)| \leq K for all (x,y)∈D(x,y) \in D. If DD is bounded but not closed, what can be definitively concluded about ff on DD?

A.ff attains its maximum and minimum on DD.
B.ff is uniformly continuous on DD.
C.ff is Lipschitz continuous on DD, but may not attain extrema. βœ…
D.ff must be constant if DD is also connected.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: Boundedness plus a gradient bound implies Lipschitz continuity regardless of closure, as ∣f(p)βˆ’f(q)βˆ£β‰€Kβˆ₯pβˆ’qβˆ₯|f(p)-f(q)| \leq K \|p-q\| holds for all p,q∈Dp,q \in D. However, without closedness, DD isn’t compact, so extrema aren’t guaranteed (e.g., f(x)=xf(x)=x on (0,1)(0,1)). Uniform continuity follows from Lipschitz but isn’t the strongest conclusion. Option C captures both the valid implication and the limitation regarding extrema.

Q7. A model predicts temperature T(x,y)T(x,y) over a region where sensors confirm βˆ‚Tβˆ‚x\frac{\partial T}{\partial x} and βˆ‚Tβˆ‚y\frac{\partial T}{\partial y} exist and are continuous. Engineers assume the sensor-covered region is bounded because measurements are finite. Why might this assumption lead to unsafe extrapolation?

A.Finite measurements don’t preclude unbounded domains; temperature could diverge beyond sensor range despite smooth local behavior. βœ…
B.Continuous partials guarantee boundedness via the mean value theorem.
C.Sensors always cover compact regions by design.
D.Unbounded regions cannot have continuous partial derivatives.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Engineers confuse empirical data scope with mathematical domain properties. Smoothness and finite readings within a sampled area don’t imply the physical domain is bounded. Temperature could grow linearly or exponentially outside sensor coverage while maintaining continuous partials locally. Relying on boundedness without verification risks missing extreme values in unmodeled regions. This highlights the danger of equating observational limits with topological constraints in applied modeling.

Q8. Given f(x,y)=xsin⁑(y)f(x,y) = x \sin(y), compare the behavior on A=[0,1]Γ—[0,2Ο€]A = [0,1] \times [0,2\pi] versus B=[0,∞)Γ—[0,2Ο€]B = [0,\infty) \times [0,2\pi]. Which statement correctly contrasts extremum attainment?

A.Both sets yield attained maxima because ff is periodic in yy.
B.AA guarantees attained extrema due to compactness; BB does not, as ff grows without bound in xx. βœ…
C.BB attains extrema because sin⁑(y)\sin(y) bounds ff regardless of xx.
D.Neither set attains extrema since ff oscillates indefinitely.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Set AA is closed and bounded, hence compact, ensuring ff attains max/min by EVT. Set BB is unbounded in xx; although sin⁑(y)∈[βˆ’1,1]\sin(y) \in [-1,1], f(x,y)=xsin⁑(y)f(x,y) = x \sin(y) achieves arbitrarily large positive and negative values as xβ†’βˆžx \to \infty when sin⁑(y)β‰ 0\sin(y) \neq 0. Thus, no global extrema exist on BB. This contrasts compact vs. non-compact domains under identical functional form.

Q9. A student argues: β€˜Since fxf_x and fyf_y are bounded on SS, SS must be bounded.’ They cite f(x,y)=arctan⁑(x)+arctan⁑(y)f(x,y) = \arctan(x) + \arctan(y) as evidence because its partials are bounded and S=R2S = \mathbb{R}^2 seems β€˜effectively bounded’ due to asymptotic behavior. What is the fundamental error?

A.Asymptotic saturation doesn’t imply metric boundedness; R2\mathbb{R}^2 remains unbounded regardless of function range. βœ…
B.Bounded partials only imply boundedness on convex sets.
C.The arctangent function isn’t differentiable at infinity.
D.Partial derivatives being bounded contradicts the definition of unbounded sets.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The student conflates function range boundedness with domain boundedness. While arctan⁑(x)+arctan⁑(y)\arctan(x)+\arctan(y) maps R2\mathbb{R}^2 to (βˆ’Ο€,Ο€)(-\pi,\pi), the domain itself contains points with arbitrarily large norms. Metric boundedness depends solely on point distances, not function values. Bounded partials ensure Lipschitz continuity but say nothing about domain extent. This Olympiad-style question exposes deep confusion between codomain and domain properties in multivariable analysis.

Q10. In optimizing f(x,y)f(x,y) over a feasible region defined by inequalities, an algorithm returns a critical point inside the region. Under what additional condition can we guarantee this point is a global maximum without checking boundaries?

A.The region is bounded and ff is concave with continuous partials. βœ…
B.The region is open and ff has bounded partials.
C.The Hessian determinant is positive everywhere.
D.All partial derivatives vanish only at this point.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For unconstrained interior optima to be global maxima, concavity ensures any critical point is a global maximizer. Combined with a bounded (hence compact if closed) feasible region, this avoids boundary checks. Open regions lack guaranteed extrema even with concavity. Positive Hessian indicates local minima, not maxima. Vanishing partials alone don’t ensure global optimality without convexity/concavity structure. This integrates boundedness, calculus, and optimization theory.

Q11. Examine the set S={(x,y):x2y2≀1}S = \{(x,y) : x^2 y^2 \leq 1\}. Despite appearing β€˜thin’ near axes, why is SS unbounded, and how does this affect applying Lagrange multipliers for constrained optimization?

A.Along x=0x=0 or y=0y=0, the inequality holds for all yy or xx, creating unbounded rays; Lagrange multipliers require compact constraint sets for guaranteed solutions. βœ…
B.The set is actually bounded because x2y2≀1x^2 y^2 \leq 1 restricts both variables simultaneously.
C.Unboundedness arises only at infinity, so Lagrange multipliers still apply locally.
D.The constraint gradient vanishes everywhere, making Lagrange method invalid regardless of boundedness.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: When x=0x=0, 0β‹…y2=0≀10 \cdot y^2 = 0 \leq 1 for all yy, so the entire y-axis belongs to SS; similarly for the x-axis. Thus SS contains unbounded lines. Lagrange multipliers find critical points but don’t guarantee global extrema without compactness. Solutions may exist but not be global optima. This tests recognition that algebraic constraints can hide unbounded components, undermining standard optimization assumptions.

Q12. A graph displays z=f(x,y)z = f(x,y) over a shaded region that appears finite. However, the caption states partial derivatives blow up near the right edge. Can the shaded region still be bounded, and what does this imply for extremum analysis?

A.Yes, boundedness is purely geometric; however, unbounded partials violate EVT’s continuity requirement, so extrema may not be attained even on a bounded set. βœ…
B.No, blowing-up partials force the domain to extend infinitely.
C.Boundedness requires continuous partials by definition.
D.The region must be unbounded because derivatives measure spatial extent.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Boundedness depends only on whether the set fits in a ball, independent of function behavior. A bounded region like [0,1]2[0,1]^2 can host functions with singular partials at boundaries (e.g., f(x,y)=1βˆ’xf(x,y)=\sqrt{1-x}). The extreme value theorem requires continuity on a compact set; discontinuous partials imply possible discontinuity, so extrema aren’t guaranteed despite boundedness. This separates topological domain properties from analytical function regularity.

Q13. Consider f(x,y)=xyx2+y2f(x,y) = \frac{xy}{x^2 + y^2} for (x,y)β‰ (0,0)(x,y) \neq (0,0), extended as f(0,0)=0f(0,0)=0. On the bounded set D={(x,y):x2+y2≀1}D = \{(x,y): x^2 + y^2 \leq 1\}, why does ff fail to attain its supremum despite DD being compact?

A.It actually does attain extrema; the premise is false.
B.ff is discontinuous at (0,0)(0,0), violating EVT’s continuity hypothesis even though DD is compact. βœ…
C.The partial derivatives don’t exist at the origin, but EVT only requires continuity.
D.Boundedness alone suffices for EVT; the issue is computational error.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Although DD is compact, ff is discontinuous at (0,0)(0,0): approaching along y=xy=x gives limit 1/2β‰ f(0,0)1/2 \neq f(0,0). The extreme value theorem requires continuity on the entire compact set. Without it, ff approaches 1/21/2 but never attains it near the origin, so no maximum exists. This subtle case shows compactness is necessary but not sufficient without continuity, testing deep understanding of EVT conditions beyond mere boundedness.

πŸ”— Related Topics (MCQs)