Calculus: Antiderivatives, Riemann Sums, and Derivative Rules

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/55

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.

56 Terms

1
New cards

Antiderivative

We say the function F is an antiderivative of the function f if F'(x)=f(x)

2
New cards

Indefinite integral

The collection of all antiderivatives of f(x) is the indefinite integral

<p>The collection of all antiderivatives of f(x) is the indefinite integral</p>
3
New cards

Riemann Sums

Approximation of area under curve using rectangles.

1. Break the interval [a,b] into n subintervals, and draw a rectangle in each subinterval.

2. Summing the areas of the rectangles will approximate the area under the curve.

<p>Approximation of area under curve using rectangles.</p><p>1. Break the interval [a,b] into n subintervals, and draw a rectangle in each subinterval.</p><p>2. Summing the areas of the rectangles will approximate the area under the curve.</p>
4
New cards

Riemann Sum Rectangle Width Formula

Δx = (b - a)/n

Where b is the rightmost limit in interval [a,b] and a is the leftmost limit, and n is the number of subintervals.

<p>Δx = (b - a)/n</p><p>Where b is the rightmost limit in interval [a,b] and a is the leftmost limit, and n is the number of subintervals.</p>
5
New cards

Sigma Notation

A form of notation using the symbol Sigma, to express a series.

Σ (Sigma symbol): Represents the sum of terms. Pronounced "sigma."

Index of summation (e.g., i): The variable used to count the terms in the sum. It changes values stepwise.

Lower limit (e.g., i=1): The starting value of the index, where summation begins.

Upper limit (e.g., n): The ending value of the index, where summation stops.

General term (expression next to Σ): The formula that describes each term in the sum depending on the index.

<p>A form of notation using the symbol Sigma, to express a series.</p><p>Σ (Sigma symbol): Represents the sum of terms. Pronounced "sigma."</p><p>Index of summation (e.g., i): The variable used to count the terms in the sum. It changes values stepwise.</p><p>Lower limit (e.g., i=1): The starting value of the index, where summation begins.</p><p>Upper limit (e.g., n): The ending value of the index, where summation stops.</p><p>General term (expression next to Σ): The formula that describes each term in the sum depending on the index.</p>
6
New cards

Upper Estimate Riemann

use rectangles that over-approximate the area

Let Mi = max{f(x)} on [xi-1, xi]

Then: Uf = nΣi=1 MiΔx

7
New cards

Lower Estimate Riemann

use rectangles that under-approximate the area

Let mi = min{f(x)} on [xi-1, xi]

Then: Lf = nΣi=1 miΔx

8
New cards

Midpoint Estimate Riemann

On the subinterval [xi-1, xi], the midpoint is (x_i-1 + x_i)/2

And the midpoint sum is:

Uf = nΣi=1 (x_i-1 + x_i)/2Δx

9
New cards

Average Value

AV = Area/b-a

10
New cards

Definite Integral

We define the definite integral to be the limit of the Riemann Sum

<p>We define the definite integral to be the limit of the Riemann Sum</p>
11
New cards

Summation Formulas

knowt flashcard image
12
New cards

Odd and Even Integrals

If f is an odd function, integral between -a and a is 0

if f is an even function, integral between -a and a is 2 times the area

13
New cards

Trapezoidal Rule

Integral (a to b) = ((b-a)/2n)(f(x)+2f(x)+2f(x)+f(x))

<p>Integral (a to b) = ((b-a)/2n)(f(x)+2f(x)+2f(x)+f(x))</p>
14
New cards

Simpson's Rule

15
New cards

Second Fundamental Theorem of Calculus

d/dx ∫ (from a to g(x)) f(t)dt= f(g(x))*g'(x)

<p>d/dx ∫ (from a to g(x)) f(t)dt= f(g(x))*g'(x)</p>
16
New cards

Fundamental Theorem of Calculus

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

17
New cards

Extension of Second Fundamental Theorem of Calculus

d/dx (b(x) ∫ a(x) f(t) dt) = f(b(x))b'(x) - f(a(x))a'(x)

18
New cards

Mean Value Theorem

knowt flashcard image
19
New cards

x^n antiderivative

x^n+1/n+1

20
New cards

sin(ax) antiderivative

-(1/a)cosx

21
New cards

cos(x) antiderivative

(1/a)sinx

22
New cards

csc(ax)cot(ax) antiderivative

-(1/a)csc(ax)

23
New cards

sec(ax)tan(ax) antiderivative

(1/a)sec(ax)

24
New cards

sec^2(ax) antiderivative

(1/a)tan(ax)

25
New cards

csc^2(ax) antiderivative

-(1/a)cot(ax)

26
New cards

b^ax antiderivative

1/(alnb)b^ax

27
New cards

1/(1 + (ax)^2) antiderivative

1/a(arctan)(ax)

28
New cards

1/sqrt(1 - (ax)^2)) antiderivative

1/a(arcsin)(ax)

29
New cards

tan(u) antiderivative

ln|sec u|

30
New cards

sec(u) antiderivative

ln|sec u + tan u|

31
New cards

cot(u) antiderivative

ln|sin u|

32
New cards

csc(u) antiderivative

-ln|csc u + cot u|

33
New cards

What is the Power Rule for derivatives?

dx(x^n) = n·x^(n-1)

34
New cards

What is the Constant Rule for derivatives?

dx(c) = 0

35
New cards

What is the Constant Multiple Rule for derivatives?

dx(c·f(x)) = c·f'(x)

36
New cards

What is the Sum Rule for derivatives?

dx(f(x) + g(x)) = f'(x) + g'(x)

37
New cards

What is the Difference Rule for derivatives?

dx(f(x) - g(x)) = f'(x) - g'(x)

38
New cards

What is the Product Rule for derivatives?

dx(f(x)·g(x)) = f'(x)·g(x) + f(x)·g'(x)

39
New cards

What is the Quotient Rule for derivatives?

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

40
New cards

What is the Chain Rule for derivatives?

dx(f(g(x))) = f'(g(x))·g'(x)

41
New cards

What is the derivative of e^x?

dx(e^x) = e^x

42
New cards

What is the derivative of a^x?

dx(a^x) = a^x·ln(a)

43
New cards

What is the derivative of ln(x)?

dx(ln(x)) = 1/x

44
New cards

What is the derivative of log_a(x)?

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

45
New cards

What is the derivative of sin(x)?

dx(sin(x)) = cos(x)

46
New cards

What is the derivative of cos(x)?

dx(cos(x)) = -sin(x)

47
New cards

What is the derivative of tan(x)?

dx(tan(x)) = sec^2(x)

48
New cards

What is the derivative of csc(x)?

dx(csc(x)) = -csc(x)·cot(x)

49
New cards

What is the derivative of sec(x)?

dx(sec(x)) = sec(x)·tan(x)

50
New cards

What is the derivative of cot(x)?

dx(cot(x)) = -csc^2(x)

51
New cards

What is the derivative of arcsin(x)?

dx(arcsin(x)) = 1 / sqrt(1 - x^2)

52
New cards

What is the derivative of arccos(x)?

dx(arccos(x)) = -1 / sqrt(1 - x^2)

53
New cards

What is the derivative of arctan(x)?

dx(arctan(x)) = 1 / (1 + x^2)

54
New cards

Integrating by parts

.

<p>.</p>
55
New cards

Sin/Cos/Tan Values

knowt flashcard image
56
New cards

Trigonometric Identities

Sinθ/Cosθ = Tanθ

Cosθ/Sinθ = Cotθ

Cos²θ + Sin²θ = 1

Sinθ = Cos(90 - θ)

Cosθ = Sin(90 - θ)

Explore top flashcards