CalcLin Exam Essentials
This note contains the methods, formulas, decision rules, and common mistakes for the topics that must be mastered for the exam.
1. Stokes’ Theorem
Purpose
Stokes’ theorem converts a line integral around a closed curve into a surface integral of the curl:
Here:
is the closed boundary curve of the surface . is the oriented normal vector. - The orientation of
must agree with according to the right-hand rule.
When to Use Stokes
Look for:
- A closed line integral
. - A curve that is the boundary of a surface.
- A surface integral involving
. - A complicated curve but an easy surface spanning the curve.
Work Plan
- Compute the curl:
Thus,
- Choose the easiest surface
with boundary . - Find the correctly oriented normal vector.
- Evaluate:
Surface Written as
For upward orientation:
For downward orientation, multiply by
Orientation
Curl the fingers of your right hand in the direction of
- Your thumb gives the positive normal direction.
- Viewed from the tip of
, the positive curve orientation is counterclockwise. - Reversing the curve direction changes the sign.
Important Shortcut
You may replace the original surface with any easier surface having the same boundary, as long as the orientation is preserved.
Common Mistakes
- Using Stokes for a curve that is not closed.
- Computing divergence instead of curl.
- Forgetting the orientation.
- Using a normal vector with the wrong sign.
- Integrating over the boundary instead of the interior surface.
2. Gauss’ Divergence Theorem
Purpose
The divergence theorem converts the outward flux through a closed surface into a triple integral over the enclosed volume:
The surface
When to Use Gauss
Look for:
- Flux through a closed surface.
- Phrases such as “outward flux.”
- A sphere, cylinder, box, or another enclosed solid.
- A direct surface integral that would require several separate pieces.
Divergence Formula
For
the divergence is
Work Plan
- Check that the surface is closed.
- Compute
. - Describe the enclosed volume
. - Choose suitable coordinates.
- Evaluate:
Open Surfaces
Gauss cannot be applied directly to an open surface. Instead:
- Add a cap to close the surface.
- Apply Gauss to the entire closed surface.
- Subtract the flux through the added cap.
Common Coordinate Systems
Cylindrical Coordinates
Spherical Coordinates
Using
Common Mistakes
- Applying Gauss to an open surface.
- Forgetting that the normal must point outward.
- Forgetting the Jacobian.
- Computing curl instead of divergence.
- Forgetting to subtract an added cap.
3. Stokes or Gauss?
Use Stokes When
- You have circulation around a closed curve.
- The integral is
. - You need
. - A curve bounds a surface.
Use Gauss When
- You have outward flux through a closed surface.
- The integral is
. - You need
. - A surface encloses a volume.
Memory Rule
4. Direct Flux Integrals
Definition
The flux of
Flux measures how much of the vector field passes through the surface.
Parametrized Surface
Suppose
Then
The oriented surface element is
Therefore,
Work Plan
- Parametrize the surface.
- Compute
and . - Compute
. - Check the orientation.
- Substitute the parametrization into
. - Take the dot product.
- Integrate over the parameter domain.
Graph
Use
Then
Thus, for upward orientation,
Orientation Check
If the normal points in the wrong direction, multiply the final normal vector by
For example:
- Upward means the
-component must be positive. - Downward means the
-component must be negative. - Outward means the normal points away from the enclosed region.
Scalar Surface Integral Versus Flux
Scalar surface integral:
Flux integral:
For flux, do not take the magnitude of the cross product.
5. Subspaces
Definition
A subset
- The zero vector is in
. is closed under addition. is closed under scalar multiplication.
Subspace Test
Property 1: Zero Vector
Check:
If the zero vector is not in the set, the set is immediately not a subspace.
Property 2: Closure Under Addition
Take arbitrary
Property 3: Closure Under Scalar Multiplication
Take arbitrary
Fast Recognition
The solution set of a homogeneous linear system
is always a subspace.
The solution set of
is generally not a subspace because it usually does not contain the zero vector.
Common Non-Subspace Conditions
Sets involving the following are suspicious:
- Constants not equal to zero.
- Absolute values.
- Products such as
. - Inequalities.
- Restrictions such as
. - Nonlinear equations.
Disproving a Subspace
You only need one failed property. Useful methods:
- Show
. - Find
for which . - Find
and for which .
6. Linear Dependence and Independence
Definition
Vectors
has only the trivial solution
If a nontrivial solution exists, the vectors are linearly dependent.
Matrix Method
Place the vectors as columns:
Solve
Conclusion
- Pivot in every column
linearly independent. - At least one free variable
linearly dependent.
Immediate Dependence Rules
A set is automatically linearly dependent if:
- It contains the zero vector.
- One vector is a multiple of another.
- One vector is a linear combination of the others.
- There are more than
vectors in .
Square Matrix Shortcut
For
Spanning Versus Independence
For vectors in
- Pivot in every column
independent. - Pivot in every row
span .
For exactly
- They are linearly independent.
- They span
. - They form a basis.
- The matrix is invertible.
- The determinant is nonzero.
- There is a pivot in every row and column.
7. Rank Theorem
For an
Here:
is the number of pivots. . is the number of columns.
Therefore,
Important Dimensions
Basis for Column Space
- Row reduce
. - Identify the pivot column numbers.
- Take those columns from the original matrix.
Never take the column-space basis from the row-reduced matrix.
Basis for Null Space
- Row reduce
. - Identify the free variables.
- Express the pivot variables using the free variables.
- Write the solution in parametric vector form.
- The vectors multiplying the free parameters form a basis for
.
Example Structure
Suppose
Then
and
8. Projections
Projection onto One Vector
The projection of
If
Orthogonal Decomposition
A vector
where:
is the projection onto the subspace. is perpendicular to the subspace.
For projection onto
The error vector satisfies
Projection onto an Orthogonal Basis
If
Projection onto an Orthonormal Basis
If
Projection Matrix
If the columns of
and
For a general full-column-rank matrix
9. Gram–Schmidt
Purpose
Gram–Schmidt converts a linearly independent set
into an orthogonal or orthonormal basis for the same subspace.
Orthogonal Version
Start with
Then
For the third vector:
In general:
Normalize
After finding the orthogonal vectors:
The vectors
Work Plan
- Set
. - Remove from
its projection onto . - Remove from
its projections onto both and . - Continue similarly.
- Normalize only at the end unless unit vectors are specifically needed earlier.
Check
For an orthogonal basis:
For an orthonormal basis:
Common Mistakes
- Projecting onto the original vectors instead of the new orthogonal vectors.
- Forgetting to subtract all previous projections.
- Using
instead of in the projection denominator. - Normalizing before completing the subtraction incorrectly.
- Continuing when the original vectors are linearly dependent and obtaining a zero vector.
10. Least Squares
Purpose
The system
may have no exact solution when
The least-squares solution
as small as possible.
Geometric Interpretation
The vector
is the orthogonal projection of
The residual is
The residual is orthogonal to every column of
Normal Equations
Starting from
we obtain
Work Plan
- Compute
. - Compute
. - Solve:
- Compute the fitted vector:
- Compute the residual:
- Check:
Explicit Formula
If the columns of
Do not use this formula if
Least-Squares Line
For a line
the design matrix is
Solve the normal equations for
Common Mistakes
- Solving
directly when it is inconsistent. - Writing
instead of . - Forgetting that the residual is
. - Assuming the residual itself is zero.
- Forgetting that
.
11. Sequence and Series Convergence
Sequence Convergence
A sequence
A necessary condition for a series
to converge is
If
the series diverges.
However,
does not prove convergence.
Example:
diverges even though
12. Standard Series
Geometric Series
converges when
Its sum is
It diverges when
-Series
converges when
and diverges when
Harmonic Series
diverges.
13. Choosing a Convergence Test
Step 1: Term Test
Always begin by checking:
If the limit is not zero, the series diverges immediately.
Step 2: Recognize the Form
- Geometric form
geometric-series test. form -series test. - Positive decreasing function involving powers or logarithms
integral test. - Alternating signs
or alternating-series test. - Factorials or exponentials
ratio test. - Terms raised to the power
root test. - Similarity to a familiar positive series
comparison or limit comparison.
14. Integral Test
Conditions
Suppose
where
- Positive.
- Continuous.
- Decreasing.
Then
Work Plan
- Identify
such that . - State that
is positive, continuous, and decreasing. - Compute:
- Conclude:
- Finite improper integral
series converges. - Infinite improper integral
series diverges.
- Finite improper integral
Example
For
use
Then
Therefore, the series converges.
Important
The integral test normally determines convergence, not the exact value of the series.
15. Integral-Test Error Bounds
Let
and let
The remainder is
If the integral-test conditions hold, then
Maximum Error
The upper bound gives the maximum possible error:
Better Estimate for the Sum
Since
and
we obtain
A better estimate is the midpoint:
The maximum error of this midpoint estimate is
Here,
Finding the Required Number of Terms
To guarantee an error smaller than
Then round
16. Alternating-Series Test
An alternating series has the form
where
The series converges if:
eventually. .
Alternating-Series Error Bound
If the alternating-series test applies, then
The error is at most the magnitude of the first omitted term.
Finding the Number of Terms
To guarantee
solve
Sign of the Error
The exact sum lies between consecutive partial sums:
If the first omitted term is positive, the exact answer lies above
If the first omitted term is negative, the exact answer lies below
17. Absolute and Conditional Convergence
A series
converges absolutely if
converges.
A series converges conditionally if
converges but
diverges.
Procedure for Alternating Series
- Test
- If it converges, the original series converges absolutely.
- If it diverges, test the original alternating series.
- If the original converges, it converges conditionally.
- If the original also diverges, the series diverges.
Important Result
18. Ratio Test
For
compute
Then:
The ratio test is especially useful for:
- Factorials.
- Exponentials.
- Products.
- Power series.
19. Power Series
A power series centred at
It normally has:
- Convergence for
. - Divergence for
. - Endpoints that must be tested separately.
Work Plan
- Apply the ratio test or root test.
- Solve the resulting inequality for
. - Determine the radius
. - Write the open interval.
- Test each endpoint separately.
- State the full interval of convergence.
Endpoint Warning
The ratio test usually gives no conclusion at the endpoints. Each endpoint may:
- Converge absolutely.
- Converge conditionally.
- Diverge.
20. Taylor and Maclaurin Series
Taylor Series
The Taylor series of
Maclaurin Series
For
Important Standard Series
Geometric
Exponential
Sine
Cosine
Natural Logarithm
Arctangent
Transforming Known Series
Starting from
you may:
- Replace
by another expression. - Multiply the entire series.
- Differentiate term by term.
- Integrate term by term.
Always update the interval of convergence.
21. Taylor Error Bound
The degree-
The remainder is
Lagrange Error Bound
If
for all
Work Plan
- Identify the degree
. - Find
. - Find a maximum value
on the interval between and . - Substitute into:
Choosing the Degree
To guarantee an error below
22. Error-Bound Summary
Alternating Series
Use the first omitted term.
Integral Test
Maximum error using
Midpoint estimate:
Midpoint maximum error:
Taylor Polynomial
23. Final Exam Decision Guide
Closed Line Integral
Use Stokes’ theorem. Compute:
Outward Flux Through a Closed Surface
Use Gauss’ theorem. Compute:
Flux Through an Open Surface
Parametrize the surface and use
Alternatively, close the surface and use Gauss, then subtract the added part.
Is a Set a Subspace?
Check:
- Zero vector.
- Closure under addition.
- Closure under scalar multiplication.
A homogeneous solution set is automatically a subspace.
Are Vectors Linearly Independent?
Put the vectors in the columns of a matrix and row reduce.
- Pivot in every column
independent. - Free variable
dependent.
Need Rank or Nullity?
Use
Need an Orthogonal Basis?
Use Gram–Schmidt:
Inconsistent System but Need Best Approximation?
Use least squares:
Series with Alternating Signs?
Check:
decreases. .
Error:
Positive Decreasing Series Related to an Integral?
Use the integral test.
Error:
Factorials or Exponentials?
Use the ratio test.
Taylor Approximation Error?
Use
24. Formula Sheet
Vector Calculus
Linear Algebra
Series
25. Last-Minute Checklist
Before the exam, make sure you can do the following without notes:
- Recognize whether to use Stokes, Gauss, or a direct flux integral.
- Compute curl and divergence correctly.
- Parametrize a graph, cylinder, plane, and sphere.
- Determine the correct orientation of a normal.
- Test whether a set is a subspace.
- Determine linear independence using pivots.
- Find rank and nullity.
- Find bases for column space and null space.
- Project a vector onto a vector or subspace.
- Carry out Gram–Schmidt for two or three vectors.
- Form and solve the normal equations.
- Compute and interpret a least-squares residual.
- Recognize geometric and
-series. - Apply the integral and alternating-series tests.
- Distinguish absolute and conditional convergence.
- Determine an interval of convergence and test endpoints.
- Compute alternating, integral-test, and Taylor error bounds.
- Determine how many terms are required for a stated maximum error.