By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Q: What is an optimization problem? A: A problem requiring the maximization or minimization of a function (objective) subject to one or more constraints. Trap/Clarification: The constraint is not the objective function—confusing them leads to incorrect setups.
Q: What is a feasible domain? A: The set of input values that satisfy all constraints, restricting where the objective function is evaluated. Trap/Clarification: Ignoring implicit constraints (e.g., lengths > 0) can yield nonsensical solutions.
Q: Why is the second derivative test useful in optimization? A: It distinguishes local maxima (f'' < 0) from minima (f'' > 0) at critical points, avoiding ambiguity from the first derivative test. Trap/Clarification: The test fails if f'' = 0 or is undefined—fall back to the first derivative test or analyze sign changes.
Q: Why must endpoints be checked in optimization? A: Absolute extrema on a closed interval can occur at endpoints, even if the derivative is non-zero there. Trap/Clarification: Forgetting endpoints is a top reason for missing the correct answer on closed-interval problems.
Q: How do you set up an optimization problem? A: (1) Identify the objective function and constraint(s), (2) express the objective in terms of one variable using the constraint, (3) find the domain. A: Key formula: If constraint is g(x,y) = k, solve for y and substitute into f(x,y) to get f(x). Trap/Clarification: Substituting too early (before simplifying) can create messy algebra—simplify the constraint first.
Q: How is the optimal value found? A: (1) Take the derivative of the objective function, (2) find critical points, (3) evaluate the objective at critical points and endpoints (if closed interval). Trap/Clarification: Critical points must lie within the feasible domain—discard those outside it.
Q: Can optimization problems have no solution? A: Yes—if the feasible domain is open (e.g., x > 0) and the objective function grows without bound (e.g., f(x) = x). Trap/Clarification: Always check the behavior of the function as x approaches domain boundaries.
Q: Under what conditions is the second derivative test conclusive? A: Only if f''(c)-0 at a critical point c—otherwise, use the first derivative test or analyze higher derivatives. Trap/Clarification: A zero second derivative does not imply no extremum (e.g., f(x) = x? at x = 0).
Statement: If f'(c) = 0 and f''(c) > 0, then c is a global minimum. Answer: FALSE Why the common mistake happens: Confusing local extrema with global extrema—global extrema require checking endpoints or behavior at infinity.
Statement: The optimal solution always occurs where the derivative is zero. Answer: FALSE Why the common mistake happens: Overlooking endpoints (closed intervals) or boundary cases (e.g., x-?).
Statement: A problem with two variables must have two constraints to solve. Answer: FALSE Why the common mistake happens: One constraint can often reduce the problem to a single variable (e.g., 2x + y = 10-y = 10 – 2x).
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.