How can i calculate the attached integral?

  • Context: Undergrad 
  • Thread starter Thread starter hokhani
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 3K views
hokhani
Messages
613
Reaction score
22
How can i calculate the attached integral?
 

Attachments

Physics 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.
 


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

Please type out the integral or use [tex]\LaTeX[/tex] 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.
 


HallsofIvy said:
Or:
[tex]\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}[/tex]

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.
 


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


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

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

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.
 


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


hokhani said:
how can i write equations ?

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

You can click on the [itex]\LaTeX[/itex] images to see the code used to produce them.
 
Last edited by a moderator:


HallsofIvy said:
Or:
[tex]\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}[/tex]
This is so beautiful!