Calcul littéral Exercices

Factorisations

Durée estimée
10 minutes
Difficulté
Votre progression

Créez un compte gratuit pour suivre votre avancement et reprendre où vous avez laissé.

Créer un compte

Objectifs travaillés

Factoriser les expressions suivantes :

  1. $ A=x^{2} - 36 $
  2. $ B=4x^{2}+4x+1 $
  3. $ C=7x^{2} - 3x $
  4. $ D=x^{2} - 6xy+9y^{2} $

Corrigé

  1. $ A=x^{2} - 36=x^{2} - 6^{2} $
    On utilise l'identité remarquable $ a^{2} - b^{2}=\left(a+b\right)\left(a - b\right) $ avec $ a=x $ et $ b=6 $
    $ A=\left(x+6\right)\left(x - 6\right) $
  2. $ B=4x^{2}+4x+1=\left(2x\right)^{2}+2\times 2x\times 1+1^{2} $
    On utilise l'identité remarquable $ a^{2}+2ab+b^{2}=\left(a+b\right)^{2} $ avec $ a=2x $ et $ b=1 $
    $ B=\left(2x+1\right)^{2} $
  3. Ici, pas d'identité remarquable mais on peut mettre $ x $ en facteur :
    $ C = 7x^{2} - 3x = 7x \times {\color{red}{x}} - 3 \times {\color{red}{x}} = x(7x - 3) $
  4. $ D=x^{2} - 6xy+9y^{2}=x^{2} - 2\times x\times 3y+\left(3y\right)^{2} $
    On utilise l'identité remarquable $ a^{2} - 2ab+b^{2}=\left(a - b\right)^{2} $ avec $ a=x $ et $ b=3y $
    $ D=\left(x - 3y\right)^{2} $