Problem 23

Question

Find the absolute maximum value and the absolute minimum value, if any, of each function. $$ \begin{array}{l} f(x)=\frac{x+1}{x-1} \text { on }[2,4]\\\ \text { 24. } g(t)=\frac{t}{t-1} \text { on }[2,4] \end{array} $$

Step-by-Step Solution

Verified
Answer
For function f(x) = \(\frac{x+1}{x-1}\) on [2,4], the absolute maximum value is 3 and the absolute minimum value is \(\frac{5}{3}\). For function g(t) = \(\frac{t}{t-1}\) on [2,4], the absolute maximum value is 2 and the absolute minimum value is \(\frac{4}{3}\).
1Step 1: Find the critical points
: First, we need to find the first derivative of f(x). f'(x) = \(\frac{d}{dx}\)(\(\frac{x+1}{x-1}\)) = \(\frac{(x-1)(1)-(x+1)(1)}{(x-1)^2}\) = \(\frac{-2}{(x-1)^2}\) Now, we set f'(x) = 0 and solve for x. In this case, the derivative is never equal to 0.
2Step 2: Evaluate the function at the endpoints
: Since there are no critical points, we only need to evaluate f(x) at the endpoints of the interval [2,4]: f(2) = \(\frac{2+1}{2-1}\) = \(\frac{3}{1}\) = 3 f(4) = \(\frac{4+1}{4-1}\) = \(\frac{5}{3}\)
3Step 3: Determine the absolute maximum and minimum values
: The absolute maximum and minimum values for f(x) are the highest and lowest function values within the interval, which are f(2) and f(4). Thus, the absolute maximum value is 3, and the absolute minimum value is \(\frac{5}{3}\). For the function g(t) = \(\frac{t}{t-1}\) on [2,4]:
4Step 1: Find the critical points
: First, we need to find the first derivative of g(t). g'(t) = \(\frac{d}{dt}\)(\(\frac{t}{t-1}\)) = \(\frac{(t-1)(1)-t(1)}{(t-1)^2}\) = \(\frac{-1}{(t-1)^2}\) Now, we set g'(t) = 0 and solve for t. In this case, the derivative is also never equal to 0.
5Step 2: Evaluate the function at the endpoints
: Since there are no critical points, we only need to evaluate g(t) at the endpoints of the interval [2,4]: g(2) = \(\frac{2}{2-1}\) = \(\frac{2}{1}\) = 2 g(4) = \(\frac{4}{4-1}\) = \(\frac{4}{3}\)
6Step 3: Determine the absolute maximum and minimum values
: The absolute maximum and minimum values for g(t) are the highest and lowest function values within the interval, which are g(2) and g(4). Thus, the absolute maximum value is 2, and the absolute minimum value is \(\frac{4}{3}\).

Key Concepts

Critical pointsAbsolute maximumAbsolute minimum
Critical points
Critical points are particular values in the domain of a function where the function's derivative is zero or does not exist. These points are important because they often correspond to local maximum or minimum values of the function.
Finding critical points involves:
  • Taking the derivative of the function.
  • Setting the derivative equal to zero.
  • Solving for the variable.
However, sometimes the derivative is never zero within the given interval. In our exercises with the functions \( f(x) = \frac{x+1}{x-1} \) and \( g(t) = \frac{t}{t-1} \), the derivatives are \( f'(x) = \frac{-2}{(x-1)^2} \) and \( g'(t) = \frac{-1}{(t-1)^2} \), respectively. Since these ratios are never zero, there are no critical points within the interval \([2,4]\).
This means we only need to consider values at the endpoints of the interval, simplifying the search for absolute extrema.
Absolute maximum
The absolute maximum of a function on a given interval is the highest point within that interval. It is the largest value of the function, meaning no other point in the interval has a higher value.
Here's how to determine the absolute maximum:
  • Evaluate the function at its critical points (if any).
  • Evaluate the function at the endpoints of the interval.
  • Compare these values and identify the greatest one.
When we evaluated \( f(x) = \frac{x+1}{x-1} \) on \([2, 4]\), we found:
\( f(2) = 3 \)
\( f(4) = \frac{5}{3} \)
Thus, the absolute maximum is \( 3 \) at \( x = 2 \). Similarly, for \( g(t) = \frac{t}{t-1} \) evaluated on \( [2, 4] \), the absolute maximum is \( 2 \) at \( t = 2 \).
This process of checking endpoints alongside critical points ensures you capture the highest function output possible on a closed interval.
Absolute minimum
The absolute minimum of a function over a given interval is the lowest point within that interval. It is the smallest value of the function, meaning no other point in the interval has a lesser value.
Here's how to identify the absolute minimum:
  • Evaluate the function at its critical points (if any).
  • Evaluate the function at the endpoints of the interval.
  • Compare these values and identify the smallest one.
From our calculations for \( f(x) = \frac{x+1}{x-1} \) on \([2, 4]\), we determined that:
\( f(2) = 3 \)
\( f(4) = \frac{5}{3} \)
The absolute minimum is \( \frac{5}{3} \) at \( x = 4 \). Similarly, for \( g(t) = \frac{t}{t-1} \), the evaluated values gave us an absolute minimum of \( \frac{4}{3} \) at \( t = 4 \).
Identifying absolute minima involves comparing function values at specific key points, ensuring the smallest possible output for the function is found across the interval.