Polynomials: Integration

The integral of 5 t3t2 – 3 t – 4 w.r.t. t is
t5 + t4 + t3 + t2 + t +

tickcross



Worked Solution

Integrating Powers: integratea tn dt =
a tn+1
---
n + 1
+ constant
Integrating Sums: integrate(A + B) dt = integrateA dt + integrateB dt
integrate5 t3 dt =
5
---
4
t4 + g
integratet2 dt =
– 1
---
3
t3 + f
integrate –3 t dt =
– 3
---
2
t2 + e
integrate –4 dt = –4t + d
All the constants are arbitrary so when we sum these, we replace them by a single constant, for example c
integrate(5 t3t2 – 3 t – 4) dt =
5
---
4
t4
– 1
---
3
t3
– 3
---
2
t2 – 4 t
+ c


© MEI Produced by Dr Ron Knott, 23 March 2004
tom . button [AT] mei . org . uk
Test reference: PolyInt.html?ref=45272