Solving a polynomial integral.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
standardflop
Messages
46
Reaction score
0
I can't seem to solve this integral,
[tex]\int \frac{x^2+x+1}{(x^2+1)(x+1)}dx[/tex]
Maple, however, solves is exact quiet easily, and i'd really like to see how this can be done "by hand".

Best regards.
 
Physics news on Phys.org
standardflop said:
I can't seem to solve this integral,
[tex]\int \frac{x^2+x+1}{(x^2+1)(x+1)}dx[/tex]
Maple, however, solves is exact quiet easily, and i'd really like to see how this can be done "by hand".

Best regards.

Simplification. Integration by parts.

http://online.math.uh.edu/HoustonACT/videocalculus/index.html

Scroll down to number 34 and view the video for a tutorial.
 
Last edited by a moderator:
Hmm..I hardly see how integration by parts is the simplest way of doing this.
A much easier way is to use partial fractions decomposition.
This is done by trying to find numbers A,B,C so that we have:
[tex]\frac{x^{2}+x+1}{(x^{2}+1)(x+1)}=\frac{Ax+B}{x^{2}+1}+\frac{C}{x+1}[/tex]
 
Last edited: