📐 Mathematics

Free Calculus III: Multivariable Calculus Study Resources

Free study resources for Calculus III: Multivariable Calculus — practice questions, AI-generated study notes, and flashcards.

653
Practice Questions
39
Study Notes

Calculus III: Multivariable Calculus Study Notes & Guides

39 AI-generated study notes covering the full Calculus III: Multivariable Calculus curriculum. Showing 10 complete guides below.

Study Guide842 words

Applications of Vectors: Force, Volume, and Geometric Analysis

Applications

Read full article

Applications of Vectors: Force, Volume, and Geometric Analysis

This study guide covers the practical utility of vector operations in physical and geometric contexts, specifically focusing on resultant forces and the application of the triple scalar product.

Learning Objectives

  • Calculate Resultant Forces: Combine multiple force vectors into a single resultant vector and determine its magnitude and direction.
  • Evaluate Volumes: Use the triple scalar product to calculate the volume of a parallelepiped.
  • Verify Coplanarity: Apply the triple scalar product to determine if three vectors lie within the same plane.
  • Translate Polar to Cartesian: Express vectors defined by magnitude and angle in terms of standard unit vectors i\mathbf{i} and j\mathbf{j}.

Key Terms & Glossary

  • Resultant Force: The vector sum of two or more individual forces acting on an object. Example: If two people push a box from different angles, the resultant force determines where the box actually moves.
  • Standard Unit Vectors: The vectors i=1,0,0\mathbf{i} = \langle 1, 0, 0 \rangle, j=0,1,0\mathbf{j} = \langle 0, 1, 0 \rangle, and k=0,0,1\mathbf{k} = \langle 0, 0, 1 \rangle that define the axes. Example: Describing a 3D force as 5i+2j5\mathbf{i} + 2\mathbf{j}.
  • Triple Scalar Product: An operation involving both a dot product and a cross product, written as u(v×w)\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}). Example: Calculating the internal capacity of a slanted storage container.
  • Parallelepiped: A three-dimensional figure formed by six parallelograms. Example: A leaning box or a crystal structure lattice.
  • Coplanar: A set of vectors that lie in the same two-dimensional plane. Example: Three arrows lying flat on a tabletop.

The "Big Idea"

Vectors serve as the bridge between abstract mathematics and the physical world. While a single vector represents a localized quantity (like a pull or a velocity), their combinations reveal the total impact on a system. In physics, we sum vectors to find equilibrium or net motion. In geometry, we combine products to find spatial properties like volume and planar orientation. Understanding these applications is essential for engineering, structural design, and fluid dynamics.

Formula / Concept Box

ConceptFormulaApplication
Component Formv=vcosθi+vsinθj\mathbf{v} = \|\mathbf{v}\| \cos \theta \mathbf{i} + \|\mathbf{v}\| \sin \theta \mathbf{j}Converting magnitude/angle to vectors
Resultant VectorFnet=F1+F2++Fn\mathbf{F}_{net} = \mathbf{F}_1 + \mathbf{F}_2 + \dots + \mathbf{F}_nFinding total force on an object
Volume of Parallelepiped$V =\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w})
Coplanarity Checku(v×w)=0\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}) = 0Determining if volume is zero (flat)

Hierarchical Outline

  1. Vector Addition in Physics
    • Resultant Force: Summation of individual vectors.
    • Directional Angles: Using arctan(y/x)\arctan(y/x) to find the final heading.
  2. The Triple Scalar Product
    • Definition: Combining dot and cross products.
    • Geometric Interpretation: The absolute value represents volume.
  3. Advanced Spatial Geometry
    • Parallelepipeds: Shapes defined by three non-parallel vectors.
    • Coplanar Analysis: Identifying when three vectors fail to form a 3D volume.

Visual Anchors

Force Addition Logic

Loading Diagram...
Figure 1 — Mermaid diagram

Parallelepiped Geometry

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Resultant Force
    • Definition: The vector sum of all forces acting on a body.
    • Real-World Example: Two tugboats pulling a large ship at different angles; the ship moves in the direction of the resultant force.
  • Term: Triple Scalar Product
    • Definition: The dot product of one vector with the cross product of two others.
    • Real-World Example: Determining the stability of a tripod; if the vectors representing the legs are coplanar, the tripod will collapse.

Worked Examples

Example 1: Finding Resultant Force

Problem: A truck pulls a car horizontally with 100 lb of force. Two people push the car at an upward angle of 3030^\circ with 50 lb of force. Find the resultant magnitude.

Solution:

  1. Align vectors: Let the truck force be F1=100i\mathbf{F}_1 = 100\mathbf{i}.
  2. Component form for pushing: F2=50cos(30)i+50sin(30)j=253i+25j\mathbf{F}_2 = 50\cos(30^\circ)\mathbf{i} + 50\sin(30^\circ)\mathbf{j} = 25\sqrt{3}\mathbf{i} + 25\mathbf{j}.
  3. Sum vectors: R=(100+253)i+25j143.3i+25j\mathbf{R} = (100 + 25\sqrt{3})\mathbf{i} + 25\mathbf{j} \approx 143.3\mathbf{i} + 25\mathbf{j}.
  4. Magnitude: R=143.32+252145.5\|\mathbf{R}\| = \sqrt{143.3^2 + 25^2} \approx 145.5 lb.

Example 2: Volume of a Parallelepiped

Problem: Find the volume defined by u=1,1,1\mathbf{u} = \langle 1, 1, 1 \rangle, v=2,0,1\mathbf{v} = \langle 2, 0, 1 \rangle, and w=0,2,3\mathbf{w} = \langle 0, 2, 3 \rangle.

Solution:

  1. Cross Product (v×w)(\mathbf{v} \times \mathbf{w}): v×w=ijk201023=i(02)j(60)+k(40)=2,6,4\mathbf{v} \times \mathbf{w} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & 0 & 1 \\ 0 & 2 & 3 \end{vmatrix} = \mathbf{i}(0-2) - \mathbf{j}(6-0) + \mathbf{k}(4-0) = \langle -2, -6, 4 \rangle
  2. Dot Product with u\mathbf{u}: u2,6,4=(1)(2)+(1)(6)+(1)(4)=26+4=4\mathbf{u} \cdot \langle -2, -6, 4 \rangle = (1)(-2) + (1)(-6) + (1)(4) = -2 - 6 + 4 = -4
  3. Volume: 4=4|-4| = 4 units3^3.

Checkpoint Questions

  1. If the triple scalar product of three vectors is exactly 0, what can you conclude about the geometric relationship between those vectors?
  2. How does the resultant force change if one of the individual forces is doubled in magnitude but keeps the same direction?
  3. True or False: The order of vectors in a triple scalar product can change the sign of the result but not the absolute volume.

[!TIP] When solving resultant force problems, always draw a coordinate system first. Aligning one major force with the x-axis simplifies the trigonometry significantly!

Click to see Checkpoint Answers
  1. The vectors are coplanar (they lie in the same plane and form no 3D volume).
  2. The resultant vector will shift its direction toward the doubled force and increase in magnitude.
  3. True. Permutations of the triple scalar product may result in a negative value, but the volume is always the absolute value.
Study Guide780 words

Arc Length and Curvature: Multivariable Calculus Study Guide

Arc Length and Curvature

Read full article

Arc Length and Curvature

This guide explores how to quantify the distance along a path in space and measure the "sharpness" of its turns using the concepts of arc length and curvature.

Learning Objectives

After studying this material, you should be able to:

  • Calculate the arc length of both plane and space curves using vector-valued functions.
  • Derive the arc-length function s(t)s(t) and use it to find an arc-length parameterization.
  • Define and calculate the curvature κ\kappa of a smooth curve.
  • Understand the geometric significance of the Unit Tangent, Normal, and Binormal vectors.

Key Terms & Glossary

  • Smooth Curve: A curve parameterized by r(t)\mathbf{r}(t) where r(t)\mathbf{r}'(t) is continuous and r(t)0\mathbf{r}'(t) \neq \mathbf{0} for all tt.
    • Example: A circle is smooth; a curve with a "cusp" (like y2=x3y^2 = x^3) is not smooth at the origin.
  • Arc-Length Parameter (ss): A parameter that represents the actual distance traveled along a curve from a starting point.
  • Curvature (κ\kappa): A scalar measure of how quickly a curve changes direction at a point.
    • Example: A circle of radius RR has a constant curvature of $1/R$. A straight line has 0 curvature.
  • Osculating Circle: The "kissing circle" that best approximates a curve at a specific point.

The "Big Idea"

In basic physics, we often describe motion in terms of time (tt). However, the geometry of a path doesn't care how fast you move; it only cares about the shape. By switching from a time parameter (tt) to an arc-length parameter (ss), we describe the curve based on its internal geometry. This allows us to define curvature, which tells us how much the unit tangent vector is "twisting" per unit of distance traveled.

Formula / Concept Box

ConceptFormula (Vector Form)Notes
Arc Length$$L = \int_{a}^{b} \\mathbf{r}(t)dt'(t)\| dt
Arc-Length Functions(t)s(t) = \int_{a}^{t} \\mathbf{r}(u)du'(u)\| du
Curvature (General)κ=T(t)r(t)\kappa = \frac{\|\mathbf{T}'(t)\|}{\|\mathbf{r}'(t)\|}Rate of change of Tangent
Curvature (Space)κ=r(t)×r(t)r(t)3\kappa = \frac{\|\mathbf{r}'(t) \times \mathbf{r}''(t)\|}{\|\mathbf{r}'(t)\|^3}Easier for computation

Hierarchical Outline

  1. Arc Length Calculation
    • Plane Curves: $$\int \sqrt{[x'(t)]^2 + [y'(t)]^2}dt dt
    • Space Curves: $$\int \sqrt{[x'(t)]^2 + [y'(t)]^2 + [z'(t)]^2}dt dt
  2. Arc-Length Parameterization
    • Step 1: Find s(t)s(t) by integrating speed.
    • Step 2: Solve the resulting equation for tt in terms of ss.
    • Step 3: Substitute t(s)t(s) back into r(t)\mathbf{r}(t).
  3. Curvature Analysis
    • Relation to radius: κ=1/R\kappa = 1/R.
    • Smoothness requirement: $$\mathbf{r}(t)'(t) must not be zero to avoid division by zero.

Visual Anchors

Parameterization Logic

Loading Diagram...
Figure 1 — Mermaid diagram

The TNB Frame

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

[!IMPORTANT] Definition: Arc-Length Parameterization A curve r(s)\mathbf{r}(s) is parameterized by arc length if the speed \|\mathbf{r}(s)=1'(s)\| = 1 for all ss.

  • Example: Consider \mathbf{r}(t) = \langle 3t$, $4t \rangle.
    • \mathbf{r}$'(t) $= \langle 3$, $4 \rangle, so speed is 32+42=5\sqrt{3^2+4^2} = 5.
    • s(t)s(t) = \int_0^t 5du=5t du = 5t.
    • Solving for tt: t=s/5t = s/5.
    • Arc-length version: \mathbf{r}(s) = \langle 3(s/5)$, 4(s/5) $\rangle = \langle \frac{3}{5}s$, $\frac{4}{5}s \rangle.
    • Check: Velocity is \langle 3/5$, $4/5 \rangle, magnitude is 1. Success!

Worked Examples

Example: Arc Length of a Helix

Problem: Find the arc length of the helix \mathbf{r}(t) = \langle \cos t$, $\sin t$, $t \rangle from t=0t=0 to t=2πt=2\pi.

Solution:

  1. Find Derivative: \mathbf{r}$'(t) $= \langle -\sin t$, $\cos t$, $1 \rangle.
  2. Calculate Magnitude (Speed): r(t)=(sint)2+(cost)2+12=sin2t+cos2t+1=1+1=2\|\mathbf{r}'(t)\| = \sqrt{(-\sin t)^2 + (\cos t)^2 + 1^2} = \sqrt{\sin^2 t + \cos^2 t + 1} = \sqrt{1 + 1} = \sqrt{2}
  3. Integrate: L=02π2dt=[2t]02π=2π2L = \int_0^{2\pi} \sqrt{2} dt = \left[ \sqrt{2}t \right]_0^{2\pi} = 2\pi\sqrt{2}

[!TIP] For a helix, the speed is constant, making the integration very straightforward!

Checkpoint Questions

  1. If a curve has a speed of constant 1, what does the parameter tt represent?
  2. Why must a curve be "smooth" to calculate curvature using the standard formulas?
  3. What is the curvature of a circle with a diameter of 10 units?
  4. Solve the relationship: if s(t)=3t2s(t) = 3t^2, what is the speed of the particle at time t=2t=2?
Click to view answers
  1. The parameter tt represents the arc length ss.
  2. Smoothness ensures the derivative is non-zero, preventing division by zero in the curvature formula.
  3. κ=1/R\kappa = 1/R. If diameter is 10, R=5R=5, so κ=1/5=0.2\kappa = 1/5 = 0.2.
  4. Speed v(t)v(t) = \frac{ds}{dt} = 6t$$. At t=2t=2, speed is 12 units/sec.
Study Guide875 words

Calculus III: Area and Arc Length in Polar Coordinates Study Guide

Area and Arc Length in Polar Coordinates

Read full article

Area and Arc Length in Polar Coordinates

This study guide covers the foundational techniques for calculating the geometric properties of curves defined by polar equations, specifically focusing on the area of regions and the length of paths.

Learning Objectives

  • Apply the Formula for Area: Set up and evaluate integrals to find the area of regions bounded by polar curves r=f(θ)r = f(\theta).
  • Calculate Area Between Curves: Identify intersection points of polar graphs and subtract inner areas from outer areas.
  • Determine Arc Length: Derive and apply the integral formula for the length of a polar curve over a specific interval of θ\theta.
  • Account for Symmetry: Use symmetry to simplify calculations and identify all intersection points, including the pole (origin).

Key Terms & Glossary

  • Polar Sector: A wedge-shaped region bounded by two radii and a polar curve, analogous to a rectangle in Cartesian coordinates.
    • Real-World Example: A slice of pizza is a physical approximation of a polar sector.
  • The Pole: The origin (0,0)(0,0) in the polar coordinate system.
    • Real-World Example: The center of a radar screen or the pivot point of a pendulum.
  • Cardioid: A heart-shaped polar curve defined by r=a(1±cosθ)r = a(1 \pm \cos\theta) or r=a(1±sinθ)r = a(1 \pm \sin\theta).
    • Real-World Example: The cross-section of certain microphone pickup patterns (cardioid microphones).
  • Radial Lines: Lines of constant angle θ=α\theta = \alpha.

The "Big Idea"

In rectangular coordinates, we approximate the area under a curve y=f(x)y=f(x) using thin rectangles (Areaf(xi)ΔxArea \approx \sum f(x_i)\Delta x). In polar coordinates, we approximate the area of a region bounded by r=f(θ)r=f(\theta) using thin circular sectors. Since the area of a circular sector is A=12r2θA = \frac{1}{2}r^2\theta, the total area becomes the integral of 12r2\frac{1}{2}r^2 with respect to θ\theta. Essentially, we are "sweeping" a ray from an initial angle to a final angle, accumulating area as we rotate.

Formula / Concept Box

ConceptFormulaNotes
Area of a Polar RegionA=αβ12[f(θ)]2dθA = \int_{\alpha}^{\beta} \frac{1}{2} [f(\theta)]^2 d\thetaβα\beta - \alpha must be 2π\leq 2\pi.
Area Between CurvesA=αβ12([router]2[rinner]2)dθA = \int_{\alpha}^{\beta} \frac{1}{2} ([r_{outer}]^2 - [r_{inner}]^2) d\thetaAlways find intersection points first.
Arc Length of Polar CurveL=αβr2+(drdθ)2dθL = \int_{\alpha}^{\beta} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\thetaDerived from parametric arc length.

Hierarchical Outline

  1. Area of Polar Regions
    • Derivation: Based on the area of a sector A=12r2ΔθA = \frac{1}{2}r^2\Delta\theta.
    • Single Curve Area: Integrating 12r2\frac{1}{2}r^2 over the interval [α,β][\alpha, \beta].
    • Multi-Curve Area: Finding the region trapped between routr_{out} and rinr_{in}.
  2. Intersection Points in Polar Space
    • Algebraic Solutions: Solving r1(θ)=r2(θ)r_1(\theta) = r_2(\theta).
    • The Pole Exception: The origin may be an intersection point even if r1(θ)=r2(θ)r_1(\theta) = r_2(\theta) has no common solution, as curves may pass through the pole at different values of θ\theta.
  3. Arc Length in Polar Coordinates
    • Parametric Transformation: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta.
    • The Integrand: Simplifying (dx/dθ)2+(dy/dθ)2\sqrt{(dx/d\theta)^2 + (dy/d\theta)^2} leads to r2+(r)2\sqrt{r^2 + (r')^2}.

Visual Anchors

Finding Area Between Curves Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

Polar Sector Visualization

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Arc Length Integrand
    • Definition: The expression r2+(r)2\sqrt{r^2 + (r')^2} derived from the Pythagorean theorem in differential form.
    • Example: For a circle r=3r = 3, r=0r' = 0. The integrand is 32+02=3\sqrt{3^2 + 0^2} = 3. The length from 0 to 2π2\pi is 02π3dθ=6π\int_0^{2\pi} 3 d\theta = 6\pi (the circumference).
  • Term: Symmetry of Polar Curves
    • Definition: Property where a graph is identical across the polar axis (cos), the line θ=π/2\theta = \pi/2 (sin), or the pole.
    • Example: A cardioid r=1+cosθr = 1 + \cos\theta is symmetric about the polar axis (xx-axis). You can integrate from 0 to π\pi and double the result.

Worked Examples

Example 1: Area of a Cardioid

Problem: Find the area of the region enclosed by r=2(1+cosθ)r = 2(1 + \cos\theta).

Solution:

  1. Identify Bounds: The cardioid is traced exactly once as θ\theta goes from 0 to 2π2\pi.
  2. Set up Integral: A=02π12[2(1+cosθ)]2dθ=202π(1+2cosθ+cos2θ)dθA = \int_{0}^{2\pi} \frac{1}{2} [2(1+\cos\theta)]^2 d\theta = 2 \int_{0}^{2\pi} (1 + 2\cos\theta + \cos^2\theta) d\theta
  3. Simplify: Using cos2θ=12(1+cos2θ)\cos^2\theta = \frac{1}{2}(1 + \cos 2\theta): A=202π(1+2cosθ+12+12cos2θ)dθA = 2 \int_{0}^{2\pi} (1 + 2\cos\theta + \frac{1}{2} + \frac{1}{2}\cos 2\theta) d\theta
  4. Evaluate: A=2[32θ+2sinθ+14sin2θ]02π=2(322π)=6πA = 2 \left[ \frac{3}{2}\theta + 2\sin\theta + \frac{1}{4}\sin 2\theta \right]_0^{2\pi} = 2(\frac{3}{2} \cdot 2\pi) = 6\pi

Example 2: Arc Length of a Spiral

Problem: Find the arc length of the spiral r=θr = \theta for $$0 \leq \theta \leq 1$$.

Solution:

  1. Identify rr and rr': r=θr = \theta, r=1r' = 1.
  2. Formula: L=01θ2+12dθL = \int_{0}^{1} \sqrt{\theta^2 + 1^2} d\theta.
  3. Integration: Using the formula \int \sqrt{u^2 + a^2}$ du $= \frac{1}{2}(u\sqrt{u^2+a^2} + a^2\ln|u+\sqrt{u^2+a^2}|): L=[12(θθ2+1+lnθ+θ2+1)]01=12(2+ln(1+2))L = \left[ \frac{1}{2}(\theta\sqrt{\theta^2+1} + \ln|\theta+\sqrt{\theta^2+1}|) \right]_0^1 = \frac{1}{2}(\sqrt{2} + \ln(1+\sqrt{2}))

Checkpoint Questions

  1. Why do we use 12r2\frac{1}{2}r^2 in the polar area integral instead of just rr? (Hint: Think about circular sectors).
  2. Find the intersection points of r=1r = 1 and r=2cosθr = 2\cos\theta. Do they intersect at the pole?
  3. If a curve is symmetric about the polar axis, what interval of integration can you use to find the total area?

[!IMPORTANT] When finding the area between two curves, always check if the curves intersect at the origin by solving r=0r=0 for each equation separately. These points often don't appear in the simultaneous solution r1=r2r_1=r_2.

Study Guide892 words

Calculus of Parametric Curves: Comprehensive Study Guide

Calculus of Parametric Curves

Read full article

Calculus of Parametric Curves: Comprehensive Study Guide

This guide covers the application of differential and integral calculus to curves defined by parametric equations. Instead of treating yy as a direct function of xx, we analyze both as functions of an independent parameter, typically tt.

Learning Objectives

After studying this material, you should be able to:

  • 1.2.1 Determine derivatives and equations of tangents for parametric curves.
  • 1.2.2 Find the area under a parametric curve.
  • 1.2.3 Use the equation for arc length of a parametric curve.
  • 1.2.4 Apply the formula for surface area to a volume generated by a parametric curve.

Key Terms & Glossary

  • Parameter (tt): An independent variable that determines the coordinates (x,y)(x, y) of a curve simultaneously.
  • Parametric Curve: A set of points (x(t),y(t))(x(t), y(t)) generated as the parameter tt varies over an interval.
  • Tangent Vector: A vector representing the instantaneous direction of motion along a parametric curve.
  • Smooth Curve: A curve where x(t)x'(t) and y(t)y'(t) are continuous and not simultaneously zero.

The "Big Idea"

In standard Cartesian calculus, we describe what a path looks like (y=f(x)y=f(x)). In parametric calculus, we describe how a path is traversed. This allows us to model motion (like a baseball's trajectory) where time is the driving factor, and to analyze complex curves (like loops or vertical segments) that fail the Vertical Line Test.

Formula / Concept Box

ApplicationFormulaCondition
First Derivativedydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}dx/dt0dx/dt \neq 0
Second Derivatived2ydx2=ddt(dydx)dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt} \left( \frac{dy}{dx} \right)}{dx/dt}Measures concavity
Arc LengthL=ab(dxdt)2+(dydt)2dtL = \int_{a}^{b} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dtCurve traversed once
Area Under CurveA=aby(t)x(t)dtA = \int_{a}^{b} y(t) x'(t) \, dtx(t)x(t) is monotonic
Surface Area (xx-axis)S=ab2πy(t)(x(t))2+(y(t))2dtS = \int_{a}^{b} 2\pi y(t) \sqrt{(x'(t))^2 + (y'(t))^2} \, dty(t)0y(t) \geq 0

Hierarchical Outline

  • I. Differentiation of Parametric Equations
    • A. Slope of Tangent Lines: Calculated by the ratio of vertical change to horizontal change relative to tt.
    • B. Horizontal Tangents: Occur when dy/dt=0dy/dt = 0 (and dx/dt0dx/dt \neq 0).
    • C. Vertical Tangents: Occur when dx/dt=0dx/dt = 0 (and dy/dt0dy/dt \neq 0).
  • II. Integration of Parametric Equations
    • A. Area: Transitioning ydx\int y \, dx into parameter space using substitution dx=x(t)dtdx = x'(t) \, dt.
    • B. Arc Length: Derived from the Pythagorean theorem applied to infinitesimal segments ds=dx2+dy2ds = \sqrt{dx^2 + dy^2}.
  • III. Surface Area of Revolution
    • A. Rotation about x-axis: Uses 2πy2\pi y as the circumference.
    • B. Rotation about y-axis: Uses 2πx2\pi x as the circumference.

Visual Anchors

Differentiation Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

Parametric Geometry

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Arc Length Differential (dsds)
    • Definition: The infinitesimal distance along a curve, ds=(x(t))2+(y(t))2dtds = \sqrt{(x'(t))^2 + (y'(t))^2} dt.
    • Example: For a circle x=cost,y=sintx = \cos t, y = \sin t, ds=(sint)2+(cost)2dt=1dtds = \sqrt{(-\sin t)^2 + (\cos t)^2} dt = 1 \, dt.
  • Term: Second Derivative d2ydx2\frac{d^2y}{dx^2}
    • Definition: The rate of change of the slope with respect to xx, not tt.
    • Example: If dy/dx=t2dy/dx = t^2 and x=t3x = t^3, the second derivative is (2t)/(3t2)=2/(3t)(2t) / (3t^2) = 2/(3t).

Worked Examples

Example 1: Finding the Equation of a Tangent Line

Problem: Find the equation of the tangent line to the curve x=t2,y=t33tx = t^2, y = t^3 - 3t at t=2t = 2.

  1. Find Point: x(2) = 4, y(2) = 8 - 6 = 2. Point is (4,2)(4, 2).
  2. Find Derivatives: dx/dt=2tdx/dt = 2t and dy/dt=3t23dy/dt = 3t^2 - 3.
  3. Calculate Slope: dydx=3t232t\frac{dy}{dx} = \frac{3t^2 - 3}{2t}. At t=2t=2, m=3(4)32(2)=94m = \frac{3(4)-3}{2(2)} = \frac{9}{4}.
  4. Equation: y2=94(x4)    y=94x7y - 2 = \frac{9}{4}(x - 4) \implies y = \frac{9}{4}x - 7.

Example 2: Arc Length of a Circle

Problem: Use the arc length formula to find the circumference of a circle of radius rr (x=rcost,y=rsintx = r\cos t, y = r\sin t) for $$0 \leq t \leq 2\pi$$.

  1. Derivatives: x(t)x'(t) = -r\sin t, $y'(t) $= r\cos t.
  2. Integrand: (rsint)2+(rcost)2=r2(sin2t+cos2t)=r\sqrt{(-r\sin t)^2 + (r\cos t)^2} = \sqrt{r^2(\sin^2 t + \cos^2 t)} = r.
  3. Integral: L = \int_{0}^{2\pi} r$ \, dt = [rt]$_0^{2\pi} = 2\pi r.

[!TIP] Always check if a curve is traversed more than once over the given interval. If tt goes from 0 to 4π4\pi for a circle, the arc length formula will give 4πr4\pi r, which is double the actual circumference.

Checkpoint Questions

  1. How do you find the values of tt where a parametric curve has a horizontal tangent line?
  2. Why is the second derivative of a parametric curve NOT simply d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}?
  3. Set up the integral for the area under the curve x=t+1,y=t2x = t + 1, y = t^2 from t=0t=0 to t=2t=2.
  4. What visual property of the curve does the sign of d2ydx2\frac{d^2y}{dx^2} determine?
Study Guide825 words

Calculus of Vector-Valued Functions: A Comprehensive Study Guide

Calculus of Vector-Valued Functions

Read full article

Calculus of Vector-Valued Functions: A Comprehensive Study Guide

Learning Objectives

After studying this material, you should be able to:

  • Compute the derivative of a vector-valued function by differentiating its component functions.
  • Apply derivative properties, including the sum, scalar multiple, and three types of product rules (scalar-vector, dot product, and cross product).
  • Calculate the tangent vector and the unit tangent vector T(t)\mathbf{T}(t) for a given curve at a specific point.
  • Evaluate definite and indefinite integrals of vector-valued functions component-wise.
  • Understand the physical interpretations of derivatives as velocity and acceleration vectors.

Key Terms & Glossary

  • Vector-Valued Function: A function of the form r(t)=f(t)i+g(t)j+h(t)k\mathbf{r}(t) = f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}, where the output is a vector.
  • Component-wise Differentiation: The process of finding the derivative of a vector function by differentiating each scalar function (f,g,h)(f, g, h) independently.
  • Tangent Vector: The derivative vector r(t)\mathbf{r}'(t), which points in the direction of the motion along the curve at time tt.
  • Unit Tangent Vector: A vector T(t)\mathbf{T}(t) that has a magnitude of 1 and points in the direction of r(t)\mathbf{r}'(t).
  • Smooth Curve: A curve where r(t)\mathbf{r}'(t) is continuous and r(t)0\mathbf{r}'(t) \neq \mathbf{0} for all tt in the interval.

The "Big Idea"

The transition from single-variable calculus to vector-valued calculus is remarkably consistent: we treat each dimension (x,y,zx, y, z) as an independent scalar function of a single parameter tt. This allows us to describe motion and geometry in 3D space using the familiar tools of power rules, chain rules, and integration, provided we maintain the algebraic structure of vectors (like dot and cross products).

Formula / Concept Box

OperationFormula / Definition
Derivativer(t)=f(t),g(t),h(t)\mathbf{r}'(t) = \langle f'(t), g'(t), h'(t) \rangle
Unit Tangent VectorT(t)=r(t)r(t)\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\|\mathbf{r}'(t)\|}
Indefinite Integralr(t)dt=f(t)dt,g(t)dt,h(t)dt+C\int \mathbf{r}(t) dt = \langle \int f(t) dt, \int g(t) dt, \int h(t) dt \rangle + \mathbf{C}
Dot Product Ruleddt[u(t)v(t)]=u(t)v(t)+u(t)v(t)\frac{d}{dt}[\mathbf{u}(t) \cdot \mathbf{v}(t)] = \mathbf{u}'(t) \cdot \mathbf{v}(t) + \mathbf{u}(t) \cdot \mathbf{v}'(t)
Cross Product Ruleddt[u(t)×v(t)]=u(t)×v(t)+u(t)×v(t)\frac{d}{dt}[\mathbf{u}(t) \times \mathbf{v}(t)] = \mathbf{u}'(t) \times \mathbf{v}(t) + \mathbf{u}(t) \times \mathbf{v}'(t)

Hierarchical Outline

  1. Differentiation of Vector-Valued Functions
    • Component-wise approach: r(t)=limΔt0r(t+Δt)r(t)Δt\mathbf{r}'(t) = \lim_{\Delta t \to 0} \frac{\mathbf{r}(t+\Delta t) - \mathbf{r}(t)}{\Delta t}.
    • Calculus Rules:
      • Sum/Difference: (r±u)=r±u(\mathbf{r} \pm \mathbf{u})' = \mathbf{r}' \pm \mathbf{u}'
      • Scalar Multiple: (cr)=cr(c\mathbf{r})' = c\mathbf{r}'
      • Chain Rule: [r(f(t))]=f(t)r(f(t))[\mathbf{r}(f(t))]' = f'(t)\mathbf{r}'(f(t))
  2. Geometric Interpretations
    • Tangent Vectors: r(t)\mathbf{r}'(t) represents the instantaneous direction of the curve.
    • Smoothness: A curve is smooth if its derivative is never the zero vector.
  3. Integration
    • Antiderivatives: Computed component by component.
    • Fundamental Theorem: abr(t)dt=[R(t)]ab=R(b)R(a)\int_a^b \mathbf{r}(t) dt = [\mathbf{R}(t)]_a^b = \mathbf{R}(b) - \mathbf{R}(a).

Visual Anchors

Vector Differentiation Hierarchy

Loading Diagram...
Figure 1 — Mermaid diagram

Visualizing the Unit Tangent Vector

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Chain Rule for Vector Functions
  • Definition: The derivative of a vector function with a scalar function as its parameter is the derivative of the parameter times the derivative of the vector function evaluated at that parameter.
  • Real-World Example: If r(s)\mathbf{r}(s) describes a path in terms of distance ss, and s(t)s(t) describes distance as a function of time, then r(t)\mathbf{r}'(t) gives the velocity of an object moving along that path over time.

Worked Examples

Example 1: Finding the Unit Tangent Vector

Problem: Find the unit tangent vector for r(t)=3cost,3sint,4t\mathbf{r}(t) = \langle 3\cos t, 3\sin t, 4t \rangle.

Solution:

  1. Differentiate: r(t)=3sint,3cost,4\mathbf{r}'(t) = \langle -3\sin t, 3\cos t, 4 \rangle.
  2. Find Magnitude: r(t)=(3sint)2+(3cost)2+42\|\mathbf{r}'(t)\| = \sqrt{(-3\sin t)^2 + (3\cos t)^2 + 4^2} r(t)=9(sin2t+cos2t)+16=9(1)+16=25=5\|\mathbf{r}'(t)\| = \sqrt{9(\sin^2 t + \cos^2 t) + 16} = \sqrt{9(1) + 16} = \sqrt{25} = 5
  3. Normalize: T(t)=153sint,3cost,4=35sint,35cost,45\mathbf{T}(t) = \frac{1}{5}\langle -3\sin t, 3\cos t, 4 \rangle = \langle -\frac{3}{5}\sin t, \frac{3}{5}\cos t, \frac{4}{5} \rangle

Example 2: Definite Integral

Problem: Evaluate 01t2,etdt\int_0^1 \langle t^2, e^t \rangle dt.

Solution:

  1. Integrate each component: 01t2dt=[13t3]01=13\int_0^1 t^2 dt = [\frac{1}{3}t^3]_0^1 = \frac{1}{3}.
  2. Integrate the second component: 01etdt=[et]01=e1\int_0^1 e^t dt = [e^t]_0^1 = e - 1.
  3. Result: 13,e1\langle \frac{1}{3}, e-1 \rangle.

Checkpoint Questions

  1. If r(t)=c\|\mathbf{r}(t)\| = c (a constant), what can be said about the relationship between r(t)\mathbf{r}(t) and r(t)\mathbf{r}'(t)? Hint: Differentiate r(t)r(t)=c2\mathbf{r}(t) \cdot \mathbf{r}(t) = c^2.
  2. Calculate the derivative of u(t)v(t)\mathbf{u}(t) \cdot \mathbf{v}(t) given u(t)=t,t2\mathbf{u}(t) = \langle t, t^2 \rangle and v(t)=sint,1\mathbf{v}(t) = \langle \sin t, 1 \rangle.
  3. Explain why the magnitude of the unit tangent vector T(t)\mathbf{T}(t) is always 1 for any tt where the derivative is non-zero.

[!TIP] Always simplify the magnitude of r(t)\mathbf{r}'(t) before dividing. Often, trigonometric identities like sin2t+cos2t=1\sin^2 t + \cos^2 t = 1 will significantly reduce the complexity of your unit tangent vector expressions.

Study Guide845 words

Conic Sections: Geometric Foundations and Polar Representations

Conic Sections

Read full article

Conic Sections: Geometric Foundations and Polar Representations

This study guide explores the intersection of geometry and algebra through conic sections, focusing on their classification, standard forms, and polar coordinate representations.

Learning Objectives

After studying this chapter, you should be able to:

  • Identify the four types of conic sections based on the intersection of a plane and a cone.
  • Classify a conic section given its eccentricity (ee).
  • Convert between Cartesian and polar forms of parabolas, ellipses, and hyperbolas.
  • Determine key geometric features such as the focus, directrix, and focal parameter (pp).
  • Analyze polar equations to determine the orientation (horizontal vs. vertical) of a conic.

Key Terms & Glossary

  • Nappe: One of the two halves of a double cone joined at the vertex.
  • Focus: A fixed point used to define the set of points forming a conic section.
  • Directrix: A fixed line used in conjunction with the focus to define conics.
  • Eccentricity (ee): A numerical value that describes the "flatness" or type of a conic section; the ratio of the distance to the focus over the distance to the directrix.
  • Focal Parameter (pp): The distance from a focus to the nearest directrix.
  • Vertex: The point(s) where the conic section intersects its axis of symmetry.

The "Big Idea"

Conic sections are not just isolated shapes; they are a unified family of curves generated by slicing a three-dimensional double cone with a plane. This geometric unity is reflected in their shared algebraic structure in polar coordinates, where a single equation r=ep1±ecosθr = \frac{ep}{1 \pm e \cos \theta} can describe a circle, ellipse, parabola, or hyperbola simply by changing the value of eccentricity ee.

Formula / Concept Box

Conic TypeEccentricity (ee)Polar Equation Form (Focus at Pole)Relationship
Circlee=0e = 0r=ar = aa=radiusa = \text{radius}
Ellipse$0 < e < 1$r=ep1±ecosθr = \frac{ep}{1 \pm e \cos \theta}e=c/ae = c/a
Parabolae=1e = 1r=p1±cosθr = \frac{p}{1 \pm \cos \theta}Dist(Focus) = Dist(Directrix)
Hyperbolae>1e > 1r=ep1±ecosθr = \frac{ep}{1 \pm e \cos \theta}e=c/ae = c/a

[!TIP] If cosθ\cos \theta is in the denominator, the major axis is horizontal. If sinθ\sin \theta is in the denominator, the major axis is vertical.

Hierarchical Outline

  1. Geometric Generation
    • Circle: Plane perpendicular to cone axis.
    • Ellipse: Plane intersects one nappe at an angle.
    • Parabola: Plane parallel to the generating line (edge) of the cone.
    • Hyperbola: Plane intersects both nappes.
  2. Eccentricity and Classification
    • Definition: e=dist(P,F)dist(P,L)e = \frac{dist(P, F)}{dist(P, L)} where FF is focus and LL is directrix.
    • Values: e=1e=1 (Parabola), e<1e<1 (Ellipse), e>1e>1 (Hyperbola).
  3. Polar Equations of Conics
    • Standard Polar Form: r=ed1±ecosθr = \frac{ed}{1 \pm e \cos \theta} or r=ed1±esinθr = \frac{ed}{1 \pm e \sin \theta}.
    • Normalization: The constant term in the denominator must be 1 to identify ee correctly.

Visual Anchors

Classification Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Definition (Parabola)

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Focal Parameter (pp):
    • Definition: The distance from the focus to the directrix.
    • Example: In a parabola with focus at (2,0)(2, 0) and directrix x=2x = -2, the focal parameter p=4p = 4.
  • Horizontal vs. Vertical Conic:
    • Definition: Determined by whether the directrix is vertical (x=kx=k) or horizontal (y=ky=k).
    • Example: The polar equation r=102+sinθr = \frac{10}{2 + \sin \theta} represents a vertical conic because of the sine term.

Worked Examples

Example 1: Determining Eccentricity

Problem: Find the eccentricity of the ellipse given by x225+y216=1\frac{x^2}{25} + \frac{y^2}{16} = 1. Solution:

  1. Identify a2=25a^2 = 25 and b2=16b^2 = 16, so a=5a = 5 and b=4b = 4.
  2. Use the relation c2=a2b2c^2 = a^2 - b^2 for an ellipse: c2=2516=9    c=3c^2 = 25 - 16 = 9 \implies c = 3
  3. Calculate eccentricity e=cae = \frac{c}{a}: e=35=0.6e = \frac{3}{5} = 0.6
  4. Since $0.6 < 1$, the classification as an ellipse is confirmed.

Example 2: Identifying Conics from Polar Form

Problem: Identify the conic r=1236cosθr = \frac{12}{3 - 6 \cos \theta} and find its eccentricity. Solution:

  1. We must make the constant term in the denominator equal to 1. Divide numerator and denominator by 3: r=12/3(36cosθ)/3=412cosθr = \frac{12/3}{(3 - 6 \cos \theta)/3} = \frac{4}{1 - 2 \cos \theta}
  2. Compare to the standard form r=ep1ecosθr = \frac{ep}{1 - e \cos \theta}.
  3. Here, e=2e = 2.
  4. Since e>1e > 1, the conic is a hyperbola.

Checkpoint Questions

  1. What happens to the shape of an ellipse as the eccentricity ee approaches 0?
  2. If a plane intersects both nappes of a cone, which conic section is formed?
  3. Given r=51+cosθr = \frac{5}{1 + \cos \theta}, what is the eccentricity, and what type of conic is it?
  4. What is the distance from the vertex to the focus in a parabola where the distance from focus to directrix is pp?
Click to expand answers
  1. It becomes more circular; when e=0e=0, it is a circle.
  2. A hyperbola.
  3. e=1e=1, so it is a parabola.
  4. p/2p/2.
Study Guide925 words

Mastering Conservative Vector Fields: Path Independence and Potential Functions

Conservative Vector Fields

Read full article

Mastering Conservative Vector Fields

Learning Objectives

After studying this guide, you should be able to:

  • Identify a conservative vector field in a plane or in space.
  • Test for conservativeness using cross-partial derivatives (Py=QxP_y = Q_x) or the curl operator.
  • Find a potential function ff for a given conservative vector field F\vec{F}.
  • Apply the Fundamental Theorem for Line Integrals to evaluate work and line integrals efficiently.
  • Define topological concepts such as simple curves, closed curves, and simply connected regions.

Key Terms & Glossary

  • Conservative Vector Field: A vector field F\vec{F} that is the gradient of some scalar function ff (i.e., F=f\vec{F} = \nabla f).
  • Potential Function: The scalar function ff such that f=F\nabla f = \vec{F}. Example: In physics, the gravitational potential energy is the potential function for the gravitational force field.
  • Path Independence: A property where the line integral of F\vec{F} depends only on the endpoints of the curve CC, not the specific path taken.
  • Simply Connected Region: An open region DD where every simple closed curve in DD encloses only points that are also in DD (no "holes"). Example: A disk is simply connected; an annulus (ring) is not.
  • Closed Curve: A curve where the terminal point is the same as the initial point (r(a)=r(b)r(a) = r(b)).

The "Big Idea"

In many physical systems, the work done moving an object depends only on its starting and ending positions, not the route taken. These "conservative" systems (like gravity or electrostatic force) allow us to simplify complex path integrals into a simple subtraction of values from a Potential Function. This is the multivariable equivalent of the Fundamental Theorem of Calculus.

Formula / Concept Box

ConceptFormula / Rule
Gradient FieldF=f=fx,fy,fz\vec{F} = \nabla f = \langle f_x, f_y, f_z \rangle
FTLICfdr=f(r(b))f(r(a))\int_C \nabla f \cdot d\vec{r} = f(\vec{r}(b)) - f(\vec{r}(a))
2D TestIf F=P,Q\vec{F} = \langle P, Q \rangle, check if Py=Qx\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}
3D TestF\vec{F} is conservative if curl F=×F=0\text{curl } \vec{F} = \vec{\nabla} \times \vec{F} = \vec{0}
Independence of PathCFdr=0\oint_C \vec{F} \cdot d\vec{r} = 0 for every closed loop CC

Hierarchical Outline

  1. Definitions and Properties
    • Relationship between Gradient Fields and Path Independence.
    • The significance of simply connected domains for testing.
  2. Testing for Conservativeness
    • Component Test (2D): Py=Q×x\frac{\partial P}{\partial y} = \frac{\partial Q}{\times x}.
    • Curl Test (3D): Determinant method for cross products.
  3. Finding the Potential Function ff
    • Successive Partial Integration method.
    • Determining the constant of integration g(y)g(y) or h(y,z)h(y, z).
  4. Applications
    • Calculating Work using the Fundamental Theorem for Line Integrals.

Visual Anchors

Decision Tree: Is F\vec{F} Conservative?

Loading Diagram...
Figure 1 — Mermaid diagram

The Core Relationship

Loading Diagram...
Figure 2 — Mermaid diagram

Definition-Example Pairs

  • Term: Path Independence

  • Definition: The value of the line integral depends only on the start point AA and end point BB.

  • Real-World Example: Hiking up a mountain. If gravity is the only force, the change in your potential energy is the same whether you take the steep direct trail or the long winding switchbacks.

  • Term: Curl-Free Field

  • Definition: A vector field where the rotational component at every point is zero.

  • Real-World Example: A perfectly laminar flow in a pipe where a tiny paddle wheel placed in the fluid would not spin as it moves with the current.

Worked Examples

Example 1: Testing for Conservative Fields

Question: Is F(x,y)=2xy+ex,x2+1\vec{F}(x,y) = \langle 2xy + e^x, x^2 + 1 \rangle conservative?

Solution:

  1. Identify P=2xy+exP = 2xy + e^x and Q=x2+1Q = x^2 + 1.
  2. Compute Py=y(2xy+ex)=2xP_y = \frac{\partial}{\partial y}(2xy + e^x) = 2x.
  3. Compute Qx=x(x2+1)=2xQ_x = \frac{\partial}{\partial x}(x^2 + 1) = 2x.
  4. Since Py=QxP_y = Q_x and the domain R2\mathbb{R}^2 is simply connected, F\vec{F} is conservative.

Example 2: Finding a Potential Function

Question: Find ff for F=3x2y,x3+2y\vec{F} = \langle 3x^2y, x^3 + 2y \rangle.

Solution:

  1. Set fx=3x2yf_x = 3x^2y. Integrate with respect to xx: f(x,y)=x3y+g(y)f(x,y) = x^3y + g(y).
  2. Differentiate our ff with respect to yy: fy=x3+g(y)f_y = x^3 + g'(y).
  3. Match this with the given QQ: x3+g(y)=x3+2yx^3 + g'(y) = x^3 + 2y.
  4. Solve for g(y)g'(y): g(y)=2yg(y)=y2+Kg'(y) = 2y \rightarrow g(y) = y^2 + K.
  5. Final Potential Function: f(x,y)=x3y+y2+Kf(x,y) = x^3y + y^2 + K.

Checkpoint Questions

  1. True or False: If CFdr=0\oint_C \vec{F} \cdot d\vec{r} = 0 for one specific closed curve CC, then F\vec{F} is guaranteed to be conservative. (Answer: False; it must be true for EVERY closed curve).
  2. What is the curl of a conservative vector field in R3\mathbb{R}^3? (Answer: The zero vector 0\vec{0}).
  3. If F=f\vec{F} = \nabla f, what is the value of CFdr\int_C \vec{F} \cdot d\vec{r} if CC starts at (0,0)(0,0) and ends at (1,1)(1,1), given f(x,y)=x2+y2f(x,y) = x^2 + y^2? (Answer: f(1,1) - f(0,0) = (1+1) - (0) = 2).

[!TIP] Always check if the domain is simply connected before concluding a field is conservative based on the Py=QxP_y = Q_x test. If there is a hole in the domain (like the origin in a vortex field), the test can yield "true" even if the field is not conservative!

Muddy Points & Cross-Refs

  • Confusing Curl and Gradient: Remember, a gradient turns a scalar into a vector. Curl turns a vector into another vector.
  • Need more on integration? See Section 5.1: Double Integrals over Rectangular Regions to review basic integration techniques used in finding potential functions.
Study Guide925 words

Mastering Cylindrical and Spherical Coordinates

Cylindrical and Spherical Coordinates

Read full article

Mastering Cylindrical and Spherical Coordinates

This guide provides a comprehensive overview of alternative 3D coordinate systems, focusing on how to represent points and surfaces using cylindrical and spherical coordinates to simplify complex multivariable calculus problems.

Learning Objectives

After studying this guide, you should be able to:

  • Locate points in space using cylindrical (r,θ,z)(r, \theta, z) and spherical (ρ,θ,ϕ)(\rho, \theta, \phi) coordinates.
  • Convert coordinates between rectangular, cylindrical, and spherical systems.
  • Identify and describe surfaces defined by constant-coordinate equations (e.g., ρ=c\rho = c or r=cr = c).
  • Recognize symmetry in physical systems to choose the most efficient coordinate system.

The "Big Idea"

In Cartesian coordinates (x,y,z)(x, y, z), we describe the world using a grid of boxes. While intuitive, many physical phenomena—like the gravitational field of a planet, the flow of water in a pipe, or the heat distribution in a wire—exhibit radial or axial symmetry. Cylindrical and spherical coordinates allow us to "bend" our coordinate axes to match the geometry of the problem. This transformation often turns complex, multi-variable boundary equations into simple constants, making integration and physical modeling significantly easier.

Key Terms & Glossary

  • Azimuthal Angle (θ\theta): The same angle used in polar coordinates, measured from the positive xx-axis in the xyxy-plane. Example: The longitude on a globe.
  • Radial Distance (rr): In cylindrical coordinates, the perpendicular distance from the zz-axis to the point. Example: The radius of a soda can.
  • Rho (ρ\rho): In spherical coordinates, the direct distance from the origin to the point (ρ0\rho \ge 0). Example: The distance from the center of the Earth to a satellite.
  • Phi (ϕ\phi): The polar angle (or inclination) measured from the positive zz-axis (0ϕπ0 \le \phi \le \pi). Example: High noon corresponds to a small ϕ\phi if the sun is overhead.

Formula / Concept Box

SystemCoordinatesRelation to Rectangular (x,y,zx, y, z)
Cylindrical(r,θ,z)(r, \theta, z)x=rcosθx = r \cos \theta, y=rsinθy = r \sin \theta, z=zz = z
Spherical(ρ,θ,ϕ)(\rho, \theta, \phi)x=ρsinϕcosθx = \rho \sin \phi \cos \theta, y=ρsinϕsinθy = \rho \sin \phi \sin \theta, z=ρcosϕz = \rho \cos \phi
Inter-systemConversionr=ρsinϕr = \rho \sin \phi, z=ρcosϕz = \rho \cos \phi, ρ2=r2+z2\rho^2 = r^2 + z^2

[!IMPORTANT] Always remember the domain constraints for spherical coordinates: ρ0\rho \ge 0, $0 \le \theta < 2\pi$$, and $0 \le \phi \le \pi.

Hierarchical Outline

  • I. Cylindrical Coordinates (r,θ,z)(r, \theta, z)
    • A. Definition: Extension of 2D polar coordinates into 3D by adding a zz-axis height.
    • B. Constant Surfaces:
      • r=cr = c: A vertical cylinder of radius cc.
      • θ=c\theta = c: A vertical half-plane originating at the zz-axis.
      • z=cz = c: A horizontal plane.
  • II. Spherical Coordinates (ρ,θ,ϕ)(\rho, \theta, \phi)
    • A. Definition: Describes points based on distance from origin and two angles.
    • B. Constant Surfaces:
      • ρ=c\rho = c: A sphere centered at the origin with radius cc.
      • θ=c\theta = c: A vertical half-plane (same as cylindrical).
      • ϕ=c\phi = c: A cone opening along the zz-axis.
  • III. System Selection Strategy
    • Use Cylindrical for objects with rotational symmetry around an axis (pipes, wires).
    • Use Spherical for objects with symmetry around a central point (planets, point charges).

Visual Anchors

Coordinate Relationship Flow

Loading Diagram...
Figure 1 — Mermaid diagram

Visualizing Spherical Angles

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Surface ϕ=c\phi = c

    • Definition: A set of points where the angle from the positive zz-axis is constant.
    • Example: An ice cream cone. If ϕ=π/4\phi = \pi/4, the surface is a cone that opens at a 45-degree angle from the vertical.
  • Surface r=cr = c

    • Definition: A set of points at a fixed horizontal distance from the zz-axis.
    • Example: A skyscraper with a circular floor plan. No matter how high (z)(z) or what direction (θ)(\theta) you look, the distance from the central elevator shaft (r)(r) is the same.

Worked Examples

Example 1: Rectangular to Spherical

Problem: Convert the rectangular point P(1,1,2)P(1, 1, \sqrt{2}) to spherical coordinates.

Step-by-Step Solution:

  1. Find ρ\rho: ρ=x2+y2+z2=12+12+(2)2=1+1+2=4=2\rho = \sqrt{x^2 + y^2 + z^2} = \sqrt{1^2 + 1^2 + (\sqrt{2})^2} = \sqrt{1 + 1 + 2} = \sqrt{4} = 2
  2. Find θ\theta: tanθ=yx=11=1    θ=π4\tan \theta = \frac{y}{x} = \frac{1}{1} = 1 \implies \theta = \frac{\pi}{4}
  3. Find ϕ\phi: Using z=ρcosϕz = \rho \cos \phi: 2=2cosϕ    cosϕ=22    ϕ=π4\sqrt{2} = 2 \cos \phi \implies \cos \phi = \frac{\sqrt{2}}{2} \implies \phi = \frac{\pi}{4} Result: The spherical coordinates are (2,π/4,π/4)(2, \pi/4, \pi/4).

Example 2: Identifying a Surface

Problem: Describe the surface given by the equation ρ=4cosϕ\rho = 4 \cos \phi.

Step-by-Step Solution:

  1. Multiply both sides by ρ\rho: ρ2=4ρcosϕ\rho^2 = 4 \rho \cos \phi.
  2. Substitute rectangular identities: x2+y2+z2=4zx^2 + y^2 + z^2 = 4z.
  3. Complete the square for zz: x2+y2+(z2)2=4x^2 + y^2 + (z - 2)^2 = 4. Result: This is a sphere centered at (0,0,2)(0, 0, 2) with a radius of 2.

Checkpoint Questions

  1. What surface is described by the equation r=5r = 5 in cylindrical coordinates?
    • Answer: A cylinder centered on the z-axis with radius 5.
  2. If a point is on the xyxy-plane, what is its ϕ\phi value in spherical coordinates?
    • Answer: ϕ=π/2\phi = \pi/2.
  3. True or False: The value of θ\theta is calculated the same way in both cylindrical and spherical systems.
    • Answer: True.
  4. Convert the spherical point (4,π/2,π)(4, \pi/2, \pi) to rectangular coordinates.
    • Answer: x=0,y=0,z=4x=0, y=0, z=-4. since ϕ=π\phi = \pi points directly down the negative z-axis.
Study Guide985 words

Study Guide: Directional Derivatives and the Gradient

Directional Derivatives and the Gradient

Read full article

Directional Derivatives and the Gradient

Learning Objectives

After studying this chapter, you should be able to:

  • Calculate the directional derivative of a function f(x,y)f(x, y) or f(x,y,z)f(x, y, z) in any given direction.
  • Compute the gradient vector f\nabla f for scalar functions.
  • Interpret the geometric significance of the gradient (direction of steepest ascent).
  • Apply the gradient to find tangent lines to level curves and tangent planes to level surfaces.
  • Determine the maximum and minimum rates of change at a specific point.

Key Terms & Glossary

  • Gradient (f\nabla f): A vector field whose components are the partial derivatives of ff. It points in the direction of the greatest rate of increase.
  • Directional Derivative (DufD_{\mathbf{u}}f): The rate at which a function changes at a point in the direction of a unit vector u\mathbf{u}.
  • Unit Vector: A vector with a magnitude (length) of 1. In directional derivatives, the direction must be normalized to a unit vector.
  • Level Curve: A curve defined by f(x,y)=cf(x, y) = c. The gradient f\nabla f at a point (x0,y0)(x_0, y_0) is always perpendicular (orthogonal) to the level curve passing through that point.
  • Normal Vector: A vector perpendicular to a surface or curve; the gradient acts as the normal vector to level sets.

The "Big Idea"

In single-variable calculus, the derivative f(x)f'(x) gives the slope in one dimension. In multivariable calculus, partial derivatives fxf_x and fyf_y only give the slopes along the axes. The Gradient is the "master key" that unlocks the slope in any direction. It represents the local "uphill" direction on a topographic map. If you are standing on a mountain, the gradient tells you which way is straight up, and the directional derivative tells you how steep the path is if you choose to walk at a specific angle.


Formula / Concept Box

ConceptFormula / Property
The Gradient (2D)f(x,y)=fx,fy=fxi+fyj\nabla f(x, y) = \langle f_x, f_y \rangle = \frac{\partial f}{\partial x}\mathbf{i} + \frac{\partial f}{\partial y}\mathbf{j}
Directional DerivativeDuf(P)=f(P)uD_{\mathbf{u}}f(P) = \nabla f(P) \cdot \mathbf{u} (where u=1\|\mathbf{u}\| = 1)
Maximum Rate of Changef(P)\|\nabla f(P)\| (occurs when u\mathbf{u} is in the direction of f\nabla f)
Minimum Rate of Changef(P)-\|\nabla f(P)\| (occurs when u\mathbf{u} is in the direction of f-\nabla f)
Orthogonalityf(P)v=0\nabla f(P) \cdot \mathbf{v} = 0 for any vector v\mathbf{v} tangent to the level curve

[!IMPORTANT] Always verify that your direction vector is a unit vector. If you are given a vector v\mathbf{v}, you must use u=vv\mathbf{u} = \frac{\mathbf{v}}{\|\mathbf{v}\|} before calculating the dot product.


Hierarchical Outline

  1. The Gradient Vector
    • Definition: f=fx,fy,\nabla f = \langle f_x, f_y, \dots \rangle.
    • Computation: Requires finding all first-order partial derivatives.
  2. The Directional Derivative
    • Limit definition vs. the Dot Product Theorem.
    • Relationship to partials: fxf_x is DifD_{\mathbf{i}}f and fyf_y is DjfD_{\mathbf{j}}f.
  3. Properties of the Gradient
    • Steepest Ascent: Points in the direction of maximum increase.
    • Steepest Descent: Points in the direction of maximum decrease (f-\nabla f).
    • Zero Change: Directions orthogonal to f\nabla f result in zero change (moving along a level curve).
  4. Applications
    • Tangent lines to level curves f(x,y)=cf(x, y) = c.
    • Normal lines to surfaces f(x,y,z)=cf(x, y, z) = c.

Visual Anchors

The Gradient Relationship

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Interpretation in 2D

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

1. Directional Cosines

  • Definition: The components of a unit vector in 3D, expressed as cosα,cosβ,cosγ\cos \alpha, \cos \beta, \cos \gamma, representing the angles made with the x,y,x, y, and zz axes.
  • Example: A unit vector pointing equally between the axes would have cosα=cosβ=cosγ=1/3\cos \alpha = \cos \beta = \cos \gamma = 1/\sqrt{3}.

2. Steepest Descent

  • Definition: The direction exactly opposite the gradient vector where the function's value decreases most rapidly.
  • Example: If f=3,4\nabla f = \langle 3, 4 \rangle at a point, the direction of steepest descent is 3,4\langle -3, -4 \rangle with a rate of 5-5.

Worked Examples

Example 1: Finding the Directional Derivative

Problem: Find Duf(1,2)D_{\mathbf{u}}f(1, 2) for f(x,y)=x2yf(x, y) = x^2y in the direction of v=3,4\mathbf{v} = \langle 3, -4 \rangle.

Solution:

  1. Find the Gradient: fx=2xy    fx(1,2)=2(1)(2)=4f_x = 2xy \implies f_x(1, 2) = 2(1)(2) = 4 fy=x2    fy(1,2)=(1)2=1f_y = x^2 \implies f_y(1, 2) = (1)^2 = 1 So, f(1,2)=4,1\nabla f(1, 2) = \langle 4, 1 \rangle.
  2. Normalize the Direction Vector: v=32+(4)2=5\|\mathbf{v}\| = \sqrt{3^2 + (-4)^2} = 5 u=vv=35,45\mathbf{u} = \frac{\mathbf{v}}{\|\mathbf{v}\|} = \langle \frac{3}{5}, -\frac{4}{5} \rangle.
  3. Compute the Dot Product: Duf=fu=4,10.6,0.8D_{\mathbf{u}}f = \nabla f \cdot \mathbf{u} = \langle 4, 1 \rangle \cdot \langle 0.6, -0.8 \rangle Duf=(4)(0.6)+(1)(0.8)=2.40.8=1.6D_{\mathbf{u}}f = (4)(0.6) + (1)(-0.8) = 2.4 - 0.8 = 1.6.

Example 2: Direction of Maximum Increase

Problem: At the point (0,0,0)(0, 0, 0), in what direction does f(x,y,z)=ex+yzf(x, y, z) = e^x + yz increase most rapidly?

Solution:

  1. Calculate the Gradient: f=ex,z,y\nabla f = \langle e^x, z, y \rangle
  2. Evaluate at (0,0,0)(0, 0, 0): f(0,0,0)=e0,0,0=1,0,0\nabla f(0, 0, 0) = \langle e^0, 0, 0 \rangle = \langle 1, 0, 0 \rangle.
  3. Result: The function increases most rapidly in the direction of the positive xx-axis (i\mathbf{i}). The maximum rate of change is 1,0,0=1\|\langle 1, 0, 0 \rangle\| = 1.

Checkpoint Questions

  1. If f(P)=0,0\nabla f(P) = \langle 0, 0 \rangle, what is the directional derivative in any direction u\mathbf{u}?
  2. True or False: The directional derivative can be larger than the magnitude of the gradient.
  3. Find the gradient of f(x,y)=ln(x2+y2)f(x, y) = \ln(x^2 + y^2) at the point (1,1)(1, 1).
  4. If you are walking along a level curve of a mountain, what is the value of your directional derivative in the direction of your path?
Click to see Answers
  1. 0. Because Duf=0,0u=0D_{\mathbf{u}}f = \langle 0, 0 \rangle \cdot \mathbf{u} = 0.
  2. False. The maximum value is f\|\nabla f\|.
  3. f=2xx2+y2,2yx2+y2\nabla f = \langle \frac{2x}{x^2+y^2}, \frac{2y}{x^2+y^2} \rangle. At (1,1)(1, 1), f=1,1\nabla f = \langle 1, 1 \rangle.
  4. 0. Level curves represent constant height, so the rate of change is zero.
Study Guide860 words

Divergence and Curl: Vector Calculus Study Guide

Divergence and Curl

Read full article

Divergence and Curl: Vector Calculus Study Guide

This guide covers the fundamental derivatives of vector fields: Divergence and Curl. These operators allow us to measure the rate of expansion and the rotation of a vector field at any given point in space.


Learning Objectives

After studying this guide, you should be able to:

  • Calculate the divergence of a 2D or 3D vector field.
  • Calculate the curl of a 3D vector field using the determinant method.
  • Interpret the physical significance of divergence (flux density) and curl (rotation).
  • Use the curl test to determine if a vector field is conservative.
  • Understand the identity div(curl F)=0\text{div}(\text{curl } \mathbf{F}) = 0.

Key Terms & Glossary

  • Del Operator (\nabla): The vector differential operator defined as x,y,z\langle \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \rangle.
  • Divergence: A scalar field that represents the volume density of the outward flux of a vector field from an infinitesimal point.
  • Curl: A vector field that represents the infinitesimal rotation of a 3D vector field.
  • Solenoidal: A vector field where div F=0\text{div } \mathbf{F} = 0 (incompressible).
  • Irrotational: A vector field where curl F=0\text{curl } \mathbf{F} = \mathbf{0}.
  • Conservative Field: A field that is the gradient of some scalar potential function ϕ\phi (i.e., F=ϕ\mathbf{F} = \nabla \phi).

The "Big Idea"

Just as the derivative of a single-variable function measures the rate of change, Divergence and Curl measure the "structural" changes of a vector field.

  • Divergence asks: "Is the fluid at this point expanding or compressing?" (Source vs. Sink).
  • Curl asks: "If I placed a tiny paddle wheel here, would it spin, and in which direction?" (Vorticity).

Formula / Concept Box

OperatorNotationDefinition (for F=P,Q,R\mathbf{F} = \langle P, Q, R \rangle)Result Type
Gradientf\nabla ffx,fy,fz\langle f_x, f_y, f_z \rangleVector
DivergenceF\nabla \cdot \mathbf{F}Px+Qy+RzP_x + Q_y + R_zScalar
Curl×F\nabla \times \mathbf{F}ijkxyzPQR\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ P & Q & R \end{vmatrix}Vector

[!IMPORTANT] The Conservative Test: For a simply connected region, F\mathbf{F} is conservative if and only if curl F=0\text{curl } \mathbf{F} = \mathbf{0}.


Hierarchical Outline

  1. The Del Operator (\nabla)
    • Foundational tool for multivariable differentiation.
  2. Divergence (F\nabla \cdot \mathbf{F})
    • Computation: Dot product of \nabla and F\mathbf{F}.
    • Interpretation: Positive = Source, Negative = Sink, Zero = Incompressible.
  3. Curl (×F\nabla \times \mathbf{F})
    • Computation: Cross product of \nabla and F\mathbf{F}.
    • Interpretation: Vector points along the axis of rotation; magnitude is the speed of rotation.
  4. Second-Order Identities
    • curl(f)=0\text{curl}(\nabla f) = \mathbf{0} (Gradients are irrotational).
    • div(curl F)=0\text{div}(\text{curl } \mathbf{F}) = 0 (The rotation of a field has no net expansion).

Visual Anchors

Analyzing a Vector Field Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

The Geometry of Curl

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

1. Positive Divergence

  • Definition: A point where the net flow of the vector field is outward.
  • Example: Air blowing out of a ventilation duct into a room.

2. Irrotational Field

  • Definition: A field where the curl is zero at every point.
  • Example: A static electric field produced by a point charge; a paddle wheel placed in this field would not rotate.

Worked Examples

Example 1: Basic Calculation

Task: Find the divergence and curl of F(x,y,z)=x2,xy,z\mathbf{F}(x,y,z) = \langle x^2, xy, z \rangle.

Solution:

  1. Divergence: div F=x(x2)+y(xy)+z(z)\text{div } \mathbf{F} = \frac{\partial}{\partial x}(x^2) + \frac{\partial}{\partial y}(xy) + \frac{\partial}{\partial z}(z) div F=2x+x+1=3x+1\text{div } \mathbf{F} = 2x + x + 1 = 3x + 1

  2. Curl: curl F=ijkxyzx2xyz\text{curl } \mathbf{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ x^2 & xy & z \end{vmatrix} i(yzzxy)j(xzzx2)+k(xxyyx2)\mathbf{i}(\partial_y z - \partial_z xy) - \mathbf{j}(\partial_x z - \partial_z x^2) + \mathbf{k}(\partial_x xy - \partial_y x^2) i(00)j(00)+k(y0)=0,0,y\mathbf{i}(0 - 0) - \mathbf{j}(0 - 0) + \mathbf{k}(y - 0) = \langle 0, 0, y \rangle

Example 2: Conservative Test

Task: Is F=exsiny,excosy,0\mathbf{F} = \langle e^x \sin y, e^x \cos y, 0 \rangle conservative?

Solution: Calculate the curl: curl F=(00),(00),(excosyexcosy)=0,0,0\text{curl } \mathbf{F} = \langle (0 - 0), -(0 - 0), (e^x \cos y - e^x \cos y) \rangle = \langle 0, 0, 0 \rangle Since curl F=0\text{curl } \mathbf{F} = \mathbf{0} and the domain is R3\mathbb{R}^3 (simply connected), the field is conservative.


Checkpoint Questions

  1. What is the divergence of the curl of any smooth vector field F\mathbf{F}?
    • (Answer: 0)
  2. If div F=5\text{div } \mathbf{F} = 5 at a point PP, is fluid moving toward or away from PP?
    • (Answer: Away from P; it is a source)
  3. Calculate curl y,x,0\text{curl } \langle y, -x, 0 \rangle. What does the result tell you about the rotation?
    • (Answer: 0,0,2\langle 0, 0, -2 \rangle. The rotation is clockwise around the z-axis.)
  4. True or False: If a field is conservative, its curl must be zero.
    • (Answer: True)

More Study Notes (29)

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates

875 words

Study Guide: Double Integrals over General Regions

Double Integrals over General Regions

875 words

Double Integrals over Rectangular Regions: Comprehensive Study Guide

Double Integrals over Rectangular Regions

945 words

Equations of Lines and Planes in Space: Comprehensive Study Guide

Equations of Lines and Planes in Space

865 words

Functions of Several Variables: Comprehensive Study Guide

Functions of Several Variables

890 words

Mastering Green’s Theorem: From Line Integrals to Double Integrals

Green’s Theorem

875 words

Mastering Lagrange Multipliers: Constrained Optimization

Lagrange Multipliers

940 words

Study Guide: Limits and Continuity in Multivariable Calculus

Limits and Continuity

920 words

Master Study Guide: Line Integrals in Vector Calculus

Line Integrals

865 words

Multivariable Calculus: Maxima and Minima of Functions

Maxima/Minima Problems

842 words

Motion in Space: Velocity, Acceleration, and Projectile Motion

Motion in Space

842 words

Nonhomogeneous Linear Second-Order Differential Equations: Study Guide

Nonhomogeneous Linear Equations

890 words

Mastering Parametric Equations: Foundations and Applications

Parametric Equations

1,150 words

Chapter 4.3: Partial Derivatives Study Guide

Partial Derivatives

860 words

Mastering Polar Coordinates: A Comprehensive Study Guide

Polar Coordinates

820 words

Mastering Quadric Surfaces: A Comprehensive Study Guide

Quadric Surfaces

820 words

Mastering Second-Order Linear Differential Equations

Second-Order Linear Equations

895 words

Mastering Series Solutions of Differential Equations

Series Solutions of Differential Equations

845 words

Mastering Stokes’ Theorem: Bridging Surface and Line Integrals

Stokes’ Theorem

875 words

Comprehensive Study Guide: Surface Integrals

Surface Integrals

985 words

Study Guide: Tangent Planes and Linear Approximations

Tangent Planes and Linear Approximations

845 words

The Multivariable Chain Rule: A Comprehensive Study Guide

The Chain Rule

915 words

Mastering the Cross Product: Geometry and Algebra in 3D

The Cross Product

860 words

Chapter Study Guide: The Divergence Theorem

The Divergence Theorem

845 words

Mastering the Dot Product: A Calculus III Guide

The Dot Product

820 words

Mastering Triple Integrals: A Comprehensive Study Guide

Triple Integrals

785 words

Vectors in the Plane: A Comprehensive Study Guide

Vectors in the Plane

820 words

Study Guide: Vectors in Three Dimensions

Vectors in Three Dimensions

915 words

Chapter Study Guide: Vector-Valued Functions and Space Curves

Vector-Valued Functions and Space Curves

940 words

Ready to practice? Jump straight in — no sign-up needed.

Take practice tests, review flashcards, and read study notes right now.

Take a Practice Test

Calculus III: Multivariable Calculus Practice Questions

Try 15 sample questions from a bank of 653. Answers and detailed explanations included.

Q1easy

Consider the function f(x,y)=x+yxyf(x, y) = \frac{x + y}{x - y}. Which of the following is the primary reason why f(x,y)f(x, y) is discontinuous at the point (1,1)(1, 1)?

A.

The function f(1,1)f(1, 1) is not defined because the denominator is zero.

B.

The limit lim(x,y)(1,1)f(x,y)\lim_{(x, y) \to (1, 1)} f(x, y) exists but does not equal the function value.

C.

The partial derivatives fxf_x and fyf_y are not equal at the point (1,1)(1, 1).

D.

The function is continuous at (1,1)(1, 1) because it is a rational function defined everywhere else.

Show answer & explanation

Correct Answer: A

To verify if a function f(x,y)f(x, y) is continuous at a point (a,b)(a, b), it must satisfy three conditions:

  1. f(a,b)f(a, b) must be defined.
  2. The limit lim(x,y)(a,b)f(x,y)\lim_{(x, y) \to (a, b)} f(x, y) must exist.
  3. The limit must equal the function value: lim(x,y)(a,b)f(x,y)=f(a,b)\lim_{(x, y) \to (a, b)} f(x, y) = f(a, b).

For the function f(x,y)=x+yxyf(x, y) = \frac{x + y}{x - y} at the point (1,1)(1, 1), we check the first condition by substituting the coordinates into the function: f(1,1)=1+111=20f(1, 1) = \frac{1 + 1}{1 - 1} = \frac{2}{0} Since division by zero is undefined, the function f(1,1)f(1, 1) is not defined. Because the first condition of continuity is not met, the function is discontinuous at (1,1)(1, 1).

Q2easy

In physics and engineering, simple harmonic motion (SHM) is a type of periodic motion where the restoring force is directly proportional to the displacement. Which of the following second-order linear differential equations correctly represents the motion of a displacement x(t)x(t) undergoing simple harmonic motion with an angular frequency ω\omega?

A.

d2xdt2+ω2x=0\frac{d^2x}{dt^2} + \omega^2 x = 0

B.

d2xdt2ω2x=0\frac{d^2x}{dt^2} - \omega^2 x = 0

C.

d2xdt2+cdxdt+ω2x=0\frac{d^2x}{dt^2} + c\frac{dx}{dt} + \omega^2 x = 0

D.

dxdt+ωx=0\frac{dx}{dt} + \omega x = 0

Show answer & explanation

Correct Answer: A

To identify the correct differential equation for simple harmonic motion (SHM), we consider the physical definition: the acceleration is proportional to the displacement but in the opposite direction.

  1. Physical Law: According to Newton's Second Law (F=maF = ma) and Hooke's Law (F=kxF = -kx), we have md2xdt2=kxm\frac{d^2x}{dt^2} = -kx.
  2. Standard Form: Dividing by mm gives d2xdt2=kmx\frac{d^2x}{dt^2} = -\frac{k}{m}x. By defining ω2=km\omega^2 = \frac{k}{m}, we rearrange the equation to: d2xdt2+ω2x=0\frac{d^2x}{dt^2} + \omega^2 x = 0
  3. Analyzing Options:
    • Option A is the standard form of the SHM equation.
    • Option B results in exponential growth/decay solutions (x=e±ωtx = e^{\pm\omega t}) rather than periodic oscillations.
    • Option C includes a first-order derivative term (cdxdtc\frac{dx}{dt}), which represents damped harmonic motion (friction or air resistance).
    • Option D is a first-order differential equation, which does not describe the second-order acceleration-based nature of SHM.

Therefore, the correct equation is d2xdt2+ω2x=0\frac{d^2x}{dt^2} + \omega^2 x = 0.

Q3hard

Analyze the transformation from spherical coordinates (ρ,ϕ,θ)(\rho, \phi, \theta) to Cartesian coordinates (x,y,z)(x, y, z) defined by the equations:

x=ρsinϕcosθx = \rho \sin \phi \cos \theta y=ρsinϕsinθy = \rho \sin \phi \sin \theta z=ρcosϕz = \rho \cos \phi

To perform a change of variables in a triple integral Vf(x,y,z)dV\iiint_V f(x, y, z) \, dV, one must determine the Jacobian determinant J=(x,y,z)(ρ,ϕ,θ)J = \frac{\partial(x, y, z)}{\partial(\rho, \phi, \theta)}. Which of the following expressions represents the magnitude of the Jacobian, which serves as the scaling factor for the differential volume element dVdV?

A.

ρsinϕ\rho \sin \phi

B.

ρ2sinϕ\rho^2 \sin \phi

C.

ρ2cosϕ\rho^2 \cos \phi

D.

ρ2\rho^2

Show answer & explanation

Correct Answer: B

To find the Jacobian determinant J=(x,y,z)(ρ,ϕ,θ)J = \frac{\partial(x, y, z)}{\partial(\rho, \phi, \theta)}, we construct the $$3 \times 3$$ matrix of partial derivatives:

J=det[xρxϕxθyρyϕyθzρzϕzθ]=det[sinϕcosθρcosϕcosθρsinϕsinθsinϕsinθρcosϕsinθρsinϕcosθcosϕρsinϕ0]J = \det \begin{bmatrix} \frac{\partial x}{\partial \rho} & \frac{\partial x}{\partial \phi} & \frac{\partial x}{\partial \theta} \\ \frac{\partial y}{\partial \rho} & \frac{\partial y}{\partial \phi} & \frac{\partial y}{\partial \theta} \\ \frac{\partial z}{\partial \rho} & \frac{\partial z}{\partial \phi} & \frac{\partial z}{\partial \theta} \end{bmatrix} = \det \begin{bmatrix} \sin \phi \cos \theta & \rho \cos \phi \cos \theta & -\rho \sin \phi \sin \theta \\ \sin \phi \sin \theta & \rho \cos \phi \sin \theta & \rho \sin \phi \cos \theta \\ \cos \phi & -\rho \sin \phi & 0 \end{bmatrix}

Expanding along the third row (the simplest row due to the zero):

  1. First term: \cos \phi$ [$(\rho \cos \phi \cos \theta)(\rho \sin \phi \cos \theta) - (-\rho \sin \phi \sin \theta)(\rho \cos \phi \sin \theta)$]$ = \cos \phi[ [\rho^2 \sin \phi \cos \phi \cos^2 \theta + \rho^2 \sin \phi \cos \phi \sin^2 \theta]] =ρ2sinϕcos2ϕ(cos2θ+sin2θ)=ρ2sinϕcos2ϕ= \rho^2 \sin \phi \cos^2 \phi (\cos^2 \theta + \sin^2 \theta) = \rho^2 \sin \phi \cos^2 \phi

  2. Second term: -(-\rho \sin \phi)$ [$(\sin \phi \cos \theta)(\rho \sin \phi \cos \theta) - (-\rho \sin \phi \sin \theta)(\sin \phi \sin \theta)$]$ = \rho \sin \phi[ [\rho \sin^2 \phi \cos^2 \theta + \rho \sin^2 \phi \sin^2 \theta]] =ρ2sin3ϕ(cos2θ+sin2θ)=ρ2sin3ϕ= \rho^2 \sin^3 \phi (\cos^2 \theta + \sin^2 \theta) = \rho^2 \sin^3 \phi

Adding the terms together: J=ρ2sinϕcos2ϕ+ρ2sin3ϕ=ρ2sinϕ(cos2ϕ+sin2ϕ)=ρ2sinϕJ = \rho^2 \sin \phi \cos^2 \phi + \rho^2 \sin^3 \phi = \rho^2 \sin \phi (\cos^2 \phi + \sin^2 \phi) = \rho^2 \sin \phi

Thus, the differential volume element becomes dVdV = \rho^2 \sin \phi\,d\rho\,d\phi\,d\theta.Thecorrectscalingfactoris. The correct scaling factor is **\rho^2 \sin \phi$$**.

Q4hard

Consider a damped mass-spring system described by the linear homogeneous differential equation m x'' + b x' + k x = 0, where m,b,k>0m, b, k > 0. The system is currently configured at the boundary of critical damping where b2=4mkb^2 = 4mk. If the damping constant bb is significantly increased while mm and kk remain constant, which of the following best analyzes the resulting change in the system's temporal behavior as it returns to equilibrium?

A.

The system becomes overdamped, and the time required for the displacement to decay within a specific tolerance of equilibrium increases.

B.

The system becomes overdamped, and the increased damping force ensures the mass reaches equilibrium in less time than in the critically damped state.

C.

The system becomes underdamped, and the mass will exhibit oscillations with a quasi-frequency that decreases as bb increases.

D.

The system remains critically damped because the ratio of k/mk/m has not changed, but the amplitude of the initial displacement decays faster.

Show answer & explanation

Correct Answer: A

To analyze the system, we examine the characteristic equation mr2+br+k=0mr^2 + br + k = 0, which has roots r=b±b24mk2mr = \frac{-b \pm \sqrt{b^2 - 4mk}}{2m}.

  1. Initial State: At critical damping, the discriminant D=b24mk=0D = b^2 - 4mk = 0. This provides the fastest return to equilibrium without oscillation because the repeated root r=b/(2m)r = -b/(2m) represents the maximum possible decay rate before the roots split into two distinct real values.

  2. Increasing bb: When bb is increased such that b2>4mkb^2 > 4mk, the system enters the overdamped regime. The roots become two distinct negative real numbers: r1,r2=b±b24mk2mr_1, r_2 = \frac{-b \pm \sqrt{b^2 - 4mk}}{2m}.

  3. Decay Analysis: As bb increases, one root (r2r_2) becomes very negative (fast decay), but the other root (r1r_1) approaches zero: limbb+b24mk2mlimbb+b(12mkb2)2m=kb\lim_{b \to \infty} \frac{-b + \sqrt{b^2 - 4mk}}{2m} \approx \lim_{b \to \infty} \frac{-b + b(1 - \frac{2mk}{b^2})}{2m} = -\frac{k}{b} Because the solution is a linear combination x(t)=c1er1t+c2er2tx(t) = c_1 e^{r_1 t} + c_2 e^{r_2 t}, the term with the root closer to zero (r1r_1) dominates the long-term behavior. Consequently, as bb increases, the system takes longer to return to equilibrium.

Therefore, the system becomes overdamped and the return to equilibrium slows down. Option A is the correct analysis.

Q5hard

Consider a particle moving along a three-dimensional space curve defined by the position vector: r(t)=4cos(2t),4sin(2t),3t\vec{r}(t) = \langle 4\cos(2t), 4\sin(2t), 3t \rangle Analyze the geometry of this motion to determine the tangent vector r(t)\vec{r}'(t) at the point where t=π6t = \frac{\pi}{6}.

A.

43,4,3\langle -4\sqrt{3}, 4, 3 \rangle

B.

2,23,π2\langle 2, 2\sqrt{3}, \frac{\pi}{2} \rangle

C.

23,2,3\langle -2\sqrt{3}, 2, 3 \rangle

D.

4373,473,373\langle -\frac{4\sqrt{3}}{\sqrt{73}}, \frac{4}{\sqrt{73}}, \frac{3}{\sqrt{73}} \rangle

Show answer & explanation

Correct Answer: A

To find the tangent vector at a specific point, we must differentiate the position vector r(t)\vec{r}(t) with respect to the parameter tt and then evaluate the derivative at the given value t0=π6t_0 = \frac{\pi}{6}. 1. Differentiate each component of r(t)=4cos(2t),4sin(2t),3t\vec{r}(t) = \langle 4\cos(2t), 4\sin(2t), 3t \rangle. Applying the chain rule to the trigonometric terms: x(t)=ddt[4cos(2t)]=4(sin(2t)2)=8sin(2t)x'(t) = \frac{d}{dt}[4\cos(2t)] = 4(-\sin(2t) \cdot 2) = -8\sin(2t), y(t)=ddt[4sin(2t)]=4(cos(2t)2)=8cos(2t)y'(t) = \frac{d}{dt}[4\sin(2t)] = 4(\cos(2t) \cdot 2) = 8\cos(2t), and z(t)=ddt[3t]=3z'(t) = \frac{d}{dt}[3t] = 3. The general tangent vector is r(t)=8sin(2t),8cos(2t),3\vec{r}'(t) = \langle -8\sin(2t), 8\cos(2t), 3 \rangle. 2. Evaluate at t=π6t = \frac{\pi}{6}: Substitute the value into the derived components: 2t=2(π6)=π32t = 2(\frac{\pi}{6}) = \frac{\pi}{3}. r(π6)=8sin(π3),8cos(π3),3\vec{r}'(\frac{\pi}{6}) = \langle -8\sin(\frac{\pi}{3}), 8\cos(\frac{\pi}{3}), 3 \rangle. Using standard values sin(π3)=32\sin(\frac{\pi}{3}) = \frac{\sqrt{3}}{2} and cos(π3)=12\cos(\frac{\pi}{3}) = \frac{1}{2}, we get: r(π6)=8(32),8(12),3=43,4,3\vec{r}'(\frac{\pi}{6}) = \langle -8(\frac{\sqrt{3}}{2}), 8(\frac{1}{2}), 3 \rangle = \langle -4\sqrt{3}, 4, 3 \rangle. Analysis of Distractors: B is the position vector r(π6)\vec{r}(\frac{\pi}{6}), which describes the location rather than the direction of travel. C is the result of neglecting the chain rule coefficient of 2. D is the unit tangent vector T(π6)\vec{T}(\frac{\pi}{6}), found by dividing the tangent vector by its magnitude 73\sqrt{73}. The correct tangent vector is 43,4,3\langle -4\sqrt{3}, 4, 3 \rangle.

Q6easy

To find the angle θ\theta between two planes, one must first identify the normal vectors of each plane. Given the equations of two planes:

P1:2x3y+z5=0P_1: 2x - 3y + z - 5 = 0 P2:x+4y2z+8=0P_2: x + 4y - 2z + 8 = 0

Which pair of normal vectors n1\mathbf{n_1} and n2\mathbf{n_2} should be used in the angle calculation formula?

A.

n1=2,3,1\mathbf{n_1} = \langle 2, -3, 1 \rangle and n2=1,4,2\mathbf{n_2} = \langle 1, 4, -2 \rangle

B.

n1=2,3,5\mathbf{n_1} = \langle 2, -3, -5 \rangle and n2=1,4,8\mathbf{n_2} = \langle 1, 4, 8 \rangle

C.

n1=12,13,1\mathbf{n_1} = \langle \frac{1}{2}, -\frac{1}{3}, 1 \rangle and n2=1,14,12\mathbf{n_2} = \langle 1, \frac{1}{4}, -\frac{1}{2} \rangle

D.

n1=2,3,1\mathbf{n_1} = \langle 2, 3, 1 \rangle and n2=1,4,2\mathbf{n_2} = \langle 1, 4, 2 \rangle

Show answer & explanation

Correct Answer: A

To identify the normal vector of a plane from its scalar equation ax + by + cz + d = 0, we look at the coefficients of the variables xx, yy, and zz. The normal vector is given by n=a,b,c\mathbf{n} = \langle a, b, c \rangle.

  1. For Plane P1:2x3y+z5=0P_1: 2x - 3y + z - 5 = 0, the coefficients are a=2a=2, b=3b=-3, and c=1c=1. Thus, n1=2,3,1\mathbf{n_1} = \langle 2, -3, 1 \rangle.
  2. For Plane P2:x+4y2z+8=0P_2: x + 4y - 2z + 8 = 0, the coefficients are a=1a=1, b=4b=4, and c=2c=-2. Thus, n2=1,4,2\mathbf{n_2} = \langle 1, 4, -2 \rangle.

Option B incorrectly includes the constant term dd. Option C uses reciprocals of the coefficients. Option D fails to account for the negative signs in the coefficients. Therefore, Option A is the correct identification of the normal vectors.

Q7hard

Consider the following three regions in Euclidean space:

  • D1D_1: The plane R2\mathbb{R}^2 excluding the origin (0,0)(0,0).
  • D2D_2: The space R3\mathbb{R}^3 excluding the origin (0,0,0)(0,0,0).
  • D3D_3: The space R3\mathbb{R}^3 excluding the entire zz-axis.

Which of the following statements correctly compares the topological property of being simply connected for these regions?

A.

Only D2D_2 is simply connected; D1D_1 and D3D_3 are not simply connected because they contain holes (a point in 2D and a line in 3D) that obstruct loop contraction.

B.

None of the regions are simply connected because the removal of any subset (whether a point or a line) creates a hole that prevents the continuous contraction of loops surrounding that subset.

C.

D1D_1 and D2D_2 are both not simply connected because they are punctured spaces, while D3D_3 is simply connected because a line has no thickness in R3\mathbb{R}^3.

D.

D2D_2 and D3D_3 are both simply connected because, in R3\mathbb{R}^3, any loop can be deformed into the third dimension to bypass either a point or a line puncture.

Show answer & explanation

Correct Answer: A

To determine if a region is simply connected, we check if every simple closed curve (loop) can be continuously contracted to a single point without leaving the region.

  1. Region D1D_1 (mathbbR2setminus(0,0)\\mathbb{R}^2 \\setminus \\{(0,0)\\}): In two dimensions, removing a single point creates a 'hole.' A loop that encircles the origin cannot be shrunk to a point because it is 'trapped' by the missing origin. Thus, D1D_1 is not simply connected (its fundamental group is isomorphic to Z\mathbb{Z}).

  2. Region D2D_2 (mathbbR3setminus(0,0,0)\\mathbb{R}^3 \\setminus \\{(0,0,0)\\}): In three dimensions, a 0-dimensional point puncture does not obstruct the contraction of a 1-dimensional loop. Any loop surrounding the origin can be 'lifted' into the third dimension, moved around the point, and shrunk to a point. Thus, D2D_2 is simply connected.

  3. **Region D3D_3 ($\mathbb{R}^3excludingtheexcluding thezaxis):Removinga1dimensionallinein3Distopologicallyequivalenttoremovingapointin2D(specifically,-axis):** Removing a 1-dimensional line in 3D is topologically equivalent to removing a point in 2D (specifically, D_3ishomeomorphictois homeomorphic to(\mathbb{R}^2 \setminus {0}) \times \mathbb{R}).Aloopencirclingthe). A loop encircling the zaxiscannotbecontractedtoapointwithoutpassingthroughtheaxis.Thus,-axis cannot be contracted to a point without passing through the axis. Thus, D_3$ is not simply connected.

Comparing these, we find that only D2D_2 possesses the property of simple connectivity. Therefore, the correct answer is A.

Q8hard

Let r(t)\mathbf{r}(t) be a smooth vector-valued function in R3\mathbb{R}^3 that is twice differentiable. Which of the following analytical conclusions regarding the relationship between its magnitude, its derivatives, and its geometric properties must be true for all tt?

A.

If the path of the particle lies entirely on the surface of a sphere centered at the origin, then the velocity vector r(t)\mathbf{r}'(t) is orthogonal to the position vector r(t)\mathbf{r}(t).

B.

The rate of change of the distance from the origin, ddtr(t)\frac{d}{dt} |\mathbf{r}(t)|, is equivalent to the magnitude of the velocity vector r(t)|\mathbf{r}'(t)|.

C.

The acceleration vector r(t)\mathbf{r}''(t) is always orthogonal to the velocity vector r(t)\mathbf{r}'(t) for any smooth path.

D.

The derivative of the cross product of position and velocity satisfies the identity ddt[r(t)×r(t)]=r(t)×r(t)\frac{d}{dt} [\mathbf{r}(t) \times \mathbf{r}'(t)] = \mathbf{r}'(t) \times \mathbf{r}''(t).

Show answer & explanation

Correct Answer: A

To determine which statement is true, we analyze each using the rules of vector calculus:

  1. Analyze Option A: If a particle lies on a sphere centered at the origin, its magnitude is constant, i.e., r(t)=c|\mathbf{r}(t)| = c. This implies r(t)2=r(t)r(t)=c2|\mathbf{r}(t)|^2 = \mathbf{r}(t) \cdot \mathbf{r}(t) = c^2. Differentiating both sides with respect to tt using the dot product rule gives: ddt[r(t)r(t)]=r(t)r(t)+r(t)r(t)=2r(t)r(t)=0\frac{d}{dt} [\mathbf{r}(t) \cdot \mathbf{r}(t)] = \mathbf{r}'(t) \cdot \mathbf{r}(t) + \mathbf{r}(t) \cdot \mathbf{r}'(t) = 2\mathbf{r}(t) \cdot \mathbf{r}'(t) = 0 Since the dot product is zero, r(t)\mathbf{r}(t) and r(t)\mathbf{r}'(t) are orthogonal. Statement A is correct.

  2. Analyze Option B: The derivative of the magnitude is ddtr(t)=r(t)r(t)r(t)\frac{d}{dt} |\mathbf{r}(t)| = \frac{\mathbf{r}(t) \cdot \mathbf{r}'(t)}{|\mathbf{r}(t)|}. This is only equal to r(t)|\mathbf{r}'(t)| if the velocity is in the same direction as the position vector (purely radial motion). In general cases, like uniform circular motion where r(t)|\mathbf{r}(t)| is constant, ddtr(t)=0\frac{d}{dt} |\mathbf{r}(t)| = 0 while r(t)>0|\mathbf{r}'(t)| > 0.

  3. Analyze Option C: The acceleration r(t)\mathbf{r}''(t) is orthogonal to the velocity r(t)\mathbf{r}'(t) only if the speed r(t)|\mathbf{r}'(t)| is constant. If the particle is speeding up or slowing down, there is a tangential component of acceleration, making them non-orthogonal.

  4. Analyze Option D: Using the product rule for cross products: ddt[r(t)×r(t)]=[r(t)×r(t)]+[r(t)×r(t)]\frac{d}{dt} [\mathbf{r}(t) \times \mathbf{r}'(t)] = [\mathbf{r}'(t) \times \mathbf{r}'(t)] + [\mathbf{r}(t) \times \mathbf{r}''(t)] Since any vector crossed with itself is the zero vector (r(t)×r(t)=0\mathbf{r}'(t) \times \mathbf{r}'(t) = \mathbf{0}), the result is r(t)×r(t)\mathbf{r}(t) \times \mathbf{r}''(t), not r(t)×r(t)\mathbf{r}'(t) \times \mathbf{r}''(t).

Therefore, the only statement that must be true is A.

Q9hard

Analyze the function f(x,y)=2x2+3y24x12yf(x, y) = 2x^2 + 3y^2 - 4x - 12y on the closed triangular region DD in the xyxy-plane with vertices (0,0)(0, 0), (3,0)(3, 0), and (0,3)(0, 3). What are the absolute maximum and absolute minimum values of ff on this region?

A.

Absolute Maximum: 6; Absolute Minimum: 14-14

B.

Absolute Maximum: 6; Absolute Minimum: 12-12

C.

Absolute Maximum: 0; Absolute Minimum: 12-12

D.

Absolute Maximum: 6; Absolute Minimum: 9-9

Show answer & explanation

Correct Answer: A

To find the absolute extrema of f(x,y)=2x2+3y24x12yf(x, y) = 2x^2 + 3y^2 - 4x - 12y on the closed triangular region DD, we must check both the interior and the boundary.

  1. Interior Critical Points: We find the gradient f=4x4,6y12\nabla f = \langle 4x - 4, 6y - 12 \rangle. Setting f=0\nabla f = \mathbf{0} yields x=1x = 1 and y=2y = 2. The point (1,2)(1, 2) lies on the boundary of the region (x+y=3x + y = 3), so there are no critical points strictly in the interior.

  2. Boundary Analysis:

  • **Segment 1 (y=0y = 0, $0 \le x \le 3):)**: f(x, 0) = 2x^2 - 4x.Thederivative. The derivative 4x - 4 = 0givesgivesx = 1.Evaluatingat. Evaluating at x=1andtheendpoints:and the endpoints:f(1, 0) = -2,, f(0, 0) = 0,, f(3, 0) = 6$.
  • **Segment 2 (x=0x = 0, $0 \le y \le 3):)**: f(0, y) = 3y^2 - 12y.Thederivative. The derivative 6y - 12 = 0givesgivesy = 2.Evaluatingat. Evaluating at y=2andtheendpoints:and the endpoints:f(0, 2) = -12,, f(0, 0) = 0,, f(0, 3) = -9$.
  • **Segment 3 (y=3xy = 3 - x, $0 \le x \le 3):Substituting)**: Substituting y = 3 - xintointof:: f(x, 3 - x) = 2x^2 + 3(3 - x)^2 - 4x - 12(3 - x) = 5x^2 - 10x - 9.Thederivative. The derivative 10x - 10 = 0givesgivesx = 1,whichimplies, which implies y = 2.Evaluatingat. Evaluating at x = 1:: f(1, 2) = 5(1)^2 - 10(1) - 9 = -14.Theendpoints. The endpoints (3, 0)andand(0, 3) were already evaluated as 6 and -9$.
  1. Comparison: The values found are $0, 6, -9, -2, -12,andand-14.Theabsolutemaximumis6(at. The absolute maximum is **6** (at (3, 0))andtheabsoluteminimumis) and the absolute minimum is **-14(at** (at (1, 2)$).
Q10hard

Consider the inverse-square vector field F(r)=rr3\mathbf{F}(\mathbf{r}) = \frac{\mathbf{r}}{|\mathbf{r}|^3} defined for all r0\mathbf{r} \neq \mathbf{0}, where r=x,y,z\mathbf{r} = \langle x, y, z \rangle. Let SS be a smooth, closed, non-spherical surface that encloses the origin, and let VV be the solid region bounded by SS. Analyze the validity of the Divergence Theorem in this scenario to determine the outward flux of F\mathbf{F} through SS. Which statement most accurately describes the result?

A.

The Divergence Theorem cannot be applied directly because F\mathbf{F} is not C1C^1 throughout VV due to the singularity at the origin; the actual flux is 4π4\pi.

B.

The Divergence Theorem is applicable because the surface SS itself is smooth and avoids the origin; since F=0\nabla \cdot \mathbf{F} = 0 everywhere in V{0}V \setminus \{\mathbf{0}\}, the flux is 0.

C.

The Divergence Theorem can be applied if VV is treated as a limit of regions excluding the origin, resulting in a flux value that depends on the specific geometry and volume of SS.

D.

The Divergence Theorem is applicable and shows the flux is non-zero because the divergence of an inverse-square field is constant and non-zero at all points in the domain.

Show answer & explanation

Correct Answer: A

To analyze this problem, we first examine the divergence of the vector field F=rr3\mathbf{F} = \frac{\mathbf{r}}{|\mathbf{r}|^3}. Calculating the divergence for r0\mathbf{r} \neq \mathbf{0}:

(rr3)=x(xr3)+y(yr3)+z(zr3)\nabla \cdot \left( \frac{\mathbf{r}}{r^3} \right) = \frac{\partial}{\partial x}\left(\frac{x}{r^3}\right) + \frac{\partial}{\partial y}\left(\frac{y}{r^3}\right) + \frac{\partial}{\partial z}\left(\frac{z}{r^3}\right)

Using the quotient rule, x(xr3)=r33x2r5\frac{\partial}{\partial x}(x r^{-3}) = r^{-3} - 3x^2 r^{-5}. Summing the components gives:

F=3r33(x2+y2+z2)r5=3r33r2r5=0\nabla \cdot \mathbf{F} = 3r^{-3} - 3(x^2+y^2+z^2)r^{-5} = 3r^{-3} - 3r^2 r^{-5} = 0

However, the Divergence Theorem states that SFdS=V(F)dV\iint_S \mathbf{F} \cdot d\mathbf{S} = \iiint_V (\nabla \cdot \mathbf{F}) \, dV provided F\mathbf{F} is C1C^1 (continuously differentiable) on an open region containing VV. Because F\mathbf{F} and its derivatives are undefined at the origin, and the origin is inside VV, the theorem does not apply directly.

By surrounding the origin with a small sphere SaS_a of radius aa and applying the theorem to the region between SS and SaS_a, we find that the flux through SS is equal to the flux through SaS_a. For any sphere centered at the origin, the flux is:

SaFndS=Sara3radS=Saa2a4dS=1a2(4πa2)=4π\iint_{S_a} \mathbf{F} \cdot \mathbf{n} \, dS = \iint_{S_a} \frac{\mathbf{r}}{a^3} \cdot \frac{\mathbf{r}}{a} \, dS = \iint_{S_a} \frac{a^2}{a^4} \, dS = \frac{1}{a^2} (4\pi a^2) = 4\pi

Thus, despite the zero divergence elsewhere, the singularity results in a net outward flux of 4π4\pi.

Q11easy

Which of the following integral expressions correctly represents the area AA of the region bounded by a polar curve r=f(θ)r = f(\theta) on the interval αθβ\alpha \le \theta \le \beta?

A.

A=αβ12[f(θ)]2dθA = \int_{\alpha}^{\beta} \frac{1}{2} [f(\theta)]^2 d\theta

B.

A=αβ[f(θ)]2dθA = \int_{\alpha}^{\beta} [f(\theta)]^2 d\theta

C.

A=αβ12f(θ)dθA = \int_{\alpha}^{\beta} \frac{1}{2} f(\theta) d\theta

D.

A=αβ[f(θ)]2+[f(θ)]2dθA = \int_{\alpha}^{\beta} \sqrt{[f(\theta)]^2 + [f'(\theta)]^2} d\theta

Show answer & explanation

Correct Answer: A

To calculate the area AA of a region in polar coordinates, we sum the areas of infinitesimal sectors. For a very small change in angle dθd\theta, the area of the corresponding sector with radius r=f(θ)r = f(\theta) is approximately 12r2dθ\frac{1}{2} r^2 d\theta. Integrating this expression over the bounds from θ=α\theta = \alpha to θ=β\theta = \beta yields the standard formula: A=αβ12[f(θ)]2dθA = \int_{\alpha}^{\beta} \frac{1}{2} [f(\theta)]^2 d\theta Option A is the correct integral setup. Option B is incorrect because it misses the factor of 12\frac{1}{2} required by the sector area formula. Option C is incorrect because the radius f(θ)f(\theta) must be squared. Option D represents the formula for the arc length of the curve, not the area of the region it encloses.

Q12easy

Given the function f(x,y,z)=x4+y3z2+7zf(x, y, z) = x^4 + y^3z^2 + 7z, which of the following represents the partial derivative fx\frac{\partial f}{\partial x}?

A.

4x34x^3

B.

4x3+3y2z24x^3 + 3y^2z^2

C.

4x3+y3z2+74x^3 + y^3z^2 + 7

D.

4x3+3y2+74x^3 + 3y^2 + 7

Show answer & explanation

Correct Answer: A

To find the partial derivative of f(x,y,z)f(x, y, z) with respect to xx (denoted as fx\frac{\partial f}{\partial x} or fxf_x), we differentiate with respect to xx while treating all other variables (yy and zz) as constants.

  1. Differentiate x4x^4: Using the power rule, x(x4)=4x3\frac{\partial}{\partial x}(x^4) = 4x^3.
  2. Differentiate y3z2y^3z^2: Since this term contains no xx, both yy and zz are treated as constants. The derivative of a constant with respect to xx is 0.
  3. Differentiate 7z7z: Similarly, this term contains no xx and is treated as a constant, so its derivative is 0.

Summing these parts, we get 4x3+0+0=4x34x^3 + 0 + 0 = 4x^3.

Therefore, the correct partial derivative is 4x34x^3.

Q13easy

According to Kepler's First Law of Planetary Motion, which of the following correctly describes the shape of a planet's orbit and the position of the Sun within that orbit?

A.

The orbit is an ellipse, and the Sun is located at one of the two foci.

B.

The orbit is a perfect circle, and the Sun is located at the center.

C.

The orbit is an ellipse, and the Sun is located at the geometric center of the ellipse.

D.

The orbit is a parabola, and the Sun is located at the directrix.

Show answer & explanation

Correct Answer: A

Kepler's First Law, often called the Law of Ellipses, states that the orbit of every planet is an ellipse with the Sun at one of the two foci. An ellipse is a closed curve where the sum of the distances from any point on the curve to two fixed points (the foci) is constant. While some planetary orbits have very low eccentricity and appear nearly circular, they are mathematically defined as ellipses with the Sun offset from the center at a focal point. Therefore, the orbit is an ellipse, and the Sun is located at one of the two foci.

Q14easy

A conic section is determined to have an eccentricity of e=1.5e = 1.5. Which of the following types of conic sections does this eccentricity value represent?

A.

Parabola

B.

Ellipse

C.

Hyperbola

D.

Circle

Show answer & explanation

Correct Answer: C

The eccentricity (ee) of a conic section is a constant that defines its shape and deviation from a perfect circle. Conic sections are classified according to the following values of ee:

  1. Circle: e=0e = 0
  2. Ellipse: $0 < e < 1$
  3. Parabola: e=1e = 1
  4. Hyperbola: e>1e > 1

Given that the eccentricity is e=1.5e = 1.5, which is strictly greater than 1, the conic section is a hyperbola.

Q15easy

Which of the following double integrals correctly represents the area of the shaded rectangular region RR bounded by x=0x=0, x=3x=3, y=0y=0, and y=2y=2?

A.

03021dydx\int_{0}^{3} \int_{0}^{2} 1 \, dy \, dx

B.

0302xydydx\int_{0}^{3} \int_{0}^{2} xy \, dy \, dx

C.

0302(x+y)dydx\int_{0}^{3} \int_{0}^{2} (x+y) \, dy \, dx

D.

03020dydx\int_{0}^{3} \int_{0}^{2} 0 \, dy \, dx

Show answer & explanation

Correct Answer: A

To calculate the area of a region RR in the xyxy-plane using a double integral, we use the formula:

Area(R)=R1dAArea(R) = \iint_{R} 1 \, dA

In this problem, the region RR is a rectangle defined by the boundaries $0 \le x \le 3and$0y2 and $0 \le y \le 2. Setting up the iterated integral with respect to yy then xx:

  1. The inner limits for yy are from 0 to 2.
  2. The outer limits for xx are from 0 to 3.
  3. The integrand must be the constant function f(x,y)=1f(x, y) = 1.

This gives us the expression: 03021dydx\int_{0}^{3} \int_{0}^{2} 1 \, dy \, dx.

Option B represents the volume under the surface z=xyz = xy. Option C represents the volume under the surface z=x+yz = x+y. Option D evaluates to zero and does not represent area.

These are 15 of 653 questions available. Take a practice test →

Ready to ace Calculus III: Multivariable Calculus?

Access all 653 practice questions, study notes, and flashcards — no sign-up required.

Start Studying — Free