| "1/3x^3" is properly read as 1/(3x^3). Either space it, use parentheses, or call it x^3/3. In any case, you should accept x^3/3 as correct. Also, the natural log function is more commonly written as ln, and at the very least should be accepted as an alternate answer, including ln |x|, which is more general anyway (doesn't exclude negative x values). |