Ultimate AB Calc Cheat Sheet

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

1/100

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

101 Terms

1
New cards

if k is a positive constant, then the limit as x approaches 0 of (k/x^2) =

positive infinity

2
New cards

if the limit as x approaches a of f(x) = L1 and the limit as x approaches a of g(x) = L2, then the limit as x approaches a of [f(x) + g(x)] =

L1 + L2

3
New cards

if the limits for both f(x) and g(x) DNE but the sums of the right hand and left hand limits are the same, then. . .

the sum is the answer (same for multiplication and division)

4
New cards

the limits of x to the power fractions

remember what ms. pisapia said in class about how the limit as x approaches infinity makes the other numbers insignificant

5
New cards

when you are taking the limit and the denominator is 0, then. . .

the limit will be positive or negative infinity depending on the sign of the function

6
New cards

limit as x approaches 0: sinx/x

1

7
New cards

limit as x approaches 0: (1-cosx)/x

0

8
New cards

derivative of a function definition

f'(x) = limit as h approaches 0 of (f(x+h)-f(x))/h

9
New cards

continuity criteria

  1. f(x) exists

  2. limit as x approaches a of f(x) exists

  3. f(x) = limit as x approaches a of f(x)

10
New cards

jump discontinuity

when the curve "breaks" at a particular place and limits from left and right exist, but they will not match

11
New cards

essential discontinuity

vertical asymptote

12
New cards

removable discontinuity

a "hole" in a graph

13
New cards

even function

graph is symmetrical with respect to the y-axis; f(x) = f(-x)

14
New cards

odd function

graph is symmetrical with respect to the origin; f(-x)=-f(x),

  • identical after rotating 180 degrees

15
New cards

if the highest power of x is in the numerator, then

the limit as x approaches infinity is infinity

16
New cards

if the highest power of x is in the denominator, then

the limit as x approaches infinity is zero

17
New cards

if the numerator and denominator have equal powers, then

the limit as x approaches infinity is the coefficients divided by each other

18
New cards

the derivative of a turn in a curve =

0

19
New cards

when does the derivative not exist

  1. sharp corners

  2. vertical tangent lines/asymptotes

  3. cusps

  4. discontinuities

20
New cards

d/dx k/x (k is a constant)

-k/(x^2)

21
New cards

d/dx k * sqrt(x)

k/(2sqrt(x))

22
New cards

d/dx sinx

cosx

23
New cards

d/dx cosx

-sinx

24
New cards

d/dx tanx

sec^2x

25
New cards

d/dx cotx

-csc^2x

26
New cards

d/dx secx

secxtanx

27
New cards

d/dx cscx

-cscxcotx

28
New cards

chain rule

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

29
New cards

d/dx ln(g(x))

1/g(x) * g'(x)

30
New cards

d/dx e^(g(x))

e^g(x) * g'(x)

31
New cards

d/dx loga(x)

1/xlna

32
New cards

d/dx loga(g(x))

g'(x)/g(x)lna

33
New cards

d/dx a^x (a is a constant)

a^x * ln(a)

34
New cards

d/dx x^x

x^x * (lnx+1)

35
New cards

d/dx a^(g(x)) (a is a constant)

a^x * ln(a) * g'(x)

36
New cards

quotient rule

lowdhigh-highdlow/low^2

37
New cards

product rule

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

38
New cards

d/dx inverse f(x) at y or x = c (constant)

1/f'(inverse of f(c)) (c could be the x or y-coordinate)

39
New cards

d/dx inverse sin(u)

1/sqrt(1-u^2) du/dx

40
New cards

d/dx inverse cos(u)

-1/sqrt(1-u^2) du/dx

41
New cards

d/dx inverse tan(u)

1/(1+u^2) du/dx

42
New cards

d/dx inverse cot(u)

-1/(1+u^2) du/dx

43
New cards

d/dx inverse sec(u)

1/(|u| * sqrt(u^2 - 1)) du/dx

44
New cards

d/dx inverse csc(u)

-1/(|u| * sqrt(u^2-1)) du/dx

45
New cards

when velocity and acceleration have the same signs

particle is speeding up

46
New cards

when velocity and acceleration have opposite signs

particle is slowing down

47
New cards

when the velocity is zero and the acceleration is NOT zero

the particle has momentarily stopped and is CHANGING DIRECTION

48
New cards

volume of a sphere

4/3πr³

49
New cards

surface area of a sphere

4πr²

50
New cards

volume of a conical cone

(1/3)πr²h

51
New cards

slope of tangent line necessary formula

y - y1 = m(x - x1)

52
New cards

normal line

line perpendicular to the tangent line

53
New cards

concave up tangent line

underestimate

54
New cards

concave down tangent line

overestimate

55
New cards

L'Hospital's Rule: 0/0 and infinity/infinity cases

  • just take the derivative of both the top and bottom and plug in the c-value

  • MUST BE WRITTEN IN FRACTION FORM

  • REPEAT UNTIL NOT IN INDETERMINATE FORM (0/0 or infinity/infinity)

limit as x approaches c of f(x)/g(x) = f'(c)/g'(c)

56
New cards

mean value theorem

if f(x) is continuous and differentiable, there's some point in the interval where the slope of the tangent line equals the slope of the secant line that connects the endpoints of the interval

57
New cards

f '(c) = [f(b) - f(a)]/(b - a)

58
New cards

rolle's theorem

if y = f(x) is continuous on the interval [a, b] and is differentiable everywhere on the interval (a, b), and if f(a) = f(b), then there is at least one number c between a and b such that f'(c) = 0

59
New cards

if f'(a) = 0 and f''(a) > 0, then . . .

there is a relative minimum

60
New cards

if f'(a) = 0 and f''(a) < 0, then . . .

there is a relative maximum

61
New cards

how to find vertical asymptotes

set the denominator equal to zero and solve for x

62
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

63
New cards

to calculate the absolute extrema. . .

plug in ALL the critical points AND end points and see which y-value is the greatest/least

64
New cards

concavity is when the first derivative is increasing or decreasing, therefore....

if f''(x) > 0, concave up, if f''(x) < 0, concave down

65
New cards

fraction exponent simplify easy formula

look at picture

<p>look at picture</p>
66
New cards

left riemann sum formula (under the condition that all the rectangles have the same width)

((b-a)/n) [y0 + y1 + y2 + y3 + . . . y(n-1)]

67
New cards

right riemann sum formula (under the condition that all the rectangles have the same width)

((b-a)/n) [y1 + y2 + y3 + y4 + . . . y(n)]

68
New cards

midpoint riemann sum formula (under the condition that all the rectangles have the same width)

((b-a)/n) [y(1/2) + y(3/2) + y(5/2) + y(7/2) + . . . y((2n-1)/2)]

69
New cards

trapezoid rule formula

(1/2)((f(x1)+f(x2))(h) + (f(x2)+f(x3))(h) + . . . )

70
New cards

inscribed vs. circumscribed

all corners of the rectangle lie inside the curve vs. all corners of the rectangle lie outside the curve

71
New cards

riemann sum formula complicated

the image isn't 100% accurate

<p>the image isn&apos;t 100% accurate</p>
72
New cards

fundamental theorem of calculus 1

  • d/dx ∫ (any constant to x) f(x) dx = f(x) (the constant changing does NOT matter)

  • if the upper limit of the integral is a function like x^2, then we multiply the answer by the derivative of that term

<ul><li><p>d/dx ∫ (any constant to x) f(x) dx = f(x) (the constant changing does NOT matter)</p></li><li><p>if the upper limit of the integral is a function like x^2, then we multiply the answer by the derivative of that term</p></li></ul>
73
New cards

integral of sin(ax) dx

-cos(ax)/a + C

74
New cards

integral of cos(ax) dx

sin(ax)/a + C

75
New cards

integral of sec(ax) * tan (ax) dx

sec(ax)/a + C

76
New cards

integral of sec^2 dc

tan(ax)/x + C

77
New cards

integral of csc(ax) * cot(ax)(dx)

-csc(ax)/a + C

78
New cards

integral of csc^2 (ax)(dx)

(-cot(ax))/a + C

79
New cards

fundamental theorem of calculus 2

∫ f(x) dx on interval a to b = F(b) - F(a)

  • used this for that graph question to find f(-6) and f(5) when given the 1st derivative graph

80
New cards

integral of tanx dx

-ln|cosx| + C

81
New cards

integral of cotx dx

ln|sinx| + C

82
New cards

integral of secx dx

ln|secx + tanx| + C

83
New cards

integral of cscx dx

-ln|cscx+cotx| + C

84
New cards

integral of a^x dx

1/ln(a) * a^x + C

85
New cards

integral of 1/sqrt(1-x^2) dx

arcsinx + C

86
New cards

integral of 1/(1+x^2) dx

arctanx + C

87
New cards

Integral of 1/x(sqrt((x^2)-1))

arcsecx + C

88
New cards

when can you use long division to solve for integrals?

when the degree of the numerator is greater than the degree of the denominator

89
New cards

what does the function y = 1/x look like?

look at image

<p>look at image</p>
90
New cards

newton's law of cooling

T = (To - Ts) * e^(-kt) + Ts

  • Ts = surrounding temperature

  • To = initial temperature

91
New cards

ln(1)

0

92
New cards

when the rate of growth is proportional OR exponential...

dy/dt = ky

separation of variables

integration

y = Ce^(kt)

93
New cards

average value of a function on an interval

(1/b-a) (a,b)∫ f(x)dx

94
New cards

how to find the area between 2 curves expressed as a function of x (integral, unit 8)

integral from a to b [f(x) - g(x)]dx

95
New cards

when to integrate with respect to x or y

x: vertical slices, perpendicular to x-axis, when functions are higher than one another ( y = something)

y: horizontal slices, perpendicular to y-axis, horizontally higher (x = something)

96
New cards

equilateral triangle area

(s^2√3)/4

97
New cards

given the hypotenuse of an isoceles right triangle, the area is

((hypotenuse)^2)/4

98
New cards

volume with disc method around the x-axis

pi * integral from a to b [f(x)]^2 dx

99
New cards

volume with disc method around the y-axis

pi * integral from a to b [f(y)]^2 dx

100
New cards

removable discontinuity formula

when you factor the numerator and denominator, the term that you can cancel out is the REMOVABLE DISCONTINUITY