Hendrick
- 41
- 0
Homework Statement
A watercraft is crossing the stream to reach the pier. (See attached figure.)
Basically, I have to derive an ordinary differential equation of the path the watercraft travels, which I can then solve using MatLab, etc.
i.e. derive \frac{dy}{dx} in terms of V_{W}, V_{B}, x, y & W only (no trigonometric functions nor \beta).
Homework Equations
V_{W} = speed of stream
V_{B} = craft speed rel. static water
W = stream width
At a point (x,y), the ruling equations for the watercraft are:
\frac{dy}{dt} = V_{W} - V_{B}sin\beta
\frac{dx}{dt} = V_{B}cos\beta
The Attempt at a Solution
\frac{dy}{dx} = \frac{dy}{dt} \times \frac{dt}{dx} = \frac{V_{W} - V_{B}sin\beta}{V_{B}cos\beta}
I think:
W = V_{B}cos\beta.t
x = cos\beta
y = sin\beta
I know that I have to find an equivalent for cos\beta & sin\beta but I am perplexed at this moment...
- Thanks