0

Find all inflection points of the following Hill function:

$\displaystyle f(x)= \frac{Ax^3}{(a^3 + x^3)}$

assuming that $a > 0$.

How do I approach this question?

manthanomen
  • 3,186

1 Answers1

1

$$ f(x)=\frac{Ax^3}{a^3+x^3}=\frac{Aa^3+Ax^3-Aa^3}{a^3+x^3}=A-\frac{A a^3}{a^3+x^3} $$ $$ f'(x)=-A a^3 \,\frac{-3x^2}{(a^3+x^3)^2} $$ $$ f''(x)=-A a^3 \, \left( \frac{-6x}{(a^3+x^3)^2}-3x^2\frac{-6x^2}{(a^3+x^3)^3}\right)= \\ =-A a^3 \left( \frac{-6x(a^3+x^3)+6x 3x^3}{(a^3+x^3)^3}\right)=A a^3 \frac{6x(a^3-2x^3)}{(a^3+x^3)^3} $$ Then the possible (in fact, they are) points of inflection are $x=0$ and $x=\frac{a}{2^{1/3}}$.