Math Problem Statement

Determine where the absolute extrema of f(x) = ln(x + 72) + 1/x occur on [-71, -1]. Give exact answers.

Solution

To find the absolute extrema of the function

f(x)=ln(x+72)+1xf(x) = \ln(x + 72) + \frac{1}{x}

on the closed interval [71,1][-71, -1], we need to:

  1. Check the values of f(x)f(x) at the endpoints: x=71x = -71 and x=1x = -1.
  2. Find the critical points within the interval by setting f(x)=0f'(x) = 0.
  3. Evaluate f(x)f(x) at the critical points and compare these values with the values at the endpoints to determine the absolute maximum and minimum.

Step 1: Evaluate f(x)f(x) at the Endpoints

  • At x=71x = -71: f(71)=ln(71+72)+171=ln(1)171=0171=171f(-71) = \ln(-71 + 72) + \frac{1}{-71} = \ln(1) - \frac{1}{71} = 0 - \frac{1}{71} = -\frac{1}{71}

  • At x=1x = -1: f(1)=ln(1+72)+11=ln(71)1f(-1) = \ln(-1 + 72) + \frac{1}{-1} = \ln(71) - 1

Step 2: Find the Derivative f(x)f'(x) and Solve f(x)=0f'(x) = 0

The derivative of f(x)f(x) is:

f(x)=1x+721x2f'(x) = \frac{1}{x + 72} - \frac{1}{x^2}

Setting f(x)=0f'(x) = 0 gives:

1x+72=1x2\frac{1}{x + 72} = \frac{1}{x^2}

This can be rearranged to:

x2=x+72x^2 = x + 72

or

x2x72=0x^2 - x - 72 = 0

This is a quadratic equation that can be solved using the quadratic formula:

x=(1)±(1)241(72)21=1±1+2882=1±2892=1±172x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4 \cdot 1 \cdot (-72)}}{2 \cdot 1} = \frac{1 \pm \sqrt{1 + 288}}{2} = \frac{1 \pm \sqrt{289}}{2} = \frac{1 \pm 17}{2}

So,

x=182=9orx=162=8x = \frac{18}{2} = 9 \quad \text{or} \quad x = \frac{-16}{2} = -8

Only x=8x = -8 lies within the interval [71,1][-71, -1].

Step 3: Evaluate f(x)f(x) at x=8x = -8

  • At x=8x = -8: f(8)=ln(8+72)+18=ln(64)18=ln(64)18f(-8) = \ln(-8 + 72) + \frac{1}{-8} = \ln(64) - \frac{1}{8} = \ln(64) - \frac{1}{8} Since ln(64)=4\ln(64) = 4, we have: f(8)=418=3218=318f(-8) = 4 - \frac{1}{8} = \frac{32 - 1}{8} = \frac{31}{8}

Step 4: Compare Values

  • f(71)=171f(-71) = -\frac{1}{71}
  • f(1)=ln(71)1f(-1) = \ln(71) - 1
  • f(8)=318f(-8) = \frac{31}{8}

Thus:

  • The absolute maximum occurs at x=8x = -8 with f(8)=318f(-8) = \frac{31}{8}.
  • The absolute minimum occurs at x=71x = -71 with f(71)=171f(-71) = -\frac{1}{71}.

Would you like further clarification on any step?

Related Questions:

  1. How do you find critical points for a function with logarithmic and rational terms?
  2. Why is it necessary to check endpoint values when finding absolute extrema on closed intervals?
  3. How do you interpret the result of the derivative set to zero when it includes fractions?
  4. What are the implications if no critical points fall within the interval?
  5. Can absolute extrema occur at points where the function is not differentiable?

Tip:

For functions involving logarithmic terms, make sure the argument of the logarithm remains positive in the domain.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Calculus
Logarithmic Functions
Critical Points
Absolute Extrema

Formulas

f(x) = ln(x + 72) + 1/x
f'(x) = 1/(x + 72) - 1/x^2
Quadratic formula: x = (-b ± sqrt(b^2 - 4ac)) / 2a

Theorems

Extreme Value Theorem

Suitable Grade Level

Grades 11-12