Finding Scalar Multipliers for Vector Equation

  • Thread starter Thread starter fsm
  • Start date Start date
  • Tags Tags
    Sum Vector
fsm
Messages
88
Reaction score
0

Homework Statement


Find a and b such that v=au + bw, where u=<1, 2> and w=<1, -1>


Homework Equations


v=au + bw
v=<2, 1>


The Attempt at a Solution


No attempt

I really don't know where to begin. There is not an example like this in the book.
 
Physics news on Phys.org
Well, try writing the equations in this format:
\left(\begin{array}{c}2\\1\end{array}\right)=a\left(\begin{array}{c}1\\2\end{array}\right)+b\left(\begin{array}{c}1\\-1\end{array}\right)

Then set up equations for the x (top) component, and the y (bottom) component, and solve for a and b.
 
Your equation says that a<1, 2>+ b< 1, -1>= <2, 1> or
<a+ b, 2a- b>= <2, 1>. Since two vectors are equal only if corresponding components are equal, you have the two equations a+ b= 2, 2a- b= 1. Solve those for a and b.
 
I actually had it set up like that but thought I was doing something wrong. I didn't know what to do next. Thanks for the help!
 
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