Math Problem Statement

A straight river flows east at a speed of 11 mi/h. A boater starts at the south shore of the river and heads in a direction 60° from the shore (see the figure). The motorboat has a speed of 20 mi/h relative to the water. (Assume that the i vector points east, and the j vector points north.)

(a) Express the velocity of the river as a vector in component form.

(b) Express the velocity of the motorboat relative to the water as a vector in component form. (Round your answer to two decimal places.)

(c) Find the true velocity of the motorboat. (Round your answer to two decimal places.)

(d) Find the true speed of the motorboat. (Round your answer to one decimal place.) mi/h

Find the direction of the motorboat. (Round your answer to one decimal place.) N  ° E

Solution

Let’s solve each part systematically.


(a) Express the velocity of the river as a vector in component form.

The river flows east at a speed of 11mi/h11 \, \text{mi/h}. Since the river's flow is entirely in the east (i\mathbf{i}) direction: vriver=11i+0j\mathbf{v}_\text{river} = 11 \mathbf{i} + 0 \mathbf{j}

So: vriver=(11,0)mi/h.\mathbf{v}_\text{river} = (11, 0) \, \text{mi/h}.


(b) Express the velocity of the motorboat relative to the water as a vector in component form.

The motorboat's speed is 20mi/h20 \, \text{mi/h}, and it is headed at an angle of 6060^\circ from the shore (or horizontal). Using trigonometric components:

vboat-water=speed×(cosθi+sinθj),\mathbf{v}_\text{boat-water} = \text{speed} \times (\cos\theta \mathbf{i} + \sin\theta \mathbf{j}),

where: speed=20,θ=60.\text{speed} = 20, \quad \theta = 60^\circ.

Substitute values: vboat-water=20cos(60)i+20sin(60)j.\mathbf{v}_\text{boat-water} = 20 \cos(60^\circ) \mathbf{i} + 20 \sin(60^\circ) \mathbf{j}.

Using cos(60)=0.5\cos(60^\circ) = 0.5 and sin(60)=0.866\sin(60^\circ) = 0.866: vboat-water=20(0.5)i+20(0.866)j.\mathbf{v}_\text{boat-water} = 20(0.5) \mathbf{i} + 20(0.866) \mathbf{j}.

vboat-water=10i+17.32j.\mathbf{v}_\text{boat-water} = 10 \mathbf{i} + 17.32 \mathbf{j}.

So: vboat-water=(10,17.32)mi/h.\mathbf{v}_\text{boat-water} = (10, 17.32) \, \text{mi/h}.


(c) Find the true velocity of the motorboat.

The true velocity is the vector sum of the river's velocity and the motorboat's velocity relative to the water: vtrue=vriver+vboat-water.\mathbf{v}_\text{true} = \mathbf{v}_\text{river} + \mathbf{v}_\text{boat-water}.

Substitute the vectors: vtrue=(11,0)+(10,17.32).\mathbf{v}_\text{true} = (11, 0) + (10, 17.32).

Add the components: vtrue=(11+10,0+17.32).\mathbf{v}_\text{true} = (11 + 10, 0 + 17.32).

vtrue=(21,17.32)mi/h.\mathbf{v}_\text{true} = (21, 17.32) \, \text{mi/h}.


(d) Find the true speed of the motorboat.

The true speed is the magnitude of the true velocity vector: Speed=vx2+vy2,\text{Speed} = \sqrt{v_x^2 + v_y^2},

where vx=21v_x = 21 and vy=17.32v_y = 17.32: Speed=212+17.322.\text{Speed} = \sqrt{21^2 + 17.32^2}.

Speed=441+300.29.\text{Speed} = \sqrt{441 + 300.29}.

Speed=741.2927.2mi/h.\text{Speed} = \sqrt{741.29} \approx 27.2 \, \text{mi/h}.


(e) Find the direction of the motorboat (angle with respect to the east).

The direction angle θ\theta is given by: θ=tan1(vyvx).\theta = \tan^{-1}\left(\frac{v_y}{v_x}\right).

Substitute vx=21v_x = 21 and vy=17.32v_y = 17.32: θ=tan1(17.3221).\theta = \tan^{-1}\left(\frac{17.32}{21}\right).

θtan1(0.824).\theta \approx \tan^{-1}(0.824).

θ39.2.\theta \approx 39.2^\circ.

So the direction is: 39.2N of E.39.2^\circ \, \text{N of E}.


Final Answers

(a) vriver=(11,0)mi/h\mathbf{v}_\text{river} = (11, 0) \, \text{mi/h}

(b) vboat-water=(10,17.32)mi/h\mathbf{v}_\text{boat-water} = (10, 17.32) \, \text{mi/h}

(c) vtrue=(21,17.32)mi/h\mathbf{v}_\text{true} = (21, 17.32) \, \text{mi/h}

(d) True speed = 27.2mi/h27.2 \, \text{mi/h}

(e) Direction = 39.2N of E39.2^\circ \, \text{N of E}

Let me know if you want further details or clarifications! Here are some related questions to explore:

  1. How would the motorboat's speed change if the angle was 4545^\circ instead of 6060^\circ?
  2. What happens to the true velocity if the river's speed increases to 15mi/h15 \, \text{mi/h}?
  3. How would the problem differ if the river flowed west instead of east?
  4. Can we generalize the true speed and direction for any angle and river speed?
  5. What is the significance of the relative velocity concept in real-life scenarios like aviation or boating?

Tip: Visualizing velocity vectors graphically can make these problems much clearer!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Vector Operations
Trigonometry
Relative Velocity
Pythagorean Theorem

Formulas

Vector addition: v_true = v_river + v_boat-water
Component form of velocity: v = magnitude * (cosθ, sinθ)
Speed (magnitude of velocity): √(vx^2 + vy^2)
Angle of direction: θ = tan^(-1)(vy/vx)

Theorems

Pythagorean Theorem
Basic Trigonometric Ratios

Suitable Grade Level

Grades 11-12