When solving longer calculus problems, recognising how techniques connect becomes essential, which is why many students revisit A Level Differentiation in Exam Questions – Combining All Three Rules to strengthen the structural thinking needed before tackling integration.
Mixed Technique Integration Exam Questions
Mixed Technique Integration Exam Questions
🎯Mixed technique integration appears when examiners deliberately remove method signposts. In A Level Maths, you are rarely told “use substitution” or “use integration by parts.” Instead, you are given an expression that could begin in several ways, and your decision determines whether marks stabilise or disappear.
This becomes particularly relevant during A Level Maths revision that builds confidence, especially approaching May half term exam revision, when full papers replace topic-based practice. The difficulty is not algebraic complexity. It is structural recognition.
A question might contain a product that looks ready for parts, yet hides a substitution inside. Or it might appear suitable for substitution but becomes unstable unless rewritten first. Examiners know this. They are not testing memory. They are testing modelling judgement.
Mixed technique integration is therefore not about knowing more methods. It is about choosing the right starting point, and committing to it calmly.
🔙 Previous topic:
🧭 Visual / Structural Anchor
Before integrating anything, pause properly and decide what structure you are looking at. In A Level integration questions where partial fractions are not involved, the real choice is usually between two techniques: substitution or integration by parts. Students often think the presence of multiplication automatically signals parts. That instinct is understandable, but it is not reliable. The decision must come from whether there is a structural relationship inside the integrand.
Take the integral
\int x e^{x^2} , dx
There is multiplication, so at first glance it resembles a parts question. However, look carefully at the exponent. The expression x^2 sits inside e^{x^2}. If you mentally differentiate that inner function, you obtain
\frac{d}{dx}(x^2) = 2x
A multiple of that derivative is already present outside the exponential. That is not accidental. When an inner function appears and its derivative, or something very close to it, is sitting elsewhere in the integrand, that is the defining signal for substitution. The multiplication is not structural independence; it is derivative pairing in disguise. If we let
u = x^2
then
\frac{du}{dx} = 2x
and the entire integral reduces to something proportional to
\int e^u , du
That reduction is clean because the relationship was identified first. The method followed from structure.
Now compare this with
\int x \cos x , dx
Here again there is multiplication, but there is no inner function inside \cos x whose derivative produces x, and x is not the derivative of anything inside the cosine. The two factors are independent. One is algebraic, the other trigonometric. There is no pairing relationship that substitution could exploit. This is when integration by parts becomes necessary, not because there is multiplication, but because differentiating one factor simplifies it. If we choose
u = x \quad and \quad dv = \cos x , dx
then
du = dx \quad and \quad v = \sin x
and the integral becomes
x \sin x – \int \sin x , dx
which evaluates to
x \sin x + \cos x + C
Parts works here because differentiation reduces the polynomial factor. Substitution would not simplify the structure at all.
The practical question, therefore, is not “Is there multiplication?” but rather “Is there a derivative relationship?” If an inner function exists and its derivative appears elsewhere in the integrand, substitution is usually correct. If the factors are independent and one becomes simpler when differentiated, integration by parts is more appropriate. Substitution depends on relationship; parts depends on independence.
It helps to see this comparison explicitly:
|
Integral |
Method |
Why This Method? |
|
\int x e^{x^2} dx |
Substitution |
\frac{d}{dx}(x^2)=2x appears outside |
|
\int \frac{2x}{x^2+1} dx |
Substitution |
Numerator is derivative of denominator |
|
\int x \cos x , dx |
By parts |
No derivative pairing; independent functions |
|
\int x e^x dx |
By parts |
Exponential has no inner function to substitute |
|
\int \ln x , dx |
By parts |
Logarithm simplifies when differentiated |
To see substitution clearly in action, consider
\int \frac{2x}{x^2+5} dx
The denominator contains x^2+5, and differentiating that expression gives 2x, which matches the numerator exactly. That pairing makes the choice straightforward. Let
u = x^2+5
so that
\frac{du}{dx} = 2x
The integral transforms immediately into
\int \frac{1}{u} du
which evaluates to
\ln|u| + C
and therefore
\ln(x^2+5) + C
The reduction works because the derivative relationship was identified before any algebra began.
Now contrast that with a clear integration by parts example such as
\int x e^x dx
There is multiplication, but there is no inner function inside e^x creating a derivative match. Differentiating x simplifies it, while integrating e^x leaves it unchanged. That combination is precisely what parts is designed for. If we let
u = x \quad and \quad dv = e^x dx
then
du = dx \quad and \quad v = e^x
so the integral becomes
x e^x – \int e^x dx
which simplifies to
x e^x – e^x + C
or equivalently
e^x(x-1) + C
The method succeeds because differentiation reduced the algebraic term and the structure became simpler, not more complicated.
The guiding principle is steady and reliable. If you can see a derivative pairing, choose substitution. If no such pairing exists and one factor becomes simpler when differentiated, choose integration by parts. The outer structure decides, not the superficial presence of multiplication.
⚠️ Common Problems Students Face
One pattern appears again and again in exam scripts. A student sees multiplication and moves straight to integration by parts without checking whether a substitution relationship is sitting quietly inside the expression. When substitution was structurally required, the initial method mark disappears immediately. The algebra that follows may be tidy, but the foundation was wrong.
Another frequent issue occurs when substitution is chosen correctly but not completed fully. A student sets u = x^2+1, writes down \frac{du}{dx}, and then only partially converts the integral. Half of the expression remains in terms of x, half in terms of u. At that point, accuracy marks are already at risk because the structural transition was incomplete.
There is also the habit of cancelling terms too early. For example, simplifying fractions informally before confirming domain restrictions or before checking whether subtraction is involved in the numerator. This often leads to incorrect modelling. The working may look efficient, but the logical control has slipped.
Some students begin with substitution, become uncertain, and then try to switch to parts halfway through. That structural reset breaks conditional marks. Examiners award method credit for a coherent plan. When the plan changes mid-line without justification, the script loses stability.
Rewriting expressions unnecessarily is another subtle problem. Expanding brackets or rearranging forms before deciding the method can introduce avoidable algebraic instability. The marks do not increase because the working is longer; they decrease when clarity is lost.
Finally, constants are frequently mishandled during back-substitution. A missing factor from \frac{du}{dx} or an overlooked multiplier during adjustment can cost the final accuracy mark, even when the chosen technique was correct from the start.
These scripts often look busy. They are not careless. They are structurally undecided.
📘 Core Exam Question
Evaluate
\int x \ln x dx
At first sight, this looks uncomfortable. There is no obvious inner function to substitute. There is a product of x and \ln x.
The dominant structure is multiplication. That signals integration by parts.
We define
u = \ln x, \quad dv = x , dx
Why this choice? Because differentiating \ln x simplifies it to \frac{1}{x}, while integrating x becomes \frac{x^2}{2}. We reduce complexity rather than increase it.
Then
du = \frac{1}{x} dx
v = \frac{x^2}{2}
Applying the formula
\int u dv = uv – \int v du
gives
\frac{x^2}{2}\ln x – \int \frac{x^2}{2} \cdot \frac{1}{x} dx
The remaining integral simplifies to
\int \frac{x}{2} dx
which evaluates to
\frac{x^2}{4}
So the final result is
\frac{x^2}{2}\ln x – \frac{x^2}{4} + C
Nothing exotic occurred. The marks come from clean sequencing.
📊 How This Question Is Marked
M1: Correct identification of integration by parts structure.
A1: Correct substitution of u and dv.
M1: Correct application of parts formula.
A1: Accurate simplification of secondary integral.
A1: Correct final expression including constant.
The first method mark is purely structural. The examiner is asking: did the student recognise that integration by parts governs the integral? If a candidate begins with substitution when there is no inner–outer derivative relationship, that mark is not awarded. Even if the algebra continues confidently for several lines, the script has already stepped outside the intended method. In exam marking, that initial decision matters more than fluency.
The next accuracy mark depends on choosing u and dv sensibly. A common mistake is reversing them without thinking through the consequence. For instance, in an integral such as \int x e^x dx, taking u = e^x and dv = x , dx technically fits the formula, but it makes the remaining integral harder than the original. Students who make that choice often find themselves trapped in heavier algebra, and this is where signs are dropped or constants are lost. The method mark may survive, but later accuracy marks become fragile.
The second M1 is awarded for applying
\int u , dv = uv – \int v , du
correctly. The subtraction sign is one of the most frequent failure points. Under time pressure, students sometimes write a plus instead of a minus. That single slip changes the entire antiderivative. Because the mistake occurs at formula level, every subsequent line inherits it. Examiners cannot treat that as minor; it alters the structure completely.
Another common issue appears during simplification of the secondary integral. After forming the uv term, the remaining integral must be evaluated cleanly. Students often rush here. They may integrate correctly but forget to multiply by an earlier constant. They may distribute a negative sign inconsistently across brackets. They may even reintroduce the original integrand by accident through poor algebraic control. These are not conceptual misunderstandings. They are sequencing lapses, but they still remove the A1 mark.
The final accuracy mark depends on presenting the correct completed expression, including the constant of integration. Omitting +C seems small, yet it prevents full credit. In longer exam questions where the result is used again, that omission can also disrupt later marks.
If substitution had been attempted incorrectly at the beginning, method marks would stop at that point. The examiner does not reward effort detached from structure. A script can look detailed and still score poorly if the governing technique was misidentified.
Structure is assessed before calculation. When the framework is right, small slips may still allow conditional credit. When the framework is wrong, neat algebra rarely rescues the marks that have already gone.
🔥 Harder Question
Look at the definite integral
\int_{0}^{16} \frac{x}{1+\sqrt{x}} , dx
and suppose you are told to use the substitution
u = 1+\sqrt{x}.
This is not the sort of substitution that collapses in two lines. You have to rebuild the integral properly. If you rush, something small will be left behind in terms of x, and that is where the algebra later becomes messy.
Start by rewriting the substitution in a way that is actually usable. From
u = 1+\sqrt{x}
you immediately get
\sqrt{x} = u-1.
Square that carefully and you have
x = (u-1)^2.
So far, nothing dramatic. The next part is where scripts often wobble. We need dx in terms of du. Differentiate
u = 1+\sqrt{x}
with respect to x. That gives
\frac{du}{dx} = \frac{1}{2\sqrt{x}}.
Turn that around and you get
\frac{dx}{du} = 2\sqrt{x}.
But we already replaced \sqrt{x} with u-1, so this becomes
\frac{dx}{du} = 2(u-1),
which means
dx = 2(u-1),du.
Now pause. Everything must change variable. Not just part of it.
The numerator x becomes latex^2[/latex].
The denominator 1+\sqrt{x} becomes u.
The differential dx becomes 2(u-1)du.
Putting that together gives
\frac{(u-1)^2}{u} \cdot 2(u-1).
That simplifies to
\frac{2(u-1)^3}{u}.
Now deal with the limits. When x=0, we have u=1. When x=16, we have u=5. So the integral becomes
\int_{1}^{5} \frac{2(u-1)^3}{u} du.
That is the modelling stage complete. If a student forgets to change limits, or leaves one term in x, the next stage becomes unstable. That is usually where marks start to thin out.
Now the integration itself is not especially sophisticated, but it does require control. Expand
latex^3 = u^3 – 3u^2 + 3u – 1[/latex].
Dividing through by u gives
u^2 – 3u + 3 – \frac{1}{u}.
Multiply by 2 and the integrand becomes
2u^2 – 6u + 6 – \frac{2}{u}.
Integrate term by term and you obtain
\frac{2}{3}u^3 – 3u^2 + 6u – 2\ln u.
Substituting 5 and 1 into that expression leads, after simplification, to a result of the form
A – B\ln 5.
What makes this properly demanding is not the integration. It is the consistency. The substitution must be total. The limits must follow the new variable. The algebra cannot drift. Once structure loosens in the first few lines, it is very difficult to recover later.
📊 How This Is Marked
M1 is awarded for carrying out the substitution fully and coherently. That means expressing the original variable in terms of the new one, converting dx correctly, and rewriting the entire integrand. If part of the expression remains in the original variable, the structure is incomplete and the method mark is at risk. Examiners are looking for a clean change of variable, not a partial attempt.
The first A1 mark depends on adjusting correctly for any constant factor that appears during differentiation. In examples such as letting u = x^3, we obtain \frac{du}{dx} = 3x^2. If the original integrand contains only x^2, then a factor of \frac{1}{3} must be introduced. Students often perform the substitution correctly but forget this scaling step. The working can look almost perfect, yet the answer represents a different antiderivative. That small omission removes the accuracy mark.
The final A1 is awarded for correct back-substitution. After integrating in terms of u, the result must be written again in terms of the original variable. Leaving the answer in terms of u loses credit, as does reintroducing the original variable incorrectly. A common slip is substituting back into only part of the expression while forgetting a remaining instance of u.
A script can look right but still score low. Writing
e^{x^3} + C
instead of
\frac{1}{3}e^{x^3} + C
is a typical example. The substitution was recognised, the integration was performed, yet the scaling was ignored. Because differentiation of the final answer would not return the original integrand, full credit cannot be awarded.
Conditional credit may be given if the substitution framework is correct but a constant factor is mishandled. However, if the structural conversion itself is incomplete, interpretation marks do not follow. Examiners first check that the change of variable has been carried through consistently before rewarding algebraic accuracy.
In twisted versions of these questions, the trap is rarely technical difficulty. It is whether the substitution has been executed with complete control from start to finish.
🧠 Before vs After Contrast
Uncontrolled modelling usually begins with speed. A student sees multiplication and immediately reaches for integration by parts because that is the technique most strongly associated with products. There is no pause to check whether one expression is actually the derivative of something inside the other. The method is chosen by appearance rather than structure. Algebra begins expanding almost straight away. Brackets appear. Signs start to accumulate. The working looks active and confident. Yet underneath, the original relationship has not been examined carefully. If substitution was the correct route, every subsequent line is built on the wrong decision. Even when the algebra is handled neatly, the final answer often feels heavy or unstable. Small slips begin to multiply because the structure never simplified in the first place.
Controlled modelling looks quieter at the beginning. The student does not write anything immediately. Instead, they check the exponent or inner function and mentally differentiate it. They ask whether the derivative is already present elsewhere in the integrand. When they recognise structural pairing, substitution is chosen deliberately rather than automatically. The integral is converted fully before integration begins. As a result, the algebra does not expand; it contracts. The working remains compact. There are fewer moving parts, so fewer opportunities for sign errors or dropped constants. The final answer feels proportionate to the question.
What is important here is that both scripts may contain a similar number of lines. Both may look organised. Both may even arrive at expressions that resemble correct forms. The difference is not visible effort. It is structural judgement. One approach preserves method marks because it respects the hierarchy of the problem. The other approach relies on surface recognition and hopes the algebra will carry it through.
Examiners reward control, not activity. Two students can produce equally busy pages of working. Only one will have protected the marks from the first line onward.
📝 Practice Question
Evaluate
\int x^2 e^x , dx
Before touching the pen, look at the structure. There is multiplication between a polynomial and an exponential. There is no inner function inside e^x, so substitution would not simplify anything. What will simplify is the polynomial if it is differentiated. Each time you differentiate x^2, its degree drops. That is the structural clue. This is an integration by parts question, and it will not resolve in one application.
✅ Model Solution
We start with
\int x^2 e^x , dx.
The decision now is which part to call u and which part to treat as dv. A helpful guiding idea is this: choose u so that differentiating it makes the expression simpler. Since differentiating x^2 gives 2x, which is simpler, that is the sensible choice.
So let
u = x^2
and
dv = e^x dx.
Then
du = 2x dx
and
v = e^x.
Now apply the formula
\int u , dv = uv – \int v , du.
This gives
x^2 e^x – \int 2x e^x , dx.
At this stage the structure has improved, but it has not finished improving. The new integral still contains a polynomial multiplied by e^x. That tells us immediately that a second round of integration by parts is needed. This is where many students lose rhythm. They think the hard part is done, but in fact the control must continue.
First, factor out the constant 2 from the remaining integral. That leaves
2 \int x e^x , dx.
Now apply integration by parts again. The same logic applies as before. Differentiating x reduces it to a constant, so let
u = x
and
dv = e^x dx.
Then
du = dx
and
v = e^x.
Using the formula again gives
x e^x – \int e^x dx.
This time the remaining integral is straightforward, since the integral of e^x is simply e^x. So we obtain
x e^x – e^x.
Now return to the constant that was factored out earlier. Multiplying by 2 gives
2x e^x – 2e^x.
We now substitute this back into the expression from the first stage. Recall we had
x^2 e^x – \int 2x e^x dx.
So we now have
x^2 e^x – (2x e^x – 2e^x).
This line deserves attention. The entire bracket is being subtracted. A very common mistake here is to forget that the negative applies to both terms. Distributing correctly gives
x^2 e^x – 2x e^x + 2e^x.
At this point nothing remains to integrate. The expression can be left as it stands, but factoring out e^x makes the structure clearer:
e^x(x^2 – 2x + 2) + C.
That is the final answer.
What makes this problem genuinely testing is not the formula itself. Most students know the integration by parts rule. The difficulty lies in maintaining structural control across two iterations. Each subtraction sign must be carried accurately. Each intermediate result must be substituted back carefully. If concentration slips at the second stage, the final expression may look similar but will not differentiate back to the original integrand.
In exam conditions, this type of question rewards steadiness more than speed. The algebra is not long, but it demands attention from start to finish.
📚 Setup Reinforcement
In mixed technique integration, most marks are not lost in the final line. They are lost in the first decision. Students often believe the algebra is the difficult part. In reality, hesitation at the beginning causes more damage than any expansion or simplification later on.
When the structure is unclear, working becomes reactive. One method is tried, then abandoned. A substitution begins but is not fully converted. Integration by parts is started without thinking through whether it will actually reduce the expression. These shifts rarely look dramatic on paper, yet they weaken the logic of the solution.
A steadier approach is to separate the process mentally. First, identify the dominant structure. Is there a derivative pairing that makes substitution natural? Or are two independent functions multiplied together, suggesting parts? Only after that decision is made should calculation begin.
Conversion must be complete. If substitution is chosen, every instance of the original variable must be rewritten before integrating. If parts is chosen, the roles of u and dv must be selected with simplification in mind. The method should reduce complexity, not increase it.
Never half-switch method mid-line. Once structure is committed to, follow it through calmly. Most integration errors are not about knowledge. They are about drift.
✅ Stability / Structural Checklist
Before moving on, pause and ask yourself a few direct questions.
Have I identified the dominant structure of the integrand, rather than reacting to surface multiplication?
If I am considering substitution, does an inner derivative such as \frac{d}{dx}(x^3) genuinely appear elsewhere in the expression?
If I am using integration by parts, will differentiating my chosen u actually simplify it?
Have I adjusted properly for any constant factor that appeared during substitution?
Have I converted everything consistently before integrating, including limits in a definite integral?
If these points are secure, the algebra that follows is usually manageable. When structure is stable, marks tend to follow naturally.
🎯 Sharpening Structural Decisions Before May
By the time May papers arrive, mixed technique integration is rarely presented in isolation. It appears inside longer questions, often after differentiation or algebraic manipulation has already consumed time and attention. At that point, hesitation becomes expensive. Most students do not lose marks because they cannot integrate. They lose marks because they pause too long deciding which method applies.
On the 3-Day A Level Maths Easter Exam Booster Course, integration is trained inside full exam-style sequences rather than topic drills. Students are shown how to identify structural signals before writing a single line. Is there an inner derivative present? Will differentiating simplify the expression? Is the multiplication genuine or is it disguising substitution? These questions are practised repeatedly until they become automatic.
Under timed conditions, fatigue affects judgement more than knowledge. Small structural slips begin to appear in otherwise strong scripts. The course focuses on decision checkpoints so that even under pressure, the first step is steady. When the opening decision is secure, the rest of the working tends to follow cleanly.
Mixed technique questions stop feeling unpredictable once structure is recognised quickly and calmly. That shift alone can protect several marks per paper.
🎯Full-Paper Control Under Timed Pressure
Longer integration problems are rarely about advanced algebra. They are about control across multiple stages. Substitution must be completed fully. Integration by parts must reduce, not expand, the expression. Constants must be tracked carefully. Limits must change correctly. Each small decision influences the next.
On the A Level Maths Exam Preparation Course, modelling discipline is trained deliberately. Students practise extended questions where techniques combine and sequencing matters more than speed. Instead of treating substitution, parts and partial fractions as separate skills, they are integrated into complete exam problems where structure determines method.
A common pattern among high-achieving students is drift rather than misunderstanding. They begin correctly but lose tight control in the middle of a solution. Structured preparation addresses that directly. Students rehearse staying with one coherent plan from the first line to the final simplification.
When modelling remains stable, integration becomes predictable rather than reactive. That consistency is often what separates a secure Grade A from one that just falls short.
👨🏫Author Bio
S Mahandru
A Level Mathematics specialist focused on modelling discipline, structural sequencing, and mark scheme stability across Pure papers. Teaching emphasises calm decision-making under pressure and protecting method marks through hierarchy awareness.
🧭 Next topic:
As integration questions become more structured and reasoning-based, the ideas developed here lead naturally into Integration Proof-Style Questions, where explaining each step becomes just as important as calculating it.
🧾Conclusion
Mixed technique integration questions are not set to overwhelm you with algebra. They are set to test whether you can read structure calmly. When the dominant relationship inside the integrand is recognised early, the method tends to become obvious. When the method is guessed from surface appearance, the algebra expands and the marks thin out long before the final line.
In A Level Maths, confidence grows from disciplined recognition rather than aggressive calculation. Substitution works when there is a genuine inner–outer pairing. Integration by parts works when two independent functions are multiplied and one simplifies when differentiated. The difficulty is rarely in carrying out the method. It lies in choosing it deliberately.
It helps to keep the distinction clear:
|
Structure You See |
Method to Use |
Why |
|
Inner function with its derivative present, e.g. \int 2x e^{x^2} dx |
Substitution |
Derivative pairing allows full variable conversion |
|
Numerator matches derivative of denominator, e.g. \int \frac{2x}{x^2+1} dx |
Substitution |
Entire integrand collapses after change of variable |
|
Polynomial × exponential, e.g. \int x^2 e^x dx |
By parts |
Differentiating polynomial reduces degree |
|
Polynomial × trig, e.g. \int x \cos x dx |
By parts |
No inner pairing; structure simplifies through differentiation |
|
Logarithm multiplied by algebraic term, e.g. \int x \ln x dx |
By parts |
Log simplifies when differentiated |
Notice the pattern. Substitution depends on relationship. Integration by parts depends on reduction. If neither condition is present, forcing either method usually makes the integral worse.
The steady sequence remains the same. Pause. Identify the structure. Convert completely. Then integrate. That rhythm protects method marks before any algebra has a chance to drift.
❓ FAQs
🧠 Why do mixed integration questions feel harder than single-method ones?
They feel harder because the examiner removes the method label. In single-topic practice, students already know which technique applies. In mixed questions, that instruction disappears. The difficulty lies in the decision, not the algebra. When students guess and switch mid-solution, marks drop through conditional loss.
Examiners reward commitment to a correct structure from the beginning. Once the right method is chosen, the integration itself is rarely advanced. The discomfort is cognitive, not technical. Learning to pause and analyse structure first reduces that pressure significantly.
🧩 How can I improve my decision-making quickly?
Work backwards from derivatives. Ask what derivative would produce the integrand. For example, seeing 2x above x^2+1 should trigger substitution recognition. Practise identifying inner derivatives visually before writing substitutions. Avoid expanding products automatically.
Many students practise integration mechanically but never rehearse structural recognition. Improvement comes from slowing the first ten seconds of each question. That is where most marks are decided.
⚠ Why do small constant errors matter so much?
Because constants reveal whether substitution was completed fully. If \frac{du}{dx}=3x^2 and you forget the 3 adjustment, the structure is incomplete. The final answer then represents a different antiderivative. Examiners cannot award full accuracy marks for a function whose derivative does not return the original integrand exactly.
These slips often happen when students rush from substitution to integration without adjusting coefficients carefully. Protecting that scaling step protects accuracy marks across the entire paper.