Calc Formulas

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

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:40 AM on 2/4/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

58 Terms

1
New cards

Pythagorean Identity (sin and cos)

sin²x + cos²x = 1

2
New cards

Pythagorean Identity (sec and tan)

sec²x - tan²x = 1

3
New cards

Reciprocal Identity for secant

sec x = 1 / cos x

4
New cards

Reciprocal Identity for cosecant

csc x = 1 / sin x

5
New cards

Double Angle Formula for sine

sin 2x = 2 sin x cos x

6
New cards

Double Angle Formula for cosine

cos 2x = cos²x - sin²x

7
New cards

Sum Formula for Sine

sin(A + B) = sin A cos B + cos A sin B

8
New cards

Difference Formula for Sine

sin(A - B) = sin A cos B - cos A sin B

9
New cards

Sum Formula for Cosine

cos(A + B) = cos A cos B - sin A sin B

10
New cards

Difference Formula for Cosine

cos(A - B) = cos A cos B + sin A sin B

11
New cards

Definition of a Limit

lim(x→a) f(x) = L if lim(x→a⁻) f(x) = L and lim(x→a⁺) f(x) = L.

12
New cards

One-Sided Limit from the left

lim(x→a⁻) f(x) = L (approaching from the left).

13
New cards

One-Sided Limit from the right

lim(x→a⁺) f(x) = L (approaching from the right).

14
New cards

Limit Law for sum

lim(x→a) [f(x) ± g(x)] = lim(x→a) f(x) ± lim(x→a) g(x).

15
New cards

Limit Law for constant multiplication

lim(x→a) [c⋅f(x)] = c⋅lim(x→a) f(x).

16
New cards

Definition of Vertical Asymptote

x = a is a vertical asymptote if lim(x→a⁻) f(x) = ±∞ or lim(x→a⁺) f(x) = ±∞.

17
New cards

Definition of Horizontal Asymptote

y = L is a horizontal asymptote if lim(x→±∞) f(x) = L.

18
New cards

Squeeze Theorem

If f(x) ≤ g(x) ≤ h(x) and lim(x→a) f(x) = lim(x→a) h(x) = L, then lim(x→a) g(x) = L.

19
New cards

Definition of the Derivative

f'(x) = lim(h→0) (f(x+h) - f(x)) / h.

20
New cards

Power Rule for Derivatives

d/dx [xⁿ] = n xⁿ⁻¹.

21
New cards

Product Rule for Derivatives

d/dx [f(x)g(x)] = f'(x) g(x) + f(x) g'(x).

22
New cards

Quotient Rule for Derivatives

d/dx [f(x) / g(x)] = (f'(x) g(x) - f(x) g'(x)) / g²(x).

23
New cards

Chain Rule for Derivatives

d/dx f(g(x)) = f'(g(x)) ⋅ g'(x).

24
New cards

Derivative of sin x

d/dx [sin x] = cos x.

25
New cards

Derivative of cos x

d/dx [cos x] = -sin x.

26
New cards

Derivative of tan x

d/dx [tan x] = sec²x.

27
New cards

Derivative of arcsin x

d/dx [arcsin x] = 1 / √(1 - x²).

28
New cards

Derivative of arctan x

d/dx [arctan x] = 1 / (1 + x²).

29
New cards

Derivative of arcsec x

d/dx [arcsec x] = 1 / |x|√(x² - 1).

30
New cards

Derivative of e^x

d/dx [e^x] = e^x.

31
New cards

Derivative of ln x

d/dx [ln x] = 1 / x.

32
New cards

Derivative of a^x

d/dx [a^x] = ln(a) ⋅ a^x.

33
New cards

L'Hôpital’s Rule

If lim(x→a) f(x)/g(x) is in an indeterminate form (0/0 or ∞/∞), then: lim(x→a) f(x)/g(x) = lim(x→a) f'(x)/g'(x).

34
New cards

First Derivative Test

If f'(x) changes from + to -, f(c) is a local max; if it changes from - to +, f(c) is a local min.

35
New cards

Second Derivative Test for local minima

If f''(c) > 0, f(c) is a local min.

36
New cards

Second Derivative Test for local maxima

If f''(c) < 0, f(c) is a local max.

37
New cards

Test for Concavity

If f''(x) > 0, f(x) is concave up; if f''(x) < 0, f(x) is concave down.

38
New cards

Point of Inflection

A point where f''(x) changes sign.

39
New cards

Mean Value Theorem

If f(x) is continuous on [a, b] and differentiable on (a, b), then there exists c in (a, b) such that: f'(c) = (f(b) - f(a)) / (b - a).

40
New cards

Fundamental Theorem of Calculus (Part 1)

∫[a,b] f(x)dx = F(b) - F(a), where F is an antiderivative of f.

41
New cards

Fundamental Theorem of Calculus (Part 2)

d/dx ∫[c,x] f(t) dt = f(x).

42
New cards

Integral of xⁿ

∫ xⁿ dx = (xⁿ⁺¹) / (n+1) + C, for n ≠ -1.

43
New cards

Integral of e^x

∫ e^x dx = e^x + C.

44
New cards

Integral of 1/x

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

45
New cards

Integral of sin x

∫ sin x dx = -cos x + C.

46
New cards

Integral of cos x

∫ cos x dx = sin x + C.

47
New cards

Integral of sec²x

∫ sec²x dx = tan x + C.

48
New cards

Position function in motion

s(t) = position.

49
New cards

Velocity function in motion

v(t) = s'(t) = velocity.

50
New cards

Acceleration function in motion

a(t) = v'(t) = s''(t) = acceleration.

51
New cards

Total Distance Traveled

∫[a,b] |v(t)| dt.

52
New cards

Volume of Solid (Disk Method)

V = π ∫[a,b] [R(x)]² dx.

53
New cards

Volume of Solid (Washer Method)

V = π ∫[a,b] (R²(x) - r²(x)) dx.

54
New cards

Volume of Solid (Cross-Sectional Area)

V = ∫[a,b] A(x) dx.

55
New cards

LRAM (Left Riemann Sum)

Uses left endpoints of subintervals for f(x).

56
New cards

RRAM (Right Riemann Sum)

Uses right endpoints of subintervals for f(x).

57
New cards

MRAM (Midpoint Riemann Sum)

Uses midpoints of subintervals for f(x).

58
New cards

Trapezoidal Rule

Approximates area using trapezoids: A ≈ (Δx / 2) [f(x₀) + 2f(x₁) + 2f(x₂) + ... + f(xₙ)].

Explore top notes

note
SPACE WAR AND END OF COLD WAR
Updated 1355d ago
0.0(0)
note
Top 200 Drug
Updated 1271d ago
0.0(0)
note
Creative Writing
Updated 1107d ago
0.0(0)
note
Leçon 1 D'Accord 3 Vocabulaire
Updated 1264d ago
0.0(0)
note
Science_T4_2022
Updated 1030d ago
0.0(0)
note
SPACE WAR AND END OF COLD WAR
Updated 1355d ago
0.0(0)
note
Top 200 Drug
Updated 1271d ago
0.0(0)
note
Creative Writing
Updated 1107d ago
0.0(0)
note
Leçon 1 D'Accord 3 Vocabulaire
Updated 1264d ago
0.0(0)
note
Science_T4_2022
Updated 1030d ago
0.0(0)

Explore top flashcards

flashcards
English - Unit 1 Poetry Vocab
30
Updated 915d ago
0.0(0)
flashcards
Esperanza Rising Vocabulary
47
Updated 1219d ago
0.0(0)
flashcards
Theology Unit 3
56
Updated 1100d ago
0.0(0)
flashcards
Politik Wortscahtz von Maluka
69
Updated 1017d ago
0.0(0)
flashcards
Unit 1: Basic Economic Concepts
32
Updated 1076d ago
0.0(0)
flashcards
English - Unit 1 Poetry Vocab
30
Updated 915d ago
0.0(0)
flashcards
Esperanza Rising Vocabulary
47
Updated 1219d ago
0.0(0)
flashcards
Theology Unit 3
56
Updated 1100d ago
0.0(0)
flashcards
Politik Wortscahtz von Maluka
69
Updated 1017d ago
0.0(0)
flashcards
Unit 1: Basic Economic Concepts
32
Updated 1076d ago
0.0(0)