Hi,
I've come across some problems while reading a mathematics books.
1. The first problem is:
\int \max (1, x ^ 2) dx
My answer is:
x + C, |x| \leq 1
\frac{x ^ 3}{3} + C, |x| > 1
But the book does not seem to agree with me. It reads:
x + C, |x| \leq 1
\frac{x ^ 3}{3} +\frac{2}{3}...