Alan's answer is good but I'll give you another answer Stu - I got called away before. Sorry.
The LaTex fraction display is not working properly so my presentation is not a good as I wanted.
$$f(x)=x-2ln(x+1)\:\:\: 0\le x\le2\\
f'(x)=1- 2/(x+1)\\
f'(x)=1-2(x+1)^{-1}\\
f''(x)=+2(x+1)^{-2}\\
f''(x)=2/(x+1)^2$$
Since the (x+1) is squared, the second derivative is always positive and this means that any turning point will be a minimum. Which in turn means that the two end points will be higher.
Now we need to find any turning points f'(x)=0
$$0=1-2/(x+1)\\
2/(x+1)=1\\
2 = x+1\\
x=1\\
f(1)=1-2ln(1+1) = 1-2ln2 \approx -0.386$$
So (1,-0.386) is the minumum
Now to find the maximum - you need to look at the end points.
f(0)=0-2ln(0+1) = 0
f(2)=2-2ln(2+1) = 2-2ln3 = -0.197
So the maximum is 0 at x=0 and the minimum is 1-2ln2 at x=1