mecha.py

Created by gaspardsm99

Created on May 21, 2025

585 Bytes


def afficher_cours():
    print("1. Énergie cinétique")
    print("É_c = 1/2 × m × v2")
    print("W_AB(F) = F × AB × cos(α)")
    print("ΔÉ_c = É_cB - É_cA = Σ W_AB(F)")

    print("\n2. Énergie mécanique")
    print("É_p = m × g × z")
    print("É_m = É_c + É_p")
    print("ΔÉ_p = É_pB - É_pA = -W_AB(F_c)")

    print("\n3. Variation d'énergie mécanique")
    print("Si forces conservatives :")
    print("ΔÉ_m = 0 => É_mB = É_mA")
    print("Si forces non conservatives :")
    print("ΔÉ_m = Σ W_AB(F_nc)")

# Affichage du cours
afficher_cours()

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.