suites.py

Created by egenspergersara

Created on March 26, 2024

1.09 KB


# Type your text here
Suite arithmétique : 
U0 : premier terme r : raison 

Un+1 = Un + r --> relation de 
recurrence où r est l'accroissement
constant

Un = U0 + r x n --> forme explicite
elle donne le terme général

Un + x = Un + xr

x = différence 

Si r < 0 : strictement décroissant
Si r = 0 : constante 
Si r > 0 : strictement croissant

Une suite arithmétique modélise un
phénomène discret à croissance 
linéaire (de coeff r)

Suite géométrique : 
U0 : premier terme q : raison

Un+1 = q x Un --> relation de
récurrence 

Un = U0 x q**n --> forme explicite
elle donne le terme général

Un + x = Un x q**x

x = différence (sutout pas l'
inconnu !!!!!)

Une suite géométrique modélise
un phénomène discret à croissance
exponentielle (de base q)

        U0<0            U0>0
q<0   non mono-     non mono-
         tone          tone
         
0<q<1 croissante   décroissante

q=1   constante     constante
       = U0           = U0

q>1 décroissante    croissante

Si q = 0 alors à partir de U1,
tous les termes sont nuls
Si U0 = 0, alors tous les 
termes sont nuls 


During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.