What are the local maxima and minima of F(x)=(x^2)/(x+1)?

jorcrobe
Messages
12
Reaction score
0

Homework Statement


F(x)=(x^2)/(x+1)
Find critical points
Find local maxima & minima

Homework Equations


None

The Attempt at a Solution


F'(x) = x(x+2)/(x+1)^2

crit points: -2,0,-1

f(-2) = -4
f(0) = 0
f(-1)=undef

My book is telling me that f(0) is the minima, and f(-2) is the maxima. I see it as the other way around. Which way is right? Explanations? Thank you!
 
Physics news on Phys.org
jorcrobe said:

Homework Statement


F(x)=(x^2)/(x+1)
Find critical points
Find local maxima & minima

Homework Equations


None

The Attempt at a Solution


F'(x) = x(x+2)/(x+1)^2

crit points: -2,0,-1

f(-2) = -4
f(0) = 0
f(-1)=undef

My book is telling me that f(0) is the minimum, and f(-2) is the maximum. I see it as the other way around. Which way is right? Explanations? Thank you!
The book is correct.

I suppose you're having trouble because the local maximum is less than the local minimum.

Graph F(x) to see what's happening .
 
jorcrobe said:

Homework Statement


F(x)=(x^2)/(x+1)
Find critical points
Find local maxima & minima

Homework Equations


None

The Attempt at a Solution


F'(x) = x(x+2)/(x+1)^2

crit points: -2,0,-1

f(-2) = -4
f(0) = 0
f(-1)=undef

My book is telling me that f(0) is the minima, and f(-2) is the maxima. I see it as the other way around. Which way is right? Explanations? Thank you!


The book is correct. For *local* min/max (as you have here) there are second-order conditions that can be applied: if f'(x0) = 0 and f''(x0) < 0 then x0 is a strict local maximum; if f'(x0) = 0 and f''(x0) > 0, x0 is a strict local minimum. Try these tests on your function.

This does not say anything about *global* max or min, and it does not prevent a local max from being less than a local min, which is the case in this problem.

RGV
 
I'd like to thank you both for your guidance. I will be looking into this further.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top