How can i calculate the attached integral?

  • Thread starter Thread starter hokhani
  • Start date Start date
  • Tags Tags
    Integral
AI Thread Summary
The discussion focuses on calculating integrals, with users expressing concerns about opening zip files for shared content. One user provides the integral ∫(x^2 dx)/(x^2+a) and suggests using long division or a specific algebraic manipulation to simplify it. Another integral, ∫dx/((1-x)(1+x^2)), is introduced, with guidance provided on using partial fractions for its calculation. The forum encourages the use of \LaTeX for clear mathematical expression, and users appreciate the elegance of the solutions presented. Overall, the conversation emphasizes effective methods for integral calculation and proper formatting in mathematical discussions.
hokhani
Messages
561
Reaction score
18
How can i calculate the attached integral?
 

Attachments

Mathematics news on Phys.org


Most people on PhysicsForums are understandably leery of opening a zip file. Maybe if you could type your integral out for us we'd be more likely to look at it.
 


My thoughts exactly.
 


It might be a decent idea to disallow executable files from being attached?

Please type out the integral or use \LaTeX to display mathematics.
 


ok
excuse me
i typed it here

∫(x^(2 ) dx)/(x^2+a)
 


You should be able to use long division to get the function in integrable form.
 


Or:
\frac{x^2}{x^2+ a}= \frac{x^2+ a- a}{x^2+ a}= \frac{x^2+ a}{x^2+ a}-\frac{a}{x^2+ a}= 1- \frac{a}{x^2+a}
 


HallsofIvy said:
Or:
\frac{x^2}{x^2+ a}= \frac{x^2+ a- a}{x^2+ a}= \frac{x^2+ a}{x^2+ a}-\frac{a}{x^2+ a}= 1- \frac{a}{x^2+a}

I'd never thought of that until you posted a similar expansion in the homework forums. It's really quite elegant compared to long division.
 


thanks very much
 
  • #10


I can't calculate this integral:
∫dx/((1-x)(1+x^2))
please guid me
thanks
 
  • #11


For this one you're going to need to use partial fractions. That is find A, B, and C such that:

\frac{1}{(1-x)(1+x^2)} = \frac{A}{1-x} + \frac{Bx+C}{1+x^2}

You can multiply both sides by (1-x)(1+x^2), and then equate the coefficients of powers of x to get a system of equations that you can solve.
 
  • #12


Thank you Mis Char Limit
question:
how can i write equations ?
 
  • #13


hokhani said:
how can i write equations ?

The forum has support for \LaTeX typesetting. A guide is available here: https://www.physicsforums.com/showthread.php?t=386951

You can click on the \LaTeX images to see the code used to produce them.
 
Last edited by a moderator:
  • #14


HallsofIvy said:
Or:
\frac{x^2}{x^2+ a}= \frac{x^2+ a- a}{x^2+ a}= \frac{x^2+ a}{x^2+ a}-\frac{a}{x^2+ a}= 1- \frac{a}{x^2+a}
This is so beautiful!
 
Back
Top