Vector Magnitude/Direction Problem

  • Thread starter Thread starter gokugreene
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion revolves around solving vector displacement problems in a golfing scenario and two beetle movements. The initial problem involves calculating the resultant displacement of a golfer's putts, with the user initially miscalculating the direction and magnitude due to overlooking negative components in vector notation. After correcting the unit vector notation, the user successfully finds the correct answer. The conversation then shifts to a new problem involving two beetles, where the user seeks clarification on their approach to determine the second beetle's displacement needed to match the first beetle's final position. The user expresses uncertainty about their calculations and seeks guidance on their methodology.
gokugreene
Messages
47
Reaction score
0
Hey guys I need your help on this one. There is something I am doing wrong on this problem. Can you help me figure out what I am doing wrong?

Problem: A golfer takes three putts to get the ball into the hole. The first putt displaces the ball 3.66m north, the second 1.83m southeast, and the third 0.91m southwest. What are (a) the magnitude and (b) the direction of the displacement needed to get the ball into the hole on the first putt?

vector a = 3.66
vector b = 1.83
vector c = 0.91

So far I have drawn a graph with vector a 3.66m directly due north. Then from the head of that vector drawn vector b 1.83m directly southeast, and from that
I have drawn vector c 0.91m directly southwest.

unit vector notation:
A = (0)i + (3.66)j
B = (1.83cos(45))i + (1.83sin(45))j
C = (.91cos(45))i + (.91sin(45))j

R = A + B + C
R = 1.37i + 5.74j
R = [1.37^2 + 5.74^2]^1/2 = 5.90

Answers (a) 1.8m (b) 69 degress north of due east.

What am I doing wrong to derive the answer?

Any help is appreciated. Thanks
 
Last edited:
Physics news on Phys.org
gokugreene said:
Hey guys I need your help on this one. There is something I am doing wrong on this problem. Can you help me figure out what I am doing wrong?

Problem: A golfer takes three putts to get the ball into the hole. The first putt displaces the ball 3.66m north, the second 1.83m southeast, and the third 0.91m southwest. What are (a) the magnitude and (b) the direction of the displacement needed to get the ball into the hole on the first putt?

vector a = 3.66
vector b = 1.83
vector c = 0.91

So far I have drawn a graph with vector a 3.66m directly due north. Then from the head of that vector drawn vector b 1.83m directly southeast, and from that
I have drawn vector c 0.91m directly southwest.

unit vector notation:
A = (0)i + (3.66)j
B = (1.83cos(45))i + (1.83sin(45))j
C = (.91cos(45))i + (.91sin(45))j

R = A + B + C
R = 1.37i + 5.74j
R = [1.37^2 + 5.74^2]^1/2 = 5.90

Answers (a) 1.8m (b) 69 degress north of due east.

What am I doing wrong to derive the answer?

Any help is appreciated. Thanks
Remember, North=positive and South=negative.
So unit vector notation:
A = (0)i + (3.66)j
B = (1.83cos(45))i + (-1.83sin(45))j
C = (-0.91cos(45))i + (-0.91sin(45))j

Try that.
 
Thanks man. That was such a simple error to overlook. I got the answer. :)
 
Would I use the same technique as outlined above on this problem?

Two beetles run across flat sand, starting at the same point. Beetle 1 runs 0.5m due east, then 0.80m at 30 degrees north of due east. Beetle 2 also makes two runs; the first is 1.6m at 40 degrees east of due north. What must be (a) the magnitude and (b) the direction of its second run if it is to end up at the new location of beetle 1?

I ask this because I have attempted it and it isn't working.
A = 0.5m
B = 0.8m
C = 1.6m

A = .5i + 0j
B = (.8cos(30))i + (.8sin(30))j
C = (1.6cos(50))i + (1.6sin(50))j

R = 2.35i + 1.78j
R = [2.35^2 + 1.78^2]^1/2 = 2.95m
arctan=(1.78/2.35)=37.14 degrees

Answer should be: (a) 0.84m (b) 79 degrees

What am I doing wrong here? Am I approaching it wrong? I am sure I didn't make the same mistake as last time.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top