Ajout d'un exo avec une droite sur le diag. pV
This commit is contained in:
parent
914083e752
commit
466ee5652d
@ -2885,7 +2885,22 @@ Les valeurs des c\oe fficients de dilatation thermique sont celles du tableau \r
|
||||
\end{exos}
|
||||
|
||||
\begin{exos}
|
||||
Un énoncé de test.
|
||||
On comprime un gaz diatomique de sorte que sa pression et son volume se déplace sur une droite de A à B (voir figure \ref{lediagpv}). La température initiale vaut \(T_A=\SI{270}{\kelvin}\).
|
||||
\begin{figure}[!t]
|
||||
\centering
|
||||
\caption{Le diagramme PV.\label{lediagpv}}
|
||||
\def\svgwidth{\textwidth}
|
||||
\input{Annexe-Exercices/Images/DiagPV.eps_tex}
|
||||
\end{figure}
|
||||
\begin{enumerate}
|
||||
\item Calculez la chaleur reçue par le gaz pour passer de A à B.
|
||||
\item Au cours de cette transformation, on a que~:
|
||||
\[p=-3\cdot 10^8\cdot (V-0,01)\]
|
||||
avec \([P]=\si{\pascal}\) et \([V]=\si{\metre\cubed}\).
|
||||
|
||||
Exprimez T en fonction de V.
|
||||
\item Trouvez la température maximale du gaz au cours de la compression de A à B.
|
||||
\end{enumerate}
|
||||
\begin{solos}
|
||||
Un autre corrigé de test.
|
||||
\end{solos}
|
||||
|
@ -2884,6 +2884,28 @@ Les valeurs des c\oe fficients de dilatation thermique sont celles du tableau \r
|
||||
\end{solos}
|
||||
\end{exos}
|
||||
|
||||
\begin{exos}
|
||||
On comprime un gaz diatomique de sorte que sa pression et son volume se déplace sur une droite de A à B (voir figure \ref{lediagpv}). La température initiale vaut \(T_A=\SI{270}{\kelvin}\).
|
||||
\begin{figure}[!t]
|
||||
\centering
|
||||
\caption{Le diagramme PV.\label{lediagpv}}
|
||||
\def\svgwidth{\textwidth}
|
||||
\input{Annexe-Exercices/Images/DiagPV.eps_tex}
|
||||
\end{figure}
|
||||
\begin{enumerate}
|
||||
\item Calculez la chaleur reçue par le gaz pour passer de A à B.
|
||||
\item Au cours de cette transformation, on a que~:
|
||||
\[p=-3\cdot 10^8\cdot (V-0,01)\]
|
||||
avec \([P]=\si{\pascal}\) et \([V]=\si{\metre\cubed}\).
|
||||
|
||||
Exprimez T en fonction de V.
|
||||
\item Trouvez la température maximale du gaz au cours de la compression de A à B.
|
||||
\end{enumerate}
|
||||
\begin{solos}
|
||||
Un autre corrigé de test.
|
||||
\end{solos}
|
||||
\end{exos}
|
||||
|
||||
%\begin{exos}
|
||||
% Un énoncé de test.
|
||||
% \begin{solos}
|
||||
|
133
Annexe-Exercices/Images/DiagPV.eps
Normal file
133
Annexe-Exercices/Images/DiagPV.eps
Normal file
@ -0,0 +1,133 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: cairo 1.16.0 (https://cairographics.org)
|
||||
%%CreationDate: Tue Jan 21 21:45:00 2025
|
||||
%%Pages: 1
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
%%BoundingBox: 52 553 244 787
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
50 dict begin
|
||||
/q { gsave } bind def
|
||||
/Q { grestore } bind def
|
||||
/cm { 6 array astore concat } bind def
|
||||
/w { setlinewidth } bind def
|
||||
/J { setlinecap } bind def
|
||||
/j { setlinejoin } bind def
|
||||
/M { setmiterlimit } bind def
|
||||
/d { setdash } bind def
|
||||
/m { moveto } bind def
|
||||
/l { lineto } bind def
|
||||
/c { curveto } bind def
|
||||
/h { closepath } bind def
|
||||
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
|
||||
0 exch rlineto 0 rlineto closepath } bind def
|
||||
/S { stroke } bind def
|
||||
/f { fill } bind def
|
||||
/f* { eofill } bind def
|
||||
/n { newpath } bind def
|
||||
/W { clip } bind def
|
||||
/W* { eoclip } bind def
|
||||
/BT { } bind def
|
||||
/ET { } bind def
|
||||
/BDC { mark 3 1 roll /BDC pdfmark } bind def
|
||||
/EMC { mark /EMC pdfmark } bind def
|
||||
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
|
||||
/Tj { show currentpoint cairo_store_point } bind def
|
||||
/TJ {
|
||||
{
|
||||
dup
|
||||
type /stringtype eq
|
||||
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
|
||||
} forall
|
||||
currentpoint cairo_store_point
|
||||
} bind def
|
||||
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
|
||||
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
|
||||
/Tf { pop /cairo_font exch def /cairo_font_matrix where
|
||||
{ pop cairo_selectfont } if } bind def
|
||||
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
|
||||
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
|
||||
/cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
|
||||
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/g { setgray } bind def
|
||||
/rg { setrgbcolor } bind def
|
||||
/d1 { setcachedevice } bind def
|
||||
/cairo_data_source {
|
||||
CairoDataIndex CairoData length lt
|
||||
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
|
||||
{ () } ifelse
|
||||
} def
|
||||
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
|
||||
/cairo_image { image cairo_flush_ascii85_file } def
|
||||
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
%%PageBoundingBox: 52 553 244 787
|
||||
%%EndPageSetup
|
||||
q 52 553 192 234 rectclip
|
||||
1 0 0 -1 0 842 cm q
|
||||
1 0 0 rg
|
||||
2.834646 w
|
||||
0 J
|
||||
1 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
235.539 285.547 m 55.566 285.547 l 55.566 62.992 l S Q
|
||||
235.539 285.547 m 232.504 288.586 l 243.133 285.547 l 232.504 282.512 l
|
||||
h
|
||||
235.539 285.547 m f*
|
||||
55.566 62.992 m 58.602 66.031 l 55.566 55.402 l 52.527 66.031 l h
|
||||
55.566 62.992 m f*
|
||||
0 g
|
||||
1.133858 w
|
||||
[ 4.535416 1.133858] 0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
55.531 97.734 m 209.488 285.699 l S Q
|
||||
2.834643 w
|
||||
[] 0.0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
86.582 135.867 m 179.41 248.758 l S Q
|
||||
87.906 137.477 m 87.016 138.207 85.703 138.078 84.969 137.191 c 84.238
|
||||
136.301 84.367 134.988 85.258 134.254 c 86.145 133.523 87.477 133.672 88.191
|
||||
134.543 c 88.922 135.43 88.793 136.746 87.906 137.477 c h
|
||||
87.906 137.477 m f*
|
||||
0.429394 w
|
||||
0 j
|
||||
q 0.822295 1 -1 0.822295 0 0 cm
|
||||
125.143 14.999 m 125.142 15.888 124.421 16.608 123.532 16.611 c 122.642
|
||||
16.61 121.923 15.889 121.921 14.998 c 121.921 14.11 122.663 13.388 123.533
|
||||
13.389 c 124.42 13.388 125.143 14.111 125.143 14.999 c h
|
||||
125.143 14.999 m S Q
|
||||
180.734 250.367 m 179.844 251.098 178.531 250.969 177.801 250.082 c 177.07
|
||||
249.191 177.195 247.875 178.086 247.145 c 178.973 246.414 180.305 246.562
|
||||
181.02 247.434 c 181.75 248.32 181.621 249.637 180.734 250.367 c h
|
||||
180.734 250.367 m f*
|
||||
q 0.822295 1 -1 0.822295 0 0 cm
|
||||
238.033 14.999 m 238.032 15.889 237.311 16.609 236.424 16.61 c 235.534
|
||||
16.608 234.81 15.888 234.811 14.998 c 234.811 14.111 235.553 13.389 236.423
|
||||
13.39 c 237.31 13.389 238.033 14.112 238.033 14.999 c h
|
||||
238.033 14.999 m S Q
|
||||
1.133858 w
|
||||
1 j
|
||||
[ 4.535433 1.133858] 0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
86.598 136.051 m 86.598 285.652 l S Q
|
||||
[ 4.535427 1.133855] 0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
179.5 248.98 m 55.523 248.98 l S Q
|
||||
[ 4.535427 1.133855] 0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
86.723 136.172 m 55.594 136.172 l S Q
|
||||
[ 4.535427 1.133855] 0 d
|
||||
q 1 0 0 1 0 0 cm
|
||||
179.504 249.164 m 179.504 285.605 l S Q
|
||||
Q Q
|
||||
showpage
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
72
Annexe-Exercices/Images/DiagPV.eps_tex
Normal file
72
Annexe-Exercices/Images/DiagPV.eps_tex
Normal file
@ -0,0 +1,72 @@
|
||||
%% Creator: Inkscape 1.2.2 (b0a8486541, 2022-12-01), www.inkscape.org
|
||||
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
|
||||
%% Accompanies image file 'DiagPV.eps' (pdf, eps, ps)
|
||||
%%
|
||||
%% To include the image in your LaTeX document, write
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics{<filename>.pdf}
|
||||
%% To scale the image, write
|
||||
%% \def\svgwidth{<desired width>}
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics[width=<desired width>]{<filename>.pdf}
|
||||
%%
|
||||
%% Images with a different path to the parent latex file can
|
||||
%% be accessed with the `import' package (which may need to be
|
||||
%% installed) using
|
||||
%% \usepackage{import}
|
||||
%% in the preamble, and then including the image with
|
||||
%% \import{<path to file>}{<filename>.pdf_tex}
|
||||
%% Alternatively, one can specify
|
||||
%% \graphicspath{{<path to file>/}}
|
||||
%%
|
||||
%% For more information, please see info/svg-inkscape on CTAN:
|
||||
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\providecommand\color[2][]{%
|
||||
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\transparent[1]{%
|
||||
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
|
||||
\renewcommand\transparent[1]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\newcommand*\fsize{\dimexpr\f@size pt\relax}%
|
||||
\newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}%
|
||||
\ifx\svgwidth\undefined%
|
||||
\setlength{\unitlength}{595.275591bp}%
|
||||
\ifx\svgscale\undefined%
|
||||
\relax%
|
||||
\else%
|
||||
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
|
||||
\fi%
|
||||
\else%
|
||||
\setlength{\unitlength}{\svgwidth}%
|
||||
\fi%
|
||||
\global\let\svgwidth\undefined%
|
||||
\global\let\svgscale\undefined%
|
||||
\makeatother%
|
||||
\begin{picture}(1,1.414286)%
|
||||
\lineheight{1}%
|
||||
\setlength\tabcolsep{0pt}%
|
||||
\put(0,0){\includegraphics[width=\unitlength]{DiagPV.eps}}%
|
||||
\put(0.066775,1.242955){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}30\end{tabular}}}}%
|
||||
\put(0.06637,1.178919){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}24\end{tabular}}}}%
|
||||
\put(0.074314,0.989178){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}%
|
||||
\put(0.074535,0.926962){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}0\end{tabular}}}}%
|
||||
\put(0.088684,0.911533){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}0\end{tabular}}}}%
|
||||
\put(0.140463,0.910152){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}%
|
||||
\put(0.296385,0.910429){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}%
|
||||
\put(0.341691,0.911314){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}%
|
||||
\put(0.308182,1.002767){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}A\end{tabular}}}}%
|
||||
\put(0.153228,1.189888){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||
\put(0.196305,1.187794){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TB\end{tabular}}}}%
|
||||
\put(0.279301,1.05559){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TA\end{tabular}}}}%
|
||||
\put(0.352974,0.949668){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}V\end{tabular}}}}%
|
||||
\put(0.107898,1.298023){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}P\end{tabular}}}}%
|
||||
\end{picture}%
|
||||
\endgroup%
|
73
Annexe-Exercices/Images/DiagPV.eps_tex.bak
Normal file
73
Annexe-Exercices/Images/DiagPV.eps_tex.bak
Normal file
@ -0,0 +1,73 @@
|
||||
%% Creator: Inkscape 1.2.2 (b0a8486541, 2022-12-01), www.inkscape.org
|
||||
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
|
||||
%% Accompanies image file 'DiagPV.eps' (pdf, eps, ps)
|
||||
%%
|
||||
%% To include the image in your LaTeX document, write
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics{<filename>.pdf}
|
||||
%% To scale the image, write
|
||||
%% \def\svgwidth{<desired width>}
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics[width=<desired width>]{<filename>.pdf}
|
||||
%%
|
||||
%% Images with a different path to the parent latex file can
|
||||
%% be accessed with the `import' package (which may need to be
|
||||
%% installed) using
|
||||
%% \usepackage{import}
|
||||
%% in the preamble, and then including the image with
|
||||
%% \import{<path to file>}{<filename>.pdf_tex}
|
||||
%% Alternatively, one can specify
|
||||
%% \graphicspath{{<path to file>/}}
|
||||
%%
|
||||
%% For more information, please see info/svg-inkscape on CTAN:
|
||||
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\providecommand\color[2][]{%
|
||||
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\transparent[1]{%
|
||||
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
|
||||
\renewcommand\transparent[1]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\newcommand*\fsize{\dimexpr\f@size pt\relax}%
|
||||
\newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}%
|
||||
\ifx\svgwidth\undefined%
|
||||
\setlength{\unitlength}{595.275591bp}%
|
||||
\ifx\svgscale\undefined%
|
||||
\relax%
|
||||
\else%
|
||||
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
|
||||
\fi%
|
||||
\else%
|
||||
\setlength{\unitlength}{\svgwidth}%
|
||||
\fi%
|
||||
\global\let\svgwidth\undefined%
|
||||
\global\let\svgscale\undefined%
|
||||
\makeatother%
|
||||
%\begin{picture}(1,1.414286)%
|
||||
\begin{picture}(1,0.2)%
|
||||
\lineheight{1}%
|
||||
\setlength\tabcolsep{0pt}%
|
||||
\put(0,0){\includegraphics[width=\unitlength]{DiagPV.eps}}%
|
||||
\put(0.066775,1.242955){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}30\end{tabular}}}}%
|
||||
\put(0.06637,1.178919){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}24\end{tabular}}}}%
|
||||
\put(0.074314,0.989178){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}%
|
||||
\put(0.074535,0.926962){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}0\end{tabular}}}}%
|
||||
\put(0.088684,0.911533){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}0\end{tabular}}}}%
|
||||
\put(0.140463,0.910152){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}%
|
||||
\put(0.296385,0.910429){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}%
|
||||
\put(0.341691,0.911314){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}%
|
||||
\put(0.308182,1.002767){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}A\end{tabular}}}}%
|
||||
\put(0.153228,1.189888){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}B\end{tabular}}}}%
|
||||
\put(0.196305,1.187794){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TB\end{tabular}}}}%
|
||||
\put(0.279301,1.05559){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TA\end{tabular}}}}%
|
||||
\put(0.352974,0.949668){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}V\end{tabular}}}}%
|
||||
\put(0.107898,1.298023){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}P\end{tabular}}}}%
|
||||
\end{picture}%
|
||||
\endgroup%
|
@ -421,6 +421,6 @@
|
||||
\BOOKMARK [2][-]{subsection.M.3.5}{\376\377\000R\000\351\000s\000u\000m\000\351}{section.M.3}% 421
|
||||
\BOOKMARK [2][-]{subsection.M.3.6}{\376\377\000E\000x\000e\000m\000p\000l\000e\000s}{section.M.3}% 422
|
||||
\BOOKMARK [2][-]{subsection.M.3.7}{\376\377\000R\000e\000p\000r\000\351\000s\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000g\000r\000a\000p\000h\000i\000q\000u\000e}{section.M.3}% 423
|
||||
\BOOKMARK [0][-]{section*.302}{\376\377\000N\000o\000t\000e\000s}{}% 424
|
||||
\BOOKMARK [0][-]{appendix*.304}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000i\000e}{}% 425
|
||||
\BOOKMARK [0][-]{section*.305}{\376\377\000I\000n\000d\000e\000x}{}% 426
|
||||
\BOOKMARK [0][-]{section*.303}{\376\377\000N\000o\000t\000e\000s}{}% 424
|
||||
\BOOKMARK [0][-]{appendix*.305}{\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000i\000e}{}% 425
|
||||
\BOOKMARK [0][-]{section*.306}{\376\377\000I\000n\000d\000e\000x}{}% 426
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user