Question about vector components

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
ianc1339
Messages
16
Reaction score
2
Homework Statement
Posted in image below
Relevant Equations
Basic trigonometric identities
1605208524915.png


The answer is D (60 degrees) and I understand how to get that answer. But this assumes that the new velocity's component of v/4 can form right angles with another component of the new velocity.

So I'm confused whether vector components always form right angles to each other. When I searched this up, I have seen vector diagrams with components that do not form right angles to each other.
 
on Phys.org
ianc1339 said:
Homework Statement:: Posted in image below
Relevant Equations:: Basic trigonometric identities

View attachment 272531

The answer is D (60 degrees) and I understand how to get that answer. But this assumes that the new velocity's component of v/4 can form right angles with another component of the new velocity.

So I'm confused whether vector components always form right angles to each other. When I searched this up, I have seen vector diagrams with components that do not form right angles to each other.
Typically one resolves into components which are at right angles to each other, but it is possible to resolve into any two directions that are not collinear.
Suppose we wish to express vector v in terms of vectors v1, v2. I.e. we need to solve ##\vec v=a_1\vec v_1+a_2\vec v_2##. Taking dot products, ##\vec v.\vec v_1=a_1\vec v_1^2+a_2\vec v_1.\vec v_2## and, ##\vec v.\vec v_2=a_1\vec v_1.\vec v_2+a_2\vec v_2^2##. That's a pair of simultaneous equations we can solve for a1, a2.
But if we ask what components a vector v has in the two directions, that's different. The component of v in the direction v1 is ##c_1\vec v_1=\frac {\vec v.\vec v_1} {|\vec v_1|^2}\vec v_1##.
If v1 and v2 above are at right angles then ##c_1=a_1##, but not otherwise. That is, if you find the components of a vector in the directions of two vectors not at right angles then you cannot add the components together to recover the original vector.
 
  • Like
Likes   Reactions: ianc1339
Vectors can always be written as the sum of two (or more) component vectors. One does this to make the physics clearer or the math easier to deal with. A useful usual decomposition is to take the component vectors parallel to your choice of coordinate axes. Then the components will always be orthogonal. But the choice is yours...
 
  • Like
Likes   Reactions: ianc1339
haruspex said:
Typically one resolves into components which are at right angles to each other, but it is possible to resolve into any two directions that are not collinear.
Suppose we wish to express vector v in terms of vectors v1, v2. I.e. we need to solve ##\vec v=a_1\vec v_1+a_2\vec v_2##. Taking dot products, ##\vec v.\vec v_1=a_1\vec v_1^2+a_2\vec v_1.\vec v_2## and, ##\vec v.\vec v_2=a_1\vec v_1.\vec v_2+a_2\vec v_2^2##. That's a pair of simultaneous equations we can solve for a1, a2.
But if we ask what components a vector v has in the two directions, that's different. The component of v in the direction v1 is ##c_1\vec v_1=\frac {\vec v.\vec v_1} {|\vec v_1|^2}\vec v_1##.
If v1 and v2 above are at right angles then ##c_1=a_1##, but not otherwise. That is, if you find the components of a vector in the directions of two vectors not at right angles then you cannot add the components together to recover the original vector.

"but it is possible to resolve into any two directions that are not collinear"

"if you find the components of a vector in the directions of two vectors not at right angles then you cannot add the components together to recover the original vector"

Aren't these two statements contradicting?
 
ianc1339 said:
"but it is possible to resolve into any two directions that are not collinear"

"if you find the components of a vector in the directions of two vectors not at right angles then you cannot add the components together to recover the original vector"

Aren't these two statements contradicting?
No, I am distinguishing between resolving, i.e. expressing one vector as a linear sum of given others, and finding components in given directions. They only come to the same when finding components in a set of orthogonal directions.

An example should help. Clearly (1,1)=(1,0)+(0,1), so I can express (1,0) as the linear sum (1,1)-(0,1). But the component of (1,0) in the direction (0,1) is (0,0), and the component of (1,0) in the direction (1,1) is (1/√2,1/√2). Adding those components does not recover (1,0).

See https://yutsumura.com/express-a-vector-as-a-linear-combination-of-other-vectors/ for a 3D example.
 
Last edited: