🎓 BookMCQ
← Back to 14. Partial Derivatives Calculus

📝 Differentials of multivariable functions (14 MCQs)

📖 From Calculus • 14. Partial Derivatives Calculus • 14 questions available

What is Differentials of multivariable functions?

Definition:
The total differential df=fxdx+fydydf = f_x dx + f_y dy represents linear change in ff resulting from infinitesimal changes dx,dydx, dy.

Example:
For volume V=πr2hV = \pi r^2 h, dV=2πrhdr+πr2dhdV = 2\pi rh \, dr + \pi r^2 \, dh estimates volume change from small radius/height errors.

Reason:
Differentials enable error propagation analysis, sensitivity studies, and change-of-variables in integration through linear approximation of nonlinear relationships.

3
Easy
3
Medium
8
Hard

📝 All Differentials of multivariable functions MCQs

Q1. A manufacturing process yields a cylindrical tank where radius rr and height hh are measured with potential errors of ±0.5%\pm 0.5\%. If the design requires h=4rh = 4r, which measurement contributes more to the relative error in volume V=πr2hV = \pi r^2 h when using total differentials?

A.The height measurement, because it has a linear coefficient of 1 in the differential formula.
B.The radius measurement, because its relative error is multiplied by 3 in the propagated uncertainty. ✅
C.Both contribute equally since the percentage errors are identical and hh depends on rr.
D.The height measurement, because volume depends linearly on height but quadratically on radius.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: When applying the total differential dV=Vrdr+VhdhdV = \frac{\partial V}{\partial r}dr + \frac{\partial V}{\partial h}dh and substituting h=4rh=4r, the relative error becomes dVV=3drr+dhh\frac{dV}{V} = 3\frac{dr}{r} + \frac{dh}{h}. Even with equal percentage measurement errors, the radius term carries a factor of 3 due to the geometric relationship, making radius precision critically more important for volume accuracy in this constrained design scenario.

Q2. Consider the function f(x,y)=x2+y2f(x,y) = \sqrt{x^2 + y^2} at point (3,4)(3,4). A student calculates the approximate change using differentials when moving to (3.1,3.9)(3.1, 3.9) and gets Δf0.02\Delta f \approx -0.02. However, the actual change is positive. What fundamental misconception likely caused this sign error?

A.The student forgot that differentials only provide upper bounds, not signed estimates.
B.The student incorrectly computed partial derivatives, swapping xx and yy values in the gradient.
C.The student used dx=0.1dx = 0.1 and dy=0.1dy = 0.1 instead of recognizing dy=0.1dy = -0.1 for the displacement. ✅
D.The student applied the differential formula to a non-differentiable point at the origin.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The displacement from (3,4)(3,4) to (3.1,3.9)(3.1, 3.9) gives dx=+0.1dx = +0.1 but dy=0.1dy = -0.1. The partial derivatives are fx=3/5f_x = 3/5 and fy=4/5f_y = 4/5, so df=(3/5)(0.1)+(4/5)(0.1)=0.02df = (3/5)(0.1) + (4/5)(-0.1) = -0.02. While mathematically correct for the linear approximation, the actual function value increases because the path moves closer to the origin's radial direction; the error arises from expecting the linear model to capture curvature over this step size.

Q3. In thermodynamics, pressure PP, volume VV, and temperature TT satisfy PV=nRTPV = nRT. When modeling small perturbations around equilibrium, why is the total differential dP=nRTV2dV+nRVdTdP = -\frac{nRT}{V^2}dV + \frac{nR}{V}dT preferred over finite differences for stability analysis?

A.Finite differences cannot handle the nonlinear relationship between state variables.
B.The total differential provides a linearized local model that reveals how infinitesimal changes propagate, enabling eigenvalue-based stability criteria. ✅
C.Differentials eliminate the need to specify the number of moles nn in calculations.
D.Finite differences require knowledge of higher-order derivatives which are unavailable experimentally.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Stability analysis examines system response to infinitesimal perturbations near equilibrium. The total differential linearizes the equation of state locally, transforming the nonlinear constraint into a linear relation among differentials. This linearization allows construction of Jacobian matrices and application of Lyapunov or eigenvalue methods, which fundamentally require the differential structure rather than discrete finite changes that would obscure the local geometric behavior of the state surface.

Q4. A contour map shows level curves of elevation z=f(x,y)z = f(x,y) that are closely spaced near point AA and widely spaced near point BB. If you walk the same horizontal distance dsds from each point in the direction of steepest ascent, how does the differential dzdz compare?

A.dzA>dzBdz_A > dz_B because closer contour spacing indicates a larger magnitude of the gradient and thus greater vertical change per unit horizontal displacement. ✅
B.dzA<dzBdz_A < dz_B because wide spacing means the terrain rises more gradually, accumulating less elevation over the same distance.
C.dzA=dzBdz_A = dz_B because the differential depends only on the path length dsds, not on local topography.
D.Cannot be determined without knowing the specific functional form of f(x,y)f(x,y).
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Contour line density directly reflects gradient magnitude: fΔz/Δs|\nabla f| \approx \Delta z / \Delta s between adjacent contours. Closely spaced contours at AA indicate steep slope, meaning f(A)|\nabla f(A)| is large. Since dz=fdsdz = \nabla f \cdot d\mathbf{s} and walking in steepest ascent aligns dsd\mathbf{s} with f\nabla f, we get dz=fdsdz = |\nabla f| ds. Thus, for identical dsds, the point with denser contours yields a larger vertical differential, visually encoding rate of change without explicit formulas.

Q5. Given u=x2yu = x^2 y and v=xy2v = xy^2, express the differential dudu solely in terms of dvdv and dydy along the curve where x+y=5x + y = 5. Which step is most critical for avoiding algebraic inconsistency?

A.Substituting x=5yx = 5 - y before computing any differentials to reduce to single-variable calculus.
B.Computing dudu and dvdv independently then solving the resulting system while enforcing dx=dydx = -dy from the constraint. ✅
C.Treating xx and yy as independent throughout and applying Lagrange multipliers to enforce the constraint.
D.Differentiating the constraint implicitly to get dx/dy=1dx/dy = -1 and substituting into dudu after expressing everything in terms of yy.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This problem mixes constrained differentials with variable elimination. Computing du=2xydx+x2dydu = 2xy\,dx + x^2\,dy and dv=y2dx+2xydydv = y^2\,dx + 2xy\,dy first preserves structural clarity. Then imposing dx=dydx = -dy from x+y=5x+y=5 yields two equations in dx,dydx, dy. Solving this system ensures consistency because premature substitution can obscure dependencies or introduce domain restrictions. The key insight is maintaining the differential framework while respecting constraints through simultaneous relations rather than sequential reduction.

Q6. A student claims that since df=fxdx+fydydf = f_x dx + f_y dy approximates Δf\Delta f, setting df=0df = 0 always identifies exact level curves of ff. For f(x,y)=x33xy2f(x,y) = x^3 - 3xy^2, why does this reasoning fail away from critical points?

A.Because df=0df = 0 defines tangent lines to level curves, not the curves themselves; integrating df=0df = 0 recovers level sets only if the differential is exact and path-independent. ✅
B.Because ff is not differentiable except at the origin.
C.Because level curves of this function are straight lines, making differentials irrelevant.
D.Because df=0df = 0 only holds at points where both partial derivatives vanish simultaneously.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The equation df=0df = 0 yields fxdx+fydy=0f_x dx + f_y dy = 0, which describes the tangent direction to level curves at each point, not the global curve. For f=x33xy2f = x^3 - 3xy^2, solving df=0df = 0 gives a differential equation whose solutions are indeed the level curves, but this works because the form is exact. The student’s error is assuming df=0df = 0 directly equals the level set rather than its infinitesimal generator. Distinguishing between the differential condition and its integral curves requires understanding that df=0df = 0 is a necessary local condition, not a sufficient global definition.

Q7. When estimating (3.02)2+(3.98)2\sqrt{(3.02)^2 + (3.98)^2} using differentials from base point (3,4)(3,4), which modification to the standard linear approximation would most improve accuracy without computing second derivatives?

A.Using the base point (3.01,3.99)(3.01, 3.99) as the expansion center instead of (3,4)(3,4).
B.Applying the differential to the squared function g=x2+y2g = x^2 + y^2 then taking square root of the result. ✅
C.Averaging the differential estimates computed from both (3,4)(3,4) and (3.02,3.98)(3.02, 3.98).
D.Replacing dxdx and dydy with symmetric differences Δx/2\Delta x/2 and Δy/2\Delta y/2.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The function f=x2+y2f = \sqrt{x^2+y^2} has significant curvature, but g=x2+y2g = x^2 + y^2 is quadratic with constant second derivatives, making its linear approximation via differentials exact up to second order. Computing dg=2xdx+2ydydg = 2x\,dx + 2y\,dy at (3,4)(3,4) gives Δg2(3)(0.02)+2(4)(0.02)=0.04\Delta g \approx 2(3)(0.02) + 2(4)(-0.02) = -0.04, so g250.04=24.96g \approx 25 - 0.04 = 24.96, and 24.964.996\sqrt{24.96} \approx 4.996. This leverages algebraic simplification to reduce approximation error inherent in directly linearizing a composite radical function.

Q8. In error propagation for Q=abcQ = \frac{ab}{c}, textbooks often state ΔQQΔaa+Δbb+Δcc\frac{\Delta Q}{Q} \approx \frac{\Delta a}{a} + \frac{\Delta b}{b} + \frac{\Delta c}{c}. Under what condition does this differential-based formula significantly underestimate true maximum error?

A.When measurement errors in aa, bb, and cc are statistically independent and normally distributed.
B.When all relative errors have the same sign and the function is highly nonlinear over the error range. ✅
C.When cc is much larger than aa and bb, making the quotient small.
D.When using absolute differentials instead of relative differentials in the derivation.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The differential formula assumes errors combine linearly and infinitesimally, effectively treating ΔQ/Q\Delta Q/Q as a first-order Taylor expansion. If all errors align in the worst-case direction (e.g., aa and bb overestimated while cc underestimated), and the relative errors are large enough that higher-order terms matter, the linear sum underestimates the true extremal deviation. This highlights that differential-based error propagation is valid for small, random errors but fails for systematic biases or large uncertainties where nonlinear effects dominate the error budget.

Q9. A robot navigates using sensor readings (x,y)(x,y) with known covariance matrix Σ\Sigma. To minimize positional uncertainty in the direction of motion v\mathbf{v}, should the robot adjust its path to align v\mathbf{v} with the eigenvector corresponding to the largest or smallest eigenvalue of Σ\Sigma? Justify using differentials.

A.Largest eigenvalue, because it represents the direction of maximum variance and thus greatest information gain.
B.Smallest eigenvalue, because the differential displacement uncertainty dxTΣ1dxd\mathbf{x}^T \Sigma^{-1} d\mathbf{x} is minimized when motion aligns with minimal variance direction. ✅
C.Largest eigenvalue, because differentials scale with standard deviation and larger spread improves navigation resolution.
D.Smallest eigenvalue, because the total differential magnitude is invariant under rotation and alignment reduces computational load.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Positional uncertainty is quantified by the covariance ellipsoid defined by Σ\Sigma. The differential displacement variance in direction v\mathbf{v} is vTΣv\mathbf{v}^T \Sigma \mathbf{v}. Minimizing this quadratic form subject to v=1\|\mathbf{v}\|=1 yields the smallest eigenvalue direction. Aligning motion with this eigenvector ensures that accumulated differential errors grow slowest, as the projection of noise onto the trajectory is minimized. This connects differential geometry of uncertainty with optimal control, showing how spectral properties of Σ\Sigma dictate robust path planning through local error propagation.

Q10. For the implicit surface x3+y3+z3=3xyzx^3 + y^3 + z^3 = 3xyz, a student computes dz=FxFzdxFyFzdydz = -\frac{F_x}{F_z}dx - \frac{F_y}{F_z}dy at (1,1,1)(1,1,1) and obtains undefined expressions. Beyond noting Fz=0F_z = 0, what deeper geometric interpretation explains why the differential fails here?

A.The point is a singularity where the surface self-intersects, so no unique tangent plane exists and the implicit function theorem conditions are violated. ✅
B.The partial derivatives exist but are discontinuous, violating differentiability requirements.
C.The surface is vertical at this point, requiring parameterization in terms of xx and zz instead.
D.The equation defines multiple surfaces passing through the point, making zz a multivalued function of x,yx,y.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: At (1,1,1)(1,1,1), all partials Fx=Fy=Fz=0F_x = F_y = F_z = 0, indicating a singular point where the gradient vanishes. The implicit function theorem requires F0\nabla F \neq \mathbf{0} to guarantee a smooth local graph z=f(x,y)z = f(x,y). Here, the surface has a conical singularity (it factors as (x+y+z)(x2+y2+z2xyyzzx)=0(x+y+z)(x^2+y^2+z^2-xy-yz-zx)=0), so no well-defined tangent plane or differential exists. Recognizing singularity versus mere zero denominator prevents misapplying differential calculus to non-manifold points.

Q11. Two functions ff and gg satisfy df=dgdf = dg everywhere in a simply connected domain. A student concludes f=gf = g everywhere. What essential element is missing from this deduction, and why does simple connectivity matter?

A.The conclusion should be f=g+Cf = g + C; simple connectivity ensures the constant is globally consistent rather than piecewise. ✅
B.Simple connectivity guarantees differentiability, which is required for df=dgdf = dg to imply equality.
C.The student forgot to integrate along a specific path; simple connectivity makes path choice irrelevant.
D.Nothing is missing; df=dgdf = dg implies identical functions by definition of differentials.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: If df=dgdf = dg, then d(fg)=0d(f-g) = 0, meaning fgf-g is locally constant. On a simply connected domain, local constancy implies global constancy because there are no holes to support different constants in separate regions. Without simple connectivity, fgf-g could take different constant values in disconnected components or around non-contractible loops. Thus, the correct inference is f=g+Cf = g + C with a single global constant, and topological assumptions are crucial for upgrading local differential equality to global functional equality.

Q12. In optimizing f(x,y)f(x,y) subject to g(x,y)=cg(x,y)=c, the method of Lagrange multipliers requires f=λg\nabla f = \lambda \nabla g. How does this condition relate to the total differential of the Lagrangian L=fλ(gc)\mathcal{L} = f - \lambda(g-c)?

A.Setting dL=0d\mathcal{L} = 0 yields exactly the multiplier equations plus the constraint, unifying stationarity and feasibility into a single differential condition. ✅
B.The differential dLd\mathcal{L} eliminates λ\lambda, reducing the problem to unconstrained optimization.
C.dL=0d\mathcal{L} = 0 only enforces the constraint; stationarity requires separate verification.
D.The Lagrangian differential is undefined at optimal points because λ\lambda is unknown.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The total differential dL=(fxλgx)dx+(fyλgy)dy(gc)dλd\mathcal{L} = (f_x - \lambda g_x)dx + (f_y - \lambda g_y)dy - (g-c)d\lambda. Setting dL=0d\mathcal{L} = 0 for arbitrary independent variations dx,dy,dλdx, dy, d\lambda forces each coefficient to vanish, yielding fx=λgxf_x = \lambda g_x, fy=λgyf_y = \lambda g_y, and g=cg = c simultaneously. This elegantly packages the constrained optimality conditions as a single stationarity requirement in an augmented space, demonstrating how differentials unify constraints and objectives through dimensional extension rather than sequential enforcement.

Q13. A physics model uses dU=TdSPdVdU = TdS - PdV for internal energy. If experimental data suggests (UV)TP\left(\frac{\partial U}{\partial V}\right)_T \neq -P, which assumption underlying the differential form is most likely violated in the real system?

A.Temperature and entropy are not conjugate variables in non-equilibrium processes.
B.The system is not closed, allowing particle exchange that introduces chemical potential terms. ✅
C.Pressure is not well-defined for the given volume range.
D.Internal energy is not a state function for this material.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The fundamental relation dU=TdSPdVdU = TdS - PdV applies strictly to closed simple compressible systems. If (U/V)TP(\partial U/\partial V)_T \neq -P, additional work modes or mass transfer may be present. For open systems, dU=TdSPdV+μdNdU = TdS - PdV + \mu dN, and holding TT constant while varying VV at fixed NN still gives P-P, but if NN varies implicitly with VV in experiments, the measured derivative includes μ(N/V)T\mu (\partial N/\partial V)_T. Thus, apparent violation signals unaccounted extensive variables, emphasizing that differential forms encode system boundaries and must match experimental constraints.

Q14. When approximating Δf\Delta f using dfdf for f(x,y)=exyf(x,y) = e^{xy} near (0,0)(0,0), the linear approximation gives Δf0\Delta f \approx 0 for any small displacement. Why is this particularly misleading compared to similar behavior in polynomial functions?

A.Exponential functions have all derivatives nonzero at the origin, so higher-order terms dominate immediately, unlike polynomials where low-degree terms capture initial behavior. ✅
B.The function is not differentiable at the origin despite appearing smooth.
C.Linear approximations never work for transcendental functions near zero.
D.The partial derivatives at (0,0)(0,0) are actually undefined due to the exponential growth.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: At (0,0)(0,0), fx=yexy=0f_x = y e^{xy} = 0 and fy=xexy=0f_y = x e^{xy} = 0, so df=0df = 0. However, f(x,y)=1+xy+(xy)22+f(x,y) = 1 + xy + \frac{(xy)^2}{2} + \cdots, so Δfxy\Delta f \approx xy for small displacements, which is second-order. Unlike polynomials where vanishing gradient implies flatness captured by higher-degree monomials, exponentials have infinite series with coupled variables; the leading non-zero term xyxy is invisible to first-order differentials. This illustrates that df=0df = 0 does not imply local constancy for non-polynomial functions, demanding awareness of Taylor series structure beyond linearization.

🔗 Related Topics (MCQs)