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
easySolution
- 1 Step 1 โ Factor out GCF: \gcd(12, 8, 4) = 4. So 12x^2+8x-4 = 4(3x^2+2x-1).
- 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 Rewrite middle term: 4(3x^2 + 3x - x - 1) = 4[3x(x+1) - 1(x+1)] = 4(3x-1)(x+1).
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.