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

πŸ“ Partial Derivatives in calculus (14 MCQs)

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

What is Partial Derivatives in calculus?

Definition:
Partial derivative fx(a,b)=lim⁑hβ†’0f(a+h,b)βˆ’f(a,b)hf_x(a,b) = \lim_{h\to 0} \frac{f(a+h,b)-f(a,b)}{h} measures rate of change with respect to one variable while holding others constant.

Example:
For f(x,y)=x2y+y3f(x,y) = x^2y + y^3, fx=2xyf_x = 2xy treats yy as constant coefficient during differentiation.

Reason:
Isolating individual variable effects decomposes complex multivariable behavior into manageable single-variable components for analysis and approximation.

1
Easy
9
Medium
4
Hard

πŸ“ All Partial Derivatives in calculus MCQs

Q1. A temperature field is modeled by T(x,y)=eβˆ’x2βˆ’y2T(x,y) = e^{-x^2 - y^2}. A particle moves along the path x(t)=t,y(t)=t2x(t)=t, y(t)=t^2. At t=1t=1, which statement correctly interprets dTdt\frac{dT}{dt} versus βˆ‡Tβ‹…vβƒ—\nabla T \cdot \vec{v}?

A.They are numerically equal because the chain rule equates the total time derivative to the dot product of gradient and velocity vector. βœ…
B.dTdt\frac{dT}{dt} is larger because it includes temporal changes in the field itself independent of motion.
C.βˆ‡Tβ‹…vβƒ—\nabla T \cdot \vec{v} is zero at t=1t=1 since the gradient is orthogonal to parabolic paths.
D.They differ by a factor of 2t2t due to the parametrization speed of the curve.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This question tests conceptual understanding of the multivariable chain rule. Students must recognize that for a time-independent scalar field, the rate of change experienced by a moving observer is exactly the directional derivative scaled by velocity. Distractors exploit confusion between partial and total derivatives or geometric orthogonality assumptions that do not apply here.

Q2. In modeling heat diffusion, an engineer writes ut=k(uxx+uyy)u_t = k(u_{xx} + u_{yy}). During verification, they compute uxyu_{xy} and uyxu_{yx} symbolically and find unequal expressions. What is the most rigorous error analysis conclusion?

A.The function lacks continuous second-order mixed partials at some point, violating Clairaut’s theorem conditions. βœ…
B.Symbolic software always introduces truncation errors in mixed derivatives for PDEs.
C.Heat equations inherently have asymmetric cross-derivatives due to irreversible thermodynamics.
D.The engineer mistakenly differentiated with respect to different variables; mixed partials are always identical.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This requires error analysis beyond computation. While smooth physical models usually satisfy equality of mixed partials, finding inequality implies either a mathematical singularity or non-smoothness in the model. Students must distinguish between computational artifacts and genuine violations of regularity conditions, recognizing that continuity of second derivatives is a sufficient but not necessary condition.

Q3. Given contour lines of f(x,y)f(x,y) where spacing decreases as one moves rightward, and knowing fx>0f_x > 0 everywhere, what can be definitively concluded about fxxf_{xx} at a point where contours are closest?

A.fxx>0f_{xx} > 0 because decreasing contour spacing indicates increasing slope magnitude in the x-direction. βœ…
B.fxx<0f_{xx} < 0 because tighter contours imply the function is concave down near maxima.
C.fxx=0f_{xx} = 0 because contour density relates only to first derivatives, not curvature.
D.Cannot determine sign without information about fyf_y and cross-partial behavior.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Graph-based interpretation requires linking visual contour density to second derivative signs. Decreasing spacing with positive first derivative means the rate of increase accelerates, implying positive concavity. This challenges students who memorize that tight contours mean steepness but fail to connect changing steepness to curvature, distinguishing first from second-order geometric information.

Q4. A student claims that if fx(a,b)=0f_x(a,b) = 0 and fy(a,b)=0f_y(a,b) = 0, then (a,b)(a,b) must be a local extremum. Which counterexample best refutes this while illustrating saddle point geometry?

A.f(x,y)=x2βˆ’y2f(x,y) = x^2 - y^2 at origin has zero gradient but increases in x and decreases in y directions. βœ…
B.f(x,y)=x3+y3f(x,y) = x^3 + y^3 at origin has zero gradient but no extremum due to odd symmetry.
C.f(x,y)=∣x∣+∣y∣f(x,y) = |x| + |y| at origin has undefined partials, so premise fails.
D.f(x,y)=x4+y4f(x,y) = x^4 + y^4 at origin satisfies conditions and is actually a minimum.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Direct recall of critical point classification misconceptions. The hyperbolic paraboloid is the canonical saddle where vanishing gradient coexists with indefinite Hessian. Other options either violate differentiability or represent actual extrema, making them invalid counterexamples. This reinforces that stationarity is necessary but insufficient for extremality in multivariable calculus.

Q5. When optimizing f(x,y)f(x,y) subject to g(x,y)=cg(x,y)=c, a student solves βˆ‡f=Ξ»βˆ‡g\nabla f = \lambda \nabla g and finds three candidates. To classify them without second-derivative test, which approach correctly applies bordered Hessian logic conceptually?

A.Evaluate determinant of matrix with border row [0,gx,gy][0, g_x, g_y]; negative determinant indicates constrained maximum for two variables.
B.Count sign changes in eigenvalues of unconstrained Hessian projected onto tangent space of constraint.
C.Substitute constraint into objective to reduce dimension, then apply single-variable second derivative test. βœ…
D.Compare Lagrange multiplier magnitudes; largest ∣λ∣|\lambda| corresponds to global optimum.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Application of alternative classification methods tests deeper understanding. While bordered Hessian is valid, substitution reduces complexity and avoids matrix machinery. Option A misstates sign convention for bordered Hessian. Option B describes correct theory but is computationally equivalent to bordered Hessian. Option D reflects common misconception that multiplier magnitude correlates with optimality rather than sensitivity.

Q6. Consider f(x,y)=xysin⁑(1/(x2+y2))f(x,y) = xy \sin(1/(x^2+y^2)) for (x,y)β‰ (0,0)(x,y) \neq (0,0) and f(0,0)=0f(0,0)=0. Which statement accurately describes partial derivatives at origin?

A.Both fx(0,0)f_x(0,0) and fy(0,0)f_y(0,0) exist and equal zero, but ff is not differentiable at origin. βœ…
B.Partial derivatives do not exist at origin due to oscillatory singularity.
C.Mixed partials fxy(0,0)f_{xy}(0,0) and fyx(0,0)f_{yx}(0,0) exist but are unequal, demonstrating Clairaut violation.
D.Function is differentiable at origin because partials exist and are continuous in neighborhood.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Challenging problem testing nuanced differentiability concepts. Oscillation damped by xyxy ensures partials exist via limit definition, but lack of linear approximation prevents differentiability. Students often conflate existence of partials with differentiability or assume oscillation destroys all derivatives. This distinguishes Gateaux from Frechet differentiability in pathological examples relevant to advanced analysis.

Q7. In economic production Q(K,L)Q(K,L), marginal products are QKQ_K and QLQ_L. If returns to scale are constant and QKL>0Q_{KL} > 0, what does this imply about factor complementarity when capital increases?

A.Marginal product of labor increases with capital, indicating factors enhance each other’s productivity synergistically. βœ…
B.Marginal product of labor decreases due to diminishing returns dominating interaction effects.
C.Cross-partial positivity violates Euler’s theorem for homogeneous functions of degree one.
D.Complementarity cannot be inferred without knowing elasticity of substitution value.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Scenario-based application connecting mathematics to economics. Positive cross-partial under constant returns implies supermodularity and gross complementarity. Students must integrate homogeneity properties with interaction effects, avoiding confusion between diminishing marginal returns (own-second derivative) and complementarity (cross-derivative). Realistic modeling context tests transfer of abstract calculus concepts to applied domains.

Q8. A numerical analyst approximates fx(x0,y0)f_x(x_0,y_0) using central difference [f(x0+h,y0)βˆ’f(x0βˆ’h,y0)]/(2h)[f(x_0+h,y_0)-f(x_0-h,y_0)]/(2h). If ff has bounded third derivative, what is the dominant error term’s dependence on hh?

A.Error scales as O(h2)O(h^2) because Taylor expansion cancels odd-powered terms in symmetric stencil. βœ…
B.Error scales as O(h)O(h) due to truncation of higher-order terms in finite difference.
C.Error scales as O(h3)O(h^3) because central difference uses three-point approximation.
D.Error is independent of hh for smooth functions due to exact cancellation.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Conceptual understanding of numerical differentiation accuracy. Central difference achieves second-order convergence through symmetry eliminating first-order error. Students confusing forward/backward differences select linear error. Those overestimating precision pick cubic. This connects theoretical Taylor series to practical computational trade-offs, emphasizing why method choice matters in scientific computing applications.

Q9. Given z=f(u,v)z = f(u,v) where u=x+y,v=xβˆ’yu=x+y, v=x-y, a student computes zxxz_{xx} as fuu+fvvf_{uu} + f_{vv}. Identify the specific error in this derivation.

A.Missing cross-term 2fuv2f_{uv} because chain rule produces (ux)2fuu+2uxvxfuv+(vx)2fvv(u_x)^2 f_{uu} + 2u_x v_x f_{uv} + (v_x)^2 f_{vv}. βœ…
B.Incorrect coefficients; should be fuuβˆ’fvvf_{uu} - f_{vv} due to opposite signs in transformation.
C.Student confused partial with total derivative; should use Jacobian determinant instead.
D.No error exists; transformation diagonalizes Laplacian for this coordinate change.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Error analysis targeting chain rule application in variable transformations. Common mistake omits mixed partial term when both intermediate variables depend on same original variable. Correct expansion requires product rule on first derivatives. This tests procedural fluency beyond mechanical computation, revealing whether students understand composition structure versus memorizing formulas for specific cases like polar coordinates.

Q10. For f(x,y)=x3βˆ’3xy2f(x,y) = x^3 - 3xy^2, level curves near origin form three-fold symmetry. Without computation, how does this geometric feature relate to partial derivatives at critical point?

A.Vanishing gradient with nonzero third-order terms creates monkey saddle; quadratic approximation fails to capture local topology. βœ…
B.Three-fold symmetry implies fxx=fyy=0f_{xx}=f_{yy}=0 but fxy≠0f_{xy} \neq 0 at origin.
C.Symmetry forces all partial derivatives up to third order to vanish at critical point.
D.Level curve geometry determines only first derivatives; higher-order behavior requires explicit calculation.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Mixed concepts linking algebraic structure, geometry, and calculus. Harmonic polynomial exhibits degenerate critical point where Hessian vanishes identically. Students must recognize that standard second-derivative test is inconclusive and higher-order analysis needed. Connects complex analysis (real part of z3z^3) to multivariable calculus, rewarding interdisciplinary insight over rote procedure.

Q11. In machine learning, gradient descent updates ΞΈβ†ΞΈβˆ’Ξ·βˆ‡L(ΞΈ)\theta \leftarrow \theta - \eta \nabla L(\theta). If loss surface has high condition number, why does naive gradient descent exhibit zigzagging despite correct gradient direction?

A.Gradient points toward steepest descent but not toward minimum when level sets are elongated ellipses. βœ…
B.Numerical errors accumulate causing oscillations perpendicular to true gradient direction.
C.Learning rate adapts automatically to curvature, creating instability in ill-conditioned regions.
D.Zigzagging indicates incorrect gradient computation; true gradient always points directly to minimum.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Application connecting optimization theory to practical algorithm behavior. High condition number means eigenvalue disparity stretches level sets. Steepest descent direction becomes nearly orthogonal to optimal path. Students must distinguish gradient direction from convergence trajectory, understanding why preconditioning or momentum methods address this fundamental geometric limitation rather than being mere heuristics.

Q12. Two surfaces z=f(x,y)z=f(x,y) and z=g(x,y)z=g(x,y) intersect tangentially at PP. If βˆ‡f(P)=βˆ‡g(P)β‰ 0βƒ—\nabla f(P) = \nabla g(P) \neq \vec{0}, what additional condition ensures second-order contact?

A.Hessians satisfy Hf(P)βˆ’Hg(P)H_f(P) - H_g(P) has rank zero when restricted to tangent plane of intersection.
B.Second partial derivatives match exactly: fxx=gxx,fxy=gxy,fyy=gyyf_{xx}=g_{xx}, f_{xy}=g_{xy}, f_{yy}=g_{yy} at PP. βœ…
C.Gradients are parallel rather than equal, allowing proportional scaling of normal vectors.
D.Surfaces share identical Gaussian curvature but not necessarily mean curvature at PP.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Olympiad-style problem requiring precise characterization of contact order. Tangential intersection gives first-order agreement. Second-order contact demands matching quadratic approximations, i.e., identical Hessians. Restriction to tangent plane in option A is insufficient as normal curvature components matter. Tests deep understanding of Taylor expansion geometry beyond typical textbook treatments of osculating surfaces.

Q13. A physics model uses F(x,y,z,t)F(x,y,z,t) where z=z(x,y)z=z(x,y) defines a moving surface. When computing material derivative DF/DtDF/Dt, which expression correctly accounts for surface constraint?

A.Ft+Fxxt+Fyyt+FzztF_t + F_x x_t + F_y y_t + F_z z_t with zt=zxxt+zyytz_t = z_x x_t + z_y y_t substituted from surface kinematics.
B.Simply Ft+βˆ‡Fβ‹…vβƒ—F_t + \nabla F \cdot \vec{v} treating zz as independent coordinate.
C.Ft+(Fx+Fzzx)xt+(Fy+Fzzy)ytF_t + (F_x + F_z z_x)x_t + (F_y + F_z z_y)y_t reducing to surface-intrinsic coordinates before time differentiation. βœ…
D.Material derivative undefined on constrained manifolds without introducing Lagrange multipliers.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Multi-step reasoning combining chain rule, constraints, and continuum mechanics. Must substitute surface relation before or during differentiation consistently. Option A double-counts dependencies. Option B ignores constraint. Option C correctly reduces degrees of freedom first, ensuring chain rule respects manifold structure. Tests ability to navigate composite dependencies in applied settings beyond standard textbook examples.

Q14. Student argues that since f(x,y)β†’0f(x,y) \to 0 along every straight line through origin, lim⁑(x,y)β†’(0,0)f(x,y)=0\lim_{(x,y)\to(0,0)} f(x,y) = 0. For f(x,y)=x2y/(x4+y2)f(x,y) = x^2 y / (x^4 + y^2), why is this reasoning flawed despite line limits being zero?

A.Parabolic path y=x2y=x^2 yields limit 1/21/2, proving path-dependence despite radial consistency. βœ…
B.Straight-line test is sufficient for continuity; function actually has limit zero but student miscomputed.
C.Limit exists but equals infinity along parabola, contradicting boundedness on lines.
D.Function is discontinuous only because denominator vanishes; numerator behavior is irrelevant.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Conceptual understanding of multivariable limits versus single-variable intuition. Classic counterexample shows radial limits insufficient for full limit existence. Students must recognize that uncountably many nonlinear paths exist beyond lines. Reinforces epsilon-delta definition necessity and warns against overgeneralizing sequential criteria. Essential foundation for rigorous partial derivative continuity discussions later.

πŸ”— Related Topics (MCQs)