CALCULUS BASICS

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

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:29 PM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

55 Terms

1
New cards

Derivative of a constant c

0

2
New cards

Power Rule: Derivative of x^n

n * x^(n-1)

3
New cards

Product Rule

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

4
New cards

Quotient Rule

[f'(x)g(x) - f(x)g'(x)] / [g(x)]^2

5
New cards

Chain Rule

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

6
New cards

Derivative of e^x

e^x

7
New cards

Derivative of a^x

a^x * ln(a)

8
New cards

Derivative of ln(x)

1/x

9
New cards

Derivative of log_a(x)

1 / (x * ln(a))

10
New cards

Derivative of sin(x)

cos(x)

11
New cards

Derivative of cos(x)

-sin(x)

12
New cards

Derivative of tan(x)

sec^2(x)

13
New cards

Derivative of sec(x)

sec(x) * tan(x)

14
New cards

Derivative of csc(x)

-csc(x) * cot(x)

15
New cards

Derivative of cot(x)

-csc^2(x)

16
New cards

Derivative of arcsin(x)

1 / sqrt(1 - x^2)

17
New cards

Derivative of arccos(x)

-1 / sqrt(1 - x^2)

18
New cards

Derivative of arctan(x)

1 / (1 + x^2)

19
New cards

Derivative of arccot(x)

-1 / (1 + x^2)

20
New cards

Derivative of arcsec(x)

1 / (|x| * sqrt(x^2 - 1))

21
New cards

Derivative of arccsc(x)

-1 / (|x| * sqrt(x^2 - 1))

22
New cards

Derivative of sinh(x)

cosh(x)

23
New cards

Derivative of cosh(x)

sinh(x)

24
New cards

Derivative of tanh(x)

sech^2(x)

25
New cards

Integral of x^n

[x^(n+1)] / (n+1) + C

26
New cards

Integral of 1/x

ln|x| + C

27
New cards

Integral of e^x

e^x + C

28
New cards

Integral of a^x

a^x / ln(a) + C

29
New cards

Integral of sin(x)

-cos(x) + C

30
New cards

Integral of cos(x)

sin(x) + C

31
New cards

Integral of sec^2(x)

tan(x) + C

32
New cards

Integral of csc^2(x)

-cot(x) + C

33
New cards

Integral of sec(x)tan(x)

sec(x) + C

34
New cards

Integral of csc(x)cot(x)

-csc(x) + C

35
New cards

Integral of tan(x)

ln|sec(x)| + C

36
New cards

Integral of cot(x)

ln|sin(x)| + C

37
New cards

Integral of sec(x)

ln|sec(x) + tan(x)| + C

38
New cards

Integral of csc(x)

-ln|csc(x) + cot(x)| + C

39
New cards

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

arcsin(x/a) + C

40
New cards

Integral of 1 / (a^2 + x^2)

(1/a) * arctan(x/a) + C

41
New cards

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

(1/a) * arcsec(|x|/a) + C

42
New cards

Integral of sinh(x)

cosh(x) + C

43
New cards

Integral of cosh(x)

sinh(x) + C

44
New cards

Integration by Parts Formula

uv - integral of (v * du)

45
New cards

Integral of ln(x)

xln(x) - x + C

46
New cards

Taylor Series of f(x) at x=a

f(a) + f'(a)(x-a) + f''(a)(x-a)^2 / 2! + …

47
New cards

Maclaurin Series of f(x)

f(0) + f'(0)x + f''(0)x^2 / 2! + …

48
New cards

Maclaurin expansion of e^x

1 + x + (x^2)/2! + (x^3)/3! + …

49
New cards

Maclaurin expansion of sin(x)

x - (x^3)/3! + (x^5)/5! - …

50
New cards

Maclaurin expansion of cos(x)

1 - (x^2)/2! + (x^4)/4! - …

51
New cards

Maclaurin expansion of ln(1+x)

x - (x^2)/2 + (x^3)/3 - (x^4)/4 + …

52
New cards

Maclaurin expansion of 1/(1-x)

1 + x + x^2 + x^3 + …

53
New cards

Binomial Expansion of (1+x)^n

1 + nx + n(n-1)(x^2)/2! + …

54
New cards

Leibniz Rule for nth derivative of u*v

Sum from k=0 to n of [ nCk * u^(n-k) * v^(k) ]

55
New cards

Leibniz Integral Rule (Diff under integral)

f(x; b(x))b'(x) - f(x; a(x))a'(x) + integral of [partial derivative of f with respect to x]