KnowledgeBoat Logo
|

Mathematics

If [xy][xy]=[25] and [xy][2xy]=[2]\begin{bmatrix}[r] x & y \end{bmatrix}\begin{bmatrix}[r] x \ y \end{bmatrix} = \begin{bmatrix}[r] 25 \end{bmatrix} \text{ and } \begin{bmatrix}[r] -x & y \end{bmatrix}\begin{bmatrix}[r] 2x \ y \end{bmatrix} = \begin{bmatrix}[r] -2 \end{bmatrix};

find x and y, if :

(i) x, y ∈ W (whole numbers)

(ii) x, y ∈ Z (integers)

Matrices

14 Likes

Answer

Given,

[xy][xy]=[25][x×x+y×y]=[25][x2+y2]=[25]\Rightarrow \begin{bmatrix}[r] x & y \end{bmatrix}\begin{bmatrix}[r] x \ y \end{bmatrix} = \begin{bmatrix}[r] 25 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] x \times x + y \times y \end{bmatrix} = \begin{bmatrix}[r] 25 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] x^2 + y^2 \end{bmatrix} = \begin{bmatrix}[r] 25 \end{bmatrix}

By definition of equality of matrices we get,

x2 + y2 = 25
⇒ x2 = 25 - y2 ……(i)

Given,

[xy][2xy]=[2][x×2x+y×y]=[2][2x2+y2]=[2]\Rightarrow \begin{bmatrix}[r] -x & y \end{bmatrix}\begin{bmatrix}[r] 2x \ y \end{bmatrix} = \begin{bmatrix}[r] -2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] -x \times 2x + y \times y \end{bmatrix} = \begin{bmatrix}[r] -2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] -2x^2 + y^2 \end{bmatrix} = \begin{bmatrix}[r] -2 \end{bmatrix}

By definition of equality of matrices we get,

-2x2 + y2 = -2 ……(ii)

Substituting value of x2 from (i) in (ii) we get,

⇒ -2(25 - y2) + y2 = -2
⇒ -50 + 2y2 + y2 = -2
⇒ 3y2 = -2 + 50
⇒ 3y2 = 48
⇒ y2 = 16
⇒ y = ± 4.

⇒ x2 = 25 - y2
⇒ x2 = 25 - 16
⇒ x2 = 9
⇒ x = ± 3.

(i) Since, x, y ∈ W

∴ x = 3, y = 4.

Hence, x = 3 and y = 4.

(ii) Since, x, y ∈ Z

∴ x = ±3, y = ±4.

Hence, x = ±3 and y = ±4.

Answered By

8 Likes


Related Questions