A difficult boat and river problem

  • Thread starter Thread starter Swap
  • Start date Start date
  • Tags Tags
    Boat River
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Swap
Messages
72
Reaction score
0

Homework Statement


A boat is rowed with constant speed u starting from a point A on
the bank of a river of width d , which flows with a constant speed
nu . The boatman always points the boat at a point O on the other
side of the bank opposite to A. Find the equation of the path
r = f (theta ) for the boat.

Homework Equations


dx/dt = v

The Attempt at a Solution


I was able to find dr/dt in terms of theta. here is my expression dr/dt= u(1-nsin(theta)). The problem is when I integrate it i have to express dt in terms of d(theta) which I cannot find.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    2.5 KB · Views: 528
Physics news on Phys.org
I don't understand the problem much. Is it the boat's velocity relative to the ground, or its velocity relative to the water, which always points towards the water? I guess it's the latter, because if n>1 then there is no chance that the boatman can guide the boat towards O.

Let's assume so. I think your equation is a little bit incorrect (just a little bit, most is fine). First, you should write down the formula of velocity in polar coordinates, i.e. write down [tex]\vec{v}[/tex] in term of [tex]r[/tex] , [tex]\theta[/tex] and the unit vectors [tex]\vec{e}_r[/tex] and [tex]\vec{e}_{\theta}[/tex]. Then use the condition that [tex]\vec{v}[/tex] is the sum of 2 velocity: u in the direction towards O and nu in the direction to the left. You should arrive at these 2 equations:

[tex]nusin\theta-u=\frac{dr}{dt}[/tex]

[tex]nucos\theta=r\frac{d\theta}{dt}[/tex]

From here, you can solve for [tex]r(\theta)[/tex].
 

Attachments

  • untitled.JPG
    untitled.JPG
    11.3 KB · Views: 547
can u explain me how u arrive at the second equation. I don't understand it
 
Can you do step 1, i.e. writing down the formula of velocity in polar coordinates?
 
oh ok I got it. I didnt think of v=r(omega). Thx...