University of Lagos GEG 311 Calculus of Several Variables Exam Study Guide March 2024

Mathematical Definitions and Vector Field Theory

  • Linear Dependence:     * A set of vectors {v1,v2,...,vn}\{v_1, v_2, ..., v_n\} in a vector space VV is said to be linearly dependent if there exist scalars a1,a2,...,ana_1, a_2, ..., a_n, not all zero, such that:     * a1v1+a2v2+...+anvn=0a_1 v_1 + a_2 v_2 + ... + a_n v_n = 0     * In simple terms, at least one vector in the set can be expressed as a linear combination of the others.

  • Linear Independence:     * A set of vectors {v1,v2,...,vn}\{v_1, v_2, ..., v_n\} is linearly independent if the only solution to the vector equation:     * a1v1+a2v2+...+anvn=0a_1 v_1 + a_2 v_2 + ... + a_n v_n = 0     * is the trivial solution, where all scalars are zero: a1=a2=...=an=0a_1 = a_2 = ... = a_n = 0.

  • Conservative Vector Fields:     * A vector field F\mathbf{F} is conservative if it is the gradient of some scalar function ϕ\phi (the potential function).     * Mathematical expression: F=ν\mathbf{F} = \nabla \nu     * Properties: The line integral of a conservative field along a closed loop is zero, and the curl of the field is zero: ×F=0\nabla \times \text{F} = \text{0}.

  • Fundamental Theorem of Calculus (Multivariable context):     * This theorem relates the line integral over a curve to the values of a potential function at the endpoints of the curve.     * Mathematical expression: Cf×dr=f(r(b))f(r(a))\int_C \nabla f \times d\text{r} = f(r(b)) - f(r(a))     * Where CC is a smooth curve from point AA to point BB.

  • Green's Theorem:     * Relates a line integral around a simple closed curve CC to a double integral over the plane region DD bounded by CC.     * Mathematical expression: \oint_C (P dx + Q dy) = \text{\int\int}_D (\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}) dA     * Assumes CC is a positively oriented, piecewise smooth, simple closed curve.

Total Differentials and Higher Order Derivatives

  • Given Function:     * z=x2+8xy+3y3z = x^2 + 8xy + 3y^3

  • Total Differential Formula:     * The general form is: dz=f(x,y)dx+g(x,y)dydz = f(x, y) dx + g(x, y) dy     * Partial derivative with respect to xx (f(x,y)f(x, y)): zx=2x+8y\frac{\partial z}{\partial x} = 2x + 8y     * Partial derivative with respect to yy (g(x,y)g(x, y)): zy=8x+9y2\frac{\partial z}{\partial y} = 8x + 9y^2     * Result: dz=(2x+8y)dx+(8x+9y2)dydz = (2x + 8y) dx + (8x + 9y^2) dy

  • Second Order Derivatives:     * fxx=2zx2=x(2x+8y)=2f_{xx} = \frac{\partial^2 z}{\partial x^2} = \frac{\partial}{\partial x}(2x + 8y) = 2     * fyy=2zy2=y(8x+9y2)=18yf_{yy} = \frac{\partial^2 z}{\partial y^2} = \frac{\partial}{\partial y}(8x + 9y^2) = 18y     * fxy=fyx=2zxy=x(8x+9y2)=8f_{xy} = f_{yx} = \frac{\partial^2 z}{\partial x ∂ y} = \frac{\partial}{\partial x}(8x + 9y^2) = 8

Linear Algebra and Vector Spaces

  • Jacobian Test for Functional Dependence:     * System defined as:         * y1=4x1x2y_1 = 4x_1 - x_2         * y2=x+6x2x+9xy_2 = x + 6x_2x + 9x (Note: Based on transcript text, which appears to have typographical inconsistencies regarding indices).     * The test involves finding the determinant of the Jacobian matrix J=(y1,y2)(x1,x2)J = \frac{\partial(y_1, y_2)}{\partial(x_1, x_2)}. If the determinant is zero, the functions are dependent.

  • Bases in P2(R)P_2(ℝ):     * Vectors provided:         * P1(x)=1+x3x2P_1(x) = 1 + x - 3x^2         * P2(x)=1+2x3x2P_2(x) = 1 + 2x - 3x^2         * P3(x)=x+x2P_3(x) = -x + x^2     * To prove they form a basis for the space of polynomials of degree 2≤ 2, one must show they are linearly independent (e.g., by checking the determinant of their coefficients) and that they span the 3-dimensional space.     * Linear combination task: Find scalars c1,c2,c3c_1, c_2, c_3 such that P(x)=2+3x3x2=c1P1(x)+c2P2(x)+c3P3(x)P(x) = 2 + 3x - 3x^2 = c_1 P_1(x) + c_2 P_2(x) + c_3 P_3(x).

Multi-Variable Vector Functions and Jacobians

  • Function definition:     * F:R3R2F: ℝ^3 \rightarrow ℝ^2 defined by F(x,y,z)=(x2+3y+z3,xy+z2+1)F(x, y, z) = (x^2 + 3y + z^3, xy + z^2 + 1).

  • Jacobian Matrix Formulation:     * The matrix of first-order partial derivatives for F=(f1,f2)F = (f_1, f_2):     * J=(f1xamp;f1yamp;f1zf2xamp;f2yamp;f2z)=(2xamp;3amp;3z2yamp;xamp;2z)J = \begin{pmatrix} \frac{\partial f_1}{\partial x} & \frac{\partial f_1}{\partial y} & \frac{\partial f_1}{\partial z} \\ \frac{\partial f_2}{\partial x} & \frac{\partial f_2}{\partial y} & \frac{\partial f_2}{\partial z} \end{pmatrix} = \begin{pmatrix} 2x & 3 & 3z^2 \\ y & x & 2z \end{pmatrix}

  • Critical Points and Critical Values:     * Critical points occur where the Jacobian matrix has rank less than the dimension of the codomain (i.e., less than 2).

Green's Theorem Applications

  • Problem: Compute Dx4dx+xydy\oint_{∂ D} x^4 dx + xydy where DD is the triangular region with vertices (0,0),(1,0),(0,1)(0,0), (1,0), (0,1).

  • Parameters:     * P=x4P = x^4     * Q=xyQ = xy     * Qx=y\frac{\partial Q}{\partial x} = y     * Py=0\frac{\partial P}{\partial y} = 0

  • Double Integral Conversion:     * D(y0)dA=0101xydydx\iint_D (y - 0) dA = \int_0^1 \int_0^{1-x} y dy dx     * Calculation: Evaluate the inner integral 01xydy=[y22]01x=(1x)22\int_0^{1-x} y dy = [\frac{y^2}{2}]_0^{1-x} = \frac{(1-x)^2}{2}. Then evaluate 01(1x)22dx\int_0^1 \frac{(1-x)^2}{2} dx.

Equations of Planes and Lines

  • Problem: Find an equation ax+by+cz=dax + by + cz = d for the plane passing through (2,1,4)(-2, -1, 4) perpendicular to a given line.

  • Parametric Equations of the Line:     * x=2tx = 2t     * y=3t1y = 3t - 1     * z=5tz = 5 - t

  • Normal Vector determination:     * The direction vector of the line is v=(2,3,1)\mathbf{v} = (2, 3, -1).     * Since the plane is perpendicular to the line, this direction vector is the normal vector n\mathbf{n} of the plane.

  • Equation derivation:     * 2(x(2))+3(y(1))1(z4)=02(x - (-2)) + 3(y - (-1)) - 1(z - 4) = 0     * 2(x+2)+3(y+1)(z4)=02(x + 2) + 3(y + 1) - (z - 4) = 0     * 2x+4+3y+3z+4=02x+3yz=112x + 4 + 3y + 3 - z + 4 = 0 \rightarrow 2x + 3y - z = -11

Analysis of Continuity and Partial Derivatives

  • Piecewise Function:     * f(x,y)=3x35y3x2+y2f(x, y) = \frac{3x^3 - 5y^3}{x^2 + y^2} for (x,y)(0,0)(x, y) \neq (0,0), and f(0,0)=0f(0,0) = 0.

  • Partial Derivatives at the origin:     * fx(0,0)=Lh0f(h,0)f(0,0)h=3h3h20h=3f_x(0,0) = ℒ_{h \rightarrow 0} \frac{f(h, 0) - f(0, 0)}{h} = \frac{\frac{3h^3}{h^2} - 0}{h} = 3     * fy(0,0)=Lh0f(0,h)f(0,0)h=5h3h20h=5f_y(0,0) = ℒ_{h \rightarrow 0} \frac{f(0, h) - f(0, 0)}{h} = \frac{\frac{-5h^3}{h^2} - 0}{h} = -5

  • Continuity Evaluation:     * A function is continuous at (0,0)(0,0) if the limit as (x,y)(0,0)(x,y) \rightarrow (0,0) equals the function value (00).     * Using polar coordinates (x=rcos(θ)x = r \cos(\theta), y=rsin(θ)y = r \sin(\theta)):     * Lr03r3cos3(θ)5r3sin3(θ)r2=Lr0r(3cos3(θ)5sin3(θ))=0ℒ_{r \rightarrow 0} \frac{3r^3 \cos^3(\theta) - 5r^3 \sin^3(\theta)}{r^2} = ℒ_{r \rightarrow 0} r(3 \cos^3(\theta) - 5 \sin^3(\theta)) = 0     * Since the limit is 00 regardless of the path (the angle θ\theta), the function is continuous.

Advanced Theorems and Transformations

  • Stokes' Theorem:     * Relates the line integral of a vector field along the boundary of surface SS to the surface integral of the curl of the field.     * \oint_C \text{F} \cdot d\text{r} = \text{\int\int}_S (\nabla \times \text{F}) \cdot d\text{S}

  • Divergence (Gauss's) Theorem:     * Relates the flux of a vector field through a closed surface SS to the volume integral of the divergence of the field over the region VV enclosed by SS.     * \text{\int\int}_S \text{F} \cdot d\text{S} = \text{\int\int\int}_V (\nabla \times \text{F}) dV

  • Kernel (Null Space) of a Linear Transformation:     * The kernel of T:VWT: V \rightarrow W is the set of all vectors vv in VV such that T(v)=0T(v) = 0.     * To prove the kernel is a subspace, show that it contains the zero vector and is closed under addition (v1+v2v_1 + v_2) and scalar multiplication (kvkv).

  • Nullity of T:VRT: V \rightarrow ℝ:     * Where VV is the space of polynomials of degree 2˘2642\u2264 2 (dim(V)=3dim(V) = 3).     * According to Rank-Nullity Theorem: dim(V)=rank(T)+nullity(T)dim(V) = rank(T) + nullity(T).     * Since the range is 2˘11D\u211D, the rank can be 00 (if T(v)=0T(v)=0 for all vv) or 11 (if TT is onto).     * Possible nullities are 22 or 33.

Variational Calculus and Gradients

  • Euler Equation for Functional Optimization:     * Given functional: I[y]=(y2+4yy+4(y)2)dxI[y] = \int (y^2 + 4yy' + 4(y')^2) dx     * Equation used: Fyddx(Fy)=0\frac{\partial F}{\partial y} - \frac{d}{dx}(\frac{\partial F}{\partial y'}) = 0     * Where F(x,y,y)=y2+4yy+4(y)2F(x, y, y') = y^2 + 4yy' + 4(y')^2

  • Directional Gradients and Normals:     * Unit Normal Vector: For surface x3+y3+z=4x^3 + y^3 + z = 4 at point (1,1,2)(1, 1, 2).         * f=(3x2,3y2,1)\nabla f = (3x^2, 3y^2, 1)         * At (1,1,2)(1, 1, 2), f=(3,3,1)\nabla f = (3, 3, 1)         * Unit vector: (3,3,1)32+32+12=(3,3,1)19=(319,319,119)\frac{(3, 3, 1)}{\sqrt{3^2 + 3^2 + 1^2}} = \frac{(3, 3, 1)}{\sqrt{19}} = (\frac{3}{\sqrt{19}}, \frac{3}{\sqrt{19}}, \frac{1}{\sqrt{19}})     * Greatest Rate of Increase: The direction of greatest increase of ff is the direction of the gradient vector f\nabla f.         * For f(x,y,z)=xyezf(x, y, z) = xye^z at (2,1,2)(2, 1, 2).

  • Gradient Vector Field Visualization:     * For f(x,y)=x2+y2f(x, y) = x^2 + y^2:     * Gradient field: f=(2x,2y)\nabla f = (2x, 2y). Vectors point radially outward from the origin, increasing in magnitude as distance from the origin increases.     * Contours: Concentric circles centered at the origin defined by x2+y2=kx^2 + y^2 = k.

Tensor Analysis Identity

  • Identity to Prove:     * (ϕv)=ϕ(v)+v(ϕ)\nabla ∙ (ϕ \text{v}) = ϕ (\nabla ∙ \text{v}) + \text{v} ∙ (\nabla ϕ)     * Proof via Tensor Analysis: Using standard index notation or basis vectors (HINT:A=aei,B=bejHINT: A = ae_i, B = be_j).