integrate [x]+[x^2] from 0 to 1.5
Integral of variable equals: ∫xdx=2x2
Integral of square equals: ∫x2dx=3x3
Fundamental theorem of calculus:
∫abf(x)dx=F(b)−F(a)
F(x) – integral of f(x).
Therefore:
∫01.5(x+x2)dx=2x2∫01.5+3x3∫01.5=21.52−0+31.53−0=2.25
Answer: 2.25