Chapter 6: Problem 46
Fiona's Boston Whaler cruised 45 mi upstream and \(45 \mathrm{mi}\) back in a total of \(8 \mathrm{hr.}\) The speed of the river is \(3 \mathrm{mph.}\) Find the speed of the boat in still water.
Short Answer
Expert verified
The speed of the boat in still water is 12 mph.
Step by step solution
01
- Define Variables
Let the speed of Fiona’s boat in still water be represented by the variable \(x \) (in mph).
02
- Determine Upstream and Downstream Speeds
When cruising upstream, the effective speed of the boat is \(x - 3 \) mph due to the river current opposing the direction of the boat. When cruising downstream, the effective speed is \(x + 3 \) mph since the current aids the movement of the boat.
03
- Set Up Time Equations
The formula for time is \( \text{time} = \frac{\text{distance}}{\text{speed}} \). Time taken to go upstream is \( \frac{45}{x - 3} \), and time taken to go downstream is \( \frac{45}{x + 3} \). Their sum is given as 8 hours.
04
- Write the Total Time Equation
From the given information, the equation can be set up as: \[ \frac{45}{x - 3} + \frac{45}{x + 3} = 8 \]
05
- Solve the Equation
First, find a common denominator for the fractions and solve for \(x\). The common denominator is \((x - 3)(x + 3)\): \[ \frac{45(x + 3) + 45(x - 3)}{(x - 3)(x + 3)} = 8 \] Simplifying this leads to: \[ 45x + 135 + 45x - 135 = 8(x^2 - 9) \] \[ 90x = 8(x^2 - 9) \] \[ 90x = 8x^2 - 72 \] Rearrange and simplify: \[ 8x^2 - 90x - 72 = 0 \] Dividing through by 2: \[ 4x^2 - 45x - 36 = 0 \]
06
- Solve the Quadratic Equation
Use the quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \). Identify coefficients: \(a = 4\), \(b = -45\), \(c = -36\): \[ x = \frac{45 \pm \sqrt{45^2 + 4 \cdot 4 \cdot 36}}{8} \] \[ x = \frac{45 \pm \sqrt{2025 + 576}}{8} \] \[ x = \frac{45 \pm \sqrt{2601}}{8} \] \[ x = \frac{45 \pm 51}{8} \]
07
- Determine Valid Solution
Solve the expression under the square root: \[ x = \frac{45 + 51}{8} = 12 \] and \[ x = \frac{45 - 51}{8} = -0.75 \] Since speed cannot be negative, the valid solution is \(x = 12\).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Quadratic Equations
A quadratic equation is an essential part of algebra that takes the form \( ax^2 + bx + c = 0 \). These equations feature a variable (usually represented as 'x') that is squared, meaning the highest exponent of the variable is 2. Understanding quadratic equations is key to solving many real-world problems, like the one Fiona faces with her boat.
In Fiona's problem, we arrive at the quadratic equation \[ 4x^2 - 45x - 36 = 0 \] when calculating the boat speed. To solve quadratic equations, you can use the quadratic formula: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \], where 'a', 'b', and 'c' are coefficients from the quadratic equation.
Plugging in our values, we find two solutions: 12 and -0.75. Since a boat's speed can't be negative, our valid solution is 12, meaning the speed of Fiona's boat in still water is 12 mph.
In Fiona's problem, we arrive at the quadratic equation \[ 4x^2 - 45x - 36 = 0 \] when calculating the boat speed. To solve quadratic equations, you can use the quadratic formula: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \], where 'a', 'b', and 'c' are coefficients from the quadratic equation.
Plugging in our values, we find two solutions: 12 and -0.75. Since a boat's speed can't be negative, our valid solution is 12, meaning the speed of Fiona's boat in still water is 12 mph.
Time-Distance-Speed Relationship
One of the fundamental concepts in physics and algebra is the relationship between time, distance, and speed. The formula connecting these three aspects is: \[ \text{time} = \frac{\text{distance}}{\text{speed}} \].
Using Fiona's problem, let's break it down:
The time for each leg of Fiona's trip is:
Combining these times gives us the total trip time of 8 hours, leading to the equation: \[ \frac{45}{x - 3} + \frac{45}{x + 3} = 8 \].
Understanding and applying this simple relationship helps solve many similar real-life problems.
Using Fiona's problem, let's break it down:
- Going upstream, Fiona's effective speed is reduced due to the river current, resulting in \( x - 3 \) mph.
- Going downstream, the current aids her boat, making the effective speed \( x + 3 \) mph.
The time for each leg of Fiona's trip is:
- Upstream: \( \frac{45}{x - 3} \) hours
- Downstream: \( \frac{45}{x + 3} \) hours
Combining these times gives us the total trip time of 8 hours, leading to the equation: \[ \frac{45}{x - 3} + \frac{45}{x + 3} = 8 \].
Understanding and applying this simple relationship helps solve many similar real-life problems.
Solving Equations
Solving equations systematically is a vital skill in both mathematics and everyday problem-solving. Here’s a step-by-step approach using Fiona's problem as an example:
These steps illustrate a systematic approach to solving equations, reinforcing logical problem-solving skills.
- **Identify the unknown variable:** In this case, the speed of the boat in still water is represented as \( x \).
- **Set up the equation:** Based on the total travel time and given distances, we form the equation \[ \frac{45}{x - 3} + \frac{45}{x + 3} = 8 \].
- **Simplify the equation:** Combine terms by finding a common denominator, in this case, \( (x - 3)(x + 3) \), leading to \[ \frac{45(x + 3) + 45(x - 3)}{(x - 3)(x + 3)} = 8 \].
- **Solve for the variable:** This simplifies further to \[ 90x = 8x^2 - 72 \], and eventually to the quadratic equation \[ 4x^2 - 45x - 36 = 0 \].
Use the quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \) to find the solution. For our coefficients \( a = 4 \), \( b = -45 \), and \( c = -36 \), we find \( x = 12 \) (valid speed) and \( x = -0.75 \) (not valid as speed can't be negative).
These steps illustrate a systematic approach to solving equations, reinforcing logical problem-solving skills.