Find the coefficient of \(x^3\) in the expansion of
\[
\frac{1}{(1-x)(1+x)}.
\]
Step 1: Decompose into partial fractions.
\[
\frac{1}{(1-x)(1+x)}=\frac{A}{1-x}+\frac{B}{1+x}
\]
\[
1=A(1+x)+B(1-x)
\]
Let \(x=1\): \(\;1=2A\Rightarrow A=\frac12\)
Let \(x=-1\): \(\;1=2B\Rightarrow B=\frac12\)
So
\[
\frac{1}{(1-x)(1+x)}=\frac{1}{2(1-x)}+\frac{1}{2(1+x)}.
\]
Step 2: Expand each part.
\[
\frac{1}{1-x}=1+x+x^2+x^3+\cdots
\]
\[
\frac{1}{1+x}=1-x+x^2-x^3+\cdots
\]
Therefore
\[
\frac{1}{2(1-x)}+\frac{1}{2(1+x)}
=
\frac12(1+x+x^2+x^3+\cdots)
+
\frac12(1-x+x^2-x^3+\cdots)
\]
\[
=1+x^2+x^4+\cdots
\]
\[
\text{Coefficient of }x^3 = 0
\]