Mathematics ยท Economics
Optimization and Mathematical Programming
1,582 Questions
Mathematical programming involves selecting the best element from a set of alternatives based on specific criteria. These concepts are tested in various competitive exams, especially those focusing on decision making and resource allocation. The collection includes problems on linear programming, structural optimization, and computational complexity.
Linear programmingDynamic programmingConvex optimizationInteger programmingStructural optimization methodsMathematical modeling
Optimization and Mathematical Programming Questions
Which control algorithm is commonly used for path planning in autonomous systems?
-
Fuzzy logic control
-
Neural network control
-
PID control
-
A* (A-star) algorithm
D
Correct answer
Explanation
The A* (A-star) algorithm is a widely used control algorithm for path planning in autonomous systems. It efficiently finds the shortest path between two points in a complex environment, considering obstacles and constraints.
Which control algorithm is commonly used for trajectory tracking in robotic systems?
-
Fuzzy logic control
-
Neural network control
-
PID control
-
Genetic algorithm control
C
Correct answer
Explanation
PID (Proportional-Integral-Derivative) control is a widely used control algorithm in robotics for trajectory tracking. It offers simplicity, robustness, and effectiveness in regulating system behavior.
What is the objective of the transportation problem?
-
To minimize the total cost of transportation
-
To maximize the total profit from transportation
-
To minimize the total time of transportation
-
To maximize the total distance of transportation
A
Correct answer
Explanation
The objective of the transportation problem is to minimize the total cost of transportation. This is done by finding the optimal routes for transporting goods from sources to destinations.
Which of the following is a constraint in the transportation problem?
-
The total supply of goods must be equal to the total demand for goods
-
The cost of transportation between each source and destination must be the same
-
The quantity of goods transported between each source and destination must be non-negative
-
The total distance of transportation must be less than a certain value
A
Correct answer
Explanation
One of the constraints in the transportation problem is that the total supply of goods must be equal to the total demand for goods. This ensures that all of the goods are transported to their destinations.
Which of the following is a method for solving the transportation problem?
-
The simplex method
-
The Vogel's approximation method
-
The north-west corner method
-
The least cost method
A
Correct answer
Explanation
The simplex method is a method for solving the transportation problem. It is a general-purpose method that can be used to solve a variety of linear programming problems.
What is the Vogel's approximation method?
-
A method for finding an initial feasible solution to the transportation problem
-
A method for finding the optimal solution to the transportation problem
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
A
Correct answer
Explanation
The Vogel's approximation method is a method for finding an initial feasible solution to the transportation problem. It is a heuristic method that is not guaranteed to find the optimal solution, but it can often find a good solution quickly.
What is the north-west corner method?
-
A method for finding an initial feasible solution to the transportation problem
-
A method for finding the optimal solution to the transportation problem
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
A
Correct answer
Explanation
The north-west corner method is a method for finding an initial feasible solution to the transportation problem. It is a simple method that is easy to apply, but it does not always find the optimal solution.
What is the least cost method?
-
A method for finding an initial feasible solution to the transportation problem
-
A method for finding the optimal solution to the transportation problem
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
B
Correct answer
Explanation
The least cost method is a method for finding the optimal solution to the transportation problem. It is a systematic method that guarantees to find the optimal solution, but it can be computationally expensive.
What is the objective of VRP?
-
To minimize the total cost of transportation
-
To minimize the total time of transportation
-
To minimize the total distance of transportation
-
To maximize the total profit from transportation
A
Correct answer
Explanation
The objective of VRP is to minimize the total cost of transportation.
Which of the following is a method for solving VRP?
-
The simplex method
-
The Vogel's approximation method
-
The north-west corner method
-
The least cost method
A
Correct answer
Explanation
The simplex method is a method for solving VRP. It is a general-purpose method that can be used to solve a variety of linear programming problems.
What is the Vogel's approximation method for VRP?
-
A method for finding an initial feasible solution to VRP
-
A method for finding the optimal solution to VRP
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
A
Correct answer
Explanation
The Vogel's approximation method is a method for finding an initial feasible solution to VRP. It is a heuristic method that is not guaranteed to find the optimal solution, but it can often find a good solution quickly.
What is the north-west corner method for VRP?
-
A method for finding an initial feasible solution to VRP
-
A method for finding the optimal solution to VRP
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
A
Correct answer
Explanation
The north-west corner method is a method for finding an initial feasible solution to VRP. It is a simple method that is easy to apply, but it does not always find the optimal solution.
What is the least cost method for VRP?
-
A method for finding an initial feasible solution to VRP
-
A method for finding the optimal solution to VRP
-
A method for minimizing the total cost of transportation
-
A method for maximizing the total profit from transportation
B
Correct answer
Explanation
The least cost method is a method for finding the optimal solution to VRP. It is a systematic method that guarantees to find the optimal solution, but it can be computationally expensive.
Which of the following is a commonly used adaptive step size control algorithm?
-
Dormand-Prince Method
-
Runge-Kutta-Fehlberg Method
-
Bogacki-Shampine Method
-
Cash-Karp Method
B
Correct answer
Explanation
The Runge-Kutta-Fehlberg method is a commonly used adaptive step size control algorithm that combines a fourth-order RK method with a fifth-order RK method to estimate the local error.
What is the purpose of a Jacobian matrix in the context of ODE solvers?
-
It is used to compute the local error estimate.
-
It is used to determine the stability of the method.
-
It is used to transform the ODE into a system of first-order ODEs.
-
It is used to solve the system of nonlinear equations in implicit methods.
D
Correct answer
Explanation
In implicit Runge-Kutta methods, the Jacobian matrix is used to solve the system of nonlinear equations that arise at each step.