Profit function and differentials

rain
Messages
11
Reaction score
0
1. The profit function for a compnay is
P(x)=-390+24x+5x^2-(1/3)x^3, where x represents the demand for the product(doghouse). Find the approximate change in profit for a 1-unit change in demand when the demand is at a level of 1000 doghouses. Use the differential.

-my answer that i got is -$989976
am i correct? can profit be negative?

2. An oil slick is in the shape of a circle. Find the approximate increase in the area of the slick if tis radisu increases form 1.2 miles to 1.4miles.

-my answer is 0.48pi miles^2
am i correct?

and one more question, when would you use differentials and when would you use linear approximation?

Thanks for your time.
 
Physics news on Phys.org
I don't understand the vocabulary of the first, except that negative profit are usually deficits... but for the second, I learned to do it this way : A(r)=\pi r^2\Rightarrow A(r+\delta)=\pi(r+\delta)^2=\pi(r^2+2r\delta+\delta^2)\approx A(r)+2\pi r\delta because \delta is supposed much smaller than r. So that the increase is approx. 2pi*r*delta... which is exactly what you get...If you would have done no approx. you would have get pi*.52...
 
o..okay.
so if the question asks for approximation, my answer is correct?If the question just ask for the increase, then .52pi would be correct?
 
difference

The Derivative give the 'exact' rate of change, whereas linear approximation may or may not give the 'exact' rate of change.

A differentiable function f(x) may be represented near a point 'a' as a Taylor's series
f(x)= f(a)+ {f'(a)(x-a)+ (f''(a)(x-a)^2)/2!+ (f'''(a)(x-a)^3)/3!+...}
for any x 'near' a.
where ' indicates the order of the derivatives.

The term between {} may be seen as the difference between the value of the function at x and a.

At first order the approximation may be truncated to
f(x)= f(a)+ {f'(a)(x-a)}.

If f(x)=bx+c is a linear function, the approximation is exact since f'(x)=b, and all other derivatives vanish i.e., f''(x)=0, f'''(x)=0...etc. There is no difference between using linear interpolation or differentials in this case.

If f(x) is not a linear function, when you use linear interpolation then you are only approximating the rate of change (with some precision) using a slope of f'(a)= f(x)-f(a)/(x-a). However, if the function f(x) is smooth enough and the difference between x and a is small enough, the approximation may be a good one.

Try to apply this concept to your problem of the circular oil slick and you will see that this is equivalent to kleinwolf explanation and that you're been asked to approximate at first order.
 
Last edited:
Back
Top