Solving p and q in a Vector Equation

  • Thread starter Thread starter Xaif
  • Start date Start date
  • Tags Tags
    Vector
Xaif
Messages
3
Reaction score
0
Hello, I have a quick question that I think seems stupid but I can't find an answer for it. It's about vectors in a mechanics module. Anyhow, this is the question:

Determine p and q:

p(4i + 3j) + q(12i + 5j) = 68i + 33j, where p and q are contants.

I can only think to do this by trial and error to get p = 3.5 and q = 4.5. Is there a proper method to work out something like this?
 
Physics news on Phys.org
Yes there is.

If the components (i and j in this case) of two vectors are equal, then the two vectors are equal. So, in your equation, you need the components on one side to be equal to the components on the other side. This should give you two linear equations, which I am going to assume you can solve.
 
p(4\mathbf{i} + 3\mathbf{j}) + q(12\mathbf{i} + 5\mathbf{j}) = 68\mathbf{i} + 33\mathbf{j}

(4p + 12q)\mathbf{i} + (3p + 5q)\mathbf{j} = 68\mathbf{i} + 33\mathbf{j}

4p + 12q = 68\ \mbox{ and }\ 3p + 5q = 33

\left (\begin{array}{cc}4 & 12\\ 3 & 5\end{array}\right )\left (\begin{array}{c}p\\ q\end{array}\right ) = \left (\begin{array}{c}68\\ 33\end{array}\right )

\left (\begin{array}{c}p\\ q\end{array}\right ) = \left (\begin{array}{cc}4 & 12\\ 3 & 5\end{array}\right )^{-1}\left (\begin{array}{c}68\\ 33\end{array}\right )
 
Ah, thankyou. It was quite simple really :blushing:
 
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