How Do You Convert Cardinal Directions to I+J Vector Form?

AI Thread Summary
To convert cardinal directions to I+J vector form, trigonometric functions are used to determine the components of the vector based on the angle provided. For a unit vector, the magnitude (r) is 1, simplifying calculations to using cosine and sine of the angle. For example, northeast corresponds to an angle of 45 degrees, yielding the vector components as cos(45)i + sin(45)j. The angles for the other directions are 135 degrees for southwest and 47 degrees clockwise from the -y axis, which can also be converted using the same method. Understanding the Cartesian coordinate system is crucial for accurately expressing these vectors in I+J form.
#matt#
Messages
3
Reaction score
0
I have a question on an assignment that expects the I+J form of a vector but is only giving the direction(cardinal) or angle of the vector. See example below:

Homework Statement



Unit vectors and are directed east and north, respectively. Calculate the unit vector (in terms of I and J) in the following directions.

(a) northeast
(b) 47° clockwise from the -y axis
(c) southwest


All answers demand an I + J response and I'm can't exactly figure out what it wants or where to even start without a scalar.

Homework Equations



Finding the I+J components with an angle of direction can be determined by using trigonometric functions to solve for components of the resulting reference right triangle.

The Attempt at a Solution



For the (a) problem, I tried putting in s for scale and tried a few different pseudo type answers but was not successful. e.g. rcos(45)i + rsin(45)j

Has anyone seen problems like this particular one or have any ideas on what it's asking for?
 
Physics news on Phys.org
You are correct with the equation for part a with rcos(45)i+rsin(45)j defining the vector. All you need here to solve for the i and j components of the vector is r. r is the magnitude of the vector and in this case its a unit vector. Use the same approach for parts b and c.
 
So with it being a unit vector, r is = 1. This leaves me with the basic cos(45) & sin(45), etc... for their respective I+J values. I should be able to find the other solutions with trig functions as well.

Awesome! Thanks for giving me a push in the right direction!
 
You have been given that i and j are directed to the east and north. This follows the standard convention for a 2D Cartesian coordinate system in which i and j are directed along the positive x and y-axis respectively.

In this system, a unit vector with a direction alpha, measured counterclockwise from the x axis, is:

(Cos[alpha],Sin[alpha])

or in terms of i and j:

Cos[alpha] i + Sin[alpha] j

The angles (in degrees) you have been given are 135, 47, and 225
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top