Vector Calculus Tutorial Exercises
Vector Calculus Tutorial Exercises
The divergence theorem states that the flux of a vector field v across a closed surface S is equal to the volume integral of the divergence of v over the volume V enclosed by S: ∬S v·n dA = ∭V ∇·v dV. An example application is using the divergence theorem to evaluate the surface integral of v = 5xyi + 3yj + x²k over the region bounded by the planes x + y = 4, x = 0, y = 0, z = 0, and z = 4; this results in a value of 928/3 .
The parametric form of the parabola y = 1 - 2x^2 is given by sin ti + cos 2tj, with the parameter t ranging from -π/2 to π/2 .
Green's theorem relates a closed line integral over a curve C to a double integral over the region D bounded by C. The theorem states ∮C Ldx + Mdy = ∬D (∂M/∂x - ∂L/∂y)dA. For instance, evaluating the line integral ∮C F·dr where F = (x + y²)i + (x² - y²)j and C is defined by y³ = x² (a closed curve) results in integrating over the enclosed area, yielding a specific result (in this case 1/84, as determined by Green's theorem).
To find the unit normal vector to the surface x^2 + 2y^2 + z^2 = 4 at the point (1, 1, 1), first calculate the gradient ∇f = 2x i + 4y j + 2z k. At the point (1, 1, 1), this evaluates to 2i + 4j + 2k, and the unit normal is (i + 2j + k)/√6, where √6 normalizes the vector to have unit length .
To achieve zero divergence in a vector field, set ∇·A = 0, which involves adjusting any unknowns within the field. For A = (bx²y + yz)i + (xy² - xz²)j + (2xyz - 2x²y²)k, identify b such that divergence is zero across all components, resulting in b = -2 for divergence-free conditions .
The maximum directional derivative of a scalar function φ at a point occurs in the direction of the gradient vector ∇φ. The magnitude of this maximum is the euclidean norm (or magnitude) of the gradient vector. For the function φ = 2xz - y² at point (1, 3, 2), the maximum occurs in the direction 4i - 6j + 2k with a magnitude of 2√14 .
A vector field is considered irrotational if its curl is zero. For the vector field A = (x^2 - yz)i + (y^2 - zx)j + (z^2 - xy)k, it's shown to be irrotational. This allows it to be expressed as the gradient of a scalar potential. The scalar potential f is f(x,y,z) = (x^3 + y^3 + z^3)/3 - xyz, derived by integrating the components of A .
Parametric equations express geometric objects using parameters, often for simplicity in calculus. A plane such as 7x + 3y + 4z = 15 can be parametrized by setting z as a function of x and y: x, y, (15 - 7x - 3y)/4. Curves, like the example r(t) = ti + (t²/2)j, can be expressed in parametric form to facilitate finding characteristics like tangent vectors and arc lengths .
Stokes's theorem equates the surface integral of the curl of a vector field over a surface S to the line integral of the vector field itself over the boundary curve C of the surface: ∬S (curl A)·n dS = ∮C A·dr. For instance, for a vector field A = (3x - y)i - 2yz²j - 2y²k, when S is a hemisphere defined by x² + y² + z² = 16 with z > 0. Using Stokes’s theorem, the integration confirms a result of 16π, which confirms the equivalence through the boundary line integral .
The gradient of a scalar function provides the direction and rate of fastest increase of the function. For instance, consider the gradient of the function x sin(yz) + y sin(xz) + z sin(xy), which leads to specific directional rates at distinct points. At the point (0, π/4, 1), this evaluates to a vector (π + √2/2)i, showing the direction and sensitivity of changes around this point .