How Do You Calculate Vector Components in a Radar Tracking Problem?

  • Thread starter Thread starter Thunderer
  • Start date Start date
  • Tags Tags
    Components Vector
AI Thread Summary
The discussion focuses on calculating vector components for a radar tracking problem involving an airplane's position relative to a radar station. The initial position vector R_vec_A has a magnitude of 360m at 40 degrees above the horizon, while the final position vector R_vec_B has a magnitude of 880m after the airplane has moved. The calculation of vector components involves using trigonometric functions to determine the x and z coordinates for both vectors. A mistake was identified in the sign of the x-coordinate for vector B, which should be negative due to the airplane crossing the perpendicular to the origin. Ultimately, the correct ordered pair for the vector R(AB) is (1100, 26), with the error attributed to a rounding issue.
Thunderer
Messages
10
Reaction score
0
A radar station, located at the origin of xz plane, as shown in the figure, detects an airplane coming straight at the station from the east. At first observation (point A), the position of the airplane relative to the origin is R_vec_A. The position vector R_vec_A has a magnitude of 360m and is located at exactly 40 degrees above the horizon. The airplane is tracked for another 123 degrees in the vertical east-west plane for 5.0s, until it has passed directly over the station and reached point B. The position of point B relative to the origin is R_vec_B (the magnitude of R_vec_B is 880 m).
I'm suppose to find the ordered pair (x,z) for components of the vector R(AB), which I am suppose to be able to find by R(AB) = R(B) - R(A).

http://server6.theimagehosting.com/image.php?img=phytest.jpg

So far, I solved for the components of the vector of B, and the vector of A.

Vector A:
cos 40 = x/360; x = 276
sin 40 degrees = y/360; y = 231
= (276, 231)

Vector B:
I guess to use sin, cos, tan I need a right angle. So I do the bottom of B to do it. (123+40=163; 180-163=17 degrees)
cos 17 = x/880; x = 842
sin 17 = y/880; y = 257
= (842, 257)

Vector B - Vector A = (842, 257) - (276, 231) = (566, 26)

Which is wrong. What am I doing wrong? Should I be doing Vector B a different way? Or did I do the entire thing wrong?
 
Physics news on Phys.org
What you've forgotten to do is to take into account that the B x coordinate should be negative because you have crossed the perpendicular to the origin.

B = (-842,257)

easy mistake to make.
 
Well, that makes it:
(-842, 257) - (276, 231) = (-1118, 26)

Unfortunately it's still wrong, I guess I'll have to think of something else.
 
Could you clarify exactly what vector they want you to find or post the answer so I can work it out. Are you sure you're supposed to only subtract a from b?
 
The answer is (1100, 26). Your answer was off due a slight rounding error.
 
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