Q
MCQ
Optimization
Let $f(x) = x^{2025} – x^{2000}$, $x \in [0,1]$ and the minimum value of the function $f(x)$ in the interval $[0,1]$ be $(80)^{80}(n)^{-81}$. Then $n$ is equal to
1. Finding Extrema on Closed Intervals
To find maximum and minimum of continuous function on $[a,b]$: (1) Find critical points where $f'(x) = 0$ in $(a,b)$. (2) Evaluate $f$ at each critical point and endpoints. (3) Compare all values. Largest is maximum, smallest is minimum. This systematic approach ensures no extrema are missed on closed intervals.
2. Power Rule for Derivatives
The power rule: $\frac{d}{dx}(x^n) = nx^{n-1}$ applies to any real $n$. For polynomials, apply term-by-term. For $f(x) = x^{2025} – x^{2000}$, get $f'(x) = 2025x^{2024} – 2000x^{1999}$. Always look for common factors in derivatives to simplify and find critical points efficiently.
3. Critical Points and Factoring
When $f'(x) = 0$ is a product, use zero product property: if $A \cdot B = 0$, then $A = 0$ or $B = 0$. For $x^{1999}(2025x^{25} – 2000) = 0$, get $x = 0$ or $x^{25} = \frac{80}{81}$. Solving $x^n = a$ gives $x = a^{1/n}$. Verify critical points lie in domain $[0,1]$.
4. Evaluating at Critical Points
For $x = \left(\frac{80}{81}\right)^{1/25}$ where $x^{25} = \frac{80}{81}$, use exponent rules: $x^{2000} = (x^{25})^{80}$ and $x^{2025} = x^{2000} \cdot x^{25}$. Factor carefully: $f(x) = \left(\frac{80}{81}\right)^{80}\left[\frac{80}{81} – 1\right] = -\frac{1}{81}(80/81)^{80}$. Algebraic precision prevents errors in final answer.
Q
How to find extrema on [a,b]?
⌄
Find critical points where f'(x) = 0. Evaluate f at all critical points and endpoints a, b. Compare: max is largest value, min is smallest.
Q
What is the power rule?
⌄
d/dx(x^n) = nx^(n-1). For f(x) = x^2025 – x^2000, get f'(x) = 2025x^2024 – 2000x^1999.
Q
How to factor derivatives?
⌄
Look for common factors. In 2025x^2024 – 2000x^1999, factor x^1999. Get x^1999(2025x^25 – 2000).
Q
What is zero product property?
⌄
If AB = 0, then A = 0 or B = 0. For x^1999(2025x^25 – 2000) = 0: either x = 0 or 2025x^25 = 2000.
Q
How to solve x^25 = 80/81?
⌄
Take 25th root: x = (80/81)^(1/25). This is the critical point in interval (0,1).
Q
How to compute x^2000?
⌄
If x^25 = 80/81, then x^2000 = (x^25)^80 = (80/81)^80 using exponent rules.
Q
Why is f(x) negative?
⌄
At x = (80/81)^(1/25), f(x) = (80/81)^80[(80/81) – 1] = -(1/81)(80/81)^80 < 0 since 80/81 < 1.
Q
How to identify minimum?
⌄
Compare: f(0) = 0, f(1) = 0, f(critical) < 0. Minimum is at critical point, which is smallest value.
Minimum = -(80)^80(81)^(-81). Given form (80)^80(n)^(-81), so n = -81 accounts for negative sign.
Q
How to verify answer?
⌄
Substitute n = -81 into form: (80)^80(-81)^(-81) = -(80)^80(81)^(-81), which matches minimum value.