172k views
4 votes
F(x)=8x sqrt(x-x^2) Find the exact maximum

User Kakabali
by
4.1k points

1 Answer

2 votes

First take note of the domain of f(x) ; the square root term is defined as long as x - x ² ≥ 0, or 0 ≤ x ≤ 1.

Check the value of f(x) at these endpoints:

f (0) = 0

f (1) = 0

Take the derivative of f(x) :


f(x)=8x√(x-x^2)=8x\left(x-x^2\right)^(\frac12)


\implies f'(x)=8\left(x-x^2\right)^(\frac12)+4x\left(x-x^2\right)^(-\frac12)(1-2x)=4\left(x-x^2\right)^(-\frac12)\left(2\left(x-x^2)\right)+x(1-2x)\right)=(4(3x-4x^2))/(√(x-x^2))

For x ≠ 0, we can eliminate the √x term in the denominator:


x\\eq0\implies f'(x)=(4\sqrt x (3-4x))/(√(1-x))

f(x) has critical points where f '(x) is zero or undefined. We know about the undefined case, which occurs at the boundary of the domain of f(x). Check where f '(x) = 0 :

x (3 - 4x) = 0

x = 0 or 3 - 4x = 0

The first case gives x = 0, which we ignore. The second leaves us with x = 3/4, at which point we get a maximum of max{f(x) } = 3√3 / 2.

User Joubarc
by
4.4k points