Thread Closed

Extrema

 
Share Thread Thread Tools
Nov11-05, 08:01 PM   #1
 

Extrema


Your firm offers to deliver 300 tables to a dealer, at $90 per table, and to reduce the price per table on the entire order by 25cent for each additional table over 300.
Find the dollar total involved in the largest possible transaction between the manufacturer and the dealer; then find the smallest possible dollar amount.

i dunno how to start this question.
equations being:
300+x
90-0.25x
????
please help
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Nov12-05, 07:03 AM   #2
 
Recognitions:
Homework Helper Homework Help
You want to express the cost of the transaction as a function of the number of tables purchased by, say C(t), where t denotes the # of tables purchased and C(t) the cost thereof. We need to determine C(t) explicitly that we may deduce its extrema.

"Your firm offers to deliver 300 tables to a dealer, at $90 per table, and to reduce the price per table on the entire order by 25cent for each additional table over 300."

The easiest way to model the cost function is piecewise:

If 300 or less tables are sold, then the price of each table is $90, so

[tex]C(t)=90t,\mbox{ for } t\leq 300[/tex]

after that, they get cheaper, so we modify the cost function to reflect that change in price per table. For each table sold over 300, the price per table drops $0.25 from the $90 base price per table, that is [$90 - (discount=$0.25 per table)(# of times to apply discount=t-300)] is the price per table if they bought t tables and t>300, then multiply by the # of tables purchased to get the total cost. Hence

[tex]C(t)=\left[ 90-0.25\left( t-300\right) \right] t,\mbox{ for } t>300[/tex]

this can be simplified to [itex]C(t)=165t-0.25t^{2},\mbox{ for } t>300[/itex]

So putting it all togeather, we have the piecewise cost function C(t) given by

[tex]C(t)=\left\{\begin{array}{cc}90t,&\mbox{ if }
t\leq 300\\165t-0.25t^{2}, & \mbox{ if } t>300\end{array}\right.[/tex]

From here, do what you would expect to: find the relative extrema of C(t).

Here is a plot of C(t) I did with maple...
Attached Thumbnails
extrema Cost vs. tables sold.jpg  
Nov12-05, 09:34 PM   #3
 
.
The minmum is very easy. It happens at 660 tables when we get all of them free of cost. The maximum occurs at 330. I think the equation must be 27000 + x(90 - (1/4)x) - 75x. Here x is the extra tables bought after 300. 75x is being subtracted from amount because an amount of 75$ is reduced from the total for the purchase of each table. The derivative is 15 - 1/2x. At this juncture we get the maxima to be
Nov13-05, 11:02 AM   #4
 

Extrema


i still don't really get how u get the min. at 660 tables...
Nov13-05, 06:08 PM   #5
 
Recognitions:
Homework Helper Homework Help
It's simple.

If, for every table over 300 the price per table decrases by $0.25, then after [tex]\frac{90}{0.25}=360[/tex] such discounts the tables are free, this occurs for a purchase of 300 + 360 = 660 tables are purchased, 300 to qualify for the discount, 360 more to reduce the price per table to nothing.

The rest of the plot is revealing.
Attached Thumbnails
extrema Cost vs. tables sold.jpg  
Nov13-05, 08:03 PM   #6
 
o..ic..but this is a extrema (max/min) question...is there a way to show it using derivatives?
Nov13-05, 10:14 PM   #7
 
Recognitions:
Homework Helper Homework Help
Yes, that is how it was done above. For

[tex]C(t)=\left\{\begin{array}{cc}90t,&\mbox{ if }t\leq 300\\165t-0.25t^{2}, & \mbox{ if } t>300\end{array}\right.[/tex]

find the value(s) of t for which [tex]\frac{d}{dt} C(t)=0[/tex].

Note that cost should not be negative, so look for the extrema of C(t) for t in some bounded interval, namely [0,660] (since values of t outside this range don't make good sense in terms of $ and tables.)
Nov13-05, 10:44 PM   #8
 
thanks so much.
Thread Closed
Thread Tools


Similar Threads for: Extrema
Thread Forum Replies
extrema Calculus & Beyond Homework 6
constrained extrema Calculus & Beyond Homework 3
extrema Precalculus Mathematics Homework 5
Extrema Calculus & Beyond Homework 4
Absolute Extrema and Relative Extrema? Calculus 11