Finding relative coordinates of a vector

AI Thread Summary
To find the coordinates of the vector [7, 4, 1] relative to the vectors [-1, 2, -9], [1, 5, 1], and [47, -8, -7], the correct approach involves setting up an augmented matrix. The user confirmed that the goal is to express the vector as a linear combination of the three given vectors, leading to the equations -a + b + 47c = 7, 2a + 5b - 8c = 4, and 9a + b - 7c = 1. After setting up the matrix, the user initially calculated values for a, b, and c but later realized a mistake that would affect these results. The discussion emphasizes the importance of correctly interpreting the problem and verifying calculations. The method of using an augmented matrix for solving the system of equations is validated.
war485
Messages
90
Reaction score
0

Homework Statement



I'm trying to find the coordinates of a vector [ 7 4 1 ] relative to these three vectors:
[ -1 2 -9 ] , [ 1 5 1 ] , [ 47 -8 -7 ]

Homework Equations



none

The Attempt at a Solution



Do I get all these vectors into an augumented matrix?
like:
[ -1 1 47 | 7 ]
[ 2 5 -8 | 4 ]
[ -9 1 -7 | 1 ]
and then row reduce completely? I got very awkward numbers and just wanted to make sure I'm using the correct method.
 
Physics news on Phys.org
I take it that "relative to these three vectors" means write it as a linear combination of those vectors. What you want are three numbers, a, b, c such that
a<-1, 2, 9>+ b<1, 5, 1>+ c<47, -8, -7>= <7, 4, 1>. Looking at x, y, and z components separately that means -a+ b+ 47c= 7, 2a+ 5b- 8c= 4, 9a+ b- 7c= 1 which gives exactly the augmented matrix you have.

Are you sure about that "47"? That number looks out of place.
 
yes that 47 must be there because it was part of another question where I had to find a third vector orthogonal to the other two (involving the cross product) and I'm confident about that.

If you say that my setup is right, then my more awkward numbers must be right.
I got
a = -4/43
b = 28/27
c = 145/1161
 
oups, I made a mistake and it'll affect my a b c values. But thanks for confirming my method Ivy.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top