Kalkylator för uppdelning i partialbråk
Bestäm partialbråksuppdelning steg för steg
Denna webbkalkylator bestämmer partialbråksuppdelningen för en rationell funktion, med stegvis lösning.
Solution
Your input: perform the partial fraction decomposition of $$$\frac{1}{x \left(5 - x\right)}$$$
Simplify the expression: $$$\frac{1}{x \left(5 - x\right)}=\frac{-1}{x \left(x - 5\right)}$$$
The form of the partial fraction decomposition is
$$\frac{-1}{x \left(x - 5\right)}=\frac{A}{x}+\frac{B}{x - 5}$$
Write the right-hand side as a single fraction:
$$\frac{-1}{x \left(x - 5\right)}=\frac{x B + \left(x - 5\right) A}{x \left(x - 5\right)}$$
The denominators are equal, so we require the equality of the numerators:
$$-1=x B + \left(x - 5\right) A$$
Expand the right-hand side:
$$-1=x A + x B - 5 A$$
Collect up the like terms:
$$-1=x \left(A + B\right) - 5 A$$
The coefficients near the like terms should be equal, so the following system is obtained:
$$\begin{cases} A + B = 0\\- 5 A = -1 \end{cases}$$
Solving it (for steps, see system of equations calculator), we get that $$$A=\frac{1}{5}$$$, $$$B=- \frac{1}{5}$$$
Therefore,
$$\frac{-1}{x \left(x - 5\right)}=\frac{\frac{1}{5}}{x}+\frac{- \frac{1}{5}}{x - 5}$$
Answer: $$$\frac{1}{x \left(5 - x\right)}=\frac{\frac{1}{5}}{x}+\frac{- \frac{1}{5}}{x - 5}$$$