1.
37
Déterminer k de telle sorte que les vecteurs u et v soient orthogonaux.
(i) u = (3, k, -2), v = (6, -4, -3)
Produit scalaire : 3×6 + k×(-4) + (-2)×(-3) = 18 - 4k + 6 = 24 - 4k = 0 => k = 6
(ii) u = (5, k, -4, 2), v = (1, -3, 2, 2k)
Produit scalaire : 5×1 + k×(-3) + (-4)×2 + 2×2k = 5 - 3k - 8 + 4k = -3 + k = 0 => k = 3
(iii) u = (1, 7, k + 2, -2), v = (3, k, -3, k)
Produit scalaire : 1×3 + 7×k + (k+2)×(-3) + (-2)×k = 3 + 7k -3k -6 -2k = -3 + 2k = 0 => k = 3/2
1.38
Déterminer x et y si :
(i) (x, x + y) = (y - 2, 6)
x = y - 2 et x + y = 6 => (y - 2) + y = 6 => 2y = 8 => y = 4 => x = 2
(ii) x(1, 2) = -4(y, 3)
(x, 2x) = (-4y, -12) => x = -4y et 2x = -12 => x = -6 => -6 = -4y => y = 3/2
1.39
Déterminer x et y si :
(i) x(3, 2) = 2(y - 1, 1)
(3x, 2x) = (2y - 2, 2) => 2x = 2 => x = 1 => 3 = 2y - 2 => y = 5/2
(ii) x(2, y) = y(1, -2)
(2x, xy) = (y, -2y) => 2x = y => x = y/2, donc xy = -2y => (y/2)y = -2y => y² = -4y => y(y + 4) =
0 => y = 0 ou -4
Si y = 0 alors x = 0. Si y = -4 alors x = -2
1.40
Trouver x et y tels que
(i) (3, -1, 2) = x(1, 1, 1) + y(1, -1, 0) + z(1, 0, 0)
On pose le système :
x + y + z = 3, x - y = -1, x = 2 => x = 2, donc 2 - y = -1 => y = 3, 2 + 3 + z = 3 => z = -2
(ii) (-1, 3, 3) = x(1, 1, 0) + y(0, 0, -1) + z(0, 1, 1)
x = -1, donc z = 3, et -y + z = 3 => -y + 3 = 3 => y = 0
1.41
Soit e₁ = (1, 0, 0), e₂ = (0, 1, 0), e₃ = (0, 0, 1). Montrer que pour tout vecteur u = (a, b, c) de
R³ :
(i) u = ae₁ + be₂ + ce₃
ae₁ + be₂ + ce₃ = a(1,0,0) + b(0,1,0) + c(0,0,1) = (a,b,c) = u
(ii) u · e₁ = a, u · e₂ = b, u · e₃ = c
Produit scalaire de (a,b,c) avec (1,0,0) = a, avec (0,1,0) = b, avec (0,0,1) = c