Question 999753
 f(x) = x√(1-x^2) 
----
f'(x) = x*(-2x/sqrt(1-x^2) + sqrt(1-x^2)*1
f'(x) = [-2x^2 + (1-x^2)]/sqrt(1-x^2)
f'(x) = [-3x^2+1]/sqrt(1-x^2)
-------------------------------------------------
f''(x) = [sqrt(1-x^2)*(-6x) - [-3x^2+1]*(-2x)/sqrt(1-x^2)] all over (1-x^2)
Simplify that then solve the numerator for zero.
----------------
Cheers,
Stan H.
---------------- 
now to find the inflection pts I need to set the 2nd derivative to zero and find what x equals. However, since it's a rational function I dismiss the denominator, right? because it cannot be divided by zero.