Tarjetas de memoria: Infinite Series and Taylor Methods — 61 tarjetas

Todas las tarjetas

1Pregunta

What is an infinite sequence in mathematics?

Respuesta

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

2Pregunta

When does a sequence converge to a limit L?

Respuesta

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

3Pregunta

What happens if a sequence has no finite limit?

Respuesta

The sequence diverges.

4Pregunta

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

Respuesta

For all r with -1 < r ≤ 1.

5Pregunta

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

Respuesta

The limit is 0.

6Pregunta

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

Respuesta

The limit is 1.

7Pregunta

What does the Monotonic Sequence Theorem state?

Respuesta

Every bounded monotonic sequence converges.

8Pregunta

Which monotonic sequences are guaranteed to converge?

Respuesta

Increasing sequences bounded above and decreasing sequences bounded below.

9Pregunta

How is an infinite series defined?

Respuesta

By its partial sums.

10Pregunta

When does an infinite series converge?

Respuesta

When its partial sums approach a finite real number.

11Pregunta

What is the formula for the nth partial sum?

Respuesta

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

12Pregunta

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

Respuesta

When the absolute value of r is less than 1.

13Pregunta

What is the sum of a convergent geometric series?

Respuesta

a divided by (1 minus r).

14Pregunta

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

Respuesta

The series sum a_n diverges.

15Pregunta

What if a_n approaches zero in the series sum a_n?

Respuesta

The test is inconclusive.

16Pregunta

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

Respuesta

It diverges even though its terms approach zero.

17Pregunta

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

Respuesta

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

18Pregunta

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

Respuesta

It converges when p is greater than 1.

19Pregunta

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

Respuesta

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

20Pregunta

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

Respuesta

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

21Pregunta

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

Respuesta

R_n is at most 1 divided by 2 n squared.

22Pregunta

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

Respuesta

At least 32 terms guarantee the error is below 0.0005.

23Pregunta

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

Respuesta

Sum a_n converges.

24Pregunta

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

Respuesta

Sum a_n diverges.

25Pregunta

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

Respuesta

Sum a_n and sum b_n both converge or both diverge.

26Pregunta

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

Respuesta

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

27Pregunta

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

Respuesta

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

28Pregunta

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

Respuesta

It converges when b_n is decreasing and approaches zero.

29Pregunta

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

Respuesta

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

30Pregunta

What defines absolute convergence of a series?

Respuesta

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

31Pregunta

What defines conditional convergence of a series?

Respuesta

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

32Pregunta

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

Respuesta

Its sum remains the same after any rearrangement.

33Pregunta

How does rearranging a conditionally convergent series affect its sum?

Respuesta

Rearranging can change the sum of a conditionally convergent series.

34Pregunta

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

Respuesta

Inspect the term limit.

35Pregunta

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

Respuesta

The Ratio Test.

36Pregunta

For which term form is the Root Test suggested?

Respuesta

Terms of the form (b_n)^n.

37Pregunta

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

Respuesta

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

38Pregunta

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

Respuesta

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

39Pregunta

How can new power-series representations be obtained?

Respuesta

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

40Pregunta

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

Respuesta

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

41Pregunta

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

Respuesta

The radius of convergence remains the same.

42Pregunta

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

Respuesta

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

43Pregunta

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

Respuesta

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

44Pregunta

When does a formal Taylor series equal the function?

Respuesta

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

45Pregunta

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

Respuesta

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

46Pregunta

What is the Maclaurin series formula for e^x?

Respuesta

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

47Pregunta

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

Respuesta

The radius of convergence is infinite.

48Pregunta

What is the Maclaurin series formula for sin x?

Respuesta

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

49Pregunta

What is the Maclaurin series formula for cos x?

Respuesta

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

50Pregunta

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

Respuesta

Both have infinite radius of convergence.

51Pregunta

What is the Maclaurin series formula for arctan x?

Respuesta

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

52Pregunta

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

Respuesta

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

53Pregunta

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

Respuesta

Both have radius of convergence equal to 1.

54Pregunta

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

Respuesta

Choose a center a.

55Pregunta

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

Respuesta

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

56Pregunta

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

Respuesta

By applying Taylor's Inequality.

57Pregunta

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

Respuesta

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

58Pregunta

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

Respuesta

|R₂(x)| < 0.0004.

59Pregunta

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

Respuesta

The binomial series.

60Pregunta

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

Respuesta

x = -v²/c².

61Pregunta

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

Respuesta

Approximately (1/2)m₀v².

Ponte a prueba con el cuestionario

Pon a prueba tus conocimientos con 29 preguntas sobre Infinite Series and Taylor Methods.

1. What is an infinite sequence?

2. Which statement correctly describes convergence of a sequence?

Realiza el cuestionario →

Lee la hoja de repaso

Revisa el curso completo en la hoja de repaso para Infinite Series and Taylor Methods.

Ver hoja de repaso →

Similar courses

Crea tus propias tarjetas de memoria

Importa tu curso y la IA genera tarjetas de memoria en 30 segundos.

Generador de tarjetas de memoria