Sequence diverges or converges

  • Thread starter Thread starter fadi_nzr
  • Start date Start date
  • Tags Tags
    Sequence
Click For Summary
SUMMARY

The discussion focuses on the convergence and divergence of specific sequences defined by recursive formulas. The first sequence, defined as \( a_1 = -2 \) and \( a_{n+1} = \frac{a_n}{n!} \), produces terms such as \( a_2 = -2 \), \( a_3 = -1 \), and \( a_4 = -\frac{1}{6} \). The second sequence, \( a_1 = 3 \) and \( a_{n+1} = (-1)^{n+1} a_n + 3 \), oscillates between 3 and 6, indicating divergence. The participants also discuss the convergence of \( a_n = \frac{\sqrt{n^2 - 3}}{\sqrt[5]{n^2}} \), suggesting that it diverges as \( n \) approaches infinity.

PREREQUISITES
  • Understanding of recursive sequences and their definitions.
  • Familiarity with factorial notation and its implications in sequences.
  • Knowledge of convergence tests for sequences, including the comparison theorem.
  • Basic algebraic manipulation of limits and sequences.
NEXT STEPS
  • Study the properties of recursive sequences and their convergence criteria.
  • Learn about the comparison test for determining convergence of sequences.
  • Explore factorial growth rates and their impact on sequences.
  • Investigate oscillating sequences and their behavior in terms of convergence.
USEFUL FOR

Mathematics students, educators, and anyone interested in the analysis of sequences and series, particularly in understanding convergence and divergence in recursive definitions.

fadi_nzr
Messages
14
Reaction score
0
Question 1

write the first 4 terms in the sequence defined by a 1 = -2, a n+1 = an/n!

this what I tried

a2 = -2/1
a3 = -2/2
a4 = -1/6

Question 2

determine the following sequences converges or diverges

1- an = sqrt(n^2 -3 )/ 5th rt(n^2)

what I would try is to divide both top and bottom by n^2 but here doesn't work that
way because the denominator is 5th rt

2- a1 = 3, an+1 = (-1)^n+1 an + 3

a2 = 6
a3 = -3

but the ans would be ( 3,0,3,0,3,0)
 
Physics news on Phys.org
fadi_nzr said:
Question 1

write the first 4 terms in the sequence defined by a 1 = -2, a n+1 = an/n!

this what I tried

a2 = -2/1
a3 = -2/2
a4 = -1/6
Looks fine to me.
Question 2

determine the following sequences converges or diverges

1- an = sqrt(n^2 -3 )/ 5th rt(n^2)

what I would try is to divide both top and bottom by n^2 but here doesn't work that
way because the denominator is 5th rt
When ##n## is large, ##\sqrt{n^2 - 3}## is nearly the same as ##\sqrt{n^2}##. So you can use ##\sqrt{n^2}## instead of ##\sqrt{n^2 - 3}## to determine whether the sequence converges or not. Then you can make the argument more precise by comparing ##\sqrt{n^2 - 3}## with an appropriate sequence. (Hint: try comparing it with ##\sqrt{n^2}/2##.)
2- a1 = 3, an+1 = (-1)^n+1 an + 3

a2 = 6
a3 = -3

but the ans would be ( 3,0,3,0,3,0)
OK, so what can you conclude? Does the sequence converge?
 
question 2

A-
actually this section was before the comparison theorem so let's assume we can't compare it for now

what is the other way B-it diverges but I don't know how to come up with these values as my values differ ( 3,0,3,0,3,0)
 
fadi_nzr said:
question 2

A-
actually this section was before the comparison theorem so let's assume we can't compare it for now

what is the other way
OK, try simplifying: ##\sqrt{n^2 - 3}/\sqrt[5]{n^2} = (n^2 - 3)^{1/2}n^{-2/5} = (n^2 - 3)^{1/2}(n^{-4/5})^{1/2} = ?##

B-it diverges but I don't know how to come up with these values as my values differ ( 3,0,3,0,3,0)
Check your values of ##(-1)^{n+1}##. This is ##-1## when ##n## is even, and ##+1## when ##n## is odd. I suspect you have it reversed.
 
jbunniii said:
OK, try simplifying: ##\sqrt{n^2 - 3}/\sqrt[5]{n^2} = (n^2 - 3)^{1/2}n^{-2/5} = (n^2 - 3)^{1/2}(n^{-4/5})^{1/2} = ?##


Check your values of ##(-1)^{n+1}##. This is ##-1## when ##n## is even, and ##+1## when ##n## is odd. I suspect you have it reversed.


for part A, now it looks complicated to me than before what my prof did is

moving the bottom to the numerator and you get infinity

for part B I still unable to get ( 3,0,3,0,3,0)
 
fadi_nzr said:
for part A, now it looks complicated to me than before what my prof did is

moving the bottom to the numerator and you get infinity
Can you show what you mean by this?
for part B I still unable to get ( 3,0,3,0,3,0)
Let's go back to the definition:
##a_1 = 3, a_{n+1} = (-1)^{n+1} a_n + 3##
To get ##a_2## we plug in ##n=1##: this gives us ##a_2 = (-1)^2 a_1 + 3 = (1)(3) + 3 = 6##. So already this is different from your ##3,0,3,0,...##.
 
jbunniii said:
Can you show what you mean by this?

Let's go back to the definition:

To get ##a_2## we plug in ##n=1##: this gives us ##a_2 = (-1)^2 a_1 + 3 = (1)(3) + 3 = 6##. So already this is different from your ##3,0,3,0,...##.

( 3,0,3,0,3,0) is my professor answer to this part

but as you see we are not getting close to that
 
jbunniii said:
Can you show what you mean by this?

Let's go back to the definition:$$
a_1 = 3, a_{n+1} = (-1)^{n+1} a_n + 3$$

To get ##a_2## we plug in ##n=1##: this gives us ##a_2 = (-1)^2 a_1 + 3 = (1)(3) + 3 = 6##. So already this is different from your ##3,0,3,0,...##.

fadi_nzr said:
( 3,0,3,0,3,0) is my professor answer to this part

but as you see we are not getting close to that

I'm guessing there is a typo somewhere and the recursion is supposed to be$$
a_1 = 3, a_{n+1} = (-1)^{n} a_n + 3$$
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K