📚 الرئيسية

مسابقة دكتوراه 2025Université Mouloud Mammeri - Tizi Ouzou — الموضوع 03

مسابقة عامة · الرياضيات

Concours d'accès en Doctorat 3ème Cycle 2024/2025, Épreuve de Recherche Opérationnelle, Équations Différentielles et Probabilités, Partie I

التمرين 1

Exercice 1 (Tizi-Ouzou 2025, Partie I) — Résolvante d'un système linéaire différentiel et résolution du système (S)

#équations différentielles linéaires#résolvante#système différentiel#exponentielle de matrice

On considère le système différentiel linéaire à coefficients constants (S):X(t)=AX(t),A=(0110).(S):\quad X'(t) = AX(t),\qquad A=\begin{pmatrix}0&1\\-1&0\end{pmatrix}.

  1. Rappeler la définition de la résolvante (matrice fondamentale) R(t)R(t) du système (S)(S), et montrer qu'elle est donnée par R(t)=etAR(t)=e^{tA}.

  2. Calculer explicitement etAe^{tA} pour la matrice AA ci-dessus.

  3. En déduire la solution générale de (S)(S), puis la solution vérifiant X(0)=(1,0)TX(0)=(1,0)^T.

AA est la matrice de rotation infinitésimale : etAe^{tA} est exactement la matrice de rotation d'angle t-t (ou tt selon convention). Analogue matriciel de eit=cost+isinte^{it}=\cos t+i\sin t.

الحل
  1. La résolvante R(t)R(t) est l'unique solution matricielle de R(t)=AR(t)R'(t)=AR(t), R(0)=IR(0)=I. Pour un système linéaire à coefficients constants, R(t)=etA:=k=0tkAkk!R(t)=e^{tA} := \displaystyle\sum_{k=0}^\infty\dfrac{t^k A^k}{k!}, qui converge normalement (série entière matricielle) et vérifie bien ddtetA=AetA\dfrac{d}{dt}e^{tA}=Ae^{tA} par dérivation terme à terme, avec e0A=Ie^{0\cdot A}=I.

Toute solution de (S)(S) s'écrit X(t)=R(t)X(0)=etAX(0)X(t)=R(t)X(0) = e^{tA}X(0).

  1. A2=(0110)2=(1001)=IA^2 = \begin{pmatrix}0&1\\-1&0\end{pmatrix}^2 = \begin{pmatrix}-1&0\\0&-1\end{pmatrix} = -I. Donc AA vérifie A2=IA^2=-I, comme l'unité imaginaire !

etA=k0tkAkk!e^{tA} = \displaystyle\sum_{k\ge0}\dfrac{t^kA^k}{k!}. Regroupant par parité : A2k=(1)kIA^{2k}=(-1)^kI, A2k+1=(1)kAA^{2k+1}=(-1)^kA. Donc etA=(k0(1)kt2k(2k)!)I+(k0(1)kt2k+1(2k+1)!)A=cos(t)I+sin(t)A.e^{tA} = \Big(\sum_{k\ge0}\dfrac{(-1)^kt^{2k}}{(2k)!}\Big)I + \Big(\sum_{k\ge0}\dfrac{(-1)^kt^{2k+1}}{(2k+1)!}\Big)A = \cos(t)\,I+\sin(t)\,A.

Donc etA=(costsintsintcost)e^{tA} = \begin{pmatrix}\cos t&\sin t\\-\sin t&\cos t\end{pmatrix}.

  1. Solution générale : X(t)=etAX(0)=(costsintsintcost)(x0y0)=(x0cost+y0sintx0sint+y0cost)X(t)=e^{tA}X(0) = \begin{pmatrix}\cos t&\sin t\\-\sin t&\cos t\end{pmatrix}\begin{pmatrix}x_0\\y_0\end{pmatrix} = \begin{pmatrix}x_0\cos t+y_0\sin t\\-x_0\sin t+y_0\cos t\end{pmatrix}.

Pour X(0)=(1,0)TX(0)=(1,0)^T : X(t)=(cost,sint)TX(t) = (\cos t,-\sin t)^T.