Multivariable Calculus Flashcards
Spaced repetition cards for multivariable calculus concepts — focused on the “why” and common traps, not rote definitions.
Directional Derivativesmultivariable-calculus
Why must you normalize the direction vector before computing a directional derivative? ? The formula requires a unit vector . If you use directly (magnitude ), your answer is off by a factor of . Always divide by the magnitude first: .
How do you estimate partial derivatives from a topographic map? ? Approximate with finite differences: . The numerator is the contour interval (fixed by the map, e.g. 100 ft). The denominator is the physical distance between adjacent contour lines in that direction, measured using the scale bar. Valid because is smooth and contour spacing is small relative to the scale of variation.
On a topographic map, how do you determine the sign of at a point ? ? Look at which direction elevation increases. If increases as increases at , then . Read the contour labels — the side with higher numbers tells you the direction of increasing elevation.
Parametric Curvesmultivariable-calculus
What is a parametric curve in 3D, and what does the parameter represent? ? A curve is a 1D object (one degree of freedom) described by . The parameter is just a label you assign to points along the curve — it does not have to be time. The curve (set of points) is fixed by geometry; the labeling is your free choice. Different parametrizations give tangent vectors with different magnitudes but the same direction.
Why is a valid parametrization choice for finding tangent planes, and when does it fail? ? For curves moving in the pure -direction on a surface, setting means “use itself as the parameter.” This is the laziest valid choice. It fails when the curve doubles back — e.g., the unit circle visits the same twice, so cannot be a global parameter. For tangent planes we choose curves in pure and pure directions specifically because those never double back.
Tangent Planesmultivariable-calculus
For , where does the tangent vector come from? ? Take the curve “walk in pure -direction on the surface”: position = . Differentiate with respect to :
- (chain rule)
So the tangent vector is . Similarly for the -direction. Their cross product gives the normal .
Why does the explicit surface approach break down for implicit surfaces like ? ? Three problems:
- Branch ambiguity — solving gives , you must choose a branch
- Blow-ups — has denominator zero where , even though the surface is smooth there
- Impossibility — for surfaces like , you cannot isolate any variable at all
Why is always normal to the level surface ? ? Any curve on the surface satisfies for all . Differentiate both sides (chain rule): This is where is the tangent vector. Since this holds for every curve on the surface, is perpendicular to every tangent vector — making it the normal.
What is the general tangent plane equation for an implicit surface at point ? ? No need to isolate variables. Works for any smooth implicit surface. The vector evaluated at the point is the normal vector.
What is the relationship between “level curve” and “level surface”? ? Same idea, one dimension up. A level curve is — a 1D curve in 2D space (like contour lines on a topographic map). A level surface is — a 2D surface in 3D space. In both cases, the gradient of the function is perpendicular to the level set.
Multivariable Chain Rulemultivariable-calculus
Why does the multivariable chain rule have a SUM and not just “outside times inside”? ? The single-variable chain rule is just one multiplication: . But if where and , changing affects through two channels simultaneously (via and via ). The sum comes from isolating each channel separately — it is genuinely new, not a consequence of the single-variable rule.
How does the add-and-subtract trick prove the multivariable chain rule from the limit definition? ? Start from . Insert a middle term : Term 1 (only changes): Term 2 (only changes): Adding: . The sum is not a postulate — it came from affecting through two separate channels.
Why does the differential make the sum feel “obvious” while the chain rule does not? ? The differential is built to handle simultaneous changes in all directions — it decomposes the total change into independent contributions by construction. The chain rule derived from the limit definition requires the add-and-subtract trick to isolate contributions. The differential packages that trick into its definition upfront, which is why dividing by gives the chain rule “for free.” The chain rule is actually the harder way to see it.
Implicit Partial Differentiationmultivariable-calculus
Why is meaningless without specifying what is held fixed? ? If and a constraint links all three variables, the constraint has two degrees of freedom. When moves, you must choose: hold fixed (forcing to adjust) or hold fixed (forcing to adjust)? These are different scenarios with different answers. Example: , constraint .
- Hold fixed: , so
- Hold fixed: , so Same point, same function — two different answers.
In implicit partial differentiation, why does the problem reduce to the ordinary (one-variable) chain rule? ? Once you choose which variable is held fixed, only one variable is left free to adjust. For example: , constraint , hold fixed. Then is a function of alone (the constraint forces it). So is a one-variable composition, and the ordinary chain rule gives: No multivariate chain rule sum needed — the fixed-variable choice killed the second channel.
What does the implicit function theorem guarantee, and when does it fail? ? It guarantees that a constraint locally defines one variable as a smooth function of the others — specifically, exists near a point provided there. When , the constraint surface is “vertical” in the -direction at that point — is not responding to changes in the other variables, so you cannot invert the relationship. Note: the condition is sufficient, not necessary — solutions can sometimes exist even when the partial vanishes (e.g. at the origin). See The Implicit Function Theorem.
How do you compute from a constraint with held fixed? ? Differentiate the constraint implicitly with : Solve: This requires (implicit function theorem). The formula is just “differentiate the constraint, solve for the ratio.”
What is the geometric meaning of on the level curve ? ? Two equivalent readings:
- The tangent to the level curve is not vertical at — since the tangent direction is , having means nonzero -component, so nearby points have distinct -values. This is what makes well-defined.
- is strictly monotonic in near — the map crosses exactly once near , giving a unique solution for each .
Why does implicit differentiation actually require the IFT as justification? ? When you differentiate to get , you apply the chain rule to . But the chain rule requires that:
- exists — is actually a function of near
- is differentiable — not just continuous The IFT is exactly what guarantees both. Without it, you’re computing the derivative of a function that might not exist.
Where does the differentiability of come from (not just continuity)? ? Continuity comes from monotonicity (topological). Differentiability comes from inverting the linear approximation. Since is differentiable: where . Solving: . A Lipschitz bound (from contraction) kills the remainder, giving . This is differentiability. The hypothesis on ensures on a neighborhood (not just at ), which is needed for the contraction to work uniformly.
Change of Variables and the Jacobianmultivariable-calculus
Why can’t you substitute directly into ? ? The formula is the correct total differential (how changes when you wiggle and ). But in a double integral is an area element, not a product of two independent length changes. Multiplying two differentials naively produces cross-terms ( and ) with no rule for simplifying them. The correct substitution is , which accounts for how areas (not lengths) transform.
Where does the factor in come from geometrically? ? A small rectangle in polar parameter space maps to a thin wedge in the -plane. Its sides are:
- Radial side: length
- Arc side: length (arc of a circle of radius subtending angle ) Area . The factor is the arc-length scaling — further from the origin, the same sweeps a larger arc.
What does mean geometrically for a coordinate transformation? ? The two column vectors of the Jacobian matrix become parallel — the parallelogram they span collapses to a line segment with zero area. The transformation crushes a 2D region to a 1D one at that point. It is not locally invertible there (Inverse Function Theorem fails). Example: at in polar coordinates, all values map to the origin — the map is not injective and the “wedge” has zero area.
How does the wedge product automatically give the Jacobian determinant? ? Substitute and , then expand using , , and : The antisymmetry of kills the “diagonal” terms and produces exactly the determinant. This is why the Jacobian works — the determinant is the wedge product.
Polar Integration Boundsmultivariable-calculus
How do you determine the bounds when converting a double integral to polar coordinates? ? For each angle , find where the ray from the origin enters the region () and exits (). The allowed values are exactly those where — i.e., the ray actually hits the region. The boundary angles (where ) are where the ray is tangent to the region, just grazing it. Those give your limits.
When does the single-pair approach fail for polar bounds? ? When a ray from the origin hits the region in two or more disjoint pieces (e.g., an annulus offset from the origin, or a region with a hole the origin “sees through”). In that case, a single interval can’t describe the intersection — you must split the region into sub-regions, each of which every ray hits at most once. Check: “does every ray from the origin meet in a single interval?” If yes, proceed. If no, split first.
Gradient in Curvilinear Coordinatesmultivariable-calculus
What is the coordinate-free defining property of the gradient? ? The gradient is the unique vector field satisfying for every spatial displacement . Equivalently: it points in the direction of steepest ascent, with magnitude equal to the rate of increase per unit distance. The formula “gradient = vector of partial derivatives” is a special case that works only when scale factors are all 1 (Cartesian).
Why does the polar gradient formula have in the -component? ? A displacement of at radius corresponds to an arc length of . The partial derivative measures change per radian, but the gradient needs change per meter of arc. Dividing by converts between the two. At , a change of 1 per radian is only 0.01 per meter — the captures this.
State the gradient formula in a general orthogonal coordinate system with scale factors . ? Scale factors: Cartesian , cylindrical , spherical . Each converts “per unit coordinate” to “per unit distance.” Cartesian is special only because all .
In what sense is “gradient = vector of partial derivatives” wrong? ? Partial derivatives are rates of change per unit coordinate increment. Gradient components are rates of change per unit distance. These are the same only when one unit of coordinate equals one unit of distance (scale factor = 1). In polar coordinates, 1 radian 1 meter — they differ by a factor of . Writing in polar gives a “vector” that does NOT point in the steepest ascent direction and is NOT perpendicular to level curves.
What are the scale factors in spherical coordinates and where do they come from? ? , , .
- : moving radially, 1 unit of = 1 unit of distance
- : moving in traces a great circle of radius , arc length =
- : moving in traces a circle at colatitude with radius , arc length = At the north pole (), — the azimuthal circle has collapsed to a point.