Derivatives and Anti-derivatives Flashcards

(49 cards)

1
Q

Derivative of a constant k

A

d/dx[k] = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Derivative of x

A

d/dx[x] = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Derivative of x^n

A

d/dx[x^n] = nx^(n-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Derivative of e^x

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Derivative of a^x

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Derivative of ln(x)

A

d/dx[ln(x)] = 1/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Derivative of log_a(x)

A

d/dx[log_a(x)] = 1/(x·ln(a))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Derivative of sin(x)

A

d/dx[sin(x)] = cos(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Derivative of cos(x)

A

d/dx[cos(x)] = -sin(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Derivative of tan(x)

A

d/dx[tan(x)] = sec^2(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Derivative of cot(x)

A

d/dx[cot(x)] = -csc^2(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Derivative of sec(x)

A

d/dx[sec(x)] = sec(x)·tan(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Derivative of csc(x)

A

d/dx[csc(x)] = -csc(x)·cot(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Derivative of arcsin(x)

A

d/dx[arcsin(x)] = 1/√(1-x^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Derivative of arccos(x)

A

d/dx[arccos(x)] = -1/√(1-x^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Derivative of arctan(x)

A

d/dx[arctan(x)] = 1/(1+x^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Derivative of arccot(x)

A

d/dx[arccot(x)] = -1/(1+x^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Derivative of arcsec(x)

A

d/dx[arcsec(x)] = 1/(|x|·√(x^2-1))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Derivative of arccsc(x)

A

d/dx[arccsc(x)] = -1/(|x|·√(x^2-1))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Derivative of sinh(x)

A

d/dx[sinh(x)] = cosh(x)

21
Q

Derivative of cosh(x)

A

d/dx[cosh(x)] = sinh(x)

22
Q

Derivative of tanh(x)

A

d/dx[tanh(x)] = sech^2(x)

23
Q

Sum rule

A

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

24
Q

Product rule

A

d/dx[f(x)·g(x)] = f’(x)·g(x) + f(x)·g’(x)

25
Quotient rule
d/dx[f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)]/[g(x)]^2
26
Chain rule
d/dx[f(g(x))] = f'(g(x))·g'(x)
27
Anti-derivative of x^n (n≠-1)
∫x^n dx = x^(n+1)/(n+1) + C
28
Anti-derivative of 1/x
∫(1/x) dx = ln|x| + C
29
Anti-derivative of e^x
∫e^x dx = e^x + C
30
Anti-derivative of a^x
∫a^x dx = a^x/ln(a) + C
31
Anti-derivative of sin(x)
∫sin(x) dx = -cos(x) + C
32
Anti-derivative of cos(x)
∫cos(x) dx = sin(x) + C
33
Anti-derivative of tan(x)
∫tan(x) dx = -ln|cos(x)| + C
34
Anti-derivative of sec^2(x)
∫sec^2(x) dx = tan(x) + C
35
Anti-derivative of sec(x)tan(x)
∫sec(x)tan(x) dx = sec(x) + C
36
Anti-derivative of 1/√(1-x^2)
∫1/√(1-x^2) dx = arcsin(x) + C
37
Anti-derivative of 1/(1+x^2)
∫1/(1+x^2) dx = arctan(x) + C
38
Anti-derivative of 1/(x√(x^2-1))
∫1/(x√(x^2-1)) dx = arcsec(x) + C
39
Basic u-substitution concept
∫f(g(x))·g'(x) dx = ∫f(u) du where u = g(x)
40
Integration by parts formula
∫u·dv = u·v - ∫v·du
41
Anti-derivative of 1/(a^2+x^2)
∫1/(a^2+x^2) dx = (1/a)·arctan(x/a) + C
42
Anti-derivative of 1/√(a^2-x^2)
∫1/√(a^2-x^2) dx = arcsin(x/a) + C
43
Anti-derivative of 1/√(x^2+a^2)
∫1/√(x^2+a^2) dx = ln|x + √(x^2+a^2)| + C
44
Anti-derivative of 1/(x^2-a^2)
∫1/(x^2-a^2) dx = (1/2a)·ln|(x-a)/(x+a)| + C
45
Anti-derivative of sinh(x)
∫sinh(x) dx = cosh(x) + C
46
Anti-derivative of cosh(x)
∫cosh(x) dx = sinh(x) + C
47
Anti-derivative of sech^2(x)
∫sech^2(x) dx = tanh(x) + C
48
First Fundamental Theorem of Calculus
d/dx[∫_a^x f(t) dt] = f(x)
49
Second Fundamental Theorem of Calculus
∫_a^b f(x) dx = F(b) - F(a) where F'(x) = f(x)