High School Math Quick Recall and Written Assessments (2015-2020) Vocab and Formulas, Academic Team Math

2.0(1)
studied byStudied by 12 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/192

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

193 Terms

1
New cards

Weak Spots for me

1.Integrals, differentials, derivatives etc. 2. Probabilities and bell curves. 3. Ellipses and hyperbolas

2
New cards

distance from a line to a point formula

<p></p>
3
New cards

Roots of a cubic equation

Let ax3 + bx2 + cx + d = 0 be any cubic equation and α, β and γ be the roots.

α + β + γ = -b/a

αβ + βγ + γ α = c/a

αβγ = -d/a

<p>Let ax3 + bx2 + cx + d = 0 be any cubic equation and α, β and γ be the roots.</p><p>α + β + γ = -b/a</p><p>αβ + βγ + γ α = c/a</p><p>αβγ = -d/a</p>
4
New cards

Bell curve rules

1,2,3 stand deviations above mean correspond to 84.1st, 97.7th, and 99.9th percentiles. 1,2,3 below mean correspond to 15.9th, 2.3rd, and 0.1st percentiles

5
New cards

Finding percentile rank of a distribution

Calculate the rank to use for the percentile. Use: rank = p(n+1), where p = the percentile and n = the sample size. For our example, to find the rank for the 70th percentile, we take 0.7*(11 + 1) = 8.4.

If the rank in step 1 is an integer, find the data value that corresponds to that rank and use it for the percentile.

If the rank is not an integer, you need to interpolate between the two closest observations. For our example, 8.4 falls between 8 and 9, which corresponds to the data values of 35 and 40.

Take the difference between these two observations and multiply it by the fractional portion of the rank. For our example, this is: (40 - 35)0.4 = 2.

Take the lower-ranked value in step 3 and add the value from step 4 to obtain the interpolated value for the percentile. For our example, that value is 35 + 2 = 37.

6
New cards

z-value

the number of standard deviations that a point is away from the mean

7
New cards

Z-value formula

(x-mean)/standard deviation

<p>(x-mean)/standard deviation</p>
8
New cards

standard deviation formula

sqrt(sum of squares of the deviation from the mean/n-1). ALSO, standard deviation/sqrt(sampel size)=new standard deviation

<p>sqrt(sum of squares of the deviation from the mean/n-1). ALSO, standard deviation/sqrt(sampel size)=new standard deviation</p>
9
New cards

Order doesn't matter

Take factorial, then DIVIDE by other factorial

10
New cards

Order Does Matter

Take Factorial

11
New cards

confidence interval

statistical range, with a given probability, that takes random error into account

12
New cards

margin of error

Find the mean, then see how far is the min. or max., that is your margin

13
New cards

radians to degrees; degrees to radians

180/π; pi/180

14
New cards

radians

the SI unit of measurement of the size of an angle. A complete circle is 2π radians.

15
New cards

least squares regression line

the line that makes the sum of the squared residuals as small as possible

<p>the line that makes the sum of the squared residuals as small as possible</p>
16
New cards

Ex. 3+2.5x; if X increases by 2, then plug into slope to get Y (5) for least-squares regression line

Y=5

17
New cards

coeficient of determination

The most common interpretation of the coefficient of determination is how well the regression model fits the observed data. Usually in a percentage

18
New cards

How to find correlation coefficient from coefficient of determination

(Correlation coefficient)^2 = (coefficient of determination)^2

19
New cards

Angular speed

the rate at which a body rotates about an axis, usually expressed in radians per second (in radians or degrees)

20
New cards

Linear speed

distance traveled per unit of time (in radians or with pi)

21
New cards

Euler's formula

F+V-E=2

22
New cards

rule for tangent + secant

n/a

<p>n/a</p>
23
New cards

Secant lines length rule

(ab)b=(cd)d

<p>(ab)b=(cd)d</p>
24
New cards

All angle rules involving secants/tangents

(x-y)/2

<p>(x-y)/2</p>
25
New cards

Equation for Ellipse

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

<p>(x-h)^2/a^2 + (y-k)^2/b^2 = 1</p>
26
New cards

Major and minor Axis of Ellipse

the line that contains the foci and the shorter line that does not, respectively

<p>the line that contains the foci and the shorter line that does not, respectively</p>
27
New cards

Area of ellipse formula

A=πab

<p>A=πab</p>
28
New cards

foci of an ellipse

c^2=a^2-b^2

<p>c^2=a^2-b^2</p>
29
New cards

Equation for Hyperbola

x^2/a^2 - y^2/b^2 = 1]

<p>x^2/a^2 - y^2/b^2 = 1]</p>
30
New cards

Eccentricity of hyperbola and ellipse

e = √(a2+b2)/a

31
New cards

Other stuff for ellipse and hyperbola

One vertex is at (a, 0), and the other is at (−a, 0)

The asymptotes are the straight lines:

y = (b/a)x

y = −(b/a)x

(Note: the equation is similar to the equation of the ellipse: x2/a2 + y2/b2 = 1, except for a "−" instead of a "+")

32
New cards

Terminal side of an angle

the ray rotated from the initial side to the endpoint of an angle in standard position

<p>the ray rotated from the initial side to the endpoint of an angle in standard position</p>
33
New cards

coterminal angles

angles that have the same initial and terminal sides. (opposites). Can find in radians by subtracting 2pi (360 degrees) with the angle.

<p>angles that have the same initial and terminal sides. (opposites). Can find in radians by subtracting 2pi (360 degrees) with the angle.</p>
34
New cards

horizontal tangent line

f'(x)=0; find by finding first derivative of each factor, then set to zero

35
New cards

Derivatives

The slope of any given point in a function

36
New cards

Integral vs derivatives

Integrals are like the "antiderivatives" and are opposite of them. Used to find area.

37
New cards

Integration Rules

To find area of figures - Constant ∫a dx becomes ax + C Variable ∫x dxx2/2 + C

Square∫x2 dxx3/3 + C

Reciprocal∫(1/x) dxln|x| + C

Exponential∫ex dxex + C ∫ax dxax/ln(a) + C ∫ln(x) dxx ln(x) − x + C

Trigonometry (x in radians)∫cos(x) dxsin(x) + C

∫sin(x) dx-cos(x) + C

∫sec2(x) dxtan(x) + C

Multiplication by constant ∫cf(x) dxc∫f(x) dx

Power Rule (n≠−1)∫xn dxxn+1n+1 + C

Sum Rule∫(f + g) dx∫f dx + ∫g dx

Difference Rule∫(f - g) dx∫f dx - ∫g dx

Integration by Parts

Integration by Substitution

<p>To find area of figures - Constant ∫a dx becomes ax + C Variable ∫x dxx2/2 + C</p><p>Square∫x2 dxx3/3 + C</p><p>Reciprocal∫(1/x) dxln|x| + C</p><p>Exponential∫ex dxex + C ∫ax dxax/ln(a) + C ∫ln(x) dxx ln(x) − x + C</p><p>Trigonometry (x in radians)∫cos(x) dxsin(x) + C</p><p>∫sin(x) dx-cos(x) + C</p><p>∫sec2(x) dxtan(x) + C</p><p>Multiplication by constant ∫cf(x) dxc∫f(x) dx</p><p>Power Rule (n≠−1)∫xn dxxn+1n+1 + C</p><p>Sum Rule∫(f + g) dx∫f dx + ∫g dx</p><p>Difference Rule∫(f - g) dx∫f dx - ∫g dx</p><p>Integration by Parts</p><p>Integration by Substitution</p>
38
New cards

Derivative rules

Common FunctionsFunctionDerivative

Constant c to 0

Line x to 1

ax to a

Squarex^2 to2x

Square Root√x (½)x^-½

Exponential e^x to ex

a^x to ln(a) a^x

Logarithms ln(x) to 1/x loga(x) to 1 / (x ln(a))

Trigonometry (x is in radians)sin(x)to cos(x)

cos(x)to −sin(x) tan(x)to sec2(x)

Inverse Trigonometrysin-1(x)to 1/√(1−x2) cos-1(x)to−1/√(1−x2) tan-1(x)to1/(1+x2

39
New cards

finding a definite integral

Use rules of integration to convert the derivatives to integrals, then subtract the plugged in upper-bound with the lower-bound

40
New cards

vectors

quantities that have both a magnitude and a direction

41
New cards

dot product

A form of vector multiplication, where two vectors are multiplied to produce a scalar. The dot product of two vectors, A and B, is expressed by the equation A · B = AB cosx .

42
New cards

magnitude of a vector

AB is the distance from the initial point A to the terminal point B, and is written |AB|. Square and add all lengths of vector, then sqrt it

43
New cards

vector form to unit vector

Ex. 4, -3 = 4/5, -3/5. (Make right triangle)

<p>Ex. 4, -3 = 4/5, -3/5. (Make right triangle)</p>
44
New cards

cross-product method of vectors

Make a 3 3 Matrix with the variables on top and respective components on next two rows. Then create three 22 matrices and find determinants. I det. -J det.+ K det. = answer

<p>Make a 3 3 Matrix with the variables on top and respective components on next two rows. Then create three 22 matrices and find determinants. I det. -J det.+ K det. = answer</p>
45
New cards

Common Functions

Function Integral

46
New cards

Constant

∫a dx ax + C

47
New cards

Variable

∫x dx x^2/2 + C

48
New cards

Square

∫x^2 dx x^3/3 + C

49
New cards

Reciprocal

∫(1/x) dx ln|x| + C

50
New cards

Exponential

∫ln(x) dx x ln(x) − x + C

51
New cards

Trigonometry (x in radians)

N/A

52
New cards

∫cos(x) dx

sin(x) + C

53
New cards

∫sin(x) dx

-cos(x) + C

54
New cards

∫sec2(x) dx

tan(x) + C

55
New cards

Multiplication by constant

∫cf(x) dx c∫f(x) dx

<p>∫cf(x) dx c∫f(x) dx</p>
56
New cards

Power Rule

(n≠−1) ∫x^n dx (x^n+1/n+1) + C

<p>(n≠−1) ∫x^n dx (x^n+1/n+1) + C</p>
57
New cards

Chain Rule

f'(g(x))g'(x)

<p>f'(g(x))g'(x)</p>
58
New cards

Sum Rule

∫(f + g) dx ∫f dx + ∫g dx

<p>∫(f + g) dx ∫f dx + ∫g dx</p>
59
New cards

Difference Rule

∫(f - g) dx ∫f dx - ∫g dx

<p>∫(f - g) dx ∫f dx - ∫g dx</p>
60
New cards

inconsistent linear equations

never intersect

<p>never intersect</p>
61
New cards

Consistent and independent linear equations

intersect once

<p>intersect once</p>
62
New cards

consistent and dependent

same line, infinitely many solutions

<p>same line, infinitely many solutions</p>
63
New cards

ASTC (All Students Take Calculus)

<p></p>
64
New cards

Rule of Sarrus (Used to find determinant of 3*3)

Add product of main diagonals from top to bottom (3), then subtract from the subtraction of products of main diagonals from bottom to top (3)

<p>Add product of main diagonals from top to bottom (3), then subtract from the subtraction of products of main diagonals from bottom to top (3)</p>
65
New cards

Transpose of a Matrix

Switch the rows and columns - imagine it kinda swinging up/down a 90-degree angle

<p>Switch the rows and columns - imagine it kinda swinging up/down a 90-degree angle</p>
66
New cards

Determinant of Matrix

ad-bc

<p>ad-bc</p>
67
New cards

Inverse matrix

two n x n matrices are inverses of each other if their product is the identity matrix

<p>two n x n matrices are inverses of each other if their product is the identity matrix</p>
68
New cards

unit circle

a circle with a radius of 1, centered at the origin (cos,sin) To find tan, do sin/cos of that angle

<p>a circle with a radius of 1, centered at the origin (cos,sin) To find tan, do sin/cos of that angle</p>
69
New cards

rectangular to polar coordinates

r^2 = x^2 + y^2

tan(θ) = y/x

If not in quadrant I, add 180 for each new quadrant

<p>r^2 = x^2 + y^2</p><p>tan(θ) = y/x</p><p>If not in quadrant I, add 180 for each new quadrant</p>
70
New cards

polar to rectangular

x=rcos(theta)

y=rsin(theta)

<p>x=rcos(theta)</p><p>y=rsin(theta)</p>
71
New cards

absolute value of a complex number

√a^2+b^2

<p>√a^2+b^2</p>
72
New cards

Argument of a complex number

Measured anticlockwise from the first quadrant. "The angle relateable to polar scale.

73
New cards

Modulus of a complex number

magnitude of the vector

<p>magnitude of the vector</p>
74
New cards

Change of base rule for logs

<p></p>
75
New cards

logarithms :power rule

<p></p>
76
New cards

Quotient rule of logarithms

<p></p>
77
New cards

Rational roots theorem

If P(x) is a polynomial with integer coefficients and if is a zero of P(x) ( P( ) = 0 ), then p is a factor of the constant term of P(x) and q is a factor of the leading coefficient of P(x) .

<p>If P(x) is a polynomial with integer coefficients and if is a zero of P(x) ( P( ) = 0 ), then p is a factor of the constant term of P(x) and q is a factor of the leading coefficient of P(x) .</p>
78
New cards

Intersection points of parabola and a circle

Set the two equations equal to each other and solve for y

79
New cards

Standard equation of parabola to find foci

(x−h)2=4p(y−k)(5.2.1)(5.2.1)(x−h)2=4p(y−k)

A parabola is defined as the locus (or collection) of points equidistant from a given point (the focus) and a given line (the directrix). Another important point is the vertex or turning point of the parabola. If the equation of a parabola is given in standard form then the vertex will be(h,k).(h,k).The focus will be a distance ofppunits from the vertex within the curve of the parabola and the directrix will be a distance ofppunits from the vertex outside the curve of the parabola. This value(p)(p)is called the focal distance.

80
New cards

To evaluate limits as x approaches c

Plug in value, use factoring and plug in values, or use conjugates for radicals and plug in

81
New cards

L'Hôpital's Rule

lim f(x)/g(x) = lim f'(x)/g'(x)

Use before plugging in limit

<p>lim f(x)/g(x) = lim f'(x)/g'(x)</p><p>Use before plugging in limit</p>
82
New cards

Squeeze Theorem

If f(x) ≤ g(x) ≤ h(x) for all x ̸= a and limx→a f(x) = limx→a h(x) = L, then

limx→a g(x) = L

<p>If f(x) ≤ g(x) ≤ h(x) for all x ̸= a and limx→a f(x) = limx→a h(x) = L, then</p><p>limx→a g(x) = L</p>
83
New cards

as x approaches infinity

Then look at the highest degree and determine if - or + infinity

<p>Then look at the highest degree and determine if - or + infinity</p>
84
New cards

Rules for x approaching infinity

For function: P(x)/Q(x)

If the Degree of P is greater than the Degree of Q ...

... then the limit is positive infinity ...

... or maybe negative infinity. We need to look at the signs!

If the Degree of P is less than the Degree of Q ...

... the limit is 0.

If the Degree of P and Q are the same ...

... divide the coefficients of the terms with the largest exponentcf

85
New cards

Discontinuity of a function

Factor, then find which zero in the denominator cancels out, that is your hole/discontinuity

<p>Factor, then find which zero in the denominator cancels out, that is your hole/discontinuity</p>
86
New cards

to find y-coordinate of hole

Cancel out repeated factors, then sub in x-value

87
New cards

Asymptote of a graph

the "y-intercept"

<p>the "y-intercept"</p>
88
New cards

How to find vertical asymptote

1. Set the denominator equal to zero

2. Simplify the fraction

3. Cancel out like terms on the top and the bottom

<p>1. Set the denominator equal to zero</p><p>2. Simplify the fraction</p><p>3. Cancel out like terms on the top and the bottom</p>
89
New cards

How to find horizontal asymptote

- degree of numerator smaller than degree of denominator - y=0

- degree of numerator same as degree of denominator - y= leading coefficient of numerator/ leading coefficient of denominator

-degree of numerator greater than degree of denominator - no horizontal asymptote

<p>- degree of numerator smaller than degree of denominator - y=0</p><p>- degree of numerator same as degree of denominator - y= leading coefficient of numerator/ leading coefficient of denominator</p><p>-degree of numerator greater than degree of denominator - no horizontal asymptote</p>
90
New cards

inflection point

A point at which a structure changes curvature from convex to concave. Find by finding second derivative and setting to zero. To find y-value, plug in this second derivative answer into original equation

<p>A point at which a structure changes curvature from convex to concave. Find by finding second derivative and setting to zero. To find y-value, plug in this second derivative answer into original equation</p>
91
New cards

point of symmetry

the common point of reflection for all points of a figure

<p>the common point of reflection for all points of a figure</p>
92
New cards

point of tangency

the point where the tangent and a function intersect. You find by getting in slope-intercept form, then find derivative and then substitute in X value to find slope of tangent line.

<p>the point where the tangent and a function intersect. You find by getting in slope-intercept form, then find derivative and then substitute in X value to find slope of tangent line.</p>
93
New cards

directrix

a fixed line that is equidistant from the vertex as the focus is to the vertex

<p>a fixed line that is equidistant from the vertex as the focus is to the vertex</p>
94
New cards

how to find directrix

y=k-p or just get your distance to center or leading coefficient and divide by 4 to get directrix.

<p>y=k-p or just get your distance to center or leading coefficient and divide by 4 to get directrix.</p>
95
New cards

Directrix of horizontal parabola

x=h-1/4a

<p>x=h-1/4a</p>
96
New cards

Rotation rules

counterclockwise

90 degrees (x,y)--> (-y,x)

180 degrees (x,y)-->(-x,-y)

270 degrees (x,y) --> (y,-x)

97
New cards

Reflection across y=x

(x,y) -> (y,x)

<p>(x,y) -> (y,x)</p>
98
New cards

Reflection across y=-x

(x,y) = (-y,x)

99
New cards

Disc method formula

<p></p>
100
New cards

Washer method formula

<p></p>