Let point C be x km from the point B. Then the bird flies over the water for SQRT(49+x2)km and over the shore for (14-x)km. If it takes L joules per km to fly over the land and W joules to fly over the water, the total energy E is
E=L(14-x) + W*SQRT(49+x2). To find the minimum of E, we have to find critical points for x on [0, 14], where E'=0 or does not exist.
Then we compare values of E at the critical points and at the end points of the interval x=0 and x=14, and choose the smallest one.
E' = -L + Wx/SQRT(49+x2)
Since SQRT(49+x2)>0 for all x, E' exists for all x.
E'=0
Wx/SQRT(49+x2)=L
(W/L)x=SQRT(49+x2) Squaring bot sides, we get
(W/L)2x2=49+x2
((W/L)2-1)x2=49
x=7/SQRT((W/L)2-1) local min, hopefully.
a) W=1.2L, so
x=7/SQRT(1.44-1) = 10.55 - critical point
E(10.55)=18.64 L at critical point
E(0)=22.4 L at the ends of the interval [0, 14]
E(14)=18.78 L
x=7/SQRT((W/L)2-1) is indeed a local minimum.
Minimum is reached at x=10.55, the bird should fly to a point C between B and D that is 10.55 km from point B.
b) If a bird flies directly to D, than x=14 is the critical point that's is the local minimum.
x=7/SQRT((W/L)2-1), x=14,
14=7/SQRT((W/L)2-1)
SQRT((W/L)2-1)=0.5
(W/L)2-1 = 0.25
W/L=SQRT(1.25) = 1.12
If W/L is less or equal to 1.12, the bird should fly straight to the nest.
c) If the birds reach the shore at a point 5 km from B, then x=5 is a local minimum
5=7/SQRT((W/L)2-1)
SQRT((W/L)2-1) = 7/5
W/L = 1.72
It takes 1.72 times more energy for a bird to fly over water than land.
2. a) C(1000)= 24,000+220*1000+6*1000^3/2 = 433736.66 - total cost at a production level of 1000 units.
b) C(1000)/1000 = 433.73 - average cost at a production level of 1000 units.
d)Average cost c(x)=C(x)/x = 24,000/x +220+6 x1/2.
c'(x)=-24000/x2+3/x1/2
c'(x)=0
-24000/x2+3/x1/2=0
x3/2=8000
x=400 - critical point.
We should do the first derivative test to check that x=400 is a minimum.
For that we have to check the signs of c'(x) on 0<x<400 and on x>400.
On [0, 400] take x=100, plug in c'(x), c'(100)=-2.1 - negative, so c(x) is decreasing.
On x>400, take x=900 plug in c'(x) c'(900)=0.07 - positive, so c(x) is increasing.
So, x=400 is a minimum.
e) Min average cost is
c(400)= 400.