Problem 53

Question

Wilson lot size formula One of the formulas for inventory management says that the average weekly cost of ordering, paying for, and holding merchandise is $$A(q)=\frac{k m}{q}+c m+\frac{h q}{2}$$ where \(q\) is the quantity you order when things run low (shoes, radios, brooms, or whatever the item might be), \(k\) is the cost of placing an order (the same, no matter how often you order), \(c\) is the cost of one item (a constant), \(m\) is the number of items sold each week (a constant), and \(h\) is the weekly holding cost per item (a constant that takes into account things such as space, utilities, insurance, and security). a. Your job, as the inventory manager for your store, is to find the quantity that will minimize \(A(q) .\) What is it? (The formula you get for the answer is called the Wilson lot size formula.) b. Shipping costs sometimes depend on order size. When they do, it is more realistic to replace \(k\) by \(k+b q\), the sum of \(k\) and a constant multiple of \(q .\) What is the most economical quantity to order now?

Step-by-Step Solution

Verified
Answer
a. \(q = \sqrt{\frac{2 k m}{h}}\); b. \(q = \sqrt{\frac{k m}{b m + \frac{h}{2}}}\).
1Step 1: Identify the Cost Function
The cost function given is \(A(q) = \frac{k m}{q} + c m + \frac{h q}{2}\). We need to find the value of \(q\) that minimizes this function.
2Step 2: Differentiate the Cost Function
To find the minimum, differentiate \(A(q)\) with respect to \(q\). This gives: \[\frac{dA}{dq} = -\frac{k m}{q^2} + \frac{h}{2}\]
3Step 3: Set the Derivative to Zero for Minimization
Set \(\frac{dA}{dq} = 0\) to find the critical points:\[-\frac{k m}{q^2} + \frac{h}{2} = 0\]
4Step 4: Solve for q in Terms of Constants
Rearrange the equation to solve for \(q\):\[-\frac{k m}{q^2} + \frac{h}{2} = 0\] leads to \[\frac{k m}{q^2} = \frac{h}{2}\]\[2 k m = h q^2\]\[q^2 = \frac{2 k m}{h}\]\[q = \sqrt{\frac{2 k m}{h}}\]
5Step 5: Adjust Cost Function for Varying Shipping Costs
Now, replace \(k\) with \(k + bq\) in the original cost function, leading to:\[A(q) = \frac{(k + bq) m}{q} + c m + \frac{h q}{2}\]which simplifies to:\[A(q) = \frac{k m}{q} + bm + c m + \frac{h q}{2}\]
6Step 6: Differentiate the New Cost Function
Differentiate the new cost function with respect to \(q\):\[\frac{dA}{dq} = -\frac{k m}{q^2} + b m + \frac{h}{2}\]
7Step 7: Set the New Derivative to Zero and Solve
Set the derivative equal to zero and solve for \(q\):\[-\frac{k m}{q^2} + b m + \frac{h}{2} = 0\]\[\frac{k m}{q^2} = b m + \frac{h}{2}\]\[q^2 = \frac{k m}{b m + \frac{h}{2}}\]\[q = \sqrt{\frac{k m}{b m + \frac{h}{2}}}\]

Key Concepts

Inventory ManagementCost OptimizationEconomic Order QuantityDifferentiation in Calculus
Inventory Management
Inventory management is all about making sure you have the right amount of stock on hand to meet customer needs without over-spending on storage or missing out on sales. It involves careful planning and control to ensure smooth operations in a business. Successful inventory management helps reduce costs and ensures that stock levels meet demand.

Key components of inventory management include:
  • Tracking stock levels
  • Ordering stock at the right time
  • Minimizing holding costs
  • Preventing overstock and understock situations
The Wilson lot size formula is a mathematical tool used in inventory management to help businesses determine the optimal amount of stock to order. This helps minimize the total costs of ordering and holding stock.
Cost Optimization
Cost optimization in business focuses on reducing expenses while maintaining or improving the quality of service or product. It is crucial for maximizing profits and staying competitive in the market.

The Wilson lot size formula is a perfect example of cost optimization in practice. It balances various costs in inventory management, including:
  • Ordering costs: These are fixed costs incurred whenever an order is placed, regardless of the order size.
  • Holding costs: The costs of storing unsold goods, such as rent, utilities, and security.
Understanding these costs allows companies to order the most economical quantity to minimize total expenses. In practice, frequent small orders or infrequent large orders can increase costs, so finding the right balance is essential.
Economic Order Quantity
The Economic Order Quantity (EOQ) is a fundamental concept in inventory management. It determines the ideal order quantity a company should purchase to minimize total inventory costs, including ordering and holding costs.

The formula derived from the Wilson lot size is often referred to as the EOQ formula. In its basic form, the formula is:\[q = \sqrt{\frac{2km}{h}}\] where:
  • \( q \) is the optimal order quantity
  • \( k \) is the ordering cost per order
  • \( m \) is the demand for the item per unit time
  • \( h \) is the holding cost per unit per unit time
The EOQ helps businesses minimize their inventory-related costs and is pivotal in the efficient management of inventory.
Differentiation in Calculus
Differentiation in calculus is a mathematical process used to find the rate at which a function is changing at any given point. It is a fundamental tool in calculus, used to find maxima and minima of functions, among other applications.

In the context of the Wilson lot size formula, differentiation is used to find the point at which the average cost function \( A(q) \) reaches its minimum value. By differentiating \( A(q) \) with respect to \( q \), setting the derivative to zero, and solving for \( q \), the optimal order quantity can be determined. This involves finding critical points and ensuring that the calculated value indeed corresponds to a minimum by possibly checking second derivatives. It’s a practical application of calculus in solving real-world business problems, ensuring cost-efficient inventory management.