Math models are powerful tools that simplify complex real-world situations using equations and algorithms. They help us analyze, predict, and optimize outcomes in various fields, from engineering to economics, by focusing on key variables and relationships. Building and solving math models involves identifying important factors, formulating equations, and using analytical or computational methods. These models enable us to make informed decisions, solve problems, and gain insights into complex systems across diverse applications.
A manufacturer produces two types of products, A and B. Each unit of product A requires 2 hours of machine time and 3 units of raw material, while each unit of product B requires 3 hours of machine time and 2 units of raw material. The manufacturer has a total of 120 hours of machine time and 150 units of raw material available per week. The profit per unit of product A is $50, and the profit per unit of product B is $60. Formulate a linear programming model to maximize the manufacturer's total profit.
A population of rabbits in a forest is modeled by the logistic growth equation: , where is the population size, is the intrinsic growth rate, and is the carrying capacity of the environment. If the initial population is 100 rabbits, the intrinsic growth rate is 0.2 per year, and the carrying capacity is 500 rabbits, determine the population size after 5 years.
A company wants to minimize the cost of shipping products from three factories to four warehouses. The supply at each factory and the demand at each warehouse are known, as well as the unit transportation costs between each factory-warehouse pair. Formulate a transportation problem as a linear programming model to minimize the total shipping cost.
A chemical reaction is described by the differential equation: , where is the concentration of reactant A, is time, and is the reaction rate constant. If the initial concentration of A is 1.0 mol/L and the reaction rate constant is 0.5 per minute, determine the time required for the concentration of A to decrease to 0.1 mol/L.
A investor wants to allocate funds among three stocks to maximize the expected return while limiting the overall risk. The expected returns and covariances between the stocks are known. Formulate a mean-variance optimization problem as a quadratic programming model to determine the optimal portfolio weights.