Aller au contenu

Mathc initiation/a0088

Un livre de Wikilivres.


1) Définir la primitive en utilisant la fonction dérivée comme référence.

  • ∫ csch(x)**2 dx = -coth(x)


2) Calculons la dérivée :

        y =   coth(x)                                       
        
        y =   cosh(x)/sinh(x)
        
        y'= ( cosh(x)/sinh(x) )'
        
        
        y'=   sinh(x)sinh(x) - cosh(x)cosh(x)
              ------------------------------
                      sinh(x)**2
                       

        y'=   -[cosh(x)**2-sinh(x)**2]
              ------------------------
                      sinh(x)**2                       
                        
                       
        y'=               -1
                       ----------
                       sinh(x)**2   
                                          
        y'=            -csch(x)**2


.