A complex fraction is a fraction with a fraction inside it, sitting in the numerator, the denominator, or both. So (1/x + 1)/(1/x) (1/x + 1)/(1/x) is a complex fraction: little fractions stacked above and below one long main bar. The goal is to turn that stack into a single clean fraction with nothing left inside. If you want to check any step as you read, paste the expression into the simplify calculator and watch it work the same problem.
There are two solid methods, and most guides teach one while pretending the other does not exist. Both are here, because each is faster in different spots, and knowing both means you always pick the quick road instead of the only road you were shown.
The long bar just means divide
Before either method, read the shape correctly. That long middle bar is a division sign. A number like (1/2)/(3/4) (1/2)/(3/4) is nothing more than 1/2 1/2 divided by 3/4 3/4 , and dividing by a fraction means multiplying by its reciprocal.
That single fact is the whole engine. Everything below is about getting the top and the bottom into a form where you can flip the bottom and multiply. Once you trust that the main bar is a divide, complex fractions stop looking special.
The same reading works when variables appear. A stack like (x/2)/(x/6) (x/2)/(x/6) is x/2 x/2 divided by x/6 x/6 , which becomes x/2 · 6/x = 6/2 = 3 (x/2)*(6/x) once the x factors cancel, valid for x ≠ 0 x != 0 . The move never changes; only the pieces do.
Method 1: combine, then divide
This is the method most textbooks lead with, and it mirrors how you would work with plain numbers.
- Combine the numerator into one fraction. Add or subtract everything above the main bar over a common denominator, so the whole top is a single fraction.
- Combine the denominator into one fraction. Do the same below the bar, so the whole bottom is a single fraction too.
- Divide by multiplying by the reciprocal. Now you have one fraction over another. Flip the bottom and multiply, cancelling common factors as you go.
- Reduce and attach the restrictions. Put the result in lowest terms and note every value that made an original little denominator zero.
The strength here is that you see each piece. When the top or bottom holds a subtraction of two unlike fractions, this method keeps the work honest, because you handle the common denominator on purpose instead of hoping it cancels.
Method 2: multiply by the LCD
The second method skips the stacking entirely. Find the LCD of every small fraction in the whole problem, top and bottom together, and multiply every term by it at once.
Because the LCD is a multiple of each little denominator, every small fraction clears in one stroke, and you are left with an ordinary fraction to reduce. Take (1/x + 1)/(1/x) (1/x + 1)/(1/x) . The only denominator in sight is x, so the LCD is x. Multiply each term above and below by x: the top becomes 1 + x 1 + x and the bottom becomes 1 1 , giving x + 1 x + 1 .
When is each faster? The LCD method wins when the little denominators are simple, because one multiplication clears them all. The combine-and-divide method reads more clearly when the top and bottom already hold a single fraction each, or when you want every intermediate piece visible. Neither is wrong; pick the shorter path for the problem in front of you.
The same problem, both ways
Seeing one expression solved twice makes the choice concrete. Take (1/x + 1)/(1/x) (1/x + 1)/(1/x) again, this time with combine-and-divide.
First, combine the top over a common denominator: 1/x + 1 = (1 + x)/x (1 + x)/x . The bottom is already a single fraction, 1/x 1/x . Now divide by multiplying by the reciprocal: (1 + x)/x · x/1 = 1 + x ((1 + x)/x)*(x/1) . The x cancels, and the answer is x + 1 x + 1 , exactly what the LCD method gave.
Same answer, two roads. Here the LCD road was one line shorter, because the single shared denominator x cleared both fractions at once. On a problem where the top and bottom each already sit as one fraction, combine-and-divide would have been the shorter of the two. That is the whole reason to keep both in your kit.
A restriction rides along with every variable denominator
The simplified answer above is x + 1 x + 1 , which looks perfectly happy at x = 0 x = 0 . But the original had x underneath, so x = 0 x = 0 was never allowed, and it stays not allowed. The rule is simple: any value that made an original little denominator zero is excluded, even after it vanishes from the final form.
Write that restriction next to your answer every time. If you want the full reasoning on which values to bar and why, the sibling guide on excluded values walks through it. Wikipedia’s entry on the fraction covers the formal definition of a complex, or compound, fraction if you want the reference.
Three worked examples, easy to exam-level
Watch both methods in action as the problems climb. Each step names the rule it uses.
Complex fractions, three levels
(1/2)/(3/4) - Read the main bar as division: (1/2)/(3/4)
(1/2)/(3/4)means 1/2 ÷ 3/4(1/2)/(3/4). - Apply the reciprocal rule for division: flip the bottom and multiply, 1/2 · 4/3 = 4/6
(1/2)*(4/3). - Reduce by the GCD of 2: 4/6 = 2/3
4/6.
2/3 (1/x + 1)/(1/x) - Find the LCD of every small denominator: the only one is x, so the LCD is x.
- Multiply every term, top and bottom, by x (LCD method): the top (1/x + 1) · x = 1 + x
(1/x + 1)*xand the bottom (1/x) · x = 1(1/x)*x. - Write the cleared fraction: (1 + x)/1 = x + 1
x + 1. - Attach the restriction: x sat in a denominator in the original, so x ≠ 0
x != 0.
x+1 Restriction x ≠ 0
(1/(x+1) + 1/x)/(1/x - 1/(x+1)) - Combine the numerator over a common denominator (Method 1, step one): 1/(x+1) + 1/x = (x + (x+1))/(x(x+1)) = (2x+1)/(x(x+1))
(x + (x+1))/(x*(x+1)). - Combine the denominator the same way: 1/x − 1/(x+1) = ((x+1) − x)/(x(x+1)) = 1/(x(x+1))
((x+1) - x)/(x*(x+1)). - Divide by multiplying by the reciprocal: (2x+1)/(x(x+1)) · x(x+1)/1 = 2x + 1
(2x+1)/(x*(x+1)) * (x*(x+1))/1. The x(x+1)x*(x+1)factor cancels top and bottom. - Attach the restrictions from the original small denominators: x ≠ 0
x != 0and x ≠ −1x != -1.
2x+1 Restriction x ≠ 0, x ≠ −1
A quick reference for the common shapes
These are the complex fraction examples that show up most, each written the way you would type it into the calculator so you can copy a row straight in and check it.
| Type this | Reads as | Simplest form | Restriction |
|---|---|---|---|
(2/3)/(4/9) | (2/3)/(4/9) | 3/2 | none |
(1/x)/(1/x^2) | (1/x)/(1/x²) | x | x ≠ 0 |
(1/x + 1)/(1/x) | (1/x + 1)/(1/x) | x + 1 | x ≠ 0 |
(1 + 1/x)/(1 - 1/x) | (1 + 1/x)/(1 − 1/x) | (x+1)/(x−1) | x ≠ 0, x ≠ 1 |
(x/y)/(x^2/y^2) | (x/y)/(x²/y²) | y/x | x ≠ 0, y ≠ 0 |
Notice the third and fourth rows: both start from a fraction within a fraction, yet the fourth carries a second restriction because a new denominator, x − 1 x - 1 , appears once you combine the bottom. Always read the finished denominator for restrictions too, not just the original small ones.
Where the marks get lost
Almost every dropped point on a complex fraction traces back to one of three slips. Each has a clean fix once you can name it.
Cross-cancelling before the top and bottom are single fractions
You cannot cancel an x in the top against an x in the bottom while either side is still a sum. In (1/x + 1)/(1/x) (1/x + 1)/(1/x) , the x in 1/x + 1 1/x + 1 is only part of the numerator, so it has nothing to cancel against yet. Cancelling is a last step, after each side is one fraction or the LCD has cleared them, never a first move.
Multiplying only some terms by the LCD
The LCD method works because every term gets multiplied, including the lonely whole numbers. In 1 − 1/x 1 - 1/x , the 1 has to be multiplied by the LCD too, giving x − 1 x - 1 , not 1 − 1 1 - 1 . Miss the standalone term and the whole answer tips over.
Reading the restrictions off the answer instead of the problem
The simplified form often hides the very values that were banned. Restrictions come from the original little denominators and from any denominator you build while combining, not from the tidy result. Collect them as you go, the way the excluded values guide lays out, so none slip past.
How do you know you are finished?
Simplest form for a complex fraction has a short, specific checklist. You are done when all three are true:
- No fraction remains inside the numerator or the denominator. If a small fraction is still stacked above or below the main bar, keep going.
- The result is fully reduced. Cancel any common factor shared by the final top and bottom, the way 4/6
4/6became 2/32/3above. - The restriction is attached. Every value that zeroed an original little denominator, and any new denominator you created while combining, is listed beside the answer.
If any little fraction is still hiding inside the stack, you are not finished, no matter how tidy the rest looks. Clear it, reduce, then re-check the list.
Practice: complex fractions
Practice: complex fractions
Try each one on paper first, then open the answers to check your working.
- Simplify (2/3)/(4/9)
(2/3)/(4/9). - Simplify (3/4)/(1/8)
(3/4)/(1/8). - Simplify (1/x)/(1/x²)
(1/x)/(1/x^2). - Simplify (1 + 1/x)/(1 − 1/x)
(1 + 1/x)/(1 - 1/x). - Simplify (1/a − 1/b)/(1/b − 1/a)
(1/a - 1/b)/(1/b - 1/a). - Simplify (x/y)/(x²/y²)
(x/y)/(x^2/y^2).
Show answers
- Reciprocal: 2/3 · 9/4 = 18/12 = 3/2
(2/3)*(9/4). - Reciprocal: 3/4 · 8 = 6
(3/4)*8. - Flip the bottom: 1/x · x² = x
(1/x)*x^2(x ≠ 0). - LCD is x: (x + 1)/(x − 1)
(x+1)/(x-1)(x ≠ 0, x ≠ 1). - Top (b − a)/(ab)
(b-a)/(a*b), bottom (a − b)/(ab)(a-b)/(a*b), ratio (b − a)/(a − b) = −1(b-a)/(a-b)(a ≠ 0, b ≠ 0, a ≠ b). - Flip the bottom: x/y · y²/x² = y/x
(x/y)*(y^2/x^2)(x ≠ 0, y ≠ 0).
Pick a method and stick to it
For a given problem, choose combine-and-divide or the LCD, then run it start to finish without switching halfway. Mixing the two mid-problem is where common denominators get dropped and restrictions go missing. When the little denominators are simple, reach for the LCD; when the top and bottom each hold one fraction already, combine and flip. Either way, close with the finished checklist and the restriction line.
The same reciprocal habit carries into the next topic over: clearing a fraction out of a denominator with a radical is its own move, and rationalizing the denominator picks up right there. For any stack you are unsure about, the simplify calculator shows the full step list so you can find the exact line where your work parted from its work.
The restriction you drop is almost always the one that vanished from the answer but still lived in the original stack.