AP Calculus BC Review

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

1/41

flashcard set

Earn XP

Description and Tags

pls get a 5

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

nth - Term Test

Series will diverge when the limit of the terms does not approach zero as n approaches infinity.

2
New cards

A geometric series will converge when…

0 < absolute value of r < 1

3
New cards

A geometric series will diverge when…

the absolute value of r is greater than or equal to 1.

4
New cards

How do you find the sum of a geometric series?

S = a / (1 - r)

5
New cards

Alternating Series Test

An alternating series converges if the absolute value of |an+1| is less than |an| term AND the limit of an equals 0 as n approaches infinity.

6
New cards

What criteria must be met to use the integral test on a series?

The integral test can be applied if the function is continuous, positive, and decreasing on the interval being considered.

7
New cards

When will a p-series converge?

A p-series converges if the p-value is greater than 1.

8
New cards

When will a p-series diverge?

A p-series diverges if the p-value is less than or equal to 1.

9
New cards

How do you use the direct comparison test?

The direct comparison test involves comparing a given series to a known benchmark series to determine convergence or divergence.

10
New cards

When using the limit comparison test and we are given a series an, how do we find bn?

Choose a positive series—using the direct comparison test—that resembles an

11
New cards

When will a series converge using the Limit Comparison Test?

If the limit as n approaches infinity of the ratio of an to bn is positive and finite AND bn converges.

12
New cards

When will a series diverge using the Limit Comparison Test?

If the limit as n approaches infinity of the ratio of an to bn is positive and finite AND bn diverges.

13
New cards

In regards to Absolute Convergence, the series an will absolutely converge if…

the series |an| converges.

14
New cards

How do we test for conditional convergence?

The series an converges but the series |an| diverges.

15
New cards

In regards to the Ratio Test, when will a series converge?

The series converges if the limit of the ratio of consecutive terms, |an+1/an|, is less than 1 as n approaches infinity.

16
New cards

In regards to the Ratio Test, when will a series diverge?

The series diverges if the limit of the ratio of consecutive terms, |an+1/an|, is greater than 1 or undefined as n approaches infinity.

17
New cards

When will the Ratio Test be inconclusive?

The Ratio Test is inconclusive if the limit of the ratio of consecutive terms, |an+1/an|, equals 1 as n approaches infinity.

18
New cards

When will a Power Series converge for only at c?

A power series will only converge at c IF limn→∞ |an+1/an| = 0

19
New cards

When will a power series converge absolutely for all x?

A power series will only converge at c IF limn→∞ |an+1/an| = infinity

20
New cards

What is the Error Bound for an Alternating Series?

|S - Sn| < |an+1|

21
New cards

What is the equation to find the total distance traveled of a particle given x(t) and y(t)?

Integral of sqrt( x’(t)² + y’(t)² )dt over the interval [a, b].

22
New cards

How do you find the position vector?

( x(t), y(t) )

23
New cards

How do you find delta x when using Euler’s method?

(x2 - x1) / n, where n is the amount of steps.

24
New cards

How do you find delta y when using Euler’s method?

(dy/dx) times delta x.

25
New cards

In regards to Euler’s method, how do you find the new coordinate after each step?

(x + delta x, y + delta y)

26
New cards

What is the Intermediate Value Theorem and what criteria must be met for it to apply?

The Intermediate Value Theorem states that if a function is continuous on a closed interval [a, b] and takes on values f(a) and f(b), then there must exist at least one value c in the interval (a, b) such that f(c) equals any value between f(a) and f(b).

27
New cards

What is the Mean Value Theorem and what criteria must be met for it to apply?

The Mean Value Theorem states that if a function is continuous on a closed interval [a, b] and differentiable on the open interval (a, b), then there exists at least one point c in (a, b) such that the derivative at that point is equal to the average rate of change of the function over the interval.

28
New cards

What is the Extreme Value Theorem and what criteria must be met for it to apply?

The Extreme Value Theorem states that if a function is continuous on a closed interval [a, b], then it attains both a maximum and a minimum value at least once within that interval.

29
New cards

What is Rolle’s Theorem and what criteria must be met for it to apply?

Rolle's Theorem states that if a function is continuous on a closed interval [a, b], differentiable on the open interval (a, b), and f(a) = f(b), then there exists at least one point c in (a, b) where the derivative f'(c) equals zero.

30
New cards

Given a function f, how do you find its arc length from the interval (a, b)?

The integral of the square root of 1 plus the derivative squared, from a to b.

31
New cards

Given a parametric equation, how do you find its arc length from the interval (a, b)?

The arc length is calculated using the integral of the square root of the sum of the squares of the derivatives of the parametric equations, from a to b.

32
New cards

Particle position vector

r(t) = ( x(t), y(t) )

33
New cards

Magnitude of Position Vector

L = sqrt( x(t)² + y(t)² )

34
New cards

Particle Velocity Vector

( x’(t), y’(t) )

35
New cards

Speed of Velocity Vector

sqrt( (dx/dt)², (dy/dt)² )

36
New cards

Acceleration Vector

(x''(t), y''(t))

37
New cards

Displacement of a particle vector from t = a to t = b

( integral( x’(t) ) from a to b, integral( y’(t) ) from a to b)

38
New cards

Total distance traveled by position vector

Integral of the speed of the velocity vector from a to b.

39
New cards

Arc length of a smooth curve from [a,b]

L = integral( sqrt( 1 + f’(x)²) ) from a to b

40
New cards

dy/dx of a parametric equation

(dy/dt) / (dx/dt)

41
New cards

Second derivative of a parametric equation

[ (d/dt)(dy/dx) ]/(dx/dt)

42
New cards

Arc length in parametric form

Same as total distance traveled by position vector