Flashcards: Infinite Series and Taylor Methods — 61 cartões

Todos os cartões

1Pergunta

What is an infinite sequence in mathematics?

Resposta

An ordered list of numbers indexed by positive integers or another integer set.

2Pergunta

When does a sequence converge to a limit L?

Resposta

When its terms become arbitrarily close to L as n approaches infinity.

3Pergunta

What happens if a sequence has no finite limit?

Resposta

The sequence diverges.

4Pergunta

For which values of r does the sequence r^n converge?

Resposta

For all r with -1 < r ≤ 1.

5Pergunta

What is the limit of the sequence r^n when -1 < r < 1?

Resposta

The limit is 0.

6Pergunta

What is the limit of the sequence r^n when r = 1?

Resposta

The limit is 1.

7Pergunta

What does the Monotonic Sequence Theorem state?

Resposta

Every bounded monotonic sequence converges.

8Pergunta

Which monotonic sequences are guaranteed to converge?

Resposta

Increasing sequences bounded above and decreasing sequences bounded below.

9Pergunta

How is an infinite series defined?

Resposta

By its partial sums.

10Pergunta

When does an infinite series converge?

Resposta

When its partial sums approach a finite real number.

11Pergunta

What is the formula for the nth partial sum?

Resposta

s_n = sum of a_i from i=1 to n.

12Pergunta

When does the geometric series sum ar^(n-1) converge?

Resposta

When the absolute value of r is less than 1.

13Pergunta

What is the sum of a convergent geometric series?

Resposta

a divided by (1 minus r).

14Pergunta

What happens if the limit of a_n is nonzero or does not exist?

Resposta

The series sum a_n diverges.

15Pergunta

What if a_n approaches zero in the series sum a_n?

Resposta

The test is inconclusive.

16Pergunta

Does the harmonic series sum 1/n converge or diverge?

Resposta

It diverges even though its terms approach zero.

17Pergunta

What conditions on f ensure sum a_n and integral of f share convergence?

Resposta

f must be continuous, positive, and decreasing on the relevant tail.

18Pergunta

When does the p-series sum 1/n^p converge?

Resposta

It converges when p is greater than 1.

19Pergunta

When does the p-series sum 1/n^p diverge?

Resposta

It diverges when p is less than or equal to 1.

20Pergunta

What inequality bounds the remainder R_n for a positive decreasing series?

Resposta

The remainder satisfies ∫_{n+1}^∞ f(x) dx ≤ R_n ≤ ∫_n^∞ f(x) dx.

21Pergunta

What is the integral remainder bound for the series sum 1/n^3?

Resposta

R_n is at most 1 divided by 2 n squared.

22Pergunta

How many terms guarantee error below 0.0005 for sum 1/n^3 using integral remainder?

Resposta

At least 32 terms guarantee the error is below 0.0005.

23Pergunta

What happens if 0 ≤ a_n ≤ b_n and sum b_n converges?

Resposta

Sum a_n converges.

24Pergunta

What happens if a_n ≥ b_n ≥ 0 and sum b_n diverges?

Resposta

Sum a_n diverges.

25Pergunta

What does the limit comparison test say if limit of a_n/b_n is c with 0 < c < ∞?

Resposta

Sum a_n and sum b_n both converge or both diverge.

26Pergunta

How do you compare rational or algebraic terms to a p-series?

Resposta

Compare dominant powers of n and choose bounds for convergence or divergence.

27Pergunta

What inequality holds if 0 ≤ a_k ≤ b_k for every k > n?

Resposta

Tail remainder R_n of sum a_k is at most tail T_n of sum b_k.

28Pergunta

When does the alternating series sum (-1)^n b_n converge?

Resposta

It converges when b_n is decreasing and approaches zero.

29Pergunta

What inequality bounds the remainder of an alternating series meeting test conditions?

Resposta

The remainder satisfies |R_n| ≤ b_{n+1}.

30Pergunta

What defines absolute convergence of a series?

Resposta

Absolute convergence occurs when the sum of |a_n| converges.

31Pergunta

What defines conditional convergence of a series?

Resposta

Conditional convergence occurs when sum a_n converges but sum |a_n| diverges.

32Pergunta

What happens to the sum of an absolutely convergent series under rearrangement?

Resposta

Its sum remains the same after any rearrangement.

33Pergunta

How does rearranging a conditionally convergent series affect its sum?

Resposta

Rearranging can change the sum of a conditionally convergent series.

34Pergunta

What is the first step in classifying a series for convergence?

Resposta

Inspect the term limit.

35Pergunta

Which tests are suggested for factorials and constant-to-n terms?

Resposta

The Ratio Test.

36Pergunta

For which term form is the Root Test suggested?

Resposta

Terms of the form (b_n)^n.

37Pergunta

Why is the Ratio Test not recommended for p-series?

Resposta

Because the ratio a_(n+1)/a_n tends to 1.

38Pergunta

What is the geometric series template for |x|<1?

Resposta

1/(1-x) equals the sum from n=0 to infinity of x^n.

39Pergunta

How can new power-series representations be obtained?

Resposta

By substituting an expression for x into a known series and adjusting convergence conditions.

40Pergunta

How is the derivative of a power series inside its radius of convergence expressed?

Resposta

The derivative equals the sum from n=1 to infinity of n c_n (x-a)^(n-1).

41Pergunta

What happens to the radius of convergence after term-by-term differentiation or integration?

Resposta

The radius of convergence remains the same.

42Pergunta

What is the coefficient of \((x-a)^n\) in a Taylor series centered at a?

Resposta

It is \(c_n=\frac{f^{(n)}(a)}{n!}\).

43Pergunta

What is the formula for the nth Taylor polynomial centered at a?

Resposta

It is \(T_n(x)=\sum_{i=0}^{n}\frac{f^{(i)}(a)}{i!}(x-a)^i\).

44Pergunta

When does a formal Taylor series equal the function?

Resposta

Only when the remainder \(R_n(x)\) approaches zero on the interval.

45Pergunta

What does Taylor's Inequality state about the remainder \(R_n(x)\)?

Resposta

If \(|f^{(n+1)}(x)| \le M\), then \(|R_n(x)| \le \frac{M|x-a|^{n+1}}{(n+1)!}\).

46Pergunta

What is the Maclaurin series formula for e^x?

Resposta

e^x = sum from n=0 to infinity of x^n divided by n!.

47Pergunta

What is the radius of convergence for the Maclaurin series of e^x?

Resposta

The radius of convergence is infinite.

48Pergunta

What is the Maclaurin series formula for sin x?

Resposta

sin x = sum from n=0 to infinity of (-1)^n x^(2n+1) divided by (2n+1)!.

49Pergunta

What is the Maclaurin series formula for cos x?

Resposta

cos x = sum from n=0 to infinity of (-1)^n x^(2n) divided by (2n)!.

50Pergunta

What is the radius of convergence for the Maclaurin series of sin x and cos x?

Resposta

Both have infinite radius of convergence.

51Pergunta

What is the Maclaurin series formula for arctan x?

Resposta

arctan x = sum from n=0 to infinity of (-1)^n x^(2n+1) divided by (2n+1).

52Pergunta

What is the Maclaurin series formula for ln(1+x)?

Resposta

ln(1+x) = sum from n=1 to infinity of (-1)^(n-1) x^n divided by n.

53Pergunta

What is the radius of convergence for the Maclaurin series of arctan x and ln(1+x)?

Resposta

Both have radius of convergence equal to 1.

54Pergunta

What is the first step to approximate with a Taylor polynomial?

Resposta

Choose a center a.

55Pergunta

What is the formula for the linear Taylor approximation T₁(x)?

Resposta

T₁(x) = f(a) + f'(a)(x - a).

56Pergunta

How can Taylor approximation error be estimated when a derivative bound is known?

Resposta

By applying Taylor's Inequality.

57Pergunta

What is the second-degree Taylor polynomial for f(x) = x^(1/3) centered at 8?

Resposta

T₂(x) = 2 + (1/12)(x - 8) - (1/288)(x - 8)².

58Pergunta

What error bound was obtained for the second-degree Taylor polynomial of f(x) = x^(1/3) on [7,9]?

Resposta

|R₂(x)| < 0.0004.

59Pergunta

What series is used to approximate (1 + x)^(-1/2) in relativistic kinetic energy?

Resposta

The binomial series.

60Pergunta

What substitution is made in the binomial series for relativistic kinetic energy approximation?

Resposta

x = -v²/c².

61Pergunta

What does relativistic kinetic energy approximate to when v is much less than c?

Resposta

Approximately (1/2)m₀v².

Teste-se com o quiz

Teste seu conhecimento com 29 perguntas sobre Infinite Series and Taylor Methods.

1. What is an infinite sequence?

2. Which statement correctly describes convergence of a sequence?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Infinite Series and Taylor Methods.

Veja a ficha de revisão →

Similar courses

Crie seus próprios flashcards

Importe seu curso e a IA gera flashcards em 30 segundos.

Gerador de flashcards