Source Latex: Fiche de cours en Terminale: S, STI


Fichier
Type: Fiche de cours
File type: Latex, tex (source)
Télécharger le document pdf compilé pdficon
Description
Fiche de cours: barycentres
Niveau
Terminale: S, STI
Mots clé
barycentre, vecteurs, calcul vectoriel, fiche de cours
Voir aussi:

Documentation sur LaTeX
lien vers la documentation Latex
Source LaTex icone

Source Latex

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fiche format a5 compilée suivant la chaîne:% 
% latex file                                 %
% dvips -t a5 -o file.ps file;               %
% ps2pdf -sPAPERSIZE=a4 file.ps              %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a5paper,11pt]{book}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{pst-all}
\usepackage{calc}

\headheight=0cm
\topmargin=-1.5cm
\oddsidemargin=-1.7cm
\evensidemargin=-1.7cm
\textwidth=13.2cm
\textheight=18.cm

%%%%%%%   New Commands et raccourcis %%%%%%%%%%%%%%%%%%%%%%
\newcommand{\nwc}{\newcommand}
\nwc{\ct}{\centerline}
\nwc{\dsp}{\displaystyle}
\nwc{\bge}{\begin{equation}}\nwc{\ene}{\end{equation}}
\nwc{\bgar}{\begin{array}}\nwc{\enar}{\end{array}}
\nwc{\bgit}{\begin{itemize}}\nwc{\enit}{\end{itemize}}

\nwc{\la}{\left\{}\nwc{\ra}{\right\}}
\nwc{\lp}{\left(}\nwc{\rp}{\right)}
\nwc{\lb}{\left[}\nwc{\rb}{\right]}

\nwc{\bgsk}{\bigskip}
\nwc{\vsp}{\vspace{0.1cm}}
\nwc{\vspd}{\vspace{0.2cm}}
\nwc{\vspt}{\vspace{0.3cm}}
\nwc{\vspq}{\vspace{0.4cm}}

\def\N{{\rm I\kern-.1567em N}}
\def\D{{\rm I\kern-.1567em D}}
\def\No{\N_0}
\def\R{{\rm I\kern-.1567em R}}
\def\C{{\rm C\kern-4.7pt
\vrule height 7.7pt width 0.4pt depth -0.5pt \phantom {.}}}
\def\Q{\mathbb{Q}}
\def\Z{{\sf Z\kern-4.5pt Z}}

\def\epsi{\varepsilon}
\def\vphi{\varphi}
\def\lbd{\lambda}

\def\Cf{\mathcal{C}_f}

\nwc{\tm}{\times}
\nwc{\V}[1]{\overrightarrow{#1}}

\nwc{\zb}{\mbox{$0\hspace{-0.67em}\mid$}}
\nwc{\db}{\mbox{$\hspace{0.1em}|\hspace{-0.67em}\mid$}}
\nwc{\bgmp}{\begin{minipage}}\nwc{\enmp}{\end{minipage}}

\nwc{\ul}[1]{\underline{#1}}

\newlength{\lprop}
\nwc{\bgprop}[1]{
  \settowidth{\lprop}{Propriété}
  \noindent
  \paragraph{Propriété}% \arabic{ntheo}}
  \hspace{-0.5em}%\hspace{-0.4cm}
  \bgmp[t]{\textwidth-\lprop-0.5em}{\it #1}\enmp
}


\newcommand{\TITLE}{Barycentres}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagestyle{empty}

\rput(0.5,-1.8){\rotatebox{50}{
    \textcolor{lightgray}{
      \huge\bf xymaths.free.fr
    }
}}
\rput(7,-3.){\rotatebox{50}{
    \textcolor{lightgray}{
      \huge\bf xymaths.free.fr
    }
}}
\rput(1.5,-10.5){\rotatebox{50}{
    \textcolor{lightgray}{
      \huge\bf xymaths.free.fr
    }
}}
\rput(8,-11.2){\rotatebox{50}{
    \textcolor{lightgray}{
      \huge\bf xymaths.free.fr
    }
}}

\ct{\Large \bf \TITLE}
%\vspq

\vspd
\hspace{-1cm}
\fbox{\bf Barycentres de deux points}
Soit $A$ et $B$ deux points et $a$ et $b$ deux réels tels que
$a+b\not=0$. 

\vspd
Le barycentre $G$ des points pondérés 
$\la (A;a);(B;b)\ra$ est l'unique point tel que:  
\ul{$a\V{GA}+b\V{GB}=\V{0}$}.

\vspd
\noindent
\ul{Homogénéïté.} Pour tout réel $k\not=0$, $G$ est aussi le
barycentre de $\la (A;ka);(B;kb)\ra$.

\vspd
\noindent
\ul{Réduction vectorielle.} 

Pour tout point $M$, 
\ul{$a\V{MA}+b\V{MB}=(a+b)\V{MG}$}.

\vspd
\noindent
\ul{Coordonnées.} 

\vspace{-0.2cm}
$G(x_G;y_G)$, avec 
$\dsp x_G=\frac{ax_A+bx_A}{a+b}$ et 
$\dsp y_G=\frac{ay_A+by_B}{a+b}$

\vspd
\hspace{-1cm}
\fbox{\bf Barycentres de $n$ points}
Soit $A_1$, $A_2$, \dots, $A_n$ $n$ points et $a_1$, $a_2$, \dots
$a_n$ $n$ réels tels que $a_1+a_2+\dots+a_n\not=0$. 

\vspd\noindent
Le barycentre des points pondérés 
$\la (A_1\!;\!a_1);(A_2\!;\!a_2)\dots (A_n\!;\!a_n)\ra$ est l'unique point $G$ tel que:  
\ul{$a_1\V{GA_1}+a_2\V{GA_2}+\dots a_n\V{GA_n}=\V{0}$}.

\vspd
\noindent
\ul{Homogénéïté.} Pour tout réel $k\not=0$, $G$ est aussi le
barycentre de $\la (A_1;ka_1);(A_2;ka_2)\dots(A_n;ka_n)\ra$.

\vspd
\noindent
\ul{Réduction vectorielle.} 
Pour tout point $M$, 

\vsp
\ul{$a_1\V{MA_1}+a_2\V{MA_2}+\dots a_n\V{MA_n}=(a_1+a_2+\dots+a_n)\V{MG}$}.

\vspd
\noindent
\ul{Coordonnées.} 
$G(x_G;y_G)$, avec 

\hspace{-0.4cm}
$\dsp x_G=\frac{a_1x_1+a_2x_2+\dots+a_nx_n}{a_1+a_2+\dots+a_n}$ et 
$\dsp y_G=\frac{a_1y_1+a_2y_2+\dots+a_ny_n}{a_1+a_2+\dots+a_n}$ 


\vspd
\noindent
\ul{Associativité.}
Le barycentre $G$ de 

$\la (A_1;a_1);\dots;(A_n;a_n);(B_1;b_1);\dots;(B_m;b_m)\ra$

est aussi le barycentre de 
$\la (G_A;a);(B_1;b_1);\dots;(B_m;b_m)\ra$

où, $G_A$ est le barycentre de $\la (A_1;a_1);\dots;(A_n;a_n)\ra$ 

et $a=a_1+a_2+\dots+a_n\not=0$.
\end{document}


Télécharger le fichier source Latex