Calculating Component Vectors - Learn How

  • Thread starter Thread starter lovemake1
  • Start date Start date
  • Tags Tags
    Component Vectors
AI Thread Summary
To add vectors, they must be broken down into their x and y components using trigonometric functions. The correct angles depend on the vector's direction, and the notation used for compass points can lead to confusion; for example, [W33E] should likely be [N33E] or [S33E]. Negative angles can be used when measuring clockwise from the positive x-axis, while angles greater than 180 degrees can also be relevant in certain contexts. It is essential to draw the vector from the origin and determine the angle based on the vector's orientation. Understanding these principles will clarify how to accurately calculate component vectors.
lovemake1
Messages
147
Reaction score
1
Hello, I am slightly confused with component vectors.

if I am trying to add two vectors, which are 33m/s [W33E] and 53m/s [N54W] i have to
break them down into x and y component.
i can get them by using cos and sin.

but there are some occasions where I am not sure if the degree I am using is correct.

for example for 33m/s the xcomponent would be 33cos33 and ycompoent would be 33sin33.

when do we ever use 33cos-33 ? beacuse i know there are some occasions where negative angle is neccesary or even (180-33) obtuse angle to find the component.

please could anyone clarify this for me thanks,
 
Physics news on Phys.org
I don't understand your notation [W33E]... are they something to do with the compass points?
 
To add two or more vectors, just add their x and y components respectively. Simple as that. Your notation seems odd, though.
 
Your [W33E] notation is incorrect. The other heading, [N54W], means 54 degrees west of north. The first one should probably be either N33E or S33E.
 
lovemake1 said:
when do we ever use 33cos-33 ? beacuse i know there are some occasions where negative angle is neccesary or even (180-33) obtuse angle to find the component.

please could anyone clarify this for me thanks,

Draw the vector with its tail at the origin. Then draw a polar coordinate angle from the positive x-axis to the vector. It doesn't matter whether you go counterclockwise with a positive \theta or clockwise with a negative \theta. Do whichever seems more natural for the vector you are considering. In either case you will get x = r\cos\theta,\ y = r\sin\theta.
 
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...
Back
Top