Why isn't this working 2D Kinematics

AI Thread Summary
The discussion revolves around solving a 2D kinematics problem involving the velocities of a car and a truck. The correct magnitude of the truck's velocity relative to the ground was found to be approximately 15.7 m/s. However, there was confusion regarding the calculation of the truck's directional angle relative to due east, with initial attempts yielding incorrect results. Participants emphasized the importance of using vector addition and suggested converting vectors into rectangular coordinates for clarity. Ultimately, after re-evaluating calculations and avoiding premature rounding, the correct angle was confirmed to be 5.13 degrees.
mmiller39
Messages
32
Reaction score
0
Why isn't this working! 2D Kinematics

Here is the problem:

Relative to the ground, a car has a velocity of 18.2 m/s, directed due north. Relative to this car, a truck has a velocity of 22.9 m/s directed 47.2 ° south of east. Find the (a) magnitude and (b) direction of the truck's velocity relative to the ground. Give the directional angle relative to due east.

For a) I found the answer as follows (which is correct)

V of T in relation to G (Vtg) = V of T in relation to C (Vtc) + V of C in relation to G Vcg.

The x factor looks like this:

Vtgx = Vtc + Vcg

22.9 cos 47.2 + 0 = 15.6

Y factor:

Vtgy = Vtc + Vcg

-22.9 sin 47.2 = 1.39

Vtg = Sqrt (Vtgx^2 + Vtgy^2) = 15.7 <-------the Right answer

For b) I did

tan^-1 y/x, but I keep getting the wrong answer. What is going on. I keep getting 5.07, and this is incorrect!
 
Physics news on Phys.org
Looks reasonable to me. Do you know how to convert vectors in polar notation (like those in your problem) into rectangular coordinates? As a cross-check on your work, you could convert the vectors into rectangular coordinates and just add Vc and deltaVtc to get Vt. Then convert Vt back to polar coordinates to get the angle a different way.
 
I reviewed some of my noted but I am unclear about this, could the angle be found as such:

Theta = Cos^-1 (Vcg/Vct) ? ?

so...

Cos^-1 (18.2/22.9) = 37.36

Thanks!
 
mmiller39 said:
I reviewed some of my noted but I am unclear about this, could the angle be found as such:

Theta = Cos^-1 (Vcg/Vct) ? ?

so...

Cos^-1 (18.2/22.9) = 37.36

Thanks!
From the problem statement, I don't think that's what they are asking for. Aren't they asking for the travel direction of the truck with respect to the ground?
 
mmiller39 said:
For b) I did

tan^-1 y/x, but I keep getting the wrong answer. What is going on. I keep getting 5.07, and this is incorrect!
That method is correct. Recheck your calculations for the velocity components--make sure you didn't make any round-off errors.
 
Doc Al said:
That method is correct. Recheck your calculations for the velocity components--make sure you didn't make any round-off errors.


Thanks Doc...but I have checked and rechecked...do you think the part that says, what is the angle relative to Due east, has anything to do with the answer being different than what it is?
 
Did you try it in rectangular coordinates yet?
 
berkeman said:
Did you try it in rectangular coordinates yet?

I hate to say it, but I have no idea what that means :blushing:
 
\vec{v}_{T, G} = \vec{v}_{T, C} + \vec{v}_{C, G}, where T stands for truck, C for car, and G for ground. Just vector addition. Or am I missing something?
 
  • #10
radou said:
\vec{v}_{T, G} = \vec{v}_{T, C} + \vec{v}_{C, G}, where T stands for truck, C for car, and G for ground. Just vector addition. Or am I missing something?
yes, because first off, that part of the question was answered. And secondly, that would work if the two Vectors we were adding were moving along the same direction, or opposite directions, but in this case they are not.What we are trying to solve is the angle of the Truck relative to the Ground.
 
  • #11
mmiller39 said:
Thanks Doc...but I have checked and rechecked...do you think the part that says, what is the angle relative to Due east, has anything to do with the answer being different than what it is?
No, since that's what you are giving. The angle is some positive value with respect to the x-axis.

I assume you know your answer is "wrong" because some system rejected it? If so, it could be something stupid like roundoff error. Don't round anything off until the very last step, when you are finding the angle. (Doing so I get a slightly different answer than you did.)
 
  • #12
Doc Al said:
No, since that's what you are giving. The angle is some positive value with respect to the x-axis.

I assume you know your answer is "wrong" because some system rejected it? If so, it could be something stupid like roundoff error. Don't round anything off until the very last step, when you are finding the angle. (Doing so I get a slightly different answer than you did.)

Thanks! I will try that and report back!
 
  • #13
radou said:
\vec{v}_{T, G} = \vec{v}_{T, C} + \vec{v}_{C, G}, where T stands for truck, C for car, and G for ground. Just vector addition. Or am I missing something?
Yes, it's just vector addition. But mmiller39 understands that!

mmiller39 said:
And secondly, that would work if the two Vectors we were adding were moving along the same direction, or opposite directions, but in this case they are not.
Actually, radou's version is correct as it stands since he wrote the equation in terms of vectors, not components.
 
  • #14
mmiller39 said:
Thanks! I will try that and report back!

Doc, thanks for your attention to detail, 5.13 was my final angle and it was correct.

Thanks Again!
 
Back
Top