Analyse the function f(x) = (1+x)^(2/3)*(3-x)^(1/3)f(x)=(1+x)23(3x)13 for extreme values, zeros and points of discontinuity, if any?

1 Answer
Mar 17, 2017

f(x)f(x) has a local maximum of ~=2.1172.117 at x=5/3x=53
f(x)f(x) has zeros at x=-1x=1 and x=3x=3
f(x)f(x) has a discontinuity at (-1,0)(1,0)

Explanation:

f(x) = (1+x)^(2/3)*(3-x)^(1/3)f(x)=(1+x)23(3x)13

By inspection, f(x)f(x) has zeros at x=-1x=1 and x=3x=3

Applying the product rule:

f'(x) = (1+x)^(2/3) * 1/3(3-x)^(-2/3) * (-1)+
2/3(1+x)^(-1/3) * (3-x)^(1/3)

For points of extrema f'(x)=0

I.e. where: (1+x)^(2/3) * 1/3(3-x)^(-2/3) * (-1)+
2/3(1+x)^(-1/3) * (3-x)^(1/3) =0

1/3(1=x)^(2/3) * (3-x)^(-2/3) = 2/3(1+x)^(-1/3) * (3-x)^(1/3)

(1+x)^(2/3)/((3-x)^(2/3)) = (2*(3-x)^(1/3))/(1+x)^(1/3)

Cross multiply:

(1+x)^(2/3+1/3) = 2* (3-x)^(1/3+2/3)

1+x = 2(3-x) -> 1+x = 6-2x

3x=5

x=5/3

Hence f(x) has an extreme value at x=5/3

Now consider the graph of f(x) below:

graph{(1+x)^(2/3)* (3-x)^(1/3) [-10, 10, -5, 5]}

We can see that f(x) has a local maximum at x=5/3

:. f_max(x) = f(5/3) ~= 2.117

Finally, considering the zeros of f(x) we can see that f(x) has a discontinuity at (-1,0)