Let $f(x): \mathbb{R} \to \mathbb{R^+} $ be the function:
$$ f(x)=\sqrt{17 x^2+x^4}, $$ whose plot is:
By integrating the function, I got:
$$
F(x)=\frac{\left(x^2 \left(x^2+17\right)\right)^{3/2}}{3 x^3}+C,
$$
whose plot is:

When I evaluate the definite integral:
$$ \int _{-1}^2(f x)d x=F(2)-F(-1), $$
I get $$ 18 \sqrt{2}+7 \sqrt{21}. $$
But I'm unsure: since I have the discontinuity, should I have splitted up the interval and calculated the integral from $-1$ to the limits $\to 0$ from left side. And $2$ to the limits $\to 0$ from the right side?
Which is not the same as what I got earlier: 18 Sqrt[2] + 7 Sqrt[21] = 57.5339
What went wrong? Was it the discontinuity at x=0 that caused it?
– Onizuka Oct 05 '14 at 00:07