ShizukaSm said:
By determining angles I can find that the angle between the vertical axis and BC is, therefore:
[itex](300\sin(50),300\cos(50))[/itex]
Just checking:
You mean to find the vector from B to C in cartesian coords oriented to the ground/vertical?
i.e. so the +j direction is OA?
##\vec{v}=\overrightarrow{BC} \\ \Rightarrow [\vec{v}]_{OA}= v_x\hat{\imath}+v_y\hat{\jmath} = (v_x,v_y)^t = 300(\sin 50, \cos 50)^t##
(here I'm using ##[\cdots ]_{proj}## to label the projection)
Now the wrong one:
By looking at the original figure alone, first I project BC into AB, then project BC into either X axis or Y axis.
Procedure:
- Projecting BC into AB -> [itex](300\sin(20),300\sin(20))[/itex]
- Projecting my new AB' into X and Y axis -> [itex]((300\sin(20))\sin(60),(300\sin(20))\cos(60))[/itex]
So, why is my second procedure wrong?
step 1: the angle is wrong.
step 2: each projection of BC to AB needs to be projected onto i/j - so there should be a sum in there.
Redo using unit vector notation and it should be clear.
i.e.
if ##\vec{u}=\overrightarrow{AB}## then the angle between ##\vec{v}## and ##\vec{u}## is 50+60=110deg.
define ##\hat{\jmath}_u = \vec{u}/u## - i.e. it's a unit vector pointing in the same direction as ##\vec{u}##, and let ##\hat{i}_u## to be perpendicular to the right, to make cartesian coords aligned with the y-axis along ##\vec{u}##
then .the projection onto AB goes:.. ##[\vec{v}]_{AB} = \hat{\imath}_u\sin 70 + \hat{\jmath}_u \cos 70##
for step 2, you need to express ##\hat{\imath}_u## and ##\hat{\jmath}_u## in terms of ##\hat{\imath}## and ##\hat{\jmath}##
so that ## [\vec{v}]_{OA} = [\hat{\imath}_u]_{OA}\sin 70 + [\hat{\jmath}_u]_{OA} \cos 70##i.e. ##[\hat{\jmath}_u]_{OA} = \hat{\imath}\sin 60 -\hat{\jmath}\cos 60##
... see what I mean? Each component of the projection onto AB gets another two components.
(caveat: I'm doing this from mobile so I probably made a dumb mistake - the approach should be fine.)