What is Multivariable function notation and terminology?
Definition: Standard notation f:DβRnβR specifies the domain D, independent variables (x1β,...,xnβ), and dependent variable z.
Example: For w=f(x,y,z)=x2+y2+z2β, the domain is R3 and the range is [0,β).
Reason: Precise terminology prevents ambiguity regarding which variables are inputs versus outputs and defines the valid region for evaluation.
4
Easy
3
Medium
6
Hard
π All Multivariable function notation and terminology MCQs
Q1. A thermodynamic system is modeled by U(S,V). If a student writes dSdUβ instead of (βSβUβ)Vβ to represent temperature, what fundamental conceptual error regarding notation have they committed?
A.They assumed entropy is constant rather than volume.
B.They treated a multivariable function as single-variable, ignoring that other state variables must be held fixed. β
C.They confused total derivatives with partial integrals.
D.They used the wrong symbol for internal energy.
π‘ Difficulty: hard | β Correct: B
π Explanation: The notation (βSβUβ)Vβ explicitly indicates that volume is held constant during differentiation. Writing dSdUβ implies a total derivative along a path where V may vary with S, which misrepresents the physical definition of temperature in thermodynamics and conflates distinct mathematical objects.
Q2. In fluid dynamics, pressure P depends on spatial coordinates and time: P(x,y,z,t). An engineer computes βtβPβ at a fixed sensor location, while a drifting buoy measures DtDPβ=βtβPβ+vβ βP. Which statement best distinguishes these notations conceptually?
A.Both represent the same rate of change but in different coordinate systems.
B.The partial derivative tracks local temporal variation at a point; the material derivative tracks the rate experienced by a moving fluid parcel. β
C.The material derivative ignores time dependence entirely.
D.The partial derivative includes advective effects while the material derivative does not.
π‘ Difficulty: easy | β Correct: B
π Explanation: The notation βtβPβ holds spatial coordinates fixed, capturing only local unsteadiness. The material derivative DtDPβ combines local and convective changes via vβ βP, representing the true rate of change following a fluid element. Confusing these leads to incorrect modeling of transport phenomena in continuum mechanics.
Q3. A student analyzes f(x,y)=x2y+sin(xy) and claims that fxyβξ =fyxβ because the sine term introduces asymmetry in mixed partials. Given that f is smooth everywhere, what is the flaw in this reasoning?
A.Mixed partials are never equal for trigonometric functions.
B.Clairautβs theorem guarantees equality of mixed partials when second derivatives are continuous, regardless of functional form. β
C.The student differentiated in the wrong order.
D.Sine functions always produce zero mixed partials.
π‘ Difficulty: medium | β Correct: B
π Explanation: For any function with continuous second-order partial derivatives, Clairautβs theorem ensures fxyβ=fyxβ. The presence of sin(xy) does not violate continuity or differentiability. The studentβs error stems from mistakenly associating functional complexity with failure of symmetry, overlooking the sufficient condition of continuity rather than algebraic structure.
Q4. Consider a topographic map showing elevation z=h(x,y). Contour lines are densely packed near point A and widely spaced near point B. Without computing derivatives, what can be inferred about β₯βhβ₯ at these points based solely on graphical notation?
A.β₯βhβ₯Aβ<β₯βhβ₯Bβ because dense contours indicate flatter terrain.
B.β₯βhβ₯Aβ>β₯βhβ₯Bβ because contour spacing is inversely related to gradient magnitude. β
C.Gradient magnitude cannot be determined from contour maps alone.
D.Both points have identical gradient magnitudes since elevation is the same.
π‘ Difficulty: medium | β Correct: B
π Explanation: Contour line density visually encodes the magnitude of the gradient vector βh. Closer spacing means a steeper slope, hence larger β₯βhβ₯. This graphical interpretation links geometric representation to analytical notation without explicit computation, reinforcing how visual data translates into quantitative partial derivative information in multivariable calculus.
Q5. In economics, utility U(x,y) has marginal utilities Uxβ and Uyβ. A policy analyst uses UyβUxββ to compute the marginal rate of substitution (MRS). If both Uxβ and Uyβ double due to a monotonic transformation U~=2U, what happens to the MRS expressed in partial derivative notation?
A.It doubles because numerator increases.
B.It halves because denominator increases.
C.It remains unchanged because the ratio of partials is invariant under positive scalar multiplication. β
D.It becomes undefined due to scaling.
π‘ Difficulty: hard | β Correct: C
π Explanation: The MRS is defined as βUyβUxββ, a ratio of first-order partial derivatives. Under U~=kU with k>0, both U~xβ=kUxβ and U~yβ=kUyβ, so the ratio remains identical. This reflects that MRS depends only on indifference curve geometry, not utility scale, highlighting notationβs role in encoding economic invariance.
Q6. A researcher models heat flow with T(r,ΞΈ) in polar coordinates. They write βrβTβ assuming it equals the radial component of βT in Cartesian form. Why is this notation potentially misleading without additional context?
A.Polar partial derivatives automatically include metric scaling factors.
B.The symbol βrβTβ denotes rate of change with ΞΈ fixed, but the physical radial flux requires division by the scale factor hrβ=1, unlike angular components. β
C.Cartesian and polar partials are always numerically identical.
D.Partial derivatives in curvilinear coordinates do not exist.
π‘ Difficulty: hard | β Correct: B
π Explanation: In orthogonal curvilinear coordinates, physical components of vectors like βT involve scale factors: the radial component is hrβ1ββrβTβ. Since hrβ=1 in polar coordinates, βrβTβ coincidentally matches the physical component, but this is not general. The notation alone doesnβt encode metric information, risking errors in non-Cartesian systems.
Q7. Given w=f(u,v) where u=x+y and v=xβy, a student applies the chain rule as βxβwβ=βuβfβ+βvβfβ. Another writes βxβwβ=fuββ 1+fvββ (β1). Which expression correctly interprets the partial derivative notation in composite functions?
A.The first, because u and v both increase with x.
B.The second, because βxβvβ=β1 must be included per chain rule. β
C.Both are equivalent since βxβvβ=1.
D.Neither is correct; total derivatives should be used instead.
π‘ Difficulty: easy | β Correct: B
π Explanation: The chain rule for partial derivatives requires multiplying each intermediate partial by the corresponding inner derivative: βxβwβ=βuβfββxβuβ+βvβfββxβvβ. Since βxβvβ=β1, omitting this sign yields an incorrect result. Proper notation demands explicit accounting of all dependency paths in multivariable compositions.
Q8. In optimization, the Hessian matrix uses notation fxxβ,fxyβ,fyxβ,fyyβ. If a critical point satisfies fxxβ>0 and fxxβfyyββ(fxyβ)2>0, but a student checks only fxxβ>0 and concludes a local minimum, what terminological oversight occurred?
A.They confused necessary and sufficient conditions encoded in Hessian determinant notation. β
B.They misread the subscript order.
C.They assumed symmetry was irrelevant.
D.They used first-order notation for second-order analysis.
π‘ Difficulty: medium | β Correct: A
π Explanation: The condition fxxβ>0 alone is necessary but not sufficient for a local minimum. The full second-derivative test requires the Hessian determinant D=fxxβfyyββ(fxyβ)2>0 to confirm definiteness. Relying solely on one partial derivative notation ignores the coupled curvature information embedded in the determinant, leading to false conclusions about extremum type.
Q9. A climate model expresses temperature as T(Ξ»,Ο,p,t), where Ξ» is longitude, Ο latitude, p pressure, and t time. When writing (βΟβTβ)Ξ»,p,tβ, why is the subscript notation essential compared to simply writing βΟβTβ?
A.Latitude derivatives are always ambiguous without subscripts.
B.The subscript clarifies which variables are held constant, avoiding confusion since T depends on four independent variables. β
C.Subscripts denote units of measurement.
D.Partial derivatives in atmospheric science never require subscripts.
π‘ Difficulty: easy | β Correct: B
π Explanation: In multivariable contexts with more than two variables, βΟβTβ is ambiguous without specifying what else is fixed. The subscript notation (β )Ξ»,p,tβ explicitly defines the experimental or computational condition, ensuring reproducibility and correctness. This precision is critical in fields like meteorology where multiple state variables interact nonlinearly.
A.Gradients being parallel implies the surfaces are tangent, so no unique transverse intersection curve exists. β
B.Gradient vectors never determine intersection curves.
C.The z-component must be nonzero for intersection.
D.Partial derivatives cannot describe 3D curves.
π‘ Difficulty: hard | β Correct: A
π Explanation: If βf and βg are parallel at P, the level surfaces are tangent there, violating the regular value condition for transversal intersection. The implicit function theorem fails, and the intersection may degenerate (e.g., touch at a point or overlap). Gradient notation reveals singularity: non-parallel gradients guarantee a smooth curve; parallel ones signal potential loss of uniqueness or dimensionality.
Q11. In machine learning, loss L(ΞΈ1β,ΞΈ2β) is minimized via gradient descent. The update rule uses βΞΈβL. If a practitioner mistakenly implements βΞΈ1ββLβ using finite differences with step size h but treats ΞΈ2β as variable during perturbation, what notation-related mistake undermines convergence?
A.Finite differences approximate total derivatives, not partials, when other parameters arenβt fixed. β
B.Step size h should be negative.
C.Gradient descent doesnβt use partial derivatives.
D.Parameters must be normalized before differentiation.
π‘ Difficulty: easy | β Correct: A
π Explanation: The partial derivative βΞΈ1ββLβ requires holding ΞΈ2β constant. If ΞΈ2β varies during finite-difference approximation, the computed quantity approximates a directional or total derivative along an unintended path. This violates the definition encoded in partial derivative notation, producing biased gradient estimates that misalign with the true steepest descent direction, hindering optimization.
Q12. A physicist writes (βTβSβ)Pβ=CPβ/T for entropy S(T,P). Later, they encounter (βTβSβ)Vβ and assume it equals the same expression. Why is this assumption invalid based on notation alone?
A.Entropy is independent of volume.
B.The subscript specifies different constraints; heat capacity at constant volume CVβ differs from CPβ, altering the partial derivative. β
C.Temperature derivatives are always path-independent.
D.Partial derivatives of entropy are universally defined.
π‘ Difficulty: hard | β Correct: B
π Explanation: The notation (βS/βT)Xβ explicitly conditions on what is held fixed. At constant pressure versus constant volume, the thermodynamic response differs: CPβξ =CVβ generally. Thus, even though both involve βS/βT, the subscript changes the physical meaning and numerical value. Ignoring subscripts conflates distinct state-function derivatives.
Q13. When analyzing f(x,y)=β£xβ£y at (0,0), a student asserts fxβ(0,0) does not exist because absolute value is non-differentiable. However, evaluating limhβ0βhf(h,0)βf(0,0)β=0 suggests otherwise. What resolves this apparent contradiction in partial derivative terminology?
A.Partial derivatives depend only on behavior along coordinate axes, not global differentiability. β
B.Absolute value functions are always partially differentiable.
C.The limit was miscalculated.
D.Partial derivatives require full differentiability.
π‘ Difficulty: hard | β Correct: A
π Explanation: Partial derivatives examine variation along straight lines parallel to axes. For f(x,y)=β£xβ£y, fixing y=0 gives f(x,0)=0, so fxβ(0,0)=0 exists despite f being non-differentiable at origin. This highlights that existence of partials (a weaker condition) doesnβt imply total differentiability. Notation fxβ refers specifically to axial rates, not overall smoothness.