Ask a question from expert

Ask now

(Cost - Revenue) Function Report

15 Pages1201 Words393 Views
   

Added on  2021-11-18

About This Document

The manager is specifically presented with the following total cost function; The management has such a function for the cost and it is true for the production of q units. The MATLAB code used is given below; >> plot(q,0.8*q2+25*q+6000) Figure 2: 2D plot for the total cost versus price, the 2D plot for the total cost versus quantity As can be seen, unlike the graph below, there is a negative linear relationship between the commodity

(Cost - Revenue) Function Report

   Added on 2021-11-18

BookmarkShareRelated Documents
Report: (Cost – Revenue) Function
Team Members:
DR. Ahmed Khalifa
(Cost - Revenue) Function Report_1
Table of Contents
1.............................................................................................................Abstract:3
2...............................................................................................Problem Statement4
3............................................................................Proposed Solution Methodology4
A. Develop a 2D plot for demand versus the price:..........................................................................4
B. Develop a 2D plot for average cost versus the quantity:..............................................................5
C. Compute the demand elasticity when price equal to 1:................................................................6
D. Compute the marginal cost when the quantity is equal 1:............................................................7
E. Develop the profit function:........................................................................................................7
F. Find the quantity that maximizes the total profit:........................................................................8
G. What is the price that maximizes the profit?................................................................................8
H. What is the maximum profit?......................................................................................................8
4................................................................................................MATLAB Output9
5....................................................................................Conclusions and Summary10
2
(Cost - Revenue) Function Report_2
Abstract:
This project considers a managerial task of analyzing the cost function, the revenue
function and the profit function of the company. The revenue function will be derived from the
demand function; the extrema analysis is performed. The latter includes the location of the
maximum of the profit with the help of the first derivative and refining this with the help of the
second derivative. Additionally, the graphical representation of the revenue, profit and average
cost function is given.
3
(Cost - Revenue) Function Report_3
Problem Statement
The aim of this project was to solve a business problem mathematically in a way that it
can be presented to a manager for decision making purposes. MATLAB was used as the tool of
analysis. The manager is specifically presented with the following total cost function;
C(q)=0.8q2+25q+6000
The management has such a function for the cost and it is true for the production of q
units.
From the given total cost function, we can derive the average cost function as follows;
́C(q)=C(q)
q=0.8q2+25q+6000
q
¿0.8q+25+6000
q
Proposed Solution Methodology
A. Develop a 2D plot for demand versus the price:
The first part of this report sought to develop a 2D plot for the demand versus the price.
The MATLAB code used is given below;
>> p=linspace(0,50,500);
>> q=10000-95*p;
>> plot(p,q)
4
(Cost - Revenue) Function Report_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Microeconomics Principles: Demand Curve, Equilibrium, Taxation and Game Theory
|19
|1789
|250

Managerial Economics - Assignment PDF
|6
|867
|98

The Pricing Strategy Assume
|10
|1433
|20

Case Study on Production and Cost
|15
|732
|109

Inventory Management and Control
|15
|2750
|83

Microeconomics
|8
|1151
|380