Flash cards for the final!
(110 cards)
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.