Limit of a recursively defined sequence

  • Thread starter Thread starter Sam223344
  • Start date Start date
  • Tags Tags
    Limit Sequence
Sam223344
Messages
12
Reaction score
0
The problem is:

a(n+1) = ( a(n)^2 +16) / ( 2a(n) + 6) converges to the limit:...?
for n>=1 and a(1) = -10

Also note (n+1) and (n) are subscripts


Also another question..:

If f(x) is a function that is 8 times continuously differentiable such that the coefficient of x^5 in its 8th MacLaurin polynomial is 0.2, then f^5(0) =

If someone could solve these and explain what they are doing it would be extremely helpful. My textbook has no questions like this so I'm completely lost.
 
Physics news on Phys.org
Sam223344 said:
The problem is:

a(n+1) = ( a(n)^2 +16) / ( 2a(n) + 6) converges to the limit:...?
for n>=1 and a(1) = -10

Also note (n+1) and (n) are subscripts
Assuming it has a limit, a, then
\lim_{n\to \infty} a_{n+1}= \lim_{n\to\infty}\frac{a_n^2+ 16}{2a_n+ 6}
a= \frac{a^2+ 16}{2a+ 6}
so a(2a+ 6)= 2a^2+ 6a= a^2+ 16 or 2a^2+ 6a= a^2+ 16 so a^2+ 6a- 16= 0. That gives two possible values for a.

Also another question..:

If f(x) is a function that is 8 times continuously differentiable such that the coefficient of x^5 in its 8th MacLaurin polynomial is 0.2, then f^5(0) =

If someone could solve these and explain what they are doing it would be extremely helpful. My textbook has no questions like this so I'm completely lost.
Do you know what a MacLaurin polynomial is and how its coefficients are calculated?
 
Following up on HallsofIvy.

The two values of a in the first question are potential attractor values for the sequence. Depending on your initial sequence term only one will be valid. Test the first few terms to see which one works.

As to the second question. The temrs of a function's Maclaurin series is defined in terms of the various derivatives of the function. It is possible to reverse engineer the values of those derivatives from the series' coefficients.

--Elucidus
 

Similar threads

Back
Top