Find the absolute max/min value for f(x) = x + x^(-1), x > 0

K_Swiss

New member
Joined
Feb 8, 2008
Messages
28
Find the absolute maximum and minimum values for:

f(x)=x+x1,x>0\displaystyle f(x) = x + x^{-1}, x > 0

My work:

f(x)=11x\displaystyle f'(x) = 1 - \frac {1}{x}

0=x1x\displaystyle 0 = \frac {x-1}{x}

x1=0\displaystyle x - 1 = 0
x=1\displaystyle x = 1

f(1)=1+11\displaystyle f(1) = 1 + 1^{-1}
f(1)=2\displaystyle f(1) = 2

Critical Point - (1,2)\displaystyle (1, 2)

Since x>0\displaystyle x > 0, can pick any x value greater than 0...

x=3\displaystyle x = 3
f(3)=3+31\displaystyle f(3) = 3 + 3^{-1}
f(3)=103\displaystyle f(3) = \frac {10}{3}

Point(3,103)\displaystyle (3, \frac {10}{3})

Therefore, the absolute maximum is at x>0\displaystyle x > 0 and the absolute minimum is at (1,2)\displaystyle (1,2)


Am I right, if not, please correct my work.
 
There is a slight mistake.

Your first derivative is f(x)=11x2\displaystyle f'(x)=1-\frac{1}{x^{2}}

This gives two solutions. A max at x=-1 and a min at x=1

Here's the graph:
 

Attachments

  • graph.jpg
    graph.jpg
    17.2 KB · Views: 163
Would the critical points be (-1, -2) and (1, 2)?

I don't understand why x = -1 is the max? (1, 2) looks like the local max because of the greater y value? I know the graph proves otherwise, but I need to know how to prove it algebraically
 
Try the second derivative test.

If f''(x)>0 at some point, then f has a relative minimum.

If f''(x)<0 at some point, then f has a relative maximum.

f(x)=2x3\displaystyle f''(x)=\frac{2}{x^{3}}

f(1)=2\displaystyle f''(1)=2, therefore it has a relative minimum at x=1

f(1)=2\displaystyle f''(-1)= -2, therefore, it has a relative maximum at x=-1
 
Top