Solve Matrix Multiplication Homework Statement

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Matrix
roam
Messages
1,265
Reaction score
12

Homework Statement



I look at the following:

(x_1\,\,x_2)\begin{pmatrix}1&2\\2&4\end{pmatrix}\binom {x_1}{x_2}=(x_1\,\,x_2)\binom {x_1+2x_2}{2x_1+4x_2}=x_1^2+2x_1x_2+2x_1x_2+4x_2^2

And I don't understand how they got from (x_1\,\,x_2)\binom {x_1+2x_2}{2x_1+4x_2} to x_1^2+2x_1x_2+2x_1x_2+4x_2^2.


The Attempt at a Solution



What process is used here? It surely is not matrix multiplication, otherwise the result would have to be a 1x2 matrix. :confused:
 
Physics news on Phys.org
Hi roam! :smile:

No, that longy thingy is a 1x2 column. :wink:
 
Concerning matrix multiplication, the rule is that a (mxn) matrix multiplied by a (nxp) matrix gives a (mxp) matrix.
Here, you have a (1x2) matrix multiplied by a (2x2) multiplied by a (2x1). Which indeed leeds to a (1x1) matrix i.e. a number.
The part you don't understand is a (1x2) x (2x1) and applying the rules of matrix multiplication you indeed find the result :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top