Factorisation with Negatives and Fractions Calculator
This guide explains how to factorise polynomials containing negative coefficients and fractional terms. The calculator on this page can help you verify your work and explore different scenarios.
Introduction
Factorisation is the process of breaking down a polynomial into simpler expressions (factors) that, when multiplied together, give the original polynomial. This skill is essential in algebra, calculus, and many areas of engineering and science.
When dealing with polynomials that contain negative coefficients and fractional terms, the process becomes slightly more complex but follows the same fundamental principles. The key is to carefully handle the signs and fractions throughout the factorisation process.
How to Factorise Polynomials
The general steps for factorising polynomials are:
- Identify the greatest common factor (GCF) of all terms
- Factor out the GCF from each term
- Examine the remaining polynomial for common patterns:
- Difference of squares (a² - b² = (a - b)(a + b))
- Perfect square trinomials ((a ± b)² = a² ± 2ab + b²)
- Sum/difference of cubes (a³ ± b³ = (a ± b)(a² ∓ ab + b²))
- Grouping method for four-term polynomials
- If no patterns are obvious, try the "AC method" for quadratic trinomials
AC Method Formula: For a quadratic trinomial ax² + bx + c, find two numbers that multiply to a×c and add to b. Then factor as (x + m)(x + n).
Factorising with Negatives and Fractions
When factorising polynomials with negative coefficients and fractions, follow these additional guidelines:
- Be careful with signs when factoring out the GCF:
- If all coefficients are negative, factor out -1 first
- If some coefficients are negative, factor out the GCF with the correct sign
- When dealing with fractions:
- Multiply all terms by the least common denominator (LCD) to eliminate fractions
- Factor the resulting polynomial
- Divide by the LCD if needed to return to fractional form
- For quadratic trinomials with fractions, use the AC method carefully:
- Multiply a and c to get the product
- Find two numbers that multiply to this product and add to b
- Factor using these numbers
Tip: When working with fractions, it's often easier to factor the polynomial after eliminating the denominators. Just remember to divide by the LCD at the end if needed.
Worked Examples
Example 1: Simple Negative Coefficients
Factorise: 6x² - 12x + 4
- GCF is 2: 2(3x² - 6x + 2)
- Now factor 3x² - 6x + 2:
- AC method: 3×2 = 6, need two numbers that multiply to 6 and add to -6 → -3 and -2
- Factor as (3x - 3)(x - 2)
- Final factorisation: 2(3x - 3)(x - 2)
Example 2: Fractions in Polynomial
Factorise: (1/2)x² + (3/2)x + 1
- LCD is 2: multiply all terms by 2 → x² + 3x + 2
- Factor as (x + 1)(x + 2)
- Final factorisation: (1/2)(x + 1)(x + 2)
Example 3: Complex Negative and Fractional Terms
Factorise: -2x² + (5/2)x - 3
- LCD is 2: multiply all terms by 2 → -4x² + 5x - 6
- Factor out -1: -(4x² - 5x + 6)
- Now factor 4x² - 5x + 6:
- AC method: 4×6 = 24, need two numbers that multiply to 24 and add to -5 → -3 and -8
- Factor as (4x - 3)(x - 2)
- Final factorisation: -(4x - 3)(x - 2)
Common Mistakes
When factorising with negatives and fractions, students often make these errors:
- Forgetting to factor out the GCF with the correct sign
- Miscounting the signs when applying the difference of squares formula
- Incorrectly multiplying or dividing by the LCD
- Making sign errors when applying the AC method
- Not simplifying the final expression completely
Remember: Always double-check your work by expanding the factors to ensure you get back to the original polynomial.