Partial Fraction Decomposition Calculator
Formula
\dfrac{p\,x + q}{(x - r_1)(x - r_2)}
Inputs
| Numerator coefficient of x | 3 |
|---|---|
| Numerator constant | -1 |
| Root r₁ | 1 |
| Root r₂ | -2 |
Partial Fraction Decomposition Calculator
Inputs
Rational Function
\dfrac{p\,x + q}{(x - r_1)(x - r_2)}
Results
Enter a value to see results.
Decomposition
\begin{aligned} A &= \dfrac{p\,r_1 + q}{r_1 - r_2} \\ &= \dfrac{(3)(1) + (-1)}{(1) - (-2)} = ? \end{aligned}
\begin{aligned} B &= \dfrac{p\,r_2 + q}{r_2 - r_1} \\ &= \dfrac{(3)(-2) + (-1)}{(-2) - (1)} = ? \end{aligned}
\begin{aligned} & \dfrac{p\,x + q}{(x - r_1)(x - r_2)} = \dfrac{A}{x - r_1} + \dfrac{B}{x - r_2} \\ &= \dfrac{?}{x - (1)} + \dfrac{?}{x - (-2)} \end{aligned}
Recommended Next
Quadratic Equation Solver
Solve ax² + bx + c = 0. Enter the three coefficients to get the discriminant and both roots — real or complex.