How to Simplify an Integration Using Trigonometric Substitution?

  • Thread starter Thread starter KFC
  • Start date Start date
  • Tags Tags
    Integration
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
7 replies · 2K views
KFC
Messages
477
Reaction score
4

Homework Statement


There is a integration need to be done

[tex]I = \int_{-\infty}^\infty \frac{1+x^2}{1+x^4}dx[/tex]


2. The attempt at a solution
I use the following substitution

[tex]x=\tan \theta[/tex]

such that

[tex]dx = \frac{d\theta}{\cos^2\theta}[/tex]

Now the integration becomes
[tex]I = \int_{-\pi/2}^{\pi/2} \frac{1}{1-0.5\sin^2(2\theta)}d\theta[/tex]

But I still stuck with the simplified integration. Any other way to do that?
 
Physics news on Phys.org
tiny-tim said:
Hi KFC! :smile:

Hae you tried factorising 1 + x4 and using partial fractions?

Thanks a lot for your reply. I try to do something like that

[tex]1+x^4 = (1+x^2)(Ax^2 + Bx + C)[/tex]

and figure out A, B and C by comparing it to 1+x^4, but it will gives a complex terms.
 
There are two quadratic real polynomials whose product is (x^4+1). To my mind the easiest what to find them is to factor (x^4+1)=(x-c1)(x-c2)(x-c3)(x-c4) over the complex numbers and then pick the pairs where ci and cj are complex conjugates and multiply them to get the quadratic factors. Can you do that? There might be tricks you can use to stay in the real numbers, but I don't know them offhand.
 
KFC said:
Thanks a lot for your reply. I try to do something like that

[tex]1+x^4 = (1+x^2)(Ax^2 + Bx + C)[/tex]

and figure out A, B and C by comparing it to 1+x^4, but it will gives a complex terms.

Nooo … 1+x2 is not a factor of 1+x4.

As Dick :smile: says, roots come in complex conjugate pairs,

so x4 + 1 = (x2 + Ax + B)(x2 + Cx + D), with A B C and D real. :wink:
 
As Dick mentioned, there's also a little trick possible if you notice that

x4+1 = (x2+1)2-2x2

Now you can just use the factorization of a difference of two squares.
 
The factoring is simpler to get if you add and subtract [itex]2x^2[/itex] to the denominator and you those 6th grade formulas for expanding the square of a sum and the difference of two squares...
 
Thanks all of you guys, it helps. I know how to do it now. :)