Déterminer si une application est linéaire
-
NNicoAdins dernière édition par NicoAdins
Bonjour,
Je sollicite votre aide quant à la méthode pour déterminer si une application est linéaire. L'énoncé est le suivant :"On considère l'application f définie par :
f : R^2 -> R
x -> f(x) = (x + y)^2Déterminer si f est une application linéaire."
Je sais qu'il faut que je démontre que f(ax +y) = a.f(x) + f(y) mais je ne sais pas comment faire.
Merci de votre aide,
NicoAdins
-
Bonjour Nicoadins,
Commence par écrire l'expression de f(ax+y)
f(ax+y) = .....Tu peux aussi montrer que f(3x2) ≠ 3 f(2) puis conclure.
-
NNicoAdins dernière édition par
Bonjour Noemi,
Soit f(x) = x^2 + 2xy + y^2
On veut f(a.x + y) = a.f(x) + f(y)
On a :
f(a.x + y) = (ax + y)^2
f(a.x + y) = a^2.x^2 + 2axy + y^2
f(a.x + y) = a(a.x^2 +2xy + y^2)Donc f n'est pas une application linéaire.
Est-ce correct ?
-
La dernière écriture de f(ax+y)f(ax+y)f(ax+y) est fausse.
f(ax+y)f(ax+y)f(ax+y) = ax(ax+2y)ax(ax+2y)ax(ax+2y) + y2y^2y2La conclusion est correcte.
Tu aurais pu utiliser le fait que f(3x2) ≠ 3f(2).
-
NNicoAdins dernière édition par
D'accord merci beaucoup Noemi !
Après pour l'application f suivante :
f:R3→R3f : \mathbb{R^3} \to \mathbb{R^3} f:R3→R3
x→↦f(x→)=\overrightarrow{x} \mapsto f(\overrightarrow{x}) =x↦f(x)=
(x+yx + yx+y)
(y+zy + zy+z)
(x+zx + zx+z)(C'est une matrice)
On écrit l'application f sous forme matricielle
∀x∈R3,\forall x \in \mathbb{R^3},∀x∈R3, on a :
f(x→)=f(\overrightarrow{x}) =f(x)=(1 1 0, 0 1 1,1 0 1)\begin{pmatrix} 1~1~0, \ 0~1~1, 1~0~1 \end{pmatrix}(1 1 0, 0 1 1,1 0 1) (x,y,z)(x,y,z)(x,y,z)
⟺f(x→)=A.x→\Longleftrightarrow f(\overrightarrow{x}) = A.\overrightarrow{x}⟺f(x)=A.xPour montrer que f est une AL, il faut vérifier que :
f(λx→+y→)=λf(x→)+f(y→)f(\lambda\overrightarrow{x} + \overrightarrow{y})= \lambda f(\overrightarrow{x}) + f(\overrightarrow{y})f(λx+y)=λf(x)+f(y)
⟺f(λx→+y→)=A(λx→+y→)\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= A(\lambda\overrightarrow{x} + \overrightarrow{y})⟺f(λx+y)=A(λx+y)
⟺f(λx→+y→)=Aλx→+Ay→\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= A \lambda\overrightarrow{x} + A \overrightarrow{y}⟺f(λx+y)=Aλx+Ay
⟺f(λx→+y→)=λf(x→)+f(y→)\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= \lambda f(\overrightarrow{x}) + f( \overrightarrow{y})⟺f(λx+y)=λf(x)+f(y)Ainsi on en déduit que f est une application linéaire de R3\mathbb{R^3} R3 dans R3\mathbb{R^3} R3
Correct ?
Merci beaucoup de votre temps et de votre réponse !
-
C'est correct.
-
NNicoAdins dernière édition par
Mais en fait dès qu'on a une matrice avec des équations du premier degré c'est d'office une application linéaire ?
-
C'est le cas pour les applications de R3\mathbb{R}^3R3 dans R3\mathbb{R}^3R3 de la forme f(x→)f(\overrightarrow{x})f(x) = Ax→\overrightarrow{x}x.
-
NNicoAdins dernière édition par
Pourtant, dans l'application f suivante de R3→R2\mathbb{R^3} \to \mathbb{R^2}R3→R2, ca marche aussi non ?
f:R3→R2f : \mathbb{R^3} \to \mathbb{R^2} f:R3→R2
x→↦f(x→)=\overrightarrow{x} \mapsto f(\overrightarrow{x}) =x↦f(x)= (x−y+z,x+zx - y + z, x + zx−y+z,x+z)On écrit l'application f sous forme matricielle
∀x∈R3,\forall x \in \mathbb{R^3},∀x∈R3, on a :
f(x→)=f(\overrightarrow{x}) =f(x)=(1 −1 1, 1 0 1)\begin{pmatrix} 1~-1~1, \ 1~0~1\end{pmatrix}(1 −1 1, 1 0 1) (x,y,z)(x,y,z)(x,y,z)⟺f(x→)=A.x→\Longleftrightarrow f(\overrightarrow{x}) = A.\overrightarrow{x}⟺f(x)=A.xPour montrer que f est une AL, il faut vérifier que :
f(λx→+y→)=λf(x→)+f(y→)f(\lambda\overrightarrow{x} + \overrightarrow{y})= \lambda f(\overrightarrow{x}) + f(\overrightarrow{y})f(λx+y)=λf(x)+f(y)
⟺f(λx→+y→)=A(λx→+y→)\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= A(\lambda\overrightarrow{x} + \overrightarrow{y})⟺f(λx+y)=A(λx+y)
⟺f(λx→+y→)=Aλx→+Ay→\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= A \lambda\overrightarrow{x} + A \overrightarrow{y}⟺f(λx+y)=Aλx+Ay
⟺f(λx→+y→)=λf(x→)+f(y→)\Longleftrightarrow f(\lambda\overrightarrow{x} + \overrightarrow{y})= \lambda f(\overrightarrow{x}) + f( \overrightarrow{y})⟺f(λx+y)=λf(x)+f(y)Ainsi on en déduit que f est une application linéaire de R3\mathbb{R^3} R3 dans R2\mathbb{R^2} R2
Est ce correct ?
Merci encore de votre temps et de votre réponse (après j'arrête de vous harceler !)
-
@nicoadins ,
Exact, ça marche si tu peux écrire f(x→)f(\overrightarrow{x})f(x) = A. x→\overrightarrow{x}x
-
NNicoAdins dernière édition par
@noemi Bonjour noemi,
Je voulais vous remercier de votre aide si précieuse, grâce à vous j'ai obtenu 16,5 à mon partiel de maths ! Un grand merci et continuez votre travail remarquable sur le site !
-
Bonsoir nicoadins,
C'est avec plaisir que j'apprends que tu as eu une bonne note à ton partiel. C'est ton travail et ton questionnement pour comprendre qui te permettent d'avoir de très bon résultat. Poursuis ainsi.