Calculate Cost for Most Economical Speed & Max Speed for Ship Voyage

  • Context: Undergrad 
  • Thread starter Thread starter disfused_3289
  • Start date Start date
  • Tags Tags
    Calculus Minimum
Click For Summary

Discussion Overview

The discussion revolves around calculating the most economical speed for a ship's voyage and determining the minimum cost associated with that speed. Participants explore the implications of a cost function related to speed, addressing both theoretical and practical aspects of the problem.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the cost function C(v) = 160 + (v^3)/100 and asks how to find its minimum.
  • Another participant argues that the cubic nature of the function implies it has no minimum value, suggesting that as speed approaches zero, the cost approaches $160 per hour.
  • A later reply introduces the concept of total cost over a fixed distance, proposing that the cost function should be multiplied by time to find the minimum cost for a journey.
  • Participants discuss the relationship between speed, cost, and distance, with one suggesting that the optimal speed remains consistent regardless of distance.
  • There is a mention of the importance of distance in determining the total cost, indicating that the problem may be incomplete without this information.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the nature of the cost function and its implications. There are competing views regarding the existence of a minimum cost and the role of distance in the calculations.

Contextual Notes

Some assumptions regarding the journey's distance are not explicitly stated, leading to potential ambiguity in the problem's formulation. The discussion also highlights the dependence of the cost function on the chosen speed and the implications of cubic growth in cost.

disfused_3289
Messages
12
Reaction score
0
The cost of running a ship at a constant spped of vkm/h is 160 + (v^3)/ 100 dollars per hour.

a) Find the most economical speed for the journey, and the minimum cost.
b) If the ship were to have maximum speed of 16km/h, find what the minimum cost would be.
 
Mathematics news on Phys.org
The cost is given as a function
C(v) = 160 + v^3 / 100
How do you find the minimum of a function?

Then what do you think you should do to get b?
 
The function you present has no minimum value due to the fact that it is cubic with no other terms. You can use calculus as follows to prove this:

C(v) = 160 + .01 * v^3
C’(v) = .03 * v^2
0 = .03 * v^2
v^2 = 0 / .03 = 0
v = ±0 = 0

The function C'(v) is the derivative of the cost function. By setting this to zero, you are solving for the extrema of the function C(v). Extrema include minimums (what you are looking for), maximums, and points of inflection. In this case, there is a point of inflection at velocity = 0 km/hour. You can check this by either graphing the function or checking the second derivative to figure out which type of extrema the point is. You should notice however that functions of the form v^3 always have a point of inflection at v=0 with no local maximums or minimums to be found.

To answer your question however based on the function, because the cost per hour gets exponentially larger the faster the ship travels, the slower the ship goes, the more cost efficient the journey will be. In fact, as the ships speed approaches zero, the cost of running the ship approaches $160 per hour. This however is assuming the cost is independent of the distance to be traveled...

...however, from reading part (a) and part (b) of your question, I assume you can use other variables to express your answer, and in this case, the distance of the journey is crucial in solving your problem (distance will be 'd'):

C(v) = 160 + .01 * v^3
t(v) = d / v

The second function there is the length of the journey given d distance and v velocity. By multiplying these functions together, you get the total cost of a journey in terms a constant (given) distance and an unknown velocity. Taking the derivative of this function then allows you to solve for the minimum cost of that journey:

C(v)*t(v) = (160 + .01 * v^3) * (d / v)
cost(v) = 160*d*v^-1 + .01*d*v^2

Knowing the distance to be a given constant you can solve for a minimum cost with velocity 'v' using the above equation. As part (b) to your question alludes, the faster the ship goes, the more cost effective it will be up until a point. In the case of 16 km/hr being the maximum speed of the ship, the following would be the minimum cost of the journey in terms of 'd' distance:

cost(v) = 160*d*v^-1 + .01*d*v^2
cost(v) = 160*d*(16)^-1 + .01*d*(16)^2
cost(v) = 10*d + 2.56*d
cost(v) = 12.56*d

In this case, the cost of running the ship is $12.56 per hour if the ship goes at its maximum speed throughout the journey. Ultimately though, the pitfall to this kind of question is over-analyzing the question using math. Compuchip's response is 'correct' in a sense of the word, but doesn't truly answer the question being asked, and the question is fairly vague and sounds like it's missing a part considering it asks about a 'journey' in part (a) but doesn't given any facts about the journey (ie distance).
 
Last edited:
The problem is probably really asking this: Find the speed that will minimize the cost over some fixed distance. If the trip takes time t, the total cost is C(v)t. If you travel a fixed distance d, the time is then d/v, so the cost is C(v) d/v. In that case, you want to minimize C(v)/v = 160/v + v2/100.Answer:
v = 20
 
Last edited:
That sounds about right; the distance should be kept in their though just in case:

C(v)*d/v = d*160/v + d*v^2/100

But yes, you can easily prove that the distance is negligible, meaning that the optimal velocity is the same for all distances.
 
Last edited:

Similar threads

Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 96 ·
4
Replies
96
Views
12K
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
5K
Replies
2
Views
7K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K