- JEE Main 2026
- 08 April Evening
- Q19
- MCQ
- 4 marks
Piecewise Continuity Integral Q19
Tap a chip to jump to that section.
Quick Summary
The function is defined as 1/3 for x≤π/2, and b(1−sinx)/(π−2x)² for x>π/2. Continuity at π/2 requires the limit of the second branch to equal 1/3. Substituting x=π/2+h and using 1−sinx≈h²/2, (π−2x)²=4h² exactly, the limit reduces to b/8, so b = 8/3. This makes the integral’s upper limit 3b−6 = 2 exactly. Then ∫₀² |x²+2x−3| dx splits at the root x=1 (since x²+2x−3=(x+3)(x−1) is negative on [0,1) and positive on (1,2]), giving a total of 4.
Question Replay
Let f(x) = 1/3 for x ≤ π/2, and f(x) = b(1−sinx)/(π−2x)² for x > π/2. If f is continuous at x=π/2, then the value of ∫₀^(3b−6) |x²+2x−3| dx is:
Options
Correct Answer
Correct Answer: Option (D) — 4
Why This Answer
This question is really two independent skills chained together: first a continuity condition that determines an unknown constant b, then a definite integral whose LIMITS depend on that constant. Missing either half sinks the whole question — get b wrong and the integral’s upper limit changes entirely.
The limit itself, (1−sinx)/(π−2x)² as x→(π/2)⁺, is a classic disguised 0/0 form: substituting x=π/2+h turns 1−sinx into 1−cos(h) (via sin(π/2+h)=cos h), which is a standard small-angle expansion ≈h²/2, while (π−2x)²=(−2h)²=4h² exactly — no approximation needed on that side. The ratio of the two collapses cleanly to 1/8, independent of any further limiting process.
Core Concept
Continuity at a branch point fixes unknown constants. For a piecewise function to be continuous where the pieces meet, the limit of the “other side” formula must equal the defined value at that point — this is routinely used to solve for one or more unknown parameters in the formula.
Absolute value inside a definite integral. |g(x)| requires locating the sign changes of g(x) within the interval of integration (via its roots) and splitting the integral there, flipping the sign of g(x) on whichever sub-interval it is negative.
limit = b·(h²/2)/(4h²) = b/8 = 1/3 ⇒ b = 8/3
3b – 6 = 3(8/3) – 6 = 8 – 6 = 2
x²+2x-3 = (x+3)(x-1): negative on [0,1), positive on (1,2]
∫₀² |x²+2x-3| dx = ∫₀¹ -(x²+2x-3)dx + ∫₁² (x²+2x-3)dx = 5/3 + 7/3 = 4
Step-by-Step Solution
-
Set up the continuity condition. limx→(π/2)+ f(x) must equal f(π/2)=1/3.
-
Evaluate the limit with x=π/2+h, h→0+:
1 – sin(π/2+h) = 1 – cos(h) ≈ h²/2 (for small h)
(π – 2(π/2+h))² = (-2h)² = 4h²
limit = b(h²/2)/(4h²) = b/8 -
Solve for b: b/8 = 1/3 ⇒ b = 8/3.
-
Compute the integral’s upper limit: 3b−6 = 3(8/3)−6 = 8−6 = 2.
-
Factor the integrand: x²+2x−3 = (x+3)(x−1). On [0,2], this is negative for x∈[0,1) and positive for x∈(1,2].
-
Split and integrate:
∫₀¹ -(x²+2x-3)dx = -[x³/3+x²-3x]₀¹ = -[(1/3+1-3)] = 5/3
∫₁² (x²+2x-3)dx = [x³/3+x²-3x]₁² = (8/3+4-6)-(1/3+1-3) = 7/3
Total = 5/3 + 7/3 = 4
Final Answer
Final Answer: Option (D) — 4
The value of the integral is exactly 4. In the exam, when a definite integral’s limit depends on a constant defined earlier in the question, always solve for that constant completely and simplify the limit numerically before setting up the integral — an error there corrupts everything downstream.
Key Facts to Remember
- sin(π/2+h) = cos(h), useful for limits near x=π/2.
- 1−cos(h) ≈ h²/2 for small h (standard small-angle expansion).
- Always factor the expression inside |·| to find its sign changes before splitting a definite integral.
- x²+2x−3 = (x+3)(x−1), negative between the roots, positive outside.
Common Mistakes
Mistake 1: Approximating (π−2x)² using a small-angle expansion instead of computing it exactly, introducing unnecessary error into an already-exact quantity.
Fix: (π−2x) is exactly −2h when x=π/2+h — no approximation is needed or appropriate for this factor; only 1−sinx needs the small-angle expansion.
Mistake 2: Forgetting to update the integral’s upper limit after solving for b, and integrating up to a wrong or symbolic bound.
Fix: Always substitute the numeric value of b back into 3b−6 immediately after solving for b, before setting up the integral.
FAQs
Q1. How do you evaluate a 0/0-type limit like (1−sinx)/(π−2x)² near x=π/2?
Substitute x=π/2+h and let h→0. Then 1−sin(x) becomes 1−cos(h), which is approximately h²/2, and (π−2x)² becomes 4h² exactly — giving a clean finite limit of 1/8 for the ratio (1−sinx)/(π−2x)².
Q2. What is the correct answer to this question?
The integral equals 4, option (4). Continuity fixes b=8/3, so the upper limit 3b−6 becomes exactly 2.
Q3. Why does the absolute value split the integral into two pieces?
x²+2x−3 factors as (x+3)(x−1), which is negative between its roots −3 and 1, and positive outside. On [0,2] it is negative on [0,1) and positive on (1,2], so the absolute value forces separate integration on each piece with a sign flip on the first.
Q4. How many marks is this question worth, and how long should it take?
It is a 4-mark MCQ with -1 negative marking. The continuity limit and the absolute-value integral together take about 3 minutes.
Prerequisites
Before practising this question type, make sure the following are in place:
- Continuity condition lim(x→c) f(x) = f(c) for piecewise functions.
- Small-angle approximations, especially 1−cos(h) ≈ h²/2.
- Integrating |g(x)| by factoring and splitting at sign changes.
Revise these from the Continuity and Differentiability chapter, then attempt the related questions below.
Solved by Nishant Kumar Gupta for padholikhojee.in · JEE Main 2026 08 April Evening · Last updated: 2026-09-02 · Verified against the official question paper and answer key.