What is the Total Profit Generated by a Machine in a Factory?

chrisyuen
Messages
55
Reaction score
0

Homework Statement



The monthly cost C(t) at time t of operating a certain machine in a factory can be modeled by C(t) = aebt-1 (0 < t <= 36),
where t is in month and C(t) is in thousand dollars.
The following table shows the values of C(t) when t = 1, 2, 3, 4.

C(1) = 1.21; C(2) = 1.44; C(3) = 1.70; C(4) = 1.98.

(a)(i) Express ln[C(t)+1] as a linear function of t.
(a)(ii) Use the given table and the graph paper below to estimate graphically the values of a and b correct to 1 decimal place.
(a)(iii) Using the values of a and b found in (a)(ii), estimate the monthly cost of operating this machine when t = 36.
(b) The monthly income P(t) generated by this machine at time t can be modeled by P(t) = 439 - e0.2t (0 < t <= 36),
where t is in month and P(t) is in thousand dollars.
The factory will stop using this machine when the monthly cost of operation exceeds the monthly income.
(i) Find the value of t when the factory stops using this machine. Give the answer correct to the nearest integer.
(ii) What is the total profit generated by this machine? Give the answer correct to the nearest thousand dollars.

(Answers
(a)(i) ln a + bt
(a)(ii) a = 2.0, b = 0.1
(a)(iii) 72.1965 thousand dollars
(b)(i) 30
(b)(ii) 10806 thousand dollars)

Homework Equations



Definite Integration Formulae

The Attempt at a Solution



I don't know how to solve part (b)(ii).

\int^{29}_{0} (P(t) - C(t)) dt

=[440t - \frac{1}{0.2}e0.2t - \frac{2}{0.1}e0.1t]^{29}_{0}

=10770 (but not 10806)
 
Last edited:
Physics news on Phys.org
From the answer you got in (b)(i) I would say you have to integrate from 0 to 30, this gives the correct answer to (b)(ii).
 
Yes, I got it!

Thank you very much!
 
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