How to Solve Improper Fractions

  • Thread starter Thread starter yoleven
  • Start date Start date
  • Tags Tags
    Fraction Integral
yoleven
Messages
78
Reaction score
1

Homework Statement


\int \frac{x^{2}}{x^{2}-1}


Homework Equations





The Attempt at a Solution


I divide bottom into the top because the degree is the same and get...
\int 1-\frac{1}{x^{2}+1}

My question is, from here, do I have to recognize the tan^{-1}
or is it also correct to put
x-ln \left| x^{2} + 1\right| + c ?
 
Physics news on Phys.org
Why would you use the logarithm when it isn't correct?
 
Surely you know that you can't just "ignore" functions like that. The integral of 1/f(x), in general, has nothing to do with the integral of 1/x. Yes, you really have to be able to "recognize" the basic integrals.
 
Never mind
 
Last edited:
I never claimed to be overly bright. I asked because I was confused.
Thanks for responding.
 
yoleven said:
I never claimed to be overly bright. I asked because I was confused.
Thanks for responding.
Join the club! Most of us here are not overly bright and often confused.:-p
 
HallsofIvy said:
Join the club! Most of us here are not overly bright and often confused.:-p

You only have to check the comment in my edit to realize that is true, my excuse is that I'd not long woken up and the government, ahem *cough*. :smile:
 
can u help me with the integral of (2x^3)/(x-1)
 
uzairi22 said:
can u help me with the integral of (2x^3)/(x-1)

Whenever you have a troublesome integral, it always helps to start with trying u-substitution or integration by parts. Which technique do you think you should use here? Sometimes you just have to pick a method and try it out. If it fails, see if you can modify it so that it works. A further hint can be provided if you try these methods out and are still stuck.
 
  • #10
uzairi22 said:
can u help me with the integral of (2x^3)/(x-1)
First, please do not "hijack" someone else's thread for a completely new question. Start your own thread using the "new post" button.

Now, first divide 2x^3+ 0x^2+ 0x+ 0 by x-1 to get a quadratic polynomial plus something of the form A/(x-1). Integrate that.
 
  • #11
uzairi22 said:
can u help me with the integral of (2x^3)/(x-1)

HallsofIvy said:
First, please do not "hijack" someone else's thread for a completely new question. Start your own thread using the "new post" button.

Now, first divide 2x^3+ 0x^2+ 0x+ 0 by x-1 to get a quadratic polynomial plus something of the form A/(x-1). Integrate that.

I at first disregarded dividing by x-1[/tex], but it works out quickly (say with synthetic division or long division). If you have an idea, work it out! Letting u=x-1[/tex] works out fine, but just requires more algebra. Both methods give the same answer.<br /> <br /> Thank you for the forum advice HallsofIvy.
 
  • #12
yoleven said:

Homework Statement


\int \frac{x^{2}}{x^{2}-1}

The Attempt at a Solution


I divide bottom into the top because the degree is the same and get...
\int 1-\frac{1}{x^{2}+1}

My question is, from here, do I have to recognize the tan^{-1}
or is it also correct to put
x-ln \left| x^{2} + 1\right| + c ?

Back to the original post. You have a few signs wrong (add everything back together and you don't get what you started with). After using long division to divide x^2-1[/tex] into x^2[/tex] (be sure that you can do this) you get:<br /> \int \frac{x^{2}}{x^{2}-1} \,dx = \int \left( 1 + \frac{1}{x^2-1} \right) \,dx = \int 1 \,dx + \int \frac{1}{(x-1)(x+1)} \,dx = x + C + \int \frac{1}{(x-1)(x+1)} \,dx<br /> Now you expand the fraction on the far right using partial fractions. Then you will get integrals that can be evaluated using the natural log.
 
Back
Top