Decomposition Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Decomposition.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

The strategy of breaking a complex mathematical object or problem into simpler, independent subproblems that can be solved separately.

Divide and conquer: a hard problem of size n becomes n easy problems. Long division, partial fractions, and integration by parts all use decomposition.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: Complex problems are often just many simple problems stacked.

Common stuck point: The parts must actually be independent (or their interactions small) โ€” decomposing coupled systems incorrectly gives wrong answers.

Sense of Study hint: Ask yourself: 'What is the smallest piece of this problem I can solve right now?' Solve that, then repeat with the next piece.

Worked Examples

Example 1

easy
Factorise 12x^2 + 8x - 4 by decomposing the expression into simpler parts.

Solution

  1. 1
    Step 1 โ€” Factor out GCF: \gcd(12, 8, 4) = 4. So 12x^2+8x-4 = 4(3x^2+2x-1).
  2. 2
    Step 2 โ€” Decompose the quadratic: find two numbers multiplying to 3 \times (-1) = -3 and adding to 2: those are 3 and -1.
  3. 3
    Rewrite middle term: 4(3x^2 + 3x - x - 1) = 4[3x(x+1) - 1(x+1)] = 4(3x-1)(x+1).

Answer

12x^2+8x-4 = 4(3x-1)(x+1)
Decomposition breaks a complex factoring problem into stages: first extract the GCF, then factor the remaining quadratic by splitting the middle term. Each stage is simpler than the whole.

Example 2

medium
Decompose the partial fraction \dfrac{5x+1}{(x+1)(x-2)} into the form \dfrac{A}{x+1} + \dfrac{B}{x-2}.

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
Decompose solving the system 2x + y = 7 and x - y = 2 into steps.

Example 2

medium
Decompose the proof that \sqrt{2} + \sqrt{3} is irrational into logical sub-goals.