Flash cards for the final!
What is a vector v?
A two dimensional one is determined by two points in the place: initial and a terminal point.
v= –> PQ
what is //v//?
Length of the vector, is the distance from P to Q. to calculate use the distance formula. Find components of the vectors, square and add them all under a square root.
When are v and w of nonzero lengths parallel?
if lines through v and w are also parallel. The parallel vectors point either in the same or in opposite directions.
When does vector v undergo a translation?
when it is moved parallel to itself without changing its length or direction. Translates have the same length and direction, BUT different BASEPOINTS.
when are v and w equivalent?
is w is a translate of v and if they have the same components.
how to calculate the components of a vector?
given the coordinates of two points, you subtract a2-a1, b2-b1 and receive the vector components.
why are components important?
they determine the length and direction of v, but don’t have the basepoint.
What is the parallelogram law?
v+w is the vector pointing from the basepoint to the opposite vertex of the parallelogram formed by v and w.
how to calculate v-w?
translate of the vector pointing from the tip of w to the tip of v.
Vector operations using components: addition, subtraction, scalar, and adding
v+w=
v-w=
scalar v=
v+0=v
linear combination of vectors v and w
rv+sw=u
what is a unit vector?
a vector of length 1. often used to indicate direction. the head of the unit vector e based at the origin lies on the unit circle and has components
e=
What equation is used to scale a nonzero vector v= to obtain a unit vector pointing in the same direction?
ev=(1/ llvll)(v) and if v= makes an angle with the positive x axis, =llvll
What are standard basis vectors?
a way to introduce special notation for the unit vectors in the direction of positive x and y axes.
i= j=
Linear combination of i and j?
v=ai+bj
what is the triangle inequality theorem?
llv+wll< llvll+llwll
What is optimization?
the process of finding the extreme values of a function. this amounts to finding the highest and lowest points on the graph over a given domain. IMPORTANT to distinguish between local and global extreme values.
Local extreme values definition?
a function f(x,y_ has a local extremum at P=(a,b) if there exists an open disk D(P,r) such that…
local maximum: f(x,y)< or equal to f(a,b) for all (x,y) in the domain of D(p,r)
Local minimum same except > or equal to.
Fermat’s Theorem?
If f(a) is a local extreme value, then a is a critical point and thus there is a tangent plane that must be horizontal. a=f(a,b)+partial derivative of x(a,b)(x-a)+partial deriv. y(a,b)(y-b)
*if f(x,y) has a local min or max, at p=(a,b) then (a,b) is a critical point of f(x,y)
What happens if z=f(a,b)
if the partial derivatives do not exist.
Definition of a critical point?
A point P=(a,b) in the domain of f(x,y) is called a critical point if:
partial derivative of x(a,b) =0 or does not exist.
same applies to y
What is a discriminant?
determines the type of critical point (a,b) of a function f(x,y)
D=D(a,b)=2nd partial derivative of fx multiplied by fy 2nd derivative - fxy (a,b) squared
What is the 2nd derivative test?
P=(a,b) be a critical point of f(x,y)
if D>0, fxx(a,b)> 0, then f(a,b) is a local min.
if D>0 and fxx<0, then f has a saddle point at (a,b)
If D=0, test is inconclusive.
What are global values?
the min or max or value of a function on a given domain. does not always exist.
what is interior point of D
if D contains some open disk D(P,r) centered at P.
What is boundary point of D?
if every disk centered at P contains points in D and points not in D.
What is the interior of D?
Is the set of all interior points in the domain not lying on the boundary curve
what is the boundary of D?
is the set of all boundary curves. it is the curve surrounding the domain.
what is a closed domain?
if D contains all its boundary points.
what is an open domain?
is every point of D is an interior point. (does not have boundary points, dotted lines for the boundary)
Theorem: Existence and location of local extrema
Let f(x,y) be a continuous function on a closed, bounded domain D in R squared…
- f(x,y) takes on both a minimum and maximum value on D.
- The extreme values occur either a critical points in the interior of D or at point son the boundary of D.
Optimizing with a constraint
some optimization problems involve finding extreme values of a function f(x,y) subject to a constraint g(x,y)=o.
e.g. minimize f(x,y)=sqrt x squared + y squared subject to g(x,y) =2x+3y-6=0
Lagrange Multipliers
is a general procedure for solving optimization problems with a constraint.
Assume that f(x,y) and g(x,y) are differentiable functions. If f(x,y) has a local min. or local max. pm the constraint curve g(x,y)=0 at P=(a,b) and if gradient of G of P doesnt equal to 0, there is a scalar such that
gradient of f of p=scalar of gradient of g of p.
Langrange conditions and equations!
f of x (a,b)= scalar g of x (a,b)
same for y
Equations of Spheres
(x-a)squared+(y-b) squared+(z-c) squared=R squared
Equation of Cylinders
(x-a)squared+ (y-b) squared=R squared
Two nonzero vectors are parallel if…
v= lambda w for some scalar lambda
Equation of a Line: Vector Parametrization
r(t) arrow=+ t
Parametric Equations
x=x0+at y=y0+bt z=z0+ct
Line through Two Points: Vector Parametrization
r(t)=(1-t)+t
Line through two points: parametric equations
x=a1+(a2-a1)t
y=b1+(b2-b1)t
z=c1+(c2-c1)t
Determining if two lines intersect
two lines intersect if there exist parameter values t1 and t2 such that r1(t1)=r2(t2)
Dot Product
V*w=a1a2+b1b2+c1c2
Dot product and the Angel
Let theta be the angle between two nonzero vectors v and w
v*w= llvllllwllcos theta