Vector points given another point

EulersNumber

New member
Joined
Jul 18, 2024
Messages
3
Hello,

I have perhaps an odd question, but, if I have a vector described by <5, 4> and I have another vector that begins at teriminal end of that vector <5, 4> that points west of north from that point and thus its arrow (I apologize, I think its called the tail but not 100% sure) is closer to x=0, then I am right in thinking finding the x coordinate is just magnitude times cos theta and the y coordinate is magnitude times sin theta plus 4? I want to say the reason that is right is due to the unit circle and vectors have a directionality to them, but I'm not quite sure.

Many thanks in advance!
 
Let us call the first vector A= <5,4>\bold{A} = \ <5,4> and the second vector B\bold{B}

Because B\bold{B} is going west of north, its components are:

B= <B1,B2> = <Bsinθ,Bcosθ>\bold{B} = \ <-B_1,B_2> \ = \ <-B\sin\theta, B\cos\theta>

The angle θ\theta here is between B\bold{B} and the y-axis\text{y-axis}

If we add them, for example we will get:

A+B= <5Bsinθ,4+Bcosθ>\bold{A} + \bold{B} = \ <5 - B\sin\theta, 4 + B\cos\theta>

If vector B\bold{B} goes north of west, its components will be:

B= <B1,B2> = <Bcosθ,Bsinθ>\bold{B} = \ <-B_1,B_2> \ = \ <-B\cos\theta, B\sin\theta>

The angle θ\theta here is between B\bold{B} and the x-axis\text{x-axis}
 
Top