Math Problem Statement

A motorboat whose speed in still water is 18 km/h takes 1 hr more to go 24 km upstream than to return downstream to the same spot. Find the speed of the current

Solution

Let the speed of the current be xx km/h.

  • The speed of the motorboat in still water is 18 km/h.
  • The distance to travel upstream and downstream is 24 km.

Upstream:

  • The effective speed when going upstream (against the current) is 18x18 - x km/h.
  • Time taken to travel upstream is given by: tupstream=2418xt_{\text{upstream}} = \frac{24}{18 - x}

Downstream:

  • The effective speed when going downstream (with the current) is 18+x18 + x km/h.
  • Time taken to travel downstream is: tdownstream=2418+xt_{\text{downstream}} = \frac{24}{18 + x}

Given Condition:

It is given that it takes 1 hour more to go upstream than downstream. This translates to the equation: tupstream=tdownstream+1t_{\text{upstream}} = t_{\text{downstream}} + 1 Substituting the expressions for the times: 2418x=2418+x+1\frac{24}{18 - x} = \frac{24}{18 + x} + 1 Now, let's solve this equation step by step.

2418x2418+x=1\frac{24}{18 - x} - \frac{24}{18 + x} = 1 Taking the LCM of the left-hand side: 24(18+x)24(18x)(18x)(18+x)=1\frac{24(18 + x) - 24(18 - x)}{(18 - x)(18 + x)} = 1 Simplifying the numerator: 24(18+x18+x)(18x)(18+x)=1\frac{24(18 + x - 18 + x)}{(18 - x)(18 + x)} = 1 24×2x(18x)(18+x)=1\frac{24 \times 2x}{(18 - x)(18 + x)} = 1 Simplify further: 48x182x2=1\frac{48x}{18^2 - x^2} = 1 48x=324x248x = 324 - x^2 Rearranging the terms: x2+48x324=0x^2 + 48x - 324 = 0 Now, solve this quadratic equation using the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} Here, a=1a = 1, b=48b = 48, and c=324c = -324.

x=48±4824(1)(324)2(1)x = \frac{-48 \pm \sqrt{48^2 - 4(1)(-324)}}{2(1)} x=48±2304+12962x = \frac{-48 \pm \sqrt{2304 + 1296}}{2} x=48±36002x = \frac{-48 \pm \sqrt{3600}}{2} x=48±602x = \frac{-48 \pm 60}{2} So, we have two possible solutions: x=48+602=6orx=48602=54x = \frac{-48 + 60}{2} = 6 \quad \text{or} \quad x = \frac{-48 - 60}{2} = -54 Since the speed of the current cannot be negative, the speed of the current is: x=6km/hx = 6 \, \text{km/h}

Conclusion:

The speed of the current is 6km/h6 \, \text{km/h}.

Would you like further details or have any questions?

Here are 5 related questions to expand on this:

  1. How would the problem change if the boat's speed in still water was different?
  2. What if the distance traveled was 30 km instead of 24 km?
  3. How would you solve the problem if the time difference was 2 hours instead of 1 hour?
  4. What is the effect of increasing the current speed on the time taken for upstream travel?
  5. How does the quadratic formula help in finding the speed of the current?

Tip: When working with speed and current problems, always set up the time equations carefully to reflect the upstream and downstream differences clearly.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Time-Distance-Speed Relationships
Quadratic Equations

Formulas

Time = Distance / Speed
Quadratic equation formula: ax^2 + bx + c = 0

Theorems

Quadratic formula

Suitable Grade Level

Grades 9-11