Does My Polynomial Integral Equation Hold for All Polynomials?

yyttr2
Messages
46
Reaction score
0
I have recently been playing with integrals and I still do not fully understand them.

Usually the best way for me to learn is to play with values and figure it out on my own, so I would like you (physics forum) to check my work so far.

After a bit of time I got this:

\int_{0}^{t}ax^ndx=\frac{at^{n+1}}{n+1}, n\neq-1and after figuring out:
\int_{0}^{t}ax+bxdx=\int_{0}^{t}axdx+\int_{0}^{t}bxdx

I got this equation.

\int_{0}^{t}ax^n+bx^{n-1}+cx^{n-2} \cdots +ex dx=\int_{0}^{t}ax^ndx+\int_{0}^{t}bx^{n-1}dx+\int_{0}^{t}cx^{n-2}dx \cdots +\int_{0}^{t}(ex)dx=\frac{at^{n+1}}{n+1}+\frac{bt^n}{n}+\frac{ct^n-1} {n-1} \cdots +et

Is this true for all polynomials (in standard form)? or does it even work at all?
 
Last edited:
Physics news on Phys.org
Hi yyttr2! :wink:

Yes, that's correct.

The integral of the sum is the sum of the integrals …

you can always split a sum (any sum, not just polynomials) into its separate parts, and integrate them separately. :smile:

(unless, of course, that requires you to add an ∞ and a minus ∞)
 
You can prove, in general, that
\int (f_1(x)+ f_2(x)+ \cdot\cdot\cdot+ f_n(x))dx= \int f_1(x)dx+ \int f_2(x)dx+ \cdot\cdot\cdot+ \int f_n(x) dx
by induction on n.
 
Back
Top