How to Express a Vector in Terms of Basis Vectors?

  • Thread starter Thread starter 939
  • Start date Start date
  • Tags Tags
    Basis Vector
AI Thread Summary
To express the vector y = (3, 1, 2, 5) in terms of the basis vectors e1, e2, e3, and e4, the correct representation is y = 3e1 + 1e2 + 2e3 + 5e4. Each coefficient corresponds to the contribution of the respective basis vector to the overall vector. The discussion clarifies that the values for e1, e2, e3, and e4 are standard basis vectors in a four-dimensional space. There was a point of confusion regarding the coefficient of 0.5, which was corrected to 1 for e2. The final expression accurately reflects the linear combination of the basis vectors.
939
Messages
110
Reaction score
2

Homework Statement



Given the basis vector:

e1 = 1 0 0 0
e2 = 0 1 0 0
e3 = 0 0 1 0
e4 = 0 0 0 1

Express the following vector in terms of the basis:

y = 3 1 2 5

Homework Equations



e1 = 1 0 0 0
e2 = 0 1 0 0
e3 = 0 0 1 0
e4 = 0 0 0 1

y = 3 1 2 5

The Attempt at a Solution



= 3(e1) + 0.5(e2) + 2(e3) + 5(e4)
 
Physics news on Phys.org
939 said:

Homework Statement



Given the basis vector:

e1 = 1 0 0 0
e2 = 0 1 0 0
e3 = 0 0 1 0
e4 = 0 0 0 1

Express the following vector in terms of the basis:

y = 3 1 2 5

Homework Equations



e1 = 1 0 0 0
e2 = 0 1 0 0
e3 = 0 0 1 0
e4 = 0 0 0 1

y = 3 1 2 5

The Attempt at a Solution



= 3(e1) + 0.5(e2) + 2(e3) + 5(e4)

Why the .5?
 
  • Like
Likes 2 people
Yeah, what he said ^^
 
  • Like
Likes 1 person
(3, 1, 2, 5)= (3, 0, 0, 0)+ (0, 1, 0, 0)+ (0, 0, 2, 0)+ (0, 0, 0, 5)
= 3(1, 0, 0, 0)+ 1(0, 1, 0, 0)+ 2(0, 0, 1, 0)+ 5(0, 0, 0, 1)
= 3e1+ 1e2+ 2e3+ 5e4
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top