Multivariable Calculus
Vectors
Sample 3d vector notation :
A⃗=a1i^+a2j^+a3k^
B⃗=b1i^+b2j^+b3k^
Length of the vector : ∣A⃗∣=√a12+a22+a32
Addition
Sum of two vectors is the diagonal of the parallelogram formed with those two vectors
A⃗+B⃗=(a1+b1)i^+(a2+b2)j^+(a3+b3)k^
Dot Product
It is a scalar
A⃗⋅B⃗=∑aibi
Geometrically A⃗⋅B⃗=∣A⃗∣∣B⃗∣cos(θ)
Cross Product
It is a vector
A⃗XB⃗=det(A⃗,B⃗)
A⃗XB⃗ signifies the area of the parallelogram formed with those two vectors
Magnitude = ∣A⃗∣∣B⃗∣sin(θ)
Direction = perpendicular to both the vectors (Right hand thumb rule)
In case of three dimensions A⃗XB⃗XC⃗ signifies the volume of paralleopiped formed by A, B, C
Cross product of two vectors in 3d space
A⃗XB⃗=∣∣∣∣∣∣i^a1b1j^a2b2k^a3b3∣∣∣∣∣∣
Planes
Given three points in a plane P1,P2,P3. Let P is a point in the plane then,
P1P⃗⋅(P1P2⃗XP1P3⃗)=0
≡det(P1P⃗,P1P2⃗,P1P3⃗)=0
Equations of planes
ax+by+cz=d
Normal vector to the plane : ⟨a^,b^,c^⟩
Parametric equations of line
x(t)=a1t+b1,y(t)=a2t+b2,z(t)=a3t+b3
Matrices
AX=B≡X=A−1B
A−1=adj(A)/det(A)
In 3D system, in general two planes intersect a line and third plane intersects the line at a point
Other possible solutions are a line, a plane
Rank of a Matrix
Rank of a matrix is number of linearly independent columns or number of linearly independent rows
Trace of a Matrix
Trace of a matrix is sum of its diagonal elements
trace(A)=i∑(Aii)=i∑(λi)
Here λ is eigen values of the matrix
Inverse of a Matrix
A−1=Adj(A)/det(A)
Determinant of a Matrix
Det(A)=i∏(λi)
Orthogonal Matrix
AAT=I=ATA
Eigen values and Eigen vectors of a Matrix
For an n x n square matrix A, e is an eigen vector of A with eigen value λ if
Ae=λe⇒(A−λI)e=0⇒det(A−λI)=0