Unit 2: Calculus on Vectors

Notes Created by Harsh Singh

Calculus Review

Trig

Pythagorean Identity:

  • cos2(θ)+sin2(θ)=1\cos²(\theta)+\sin²(\theta)=1

  • tan2(θ)+1=sec2(θ)\tan² (\theta) + 1 = \sec² (\theta)

  • 1+cot2(θ)=csc2(θ)1 + \cot² (\theta) = \csc² (\theta)

Double Identity:

  • sin(2θ)=2cos(θ)sin(θ)\sin(2\theta)=2\cos(\theta)\sin(\theta)

  • cos(2θ)=cos2(θ)sin2(θ)=2cos2(θ)1=12sin2(θ)\cos(2\theta) = \cos² (\theta) − \sin²(\theta) = 2\cos²(\theta) − 1 = 1 − 2\sin²(\theta)

  • tan(2θ)=2tan(θ)1tan2(θ)\tan(2\theta) = \frac{2\tan(\theta)}{1-\tan²(\theta)}

Derivatives

Constant Rule: f(x)=cf(x) = c then f(x)=0f’(x) = 0

Constant Multiple Rule: g(x)=cf(x)g(x) = cf(x) then g(x)=cf(x)g’(x) = cf’(x)

Power Rule: f(x)=xnf(x) = x^n then f(x)=nxn1f’(x)=nx^{n-1}

Sum and Difference Rule: h(x)=f(x)±g(x)h(x) = f(x)±g(x) thenh(x)=f(x)±g(x)h’(x) = f’(x)±g’(x)

Product Rule (also applies to cross and dot products): h(x)=f(x)g(x)h(x) = f(x)g(x) then h(x)=f(x)g(x)+f(x)g(x)h’(x) = f’(x)g(x) + f(x)g’(x)

Quotient Rule: h(x)=f(x)g(x)h(x) = \frac{f(x)}{g(x)} then h(x)=f(x)g(x)f(x)g(x)g(x)2h’(x) = \frac{f’(x)g(x) − f(x)g’(x)}{g(x)²}

Chain Rule: h(x)=f(g(x))h(x) = f(g(x)) then h(x)=f(g(x))g(x)h’(x) = f’(g(x))g’(x)

Trig Derivatives:

  • f(x)=sin(x)f(x) = \sin(x) then f(x)=cos(x)f’(x) = \cos(x)

  • f(x)=cos(x)f(x) = \cos(x) then f(x)=sin(x)f’(x) = − \sin(x)

  • f(x)=tan(x)f(x) = \tan(x) then f(x)=sec2(x)f’(x) = \sec² (x)

  • f(x)=sec(x)f(x) = \sec(x) then f(x)=sec(x)tan(x)f’(x) = \sec(x)\tan(x)

  • f(x)=cot(x)f(x) = \cot(x) then f(x)=csc2(x)f’(x) = − \csc² (x)

  • f(x)=csc(x)f(x) = \csc(x) then f(x)=csc(x)cot(x)f’(x) = − \csc(x) \cot(x)

Exponential and Logarithmic Derivatives

  • f(x)=axf(x) = a^x then f(x)=ln(a)axf’(x) = \ln(a)a^x

  • f(x)=exf(x) = e^x then f(x)=exf’(x) = e^x

  • f(x)=loga(x)f(x) = \log_a (x) then f(x)=1ln(a)xf’(x) = \frac{1}{\ln(a)x}

  • f(x)=ln(x)f(x) = \ln(x) then f(x)=1xf’(x) = \frac{1}{x}

Integrals

Integrations by Parts:udv=uvvdu\int udv=uv-\int vdu

Formulas

If r(t)=f(t)i+g(t)j+h(t)kr(t)=f(t)\bold{i}+g(t)\bold{j}+h(t)\bold{k} , then r(t)=f(t)i+g(t)j+h(t)kr’(t)=f’(t)\bold{i}+g’(t)\bold{j}+h’(t)\bold{k}

The Unit Tangent Vector is a vector with the length of 11 and goes the same direction as r(a)r(a).

  • T(t)=r(t)r(t)T(t)=\frac{r’(t)}{|r’(t)|}

Another important measurement is how the unit tangent vector is changing directions, which is represented via the Principal Unit Normal Vector, which can be calculated via the following formula:

N(s)=dT/dsdT/ds=1κdTdsN(s)=\frac{dT/ds}{|dT/ds|}=\frac{1}{\kappa}\frac{dT}{ds}

A special aspect of the Principal Unit Normal Vector is that it is always orthogonal to the Unit Tangent Vector

Position, Velocity, Speed, and Acceleration still have the same relationship, where Position is r(t)r(t), Velocity is v(t)=r(t)v(t)=r’(t) , Speed is v(t)|v(t)|, and Acceleration is aa

When given physics problems that relates to throwing something, the xx and zz components are usually either constant or have a constant acceleration affecting them. On the other hand, the yy component will be affected by both their initial position and gravity. Because of this the following equations are true:

v(t)=<v_{x0},-gt+y’(t),z’(t)>

r(t)=<v_{x0}t+x_0,y_0+v_{y0}t-\frac{1}{2}gt²,v_{z0}+z_0>

Based off a few kinematic equations, you can derive the following important properties of the parabolic arc:

  • time of flight =T=2v0sin(α)g=T=\frac{2|v_0|\sin(\alpha)}{g}

  • range =v02sin(2α)g=\frac{|v_0|²\sin(2\alpha)}{g}

  • maximum height =y(T2)=(v0sin(α))22g=y(\frac{T}{2})=\frac{(|v_0|\sin(\alpha))²}{2g}

Another topic we have previously covered in Calculus BC is arc length, which tells the length of a curve should it have been stretched out into a straight line. It is calculated via the following formula:

abf(t)2+g(t)2+h(t)2dt=abr(t)dt\int_a^b\sqrt{f’(t)²+g’(t)²+h’(t)²} dt=\int_a^b|r’(t)|dt

When you have to make arc length a function of a parameter, use the following variation of the formula:

s(t)=atv(u)dus(t)=\int_a^t|v(u)|du

Curvature describes how fast the direction is changing, which can be described with the following formulas

κ=1vdTdt=T(t)r(t)=v×av3\kappa=\frac{1}{|v|}|\frac{dT}{dt}|=\frac{|T’(t)|}{|r’(t)|}=\frac{|v\times a|}{|v|^{3}} where TT is the unit tangent vector, vv is the velocity vector, and aa is the acceleration vector

The acceleration vector also has some tangential properties, mainly the following:

a=aNN+aTTa=a_NN+a_TT whereaN=κv2=v×ava_N=\kappa|v|²=\frac{|v\times a|}{v} and aT=d2sdt2=vava_T=\frac{d²s}{dt²}=\frac{v\cdot a}{|v|}.

The Unit Binormal Vector is the vector which represents the direction by which a point exits a plane made by the T and N vectors via Torsion

Unit Binormal Vector: B=T×N=v×av×aB=T\times N=\frac{v\times a}{|v\times a|}

Torsion: τ=dBdsN=(v×a)av×a2\tau=-\frac{dB}{ds}\cdot N=\frac{(v\times a)\cdot a’}{|v\times a|²}