point d'inflexion d'une courbe
📅 April 22, 2024 | 👁️ Views: 78
\documentclass{standalone}
\standaloneconfig{margin=2mm}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\begin{document}
\begin{tikzpicture}[scale=1.5]
\begin{axis}[axis lines=center,
xlabel={$x$},
ylabel={$y$},
xtick=\empty,ytick=\empty,
xmin=-0.2,xmax=4.2,
ymin=-0.2,ymax=3,
unbounded coords=jump,
samples=200]
\draw[scale=1,domain=0.2:3.2,smooth,variable=\x,blue] plot ({\x},{cos(\x r)+1.5});
\filldraw[red] (pi/2,1.5) circle (1pt) node[above right] {point d'inflexion};
\draw[->] (pi/2,1.5) -- (pi/2+0.4,1);
\draw[->] (pi/2,1.5) -- (pi/2-0.4,2);
\end{axis}
\end{tikzpicture}
\end{document}
\documentclass{standalone}
\standaloneconfig{margin=2mm}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\begin{document}
\begin{tikzpicture}[scale=1.5]
\begin{axis}[axis lines=center,
xlabel={$x$},
ylabel={$y$},
xtick=\empty,ytick=\empty,
xmin=-0.2,xmax=4.2,
ymin=-0.2,ymax=3,
unbounded coords=jump,
samples=200]
\draw[scale=1,domain=0.2:3.2,smooth,variable=\x,blue] plot ({\x},{cos(\x r)+1.5});
\filldraw[red] (pi/2,1.5) circle (1pt) node[above right] {point d'inflexion};
\draw[->gt;] (pi/2,1.5) -- (pi/2+0.4,1);
\draw[->gt;] (pi/2,1.5) -- (pi/2-0.4,2);
\end{axis}
\end{tikzpicture}
\end{document}
Related Courses, Exams, and Exercises
Course PDF:
📥 Download point d'inflexion d'une courbe (PDF)
☕
if you find this content helpful, Please consider supporting me with a small donation
إن وجدت هذا المحتوى مفيدا، من فضلك إدعمني بمبلغ بسيط كتبرع
Buy me a coffee — إشتر لي قهوة
PayPal.me • عبر بايبالOr bank transfer • أو حوالة بنكية
Titulaire : RADOUAN MOSAID RIB : 230 090 6501953211022000 65 IBAN : MA64 2300 9065 0195 3211 0220 0065 BIC / SWIFT : CIHMMAMC
Recent Articles
Quran Search: A Feature rich and modern design
13 Feb 2025
Categories