Solving Vector Problems: Find Point C & Divide AB 1:2

  • Thread starter Thread starter kenewbie
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
Dan is attempting to cross a 60-meter-wide river from point A to point B, facing a current of 0.5 m/s while rowing at 2 m/s. To reach point B, he must aim for point C, which is approximately 15.49 meters upstream from B, compensating for the current. The calculations involve determining the angle needed to counteract the river's push, leading to a crossing angle of about 75 degrees. The discussion emphasizes using vector analysis to solve the problem effectively.
kenewbie
Messages
238
Reaction score
0
1) Dan is crossing a river from point A to point B. The distance between the points are 60 meters, and B are straight on the other side of the river from A. The river current is 0.5 meters / second towards the right and Dan's rowing speed is 2 m/s.

Find the point C Dan has to aim for to end up at point B.


I've found the following:
- He will use 30s ( 60m / 2ms ) rowing across the river.
- If he crosses the river directly towards B he will end up 15m (30s * 0.5ms) to the right of B.
- The speed of the boat when rowing directly towards B is ~= 2,06ms ((2^2 + .5^2)^.5)

But I can't seem to formulate a good recipe for finding the point C.

2) Select two points A and B on the X-axis. Find the point P which divides the line segment AB into 1:2, that is so AP : PB = 1 : 2.

Using vectors, show that the X coordinate of the point P can be described by (2A + B) / 3.


I can see that the relationship can be described as "OP = OA + 1/3 AB" or "OP = OB - 2/3AB" but nothing that i can manipulate until i get it into the form (2A + B) / 3.
 
Physics news on Phys.org
First (in any vector problem): draw a picture!

Hint: look at the velocity vectors. Set up a coordinate system and draw the vectors vDan (of which you know the magnitude) and vriver (of which you know the magnitude and direction). Since you also know the magnitude and direction of the "real" velocity vector v = vDan + vriver, you should be able to solve for the direction of vDan.
 
For the second question, your start looks right.
Now introduce three vectors P (from the origin to the point P), A (from the origin to the point A) and B (from the origin to the point B) and express your last equality (OP = OA + (1/3) AB) in terms of these vectors.
 
CompuChip

Thanks. I've solved the second problem now, using OA and OB as you suggested instead of OA and AB did the trick.

I am still stuck on the first problem however. I do have a drawing (in fact, I have several :p) but I don't have a scanner. In ascii it looks something like this:

Code:
-------------C------B--------------------
^                      R
|                    ----->
|                   ^   /\
60m                 |   /
|                  D|  / X
|                   | /
v                   |/
--------------------A--------------------

A and B are the starting and (attempted) landing position,
D = speed and direction of Dan (before accounting for current)
R = speed and direction of river
X = speed and direction of Dan (when accounting for the current)

I know X, but I don't see how I can translate this into the direction I need towards C. I want the direction I take towards C to effectively cancel the current, but I can't seem to bend my head around how to do it :/

k
 
try to draw D towards C and X towards D. Suppose D and X make an angle phi.

choose phi so that the upriver component of D is canceled by R.
 
I don't get it :/

X towards D? From where? And the velocity of X is determined by both D and R, so if I move D, then X is invalidated.

k
 
this is what i think you do...

draw a triangle with 2m/s as the hyp and 0.5m/s as the adjacent. The opisite is the speed he will cross the river ..

now calculate the angle of the triangle. it is about 75 degrees.. .. now u no the angle that he needs to cross at...

draw another triangle with the oppisite side 60 m... and solve for the adjacent... it works out about 15.49 meters.. so he has to aim 15.49 m up river of the intended target
 
Last edited:
Back
Top