2nd semester trig/precalc review

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/104

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

105 Terms

1
New cards

pythagorean identity

sin²θ+cos²θ=1

2
New cards

cofunction identities

sinθ=cos(pi/2-θ), etc.

meaning, a trig function with no co in front (sine, tangent, secant) of theta is equal to its co-equivalent of 45deg-θ. this works the other way around too :)

3
New cards

cos(A+B)

cosAcosB - sinAsinB

4
New cards

sin(A+B)

sinAcosB+sinBcosA

5
New cards

tan(A-B)

(tanA)+(tanB)/(1-(tanA*tanB))

6
New cards

cos(A-B)

cosAcosB-sinAsinB

7
New cards

sin(A-B)

sinAcosB-sinBcosA

8
New cards

tan(A-B)

(tanA)+(tanB)/(1+(tanAtanB))

9
New cards

sin(2θ)

2sinθ*cosθ

10
New cards

cos2θ in terms of sin?

1-2sin²θ

11
New cards

cos2θ in terms of cosine

2cos²θ-1

12
New cards

cos2θ in terms of cosine and sine

cos²θ-sin²θ

13
New cards

tan2θ

2tanθ/(1-tan²θ)

14
New cards

sin(θ/2)

±(1-cosθ)/2)

15
New cards

cos(θ/2)

±√((1+cosθ)/2)

16
New cards

tan(θ/2) in terms of cosine

±sqrt(1-cosθ/1+cosθ)

17
New cards

tan(θ/2) in terms of sine and cosine

sinθ/1+cosθ

18
New cards

tanθ/2 in terms of cosine and sine

1-cosθ/sinθ

19
New cards

sin²θ

1-cos2θ/2

20
New cards

cos²θ

1+cos2θ/2

21
New cards

tan²θ

1-cos2θ/1+cos2θ

22
New cards

sinAsinB

1/2(cos(A-B)-cos(A+B))

23
New cards

cosAcosB

1/2(cos(A+B)+cos(A-B))

24
New cards

sinAcosB

1/2(sin(A+B) + sin(A-B))

25
New cards

cosAsinB

1/2(sin(A+B)-sin(A-B))

26
New cards

sinA+sinB

2*sin(A+B/2)*cos(A-B)/2)

27
New cards

cosA+cosB

2*cos(A+B/2)*cos(A-B/2)

28
New cards

cosA-cosB

-2*sin(A+B/2)*sin(A-B/2)

29
New cards

sinA-sinB

2*cos(A+B/2)*sin(A-B)/2

30
New cards

harmonic motion

acoswt/asinwt

31
New cards

law of sines

sinA/a = sinB/b = sinC/c

32
New cards

law of cosines

cosA=b²+c²-a²/2bc.

the cosine of a given angle is the square of its non-opposite sides minus its opposite side squared over 2 times the opposite side.

33
New cards

heron’s formua

given s = ((a+b+c)/2, A=sqrt(s(s-a)(s-b)(s-c))

34
New cards

conversion from polar to cartesian coordinates

x=rcosθ

y=rsinθ

r² = x²+y²

cosθ=x/r, sinθ=y/r

35
New cards

conversion from cartesian to polar

r = sqrt(x²+y²)

θ=arctan(y/x)

36
New cards

standard polar form of a circle

r=asinθ or r=acosθ

37
New cards

polar form of a cardioid

a±bcosθ/a±bsinθ given that a/b=1

38
New cards

one loop limacon

a±bcosθ/a±sinθ when a>0, b>), and a/b is between one and two

39
New cards

inner loop limacon

a±bcosθ/a±bsinθ when a>0,b>0, and a<b

40
New cards

lemniscate (weird infinity)

r²=a²cos2θ/r²=a²sin2θ, a=/= 0

when a is negative with cosine it looks like a peanut

when a positive with sine its rotated peanut

41
New cards

rose curve

r=a(cos or sin)nθ.

if n is even, there are 2n “petals”

if n is odd, there are n petals

42
New cards

archimedes spiral

r=θ

θ>0

also occurs when n/θ or nθ²+ncosθ

43
New cards

parametric equation

a way of defining an equation for an x and y coordinate using t. graphed in the form x=(whatever*t),y=(whatever*t). has arrows to tell you what the graph is doing as t increases

44
New cards

parameterizing a curve

a way of converting a curve (or basically any equation) in the form of y=x to being in terms of t

determine an equation for x in terms of t and substitute that into the y= equation. i like to use x=t, but some questions and situations require you to be quirky :P

45
New cards

parameterizing a linear path given two points

find the rate of change for x in terms of t, write an equation in the form x(t) = ROCt+(initial x-value). repeat for y

46
New cards

eliminating the parameter

solve one equation for t and plug in the result to the other

47
New cards

parametric equation of a projectile

x=(initialvelocity*cosθ)*t

y=-1/2gt²+(intialvelocity*sinθ)*t+h

force of gravity is either 9.8 m/s² or 32.2ft/s²

48
New cards

circular motion on a ferris wheel

x(t) = rcos(ωt) = 50cos(ωt)
y(t) = r·sin(ωt) = 50sin(ωt)

omega is angular speed (remember her…!)

49
New cards

magnitude of a vector

sqrt(a²+b²) in a vector <a,b>

50
New cards

direction of a vector

arctan(b/a)

51
New cards

sum of vectors <u1,u2> and <v1,v2>

<u1+v1, u2+v2>

52
New cards

unit vector of the same direction as vector v.

v/|v|

53
New cards

dot product of vectors <a,b> <c,d>

u*v = ac+bd

54
New cards

formula of the angle between two vectors

cos(θ) = u/|u| * v/|v|

55
New cards

standard form of a velocity vector

<|v|cosθ,|v|sin)θ>

56
New cards

how would one find the displacement of an object with several vectors acting upon it?

add the vectors all together

57
New cards

how would one find the “speed” of an object represented by a vector after being acted upon by another vector, such as the speed of a boat when acted upon by a current?

take the magnitude of the resulting vector after finding the displacement

58
New cards

what is an inconsistent system of equations?

a system that has no solution, usually meaning that the equations are paralle.

59
New cards

what is a dependent system?

a system that has infinitely many solutions, meaning the equations are the same.

60
New cards

what is partial fraction decomposition?

taking a fraction containing variables and splitting it up into its most basic parts being added together

61
New cards

What is the formula for partial fraction decomposition with nonrepeating linear factors?

A/(factor 1) + B/(factor two) … etc.

62
New cards

What is the form of partial fraction decomposition with repeating linear factors?

A/(ax+b) + B/(ax+b)² … etc

63
New cards

what is the form of fraction decomposition when there are nonrepeating quadratic factors?

Ax+B/(factor one) + Cx+D/(factor two) … etc

64
New cards

What is the form of fraction decomposition when the denominator contains repeating quadratic factors?

Ax+B/(ax+b+c) + Cx+D/(ax+b+c)² etc

65
New cards

what must be true about matrices for them to be multiplied?

the amount of columns in matrix A must be equal to the amount of rows in matrix B

66
New cards

how does one multiply a matrix?

write matrix A out. transpose matrix B above it, and multiply each term by its corresponding term (this only makes sense to me)

67
New cards

do matrices follow the commutative property?

no! AB does not equal BA, as one or the other may not exist. but they also just dont

68
New cards

what is gaussian elimination?

the process by which a system of equations with three variables can be solved using matrices. it requires getting the square matrix into row-echelon form.

69
New cards

what is row-echelon form?

a way of arranging a square matrix that has each entry have only zeroes below it.

70
New cards

how does one find the inverse of a 2×2 matrix?

multiply the reciprocal of the determinant by the matrix with its top left and bottom right entries swapped and its top right and bottom left entries’ signs changed

71
New cards

what is cramer’s rule for 2×2 systems?

x= D(x)/D, y = D(y)/D

72
New cards

what is cramer’s rule for 3×3 systems?

x=D(x)/D, y=D(y)/D, z=D(z)/D. Dx = dbc, Dy = adc, Dz = abd, given that the starting equation is wrriten as "ax+by+cz=d”

the variable’s column is replaced by the constant’s column

73
New cards

standard form for an ellipse with a major axis of x

(x-h)²/a²+(y-k)²/b²=1

vertices at (h±a, k). vertices always occur on the major axis

foci at (h±c,k)

74
New cards

ellipse with a major axis of y

(x-h)²/b²+(y-k)/a² =1

vertices at (h, k±a). vertices always occur on the major axis.

foci at (h,k±c)

75
New cards

hyperbola (opens horizontally)

(x-h)²/a² - (y-k)²/b²=1

vertices at (h±a,k)

foci at (h±c,k)

asymptotes at y=±b/a(x-h)+k

76
New cards

hyperbola (opens upwards)

(y-k)²/a²-(x-h)²/b²=1

vertices on major axis

foci at (k,h±c)

asymptote at y=±a/bx

77
New cards

equation of a vertical parabola

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

focus: (h,k±p)
directrix: y=k-p

78
New cards

equation of a horizontal parabola

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

focus at (h±p,k)

x=h-p

79
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, AC =0. What is the conic?

Without completing the square, the conic is a parabola.

80
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, AC >0. What is the conic?

Without completing the square, this conic is either a circle or an ellipse.

81
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, AC < 0. What is the conic?

Without completing the square, the conic is a hyperbola.

82
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, B²-4AC =0

Using the discriminant, the conic is a parabola

83
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, B²-4AC < 0

Using the discriminant, the conic is a hyperbola

84
New cards

Ax²+Bxy+Cy²+Dx+Ey+F=0, B²-4AC > 0

Using the discriminant, the conic is either a circle or an ellipse.

85
New cards

What is eccentricity?

The distance from a given point to the focus divided by the distance from the same given point to a given line.

86
New cards

What does it mean if the eccentricity is between zero and one?

If the eccentricity is in this interval, the conic is a parabola.

87
New cards

What does it mean if the eccentricity is 1?

When the eccentricity is this value, the conic is a parabola.

88
New cards

What does it mean if the eccentricity is less than one?

When the eccentricity is below this value, it means the conic is a hyperbola.

89
New cards

Polar equations for a conic.

r=ep/(1±ecosθ) / r=ep/(1±esinθ). What

90
New cards

What is the equation of the directrix of a polar conic given its denominator includes cosine?

x=±p

91
New cards

What is the equation of the directrix of a polar conic given its denominator includes sine?

y=±p

92
New cards

Recursively defined linear sequence.

(an-1)+d

93
New cards

Explicitly defined linear sequence

a(1) + d(n-1)

94
New cards

recursively defined geometric sequence

d(an-1)

95
New cards

explicitly defined geometric sequene

(an)(d)n-1

96
New cards

Formula for the sum of the first n terms of an arithmetic sequence

n(a1+an)/2

97
New cards

Formula for the sum of the first n terms of a geometric sequence

a1-a1r^n/1-r

98
New cards

Given the common ratio is less than one, what is the approximate sum of the infinite geometric sequence?

a1/1-r

99
New cards

What is the value of 0!

Weird factorial equal to one.

100
New cards

What a permutation?

The number of possible arrangements, given that the order of items matters. (1,2,3 is a different arrangement than 3,1,2)