Definition: For vectors a=(a<em>1,a</em>2,a<em>3) and b=(b</em>1,b<em>2,b</em>3), the dot product is a⋅b=a<em>1b</em>1+a<em>2b</em>2+a<em>3b</em>3.
Properties:
Commutative: a⋅b=b⋅a
Distributive: a⋅(b+c)=a⋅b+a⋅c and (a+b)⋅c=a⋅c+b⋅c
For all a,b,c∈R3, where R3 denotes all triples (x,y,z), with x,y,z as real numbers.
Length (magnitude) of a vector: mag(a)=a<em>12+a</em>22+a32=a⋅a, denoted as ∣a∣ or a.
Theorem: a⋅b=∣a∣∣b∣cosθ, where 0≤θ≤π is the angle between a and b.
Proof:
Introduce c:=a−b.
c⋅c=(a−b)⋅(a−b)=a⋅a−2a⋅b+b⋅b
∣c∣2=∣a∣2−2a⋅b+∣b∣2
By the law of cosines: ∣c∣2=∣a∣2+∣b∣2−2∣a∣∣b∣cosθ
Equating: a⋅b=∣a∣∣b∣cosθ
Corollary: Two vectors a and b are orthogonal if and only if a⋅b=0.
Example: x^⋅y^=(1,0,0)⋅(0,1,0)=1×0+0×0+0×0=0. x^ and y^ are orthogonal.
x^⋅x^=1 etc.
The vectors x^,y^, and z^ are called an orthonormal triad.
The Vector or Cross Product
Definition: Given vectors a and b, the cross product is defined as a×b=x^amp;y^amp;z^a<em>1a</em>2amp;a<em>3b</em>1amp;b<em>2b</em>3=x^(a<em>2b</em>3−a<em>3b</em>2)+y^(a<em>3b</em>1−a<em>1b</em>3)+z^(a<em>1b</em>2−a<em>2b</em>1).
Properties:
Skew-symmetry: a×b=−b×a
Linearity: (λa)×b=a×(λb)=λ(a×b), for λ∈R.
Distributive: a×(b+c)=a×b+a×c
Note: a×a=−a×a⟹2a×a=0⟹a×a=0.
Example: If a=x^+3y^+z^, b=2x^−y^+2z^, then a×b=7x^−7z^.
Example: The orthonormal triad x^,y^, and z^ satisfy x^×y^=z^,y^×z^=x^,z^×x^=y^.
Geometrical Treatment of Cross Product
The definition of the cross product is independent of the choice of Cartesian axes.
Length of a×b:
∣a×b∣2+(a⋅b)2=∣a∣2∣b∣2
∣a×b∣=∣a∣∣b∣sinθ, where 0≤θ≤π.
Direction of a×b:
a⋅(a×b)=0 and b⋅(a×b)=0. a×b is perpendicular to both a and b.
The sense of a×b is determined by the right-hand rule.
The cross product as an area:
The area of a parallelogram with adjacent sides a and b is A=∣a×b∣=∣a∣∣b∣sinθ.
The Scalar Triple Product and Volume
Scalar triple product: a⋅(b×c).
Theorem: The scalar triple product a⋅(b×c) is equal to the determinant of the matrix with rows a,b,c.
Volume of parallelepiped = (∣a∣cosϕ)×(∣b∣∣c∣sinθ)=a⋅(b×c).
Corollary: Three nonzero vectors a,b, and c are coplanar if and only if a⋅(b×c)=0.
The Vector Triple Product
Vector triple product: a×(b×c).
The cross product is not associative.
Theorem: a×(b×c)=b(a⋅c)−c(a⋅b), mnemonic: ‘BAC minus CAB’
Proof involves brute-force calculation in a frame where the x- and y-axes lie in the plane generated by b andc.
The Geometry of Lines and Planes
Overview: Using vector operations to describe lines and planes in three-dimensional space.
Important for approximating general (smooth) curves and surfaces.
The Equation of a Line
Problem: Find the equation of a straight line passing through two given points A and B with position vectors a and b.
Solution:
Let r be the position vector of any point P on the line.
OA+AP=OP⟹a+AP=r⟹AP=r−a
OA+AB=OB⟹a+AB=b⟹AB=b−a
AP and AB are colinear, hence AP=tAB=t(b−a), where t is some real number.
r=a+t(b−a)
A line is specified by a vector r<em>0:=a and a vector e=b−a that lies along the line: r=r</em>0+te.
A straight line is a one-parameter curve.
Cartesian form: with r<em>0=(x</em>0,y<em>0,z</em>0),e=(e<em>x,e</em>y,ez)
Assigning r<em>0=(x</em>0,y<em>0,0),a=(a</em>1,a<em>2,0), then ⊥2=α2+β2∣a</em>1α+a<em>2β+γ∣2=1+m2∣ma</em>1−a2+b∣2, where m=−βα and b=−βγ from y=mx+b
The Equation of a Plane
Problem: Find the equation of a plane passing through three given points A,B,C with position vectors a,b,c.
Solution:
Vectors v<em>1:=BA=a−b,v</em>2:=BC=c−b lie in the plane Π.
Normal to the plane: n=v<em>2×v</em>1=(c−b)×(a−b)=a×b+b×c+c×a.
Equation of a plane Π is r∈R3∣(r−b)⋅(a×b+b×c+c×a)=0
Simplifying, r⋅(a×b+b×c+c×a)=b⋅(c×a).
General equation of a plane in three dimensions:
Π(n,r<em>0)=r∈R3∣(r−r</em>0)⋅n=0
Parametrized by the normal vector n and a reference vector r0
If n<em>z=0, the Cartesian expression is z=z</em>0+n<em>z(y<em>0−y)n</em>y+n</em>z(x</em>0−x)n<em>x.
A point z=z(x,y) on a surface is labeled by two parameters, x and y.
A plane is a two-parameter object, while a line a one-parameter curve.
Skew Lines and Intersecting Lines in Three Dimensions
In two dimensions, two non-parallel lines intersect.
In three dimensions, lines need not intersect; they can be skew.
Intersecting lines: assuming intersection, computing the point of intersection in terms of the parameters of the two lines.
Lines: r<em>L(t)=r</em>0+te,r<em>M(u)=s</em>0+uf
Point of intersection: (t<em>0,u</em>0) is solution to ((r<em>0−s</em>0)⋅e(r<em>0−s</em>0)⋅f)=(−∣e∣2amp;e⋅f−e⋅famp;∣f∣2)(t<em>0u</em>0).
A candidate point for the intersection is the solution of the previous equation, provided the solution exists.
Determinant of required matrix: −∣e∣2∣f∣2+(e⋅f)2=−∣e×f∣2.
If e×f=0, the pair (t<em>0,u</em>0)Tis candidate solution. Need r<em>0−s</em>0 lies entirely in the plane generated by e and f.
Now, r<em>0−s</em>0=αe+βf+γe×f. Require γ=0, or (r<em>0−s</em>0)⋅(e×f)=0.
Sufficient conditions for the lines to intersect is:
e×f=0 AND
(r<em>0−s</em>0)⋅(e×f)=0.
Condition (r<em>0−s</em>0)⋅(e×f)=0 states that r<em>0−s</em>0 lies entirely in the plane generated by e and f.
Lines that satisfy the first condition but not the second are called skew lines.
Ordinary Derivatives of Vectors
Overview: Vector in R3 that varies continuously as a single parameter is varied (e.g., position x of a particle as a function of time).
Notation: Dropping curve label γ. Abuse of notation.
Definition (Derivative of a curve): Let x(t) be a curve parametrized by t. The derivative of the curve w.r.t. t is defined as dtdx=limΔt→0Δtx(t+Δt)−x(t), provided the limit exists.
Since x(t)=(x(t),y(t),z(t))=x^x(t)+y^y(t)+z^z(t),
dtdx=x^dtdx+y^dtdy+z^dtdz.
Curves inherit all the properties of real-valued functions.
Theorem: The following properties are satisfied, for arbitrary differentiable curves A(t),B(t), and C(t):
dtd[A(t)+B(t)]=dtdA+dtdB
dtd[A(t)⋅B(t)]=A(t)⋅dtdB+B(t)⋅dtdA
dtd[A(t)×B(t)]=A(t)×dtdB+dtdA×B(t)
For a scalar function f(t), dtd[f(t)A(t)]=f(t)dtdA+Adtdf
Theorem: Let x(t) be a curve in R3. Then dtdx(t) is everywhere tangent to the curve. Thus, dtdx is often called the tangent vector or the velocity vector.
Frenet–Serret Frame
Arc length: arc length along the curve, measured from a reference value x<em>0=x(t=0) is
s(t)=∫</em>0s(t)ds=∫<em>0s(t)dx2+dy2+dz2=∫</em>0t[dtdx]2+[dtdy]2+[dtdz]2dt=∫0tdtdxdt.
dtds=dtdx≥0, and the arclength is an increasing function of time.
Thus, inverse function t=t(s), enabling a reparametrization of the curve according to arclength (denoted with a tilde): x~(s)=x(t(s)).
dsdx~=dtdxdsdt=dtdxdtdx1, (Chain Rule) and dsdx~ is a unit vector tangent to the curve.
Tangent = T=dsdx~.
Now T⋅T=1, hence 0=T⋅dsdT+dsdT⋅T⟹T⋅dsdT=0⟹dsdT is perpendicular to the tangent vector T.
A new unit vector N∝dsdT that is normal to the tangent: dsdT=κ(s)N, and N is the principal normal to the curve
κ is the curvature.
Goal: Deriving a triple of axes that move with the curve. T defines an axis everywhere parallel to the curve; N defines an axis that is everywhere perpendicular to the curve.
In three dimensions, three axes are necessary: vector B:=T×N.
The triple (T,N,B) of axes along the curve x~(s) parametrized by the arclength s is called the Frenet–Serret frame.
B⋅B=1, hence B⋅[dsdB]=0.
dB/ds is perpendicular to T and B, and must therefore lie along N: dsdB∝N.
dsdB=−τ(s)N, where τ is the torsion.
Since (T,N,B) form a right-handed system (by construction), and since B=T×N, cyclic permutation gives N=B×T
Applying dsd on this gives: dsdN=B×dsdT+dsdB×T=B×(κN)−τ(N×T)=−κT+τB.
Assemble the results:
Theorem: Curvature κ and torsion τ are defined via the following equations:
dsdT=κ(s)N
dsdB=−τ(s)N
dsdN=τB−κT
Frenet-Serret - Worked examples
Solution: As we know from school, a curve in two dimensions can always be written in the form y=f(x).
In other words, x=(x,f(x)).
Now here, x is simply a label, which indicates that the first variable in the bracket pair (x,f(x)) ranges over the whole real line (or some interval thereof).
Thus, can re-write the curve as :x=(t,f(t)).
The unit tangent vector is available immediately as T=∣x˙∣x˙, where x˙:=dtdx=(1,f′(t)), ∣x˙∣=1+f′(t)2.
Henceforth, write f instead of f(t)& f′(t), the functional dependence of f on t being understood.
Hence, T=1+f′2(1,f′).
To find the principal normal vector, going to have to differentiate Eq. (5.2):
What is unambigous is the obsolute value of κ, which is sometimes refered to as the unsigned curvature is κ<em>us:=∣κ∣, such that κ</em>sN<em>s=sign(κ)∣κ∣N=sign(κ)κ</em>usN
This gives an unsigned normal vector, N<em>us=sign(κ)N, such that dsdT=κ</em>usN<em>us,κ</em>us≥0
Because (T,N) live in the xy plane for all time, it follows that B is in the z direction :B=z^.
Now, τ∝dtdB, hence τ=0.
This makes sense: the torsion is actually a measure of how much the curve ``twists'' out of the plane generated by (T,N).
Since the curve lies in this plane for all time, it is impossible for it to ``twist'' out of this plane, hence τ=0
Theorem:τ=0 for a curve that lives entirely in the xy plane.
# Ex:Find the curvature and torsion of the a right-handed helix, given by the following parametric equations
x(t)=r⋅cost
y(t)=r⋅sint
z(t)=v⋅t t ∈ [0, ∞), r, v > 0.
Note: Equations \begin(5.3)\end, correspond to a right-handed helix.
Here, by taking the postivie sign , the unsigned and the [singend] curvatures agree:kappaus=κ=r2+v2r:=κ;
Chapter 6 Overview
Here in this chapter is on the elementary theory of partial derivatives.
Although elementary partial differentiation is covered elsewhere .
Definition 6:1 (Scalar field)
A function φ (x1,x2, ∙ ∙ ∙ ,xn) of n variables is a map from a subset of Rn to R:
φ : (Ω ⊂ Rn) → R
(x1, x2, ∙ ∙ ∙ , xn) → φ (x1, x2, ∙ ∙ ∙ , xn).
The function φ assigns to each point (x1, x2, ∙ ∙ ∙ xn) ∈ Ω a real number (scalar), and is therefore called a scalar field.
The elevation above sea level at any point in Ireland is a function of latitude and longitude
* ### The pressure of an ideal gas is a function of temperature and density (Boyle's Law)
* ### The quantity theory of money says that the GDP of an economy is a function of the velocity of money and the quantity of (broad) money in circulation.
In this section, we shall consider functions of two variables (x, y); the generalization to three .
Definitions
Definition 6.1. (Scalar field)
A function (\varphi (x1, x2, \dots , xn)) of n variables is a map from a subset of (R^n) to (R):. (\varphi : (\Omega \subset R^n) \rightarrow R (x1, x2, \dots , xn) \rightarrow \varphi (x1, x2, \dots , x_n)).
The function (\varphi) assigns to each point ((x1, x2, \dots x_n) \in \Omega) a real number (scalar), and is therefore called a scalar field.
Examples:
The elevation above sea level at any point in Ireland is a function of latitude and longitude.
The pressure of an ideal gas is a function of temperature and density (Boyle’s Law).
The quantity theory of money says that the GDP of an economy is a function of the velocity of money and the quantity of (broad) money in circulation.
Summary for Chapter 7
Taylor Series
The taylor Series of a function f(x) centered at a is given by
f(x)=∑n=0∞n!f(n)(a)(x−a)n
Maclaurin Series
The Maclaurin series is a special case of the taylor series where a=0 and the formula becomes
f(x)=∑n=0∞n!f(n)(0)xn
Radius of Convergence
the radius of convergence R of a power series determines the interval in which the series converses.
it can be found using the ratio test
L=lim<em>n→∞∣ana</em>n+1∣
The series converges if L<1, diverges if L>1, and inconclusive if L=1
Common Maclaurin Series
ex=∑n=0∞n!xn
sin(x)=∑n=0∞(2n+1)!(−1)nx2n+1
cos(x)=∑n=0∞(2n)!(−1)nx2n
\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n , |x|<1
Use these known series and manipulations to find the taylor or maclaurin series of related functions more efficiently.
Examples provided on how to derive and calculate the Maclaurin series using specific tests such as ex, sin(x), and (1−x)1
Another example shows a short cut used to avoid computing too many complicated derivatives, such as f(x)=x+8x3
Summary for Chapter 8
Taylor's Theorem
Provides a way to approximate a smooth function by a polynomial. Under certain the error in approximation becomes exact when the degree of the polynomial becomes infinite.