Let a1=5 and let an+1=a2na2n−4an+6
Find the biggest integer m not bigger than a2018, that is m≤a2018.
My go:
Apparently the limit must satisfy l=l2l2−4l+6⇔l=0∨l=3∨l=2
Computing first few terms i see that an→3 as n→∞. The sequence seems to converge to 3, so i tried to show that ∀n≥2,an≤3 proceeding by induction, we find that a1=5,a2=25/11≈2,27≤3. Now let an≤3⇒an+1=a2na2n−4an+6≤9a2n−4an+6 but here I'm stuck again, no idea what to do with the denominator. Any help appreciated.
Answer
Suppose we compute the fixed points of the iteration x↦x2x2−4x+6; those fixed points are 0, 2 and 3. Now analyse the stability of those fixed points; a fixed point x0 of x↦f(x) is stable (attractive) if |f′(x0)|<1.
The numerator of the derivative of the given map is
2x(x2−4x+6)−x2(2x−4)
and for x=2 this is 8, but for x=3 this is 0. Furthermore, this expression is non-negative over [2,3]. Therefore, since $2
No comments:
Post a Comment