Solving Partial Fractions & Maclaurin Series Q&A

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

PARTIAL FRACTIONS: How to solve this?


Let f(x) =

(x^2 + 7x − 6)/((x − 1)(x − 2)(x + 1))
.
(i) Express f(x) in partial fractions.

(ii) Show that, when x is sufficiently small for x4 and higher powers to be neglected,

f(x) = −3 + 2x − (3/2)x^2 + (11/4)x^3.

Please work it out step by step so I can figure out how to work out similar questions on my own.

I have posted a link there to this thread so the OP can view my work.
 
Physics news on Phys.org
Re: Past the Black's question at Yahoo Answers regarding partial fractions and Maclaurin series

Hello Past the Black,

We are given:

$$f(x)=\frac{x^2+7x-6}{(x-1)(x-2)(x+1)}$$

i) We may assume the partial fraction decomposition of $f$ will take the form:

$$\frac{x^2-7x-6}{(x-1)(x-2)(x+1)}=\frac{A}{x-1}+\frac{B}{x-2}+\frac{C}{x+1}$$

Using the Heaviside cover-up method, we find:

$$A=\frac{1^2+7\cdot1-6}{(1-2)(1+1)}=\frac{2}{(-1)(2)}=-1$$

$$B=\frac{2^2+7\cdot2-6}{(2-1)(2+1)}=\frac{12}{(1)(3)}=4$$

$$C=\frac{(-1)^2+7\cdot(-1)-6}{(-1-1)(-1-2)}=\frac{-12}{(-2)(-3)}=-2$$

Hence, we find:

$$f(x)=\frac{x^2-7x-6}{(x-1)(x-2)(x+1)}=-\frac{1}{x-1}+\frac{4}{x-2}-\frac{2}{x+1}$$

ii) The Maclaurin expansion is given by:

$$f(x)=\sum_{k=0}^{\infty}\left[\frac{f^{(k)}(0)}{k!}x^k \right]$$

Using the partial fraction decomposition written in the following form:

$$f(x)=-(x-1)^{-1}+4(x-2)^{-1}-2(x+1)^{-1}$$

We may state:

$$f^{(k)}(0)=(-1)^kk!\left(-(-1)^{-(k+1)}+4(-2)^{-(k+1)}-2 \right)$$

And so the series expansion becomes:

$$f(x)=\sum_{k=0}^{\infty}\left[(-1)^k\left(-(-1)^{-(k+1)}+4(-2)^{-(k+1)}-2 \right)x^k \right]$$

And so the first 4 terms are:

$$f(x)\approx-3+2x-\frac{3}{2}x^2+\frac{11}{4}x^3$$