Find the integral $\int\frac{x}{x^2-1}dx$

Step-by-step Solution

Go!
Symbolic mode
Text mode
Go!
1
2
3
4
5
6
7
8
9
0
a
b
c
d
f
g
m
n
u
v
w
x
y
z
.
(◻)
+
-
×
◻/◻
/
÷
2

e
π
ln
log
log
lim
d/dx
Dx
|◻|
θ
=
>
<
>=
<=
sin
cos
tan
cot
sec
csc

asin
acos
atan
acot
asec
acsc

sinh
cosh
tanh
coth
sech
csch

asinh
acosh
atanh
acoth
asech
acsch

Final answer to the problem

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-x+1\right)+C_0$
Got another answer? Verify it here!

Step-by-step Solution

How should I solve this problem?

  • Integrate by parts
  • Integrate by partial fractions
  • Integrate by substitution
  • Integrate using tabular integration
  • Integrate by trigonometric substitution
  • Weierstrass Substitution
  • Integrate using trigonometric identities
  • Integrate using basic integrals
  • Product of Binomials with Common Term
  • FOIL Method
  • Load more...
Can't find a method? Tell us so we can add it.
1

Rewrite the fraction $\frac{x}{x^2-1}$ inside the integral as the product of two functions: $x\frac{1}{x^2-1}$

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

We can solve the integral $\int x\frac{1}{x^2-1}dx$ by applying integration by parts method to calculate the integral of the product of two functions, using the following formula

$\displaystyle\int u\cdot dv=u\cdot v-\int v \cdot du$

The derivative of the linear function is equal to $1$

$1$
3

First, identify or choose $u$ and calculate it's derivative, $du$

$\begin{matrix}\displaystyle{u=x}\\ \displaystyle{du=dx}\end{matrix}$
4

Now, identify $dv$ and calculate $v$

$\begin{matrix}\displaystyle{dv=\frac{1}{x^2-1}dx}\\ \displaystyle{\int dv=\int \frac{1}{x^2-1}dx}\end{matrix}$
5

Solve the integral to find $v$

$v=\int\frac{1}{x^2-1}dx$

Simplify $\sqrt{x^2}$ using the power of a power property: $\left(a^m\right)^n=a^{m\cdot n}$. In the expression, $m$ equals $2$ and $n$ equals $\frac{1}{2}$

$\int\frac{1}{\left(x+\sqrt{1}\right)\left(\sqrt{x^2}-\sqrt{1}\right)}dx$

Calculate the power $\sqrt{1}$

$\int\frac{1}{\left(x+1\right)\left(\sqrt{x^2}-\sqrt{1}\right)}dx$

Simplify $\sqrt{x^2}$ using the power of a power property: $\left(a^m\right)^n=a^{m\cdot n}$. In the expression, $m$ equals $2$ and $n$ equals $\frac{1}{2}$

$\int\frac{1}{\left(x+1\right)\left(x-\sqrt{1}\right)}dx$

Calculate the power $\sqrt{1}$

$\int\frac{1}{\left(x+1\right)\left(x- 1\right)}dx$

Any expression multiplied by $1$ is equal to itself

$\int\frac{1}{\left(x+1\right)\left(x-1\right)}dx$
6

Factor the difference of squares $x^2-1$ as the product of two conjugated binomials

$\int\frac{1}{\left(x+1\right)\left(x-1\right)}dx$

Rewrite the fraction $\frac{1}{\left(x+1\right)\left(x-1\right)}$ in $2$ simpler fractions using partial fraction decomposition

$\frac{1}{\left(x+1\right)\left(x-1\right)}=\frac{A}{x+1}+\frac{B}{x-1}$

Find the values for the unknown coefficients: $A, B$. The first step is to multiply both sides of the equation from the previous step by $\left(x+1\right)\left(x-1\right)$

$1=\left(x+1\right)\left(x-1\right)\left(\frac{A}{x+1}+\frac{B}{x-1}\right)$

Multiplying polynomials

$1=\frac{\left(x+1\right)\left(x-1\right)A}{x+1}+\frac{\left(x+1\right)\left(x-1\right)B}{x-1}$

Simplifying

$1=\left(x-1\right)A+\left(x+1\right)B$

Assigning values to $x$ we obtain the following system of equations

$\begin{matrix}1=-2A&\:\:\:\:\:\:\:(x=-1) \\ 1=2B&\:\:\:\:\:\:\:(x=1)\end{matrix}$

Proceed to solve the system of linear equations

$\begin{matrix} -2A & + & 0B & =1 \\ 0A & + & 2B & =1\end{matrix}$

Rewrite as a coefficient matrix

$\left(\begin{matrix}-2 & 0 & 1 \\ 0 & 2 & 1\end{matrix}\right)$

Reducing the original matrix to a identity matrix using Gaussian Elimination

$\left(\begin{matrix}1 & 0 & -\frac{1}{2} \\ 0 & 1 & \frac{1}{2}\end{matrix}\right)$

The integral of $\frac{1}{\left(x+1\right)\left(x-1\right)}$ in decomposed fractions equals

$\frac{-1}{2\left(x+1\right)}+\frac{1}{2\left(x-1\right)}$
7

Rewrite the fraction $\frac{1}{\left(x+1\right)\left(x-1\right)}$ in $2$ simpler fractions using partial fraction decomposition

$\frac{-1}{2\left(x+1\right)}+\frac{1}{2\left(x-1\right)}$
8

Take the constant $\frac{1}{2}$ out of the integral

$\frac{1}{2}\int\frac{-1}{x+1}dx+\int\frac{1}{2\left(x-1\right)}dx$
9

Take the constant $\frac{1}{2}$ out of the integral

$\frac{1}{2}\int\frac{-1}{x+1}dx+\frac{1}{2}\int\frac{1}{x-1}dx$
10

Apply the formula: $\int\frac{n}{x+b}dx$$=nsign\left(x\right)\ln\left(x+b\right)+C$, where $b=1$ and $n=-1$

$-\left(\frac{1}{2}\right)\ln\left(x+1\right)+\frac{1}{2}\int\frac{1}{x-1}dx$
11

Apply the formula: $\int\frac{n}{x+b}dx$$=nsign\left(x\right)\ln\left(x+b\right)+C$, where $b=-1$ and $n=1$

$-\frac{1}{2}\ln\left(x+1\right)+1\left(\frac{1}{2}\right)\ln\left(x-1\right)$

Expand the integral $\int\left(-\frac{1}{2}\ln\left(x+1\right)+\frac{1}{2}\ln\left(x-1\right)\right)dx$ into $2$ integrals using the sum rule for integrals, to then solve each integral separately

$\left(-\frac{1}{2}\ln\left(x+1\right)+\frac{1}{2}\ln\left(x-1\right)\right)x- \left(-\frac{1}{2}\right)\int\ln\left(x+1\right)dx- \left(\frac{1}{2}\right)\int\ln\left(x-1\right)dx$

Multiply the fraction and term in $- \left(-\frac{1}{2}\right)\int\ln\left(x+1\right)dx$

$\left(-\frac{1}{2}\ln\left|x+1\right|+\frac{1}{2}\ln\left|x-1\right|\right)x+\frac{1}{2}\int\ln\left(x+1\right)dx- \left(\frac{1}{2}\right)\int\ln\left(x-1\right)dx$

Multiply the fraction and term in $- \left(\frac{1}{2}\right)\int\ln\left(x-1\right)dx$

$\left(-\frac{1}{2}\ln\left|x+1\right|+\frac{1}{2}\ln\left|x-1\right|\right)x+\frac{1}{2}\int\ln\left(x+1\right)dx-\frac{1}{2}\int\ln\left(x-1\right)dx$
12

Now replace the values of $u$, $du$ and $v$ in the last formula

$\left(-\frac{1}{2}\ln\left|x+1\right|+\frac{1}{2}\ln\left|x-1\right|\right)x+\frac{1}{2}\int\ln\left(x+1\right)dx-\frac{1}{2}\int\ln\left(x-1\right)dx$
13

Multiply the single term $x$ by each term of the polynomial $\left(-\frac{1}{2}\ln\left(x+1\right)+\frac{1}{2}\ln\left(x-1\right)\right)$

$-\frac{1}{2}x\ln\left(x+1\right)+\frac{1}{2}x\ln\left(x-1\right)+\frac{1}{2}\int\ln\left(x+1\right)dx-\frac{1}{2}\int\ln\left(x-1\right)dx$
14

The integral $\int\ln\left(x+1\right)dx$ results in $\left(x+1\right)\ln\left(x+1\right)-\left(x+1\right)$

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-\left(x+1\right)\right)-\frac{1}{2}\int\ln\left(x-1\right)dx$
15

The integral $\int\ln\left(x-1\right)dx$ results in $\left(x-1\right)\ln\left(x-1\right)-\left(x-1\right)$

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-\left(x+1\right)\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-\left(x-1\right)\right)$

Simplify the product $-(x+1)$

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-\left(x-1\right)\right)$

Simplify the product $-(x-1)$

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-x+1\right)$
16

Simplify the expression

$-\frac{1}{2}x\ln\left(x+1\right)+\frac{1}{2}x\ln\left(x-1\right)+\frac{1}{2}\left(\left(x+1\right)\ln\left(x+1\right)-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left(x-1\right)-x+1\right)$
17

As the integral that we are solving is an indefinite integral, when we finish integrating we must add the constant of integration $C$

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-x+1\right)+C_0$

Final answer to the problem

$-\frac{1}{2}x\ln\left|x+1\right|+\frac{1}{2}x\ln\left|x-1\right|+\frac{1}{2}\left(\left(x+1\right)\ln\left|x+1\right|-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left|x-1\right|-x+1\right)+C_0$

Explore different ways to solve this problem

Solving a math problem using different methods is important because it enhances understanding, encourages critical thinking, allows for multiple solutions, and develops problem-solving strategies. Read more

Help us improve with your feedback!

Function Plot

Plotting: $-\frac{1}{2}x\ln\left(x+1\right)+\frac{1}{2}x\ln\left(x-1\right)+\frac{1}{2}\left(\left(x+1\right)\ln\left(x+1\right)-x-1\right)-\frac{1}{2}\left(\left(x-1\right)\ln\left(x-1\right)-x+1\right)+C_0$

SnapXam A2
Answer Assistant

beta
Got a different answer? Verify it!

Go!
1
2
3
4
5
6
7
8
9
0
a
b
c
d
f
g
m
n
u
v
w
x
y
z
.
(◻)
+
-
×
◻/◻
/
÷
2

e
π
ln
log
log
lim
d/dx
Dx
|◻|
θ
=
>
<
>=
<=
sin
cos
tan
cot
sec
csc

asin
acos
atan
acot
asec
acsc

sinh
cosh
tanh
coth
sech
csch

asinh
acosh
atanh
acoth
asech
acsch

How to improve your answer:

Main Topic: Integrals of Rational Functions

Integrals of rational functions of the form R(x) = P(x)/Q(x).

Used Formulas

See formulas (5)

Your Personal Math Tutor. Powered by AI

Available 24/7, 365.

Complete step-by-step math solutions. No ads.

Choose between multiple solving methods.

Download complete solutions and keep them forever.

Unlimited practice with our AI whiteboard.

Premium access on our iOS and Android apps.

Join 500k+ students in problem solving.

Choose your plan. Cancel Anytime.
Pay $39.97 USD securely with your payment method.
Please hold while your payment is being processed.

Create an Account