UNFINISHED The Word of Weng

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/75

flashcard set

Earn XP

Description and Tags

only god can save us now

Last updated 12:04 AM on 6/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

76 Terms

1
New cards

Vectors

indicate magnitude and direction

2
New cards

vector between (x,y) and (a,b)

<a-x, b-y>

3
New cards

unit vector

magnitude of 1, indicates direction

4
New cards

magnitude of a vector

(x²+y²)^0.5

5
New cards

to find the unit vector of a vector <x,y>

<x/((x²+y²)^0.5), y/((x²+y²)^0.5)>

6
New cards

dot product of <a, b> and <x,y>

ax+by

7
New cards

u dot v is equal to

|u||v| costheta

8
New cards

cosine of the angle between vectors u and v

(u dot v) / (|u||v|)

9
New cards

if dot product is zero, vectors are

orthogonal

10
New cards

component subscript v of u definition

the scalar part of u in the direction of v

11
New cards

component subscript v of u formula

(u dot v) / |v|

12
New cards

projection subscript v of u definition

the vector part of u in the direction of v

13
New cards

projection subscript v of u formula

((u dot v) / (|v|²)) v

14
New cards

if (ax+b)/(cx+d), the end behavior as x→ infinity

y approaches a/c from top if y>c, from bottom if y<c

15
New cards

local behavior for zeroes

when x is around that, y is (other factors with x subbed in for them)(original one)

16
New cards

vertical asymptotes are determined by

denominator

17
New cards

slant asymptotes happen when

the highest exponent in the numerator of a rational function is exactly one greater than the highest exponent in the denominator

18
New cards

point discontinuities occur when

(x-a) is in both the numerator and denominator at x=a

19
New cards

u cross v equals

|u||v|sintheta

20
New cards

(u cross v)sin theta is zero when

u and v are parallel

21
New cards

what is (ucrossv)sin theta also equal to

magnitude of parallelogram formed

22
New cards

paralleliped

slanty box, scalar triple product, zero if vectors are coplanar

23
New cards

STP

a dot (b x c)

24
New cards

area of tetrahedron

1/6 * STP

25
New cards

linear transformation T satisfies

T(c(vectoru))=c(T(vectoru)) for all vectors, T(u+v)=Tu+Tv

26
New cards

linear transformations

rotation, reflection, dilation, any combination of the former

27
New cards

non-linear transformation

translation

28
New cards

the column length of S must

equal the row length of T in ST

29
New cards

conditions for gauss jordan elimination

pivot of a row is the leftmost nonzero entry, any zero row is below every nonzero row, all pivots are to the right of above pivots, any column with a pivot is above and below the pivot, the pivots are one

30
New cards

determinant of a 3 by 3 matrix

a(ei-fh)-b(di-gf)+c(dh-eg)

31
New cards

determinant

cross out row and column, subtract the left to right by the right to left

32
New cards

if a column has no pivot

it’s a free variable

33
New cards

reflection matrix over y=ax

[cos2theta sin2theta
sin2theta -cos2theta]

34
New cards

rotation matrix (CCW)

[costheta -sintheta

sintheta costheta]

35
New cards

focus

c units away from the center in the direction of the semimajor/semitransverse axis

36
New cards

focus of an ellipse

a²-b²=c²

37
New cards

eccentricity of an ellipse

c/a=PF(distance from point to focus)/PD(distance from point to directrix)

38
New cards

when c of an ellipse is 0

it’s a perfect circle

39
New cards

focus of a hyperbola

c²=a²+b²

40
New cards

when e of a hyperbola is closer to 1, it’s

skinnier

41
New cards

asymptotes of a hyperbola

b/a if horizontal, a/b if vertical

42
New cards

vertex of a parabola

(h,k)

43
New cards

directrix of a parabola

y=k-p OR x=h-p

44
New cards

focus of a parabola

y=k+p OR x=h+p

45
New cards

eccentricity of a parabola

1

46
New cards

parabola equation

4p(y-k)=(x-h)²

47
New cards

when p is positive for a vertical parabola

it opens upwards

48
New cards

when p is positive for a horizontal parabola

it opens rightwards

49
New cards

degenerate hyperbola equation

(hyperbola equation)=0

50
New cards

degenerate hyperbola

lines are the asymptotes

51
New cards

degenerate parabola

(ax+b)²=0 or (ax+b)(ax+c)=0 or no real points satisfy eq

52
New cards

when is a degenerate parabola a single line?

(ax+b)²=0

53
New cards

when is a degenerate parabola 2 parallel lines

(ax+b)(ax+c)=0

54
New cards

when is there no real graph for a degenerate parabola

no real points satisfy the equation

55
New cards

degenerate circle

point at the center, = 0

56
New cards

parameter equation for ellipses

x(t)=h+acost
y(t)=k+bsint

57
New cards

helpful trig relationships for parametric equations

sin²theta+cos²theta=1, 1+tan²theta=sec²theta, 1+cot²theta=cocsec²theta

58
New cards

coshx

(e^x+e^-x)/2

59
New cards

sinhx

(e^x-e^-x)/2

60
New cards

cosh²x+sinh²x=

cosh2x

61
New cards

cosh²x-sinh²x

1

62
New cards

domain of coshx and sinhx

all real numbers

63
New cards

range of coshx

[1, infinity)

64
New cards

range of sinhx

(-infinity, infinity)

65
New cards

coshx+sinhx

e^x

66
New cards

non-continuous growth eq

P(1+r/n)^nt

67
New cards

continuous growth eq

Pe^rt

68
New cards

in partial fraction decomposition, if a factor in the denominator is to a power, the coverup method

only yields the value for the higher power

69
New cards

term n of an arithmetic series

𝑎1+(𝑛−1)d

70
New cards

sum of an arithmetic series

n/2(a1+an)

71
New cards

term n of a geometric series

a1*r^(n-1)

72
New cards

sum of a geometric series

a1(1-r^n)/(1-r)

73
New cards

sum of an infinite geometric series

a1/(1-r)

74
New cards

summation of k

(n²+n)/2

75
New cards

summation of k²

n(n+1)(2n+1)/6

76
New cards

summation of k³

n²(n+1)²/4