Dot Product Question: Find Angle in Basketball Gym

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 16K views
LeakyFrog
Messages
21
Reaction score
0

Homework Statement


A basketball gymnasium is 25 meters high, 80 meters wide, and 200 meters long. For a half time stunt , the cheerleaders want to run two strings, one from each of the two corners above one basket to the diagonally opposite corners of the gym floor. What is the cosine of the angle made by the strings as they cross?

Homework Equations



||A||||B||cos(theta)

The Attempt at a Solution



So far I have interpreted the two strings as the vectors:
P1 = -80i + 200j + 25k
P2 = 80i +200j +25k

The magnitude of both the strings is √47025m2 ≈ 216.85m.

I'm just not sure the next step to take.
 
Physics news on Phys.org
So after taking the dot product of the two vectors I got

P1.P2 = -80m*80m + 200m*200m + 25m*25m = 34225m2

then I took that and divided it by the magnitude of the vectors

cos(theta) = 34225m2/216.85m2

used inverse cosine and found

theta = 43.30 degrees.

Does that method all sound about right?
 
LeakyFrog said:
So after taking the dot product of the two vectors I got

P1.P2 = -80m*80m + 200m*200m + 25m*25m = 34225m2

then I took that and divided it by the magnitude of the vectors

cos(theta) = 34225m2/216.85m2

used inverse cosine and found

theta = 43.30 degrees.

Does that method all sound about right?

That sounds great.