Filtres:
Nb d'énoncés:
2018 - 👍 La lettre $n$ désigne un entier naturel non nul.
2018 - 👍
2019 - 👍
On considère $f$ une fonction définie et continue sur $\R$ et à valeurs dans $\R.$
2019 - 👍 On appelle fonction logistique la fonction $\Lambda$ définie par :$\forall x\in\R, \Lambda(x)=\dfrac 1{1+\e^{-x}}$.
(1) deff('y=Lambda(x)','y=1/(1+exp(-x))');
(2) a=0 ;
(3) b=1 ;
(4) eps=........;
(5) while b-a>eps ;
(6) $\quad$ c=(a+b)/2;
(7) $\quad$ if Lambda(c)>c then ..........; else b=.........; end;
(8) end;
(9) x0=(a+b)/2
2017 - 😨 Pour tout $n\in\N^*$, soit $h_n$ la fonction définie par: $\forall x\in[0,1],h_n(x)=((1-x)\e^x))^n$. Pour tout $n\in\N^*$, on pose: $I_n=\dint_0^1 h_n(x)dx$.
2019 - 👍
On considère la suite $\left( I_{n}\right) _{n\geqslant 0}$ définie par :
\begin{equation*}
\forall n\in \mathbb{\ N},\quad I_{n}=\int_{0}^{\frac{\pi }{2}}(\cos t)^{n}%
\mathrm{\ d}t
\end{equation*}
- 😨
Pour tout $n$ de $\mathbb{N}^{* }$ et tout $x$ de $[0,\pi]$,
on note: $C_{n}(x)=\sum\limits_{k=1}^{n}\cos (kx)$.