How Much Wire Should Be Laid Underwater to Minimize Cost?

  • Thread starter Thread starter pbonnie
  • Start date Start date
  • Tags Tags
    Calculus
pbonnie
Messages
92
Reaction score
0

Homework Statement


A new cottage is built across the river and 300 m downstream from the nearest telephone relay station. The river is 120m wide. In order to wire the cottage for phone service, wire will be laid across the river under water, and along the edge of the river above ground. The cost to lay wire under water is $15 per m and the cost to lay wire above ground is $10 per m. How much wire should be laid under water to minimize cost?


Homework Equations


a^2 + b^2 = c^2


The Attempt at a Solution


C = 15\sqrt{x^2+14400} + 10(300-x)
C' = 15 \cdot (\sqrt{x^2+14400})' - 10
= 15 \cdot \frac{1}{2\cdot\sqrt{x^2+14400}} \cdot(x^2+14400)' -10
= \frac{15\cdot (x^2)'} {2\cdot\sqrt{x^2+14400}} -10
= \frac{15\cdot2x}{2\cdot\sqrt{x^2+14400}} -10
= \frac{15x}{\sqrt{x^2+14400}} -10

I'm just wondering if someone can look this over and let me know where I'm going wrong? I proceeded to solve for f'(x) = 0 and I'm getting 10.7, so I know I'm doing something wrong.

I apologize for the use of ' for prime (this was how I was taught in the lesson).

Thank you very much for your time.
 
Physics news on Phys.org
Just double checking the numbers (your method looks fine), I get 107.3.

You might have typed in 1440 instead of 14400 in your calculator, which would explain the difference in exactly one order of magnitude.

Just note that this value is x, the distance not traveled above ground. The problem asks for the distance underwater so another calculation is needed after this.
 
Oh, okay, well then I guess it was actually the next part that I wasn't sure how to do!

My attempt from there was:
10 = \frac{15x}{\sqrt{x^2+14400}}
100 = \frac{15x}{x^2+14400}

I'm going to stop there for now in case I'm already making the mistake?
 
or if it's supposed to be
10\cdot\sqrt{x^2+14400} = 15x
 
You can keep it as a fraction, but when you square each side of the equation make sure to square the numerator i.e. 15x.

Your second post is another (easier imo) way of looking at the problem. From here you can divide both sides by 10 and then square the whole problem leaving you with:

14,400+x2= 9/4 x2

14,400= 5/4 x2

11,520= x2

107.3≈ x
 
Wow that's embarrassing.. thank you! I guess it's time for a break
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top