formules_suite.py

Created by juliettebrouste

Created on November 16, 2022

702 Bytes

formules


suite art :
 
  f recurrence = Un+1= Un+r
 
  f explicite 
  sachant U0 : Un = U0 + n×r
  sachant Up : Un = Up +(n-p)×r
  
  demontrer suite art : Un+1 - Un
  
  Somme de la suite : 
    nombre de termes× 
 (1er terme+dernier terme) / 2
 
 nb de termes :
   dernier terme =1er terme + nr
   puis equation
   

suite geo
f recurrence = Un+1= Un × q
  f explicite 
  sachant U0 : Un = U0× q*n
  sachant Up : Un = Up × q* n-p
  
  démontrer suite geo : Un+1 = Un× q
  
  Somme de la suite : 
    1er terme × 
 (1 - q*nb de terme) / 1-q
 
 nb de termes :
   dernier terme =1er terme × q*n
   puis calculatrice
   
  
  pour nb de termes :
    5
     = 5-2+1
    2
    
    2; ...; 5

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.