Integral Calculus: JEE Main Mathematics Question with Solution
If f:R→R be a continuous function satisfying∫0π/2f(sin2x)⋅sinxdx+α∫0π/4f(cos2x)⋅cosxdx=0,then α is equal to
Your answer stays private
What feels right?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
By choosing the test function f(t)=1 or splitting and substituting within the integrals, we find α=−2.
Option analysis
Why each option works or fails
A · −3
Incorrectly evaluating ∫0π/4cosxdx as 23 instead of 21. Recall that sin(π/4)=21, not 23.
B · 2
Moving a term to the opposite side of the equation without changing its sign, leading to α=+2. When moving the first integral I1=1 to the right-hand side in I1+αI2=0, it becomes αI2=−1, yielding α=−2.
C · 3
Combining a wrong evaluation of the trigonometric limit sin(π/4) as 23 with a sign error when solving for α. Ensure exact values for standard angles are used (sin(π/4)=21) and track signs carefully across the equality.
D · −2
Correct option. Evaluating with f(t)=1 gives 1+α⋅21=0, which yields α=−2.
Reviewed route
Solution
StepWorking
01given
Given the equation:
∫0π/2f(sin2x)sinxdx+α∫0π/4f(cos2x)cosxdx=0
02goal
Find the constant α such that the equation holds for all continuous functions f.
03approach
Split the first integral at x=π/4 into ∫0π/4 and ∫π/4π/2, then transform the domain of both to [0,π/4] to express the entire equation in terms of ∫0π/4f(cos2x)cosxdx.
04execute
Split the first integral I1=∫0π/2f(sin2x)sinxdx:
I1=∫0π/4f(sin2x)sinxdx+∫π/4π/2f(sin2x)sinxdx
For the first part, apply King's property (x→π/4−x):
∫0π/4f(sin2(π/4−x))sin(π/4−x)dx=∫0π/4f(cos2x)sin(4π−x)dx
For the second part, substitute x−π/4=t⟹x=π/4+t with limits t∈[0,π/4]:
∫0π/4f(sin2(t+π/4))sin(t+π/4)dt=∫0π/4f(cos2t)sin(t+4π)dt
05execute
Combine the two sub-integrals:
I1=∫0π/4f(cos2x)[sin(4π−x)+sin(4π+x)]dx
Using the identity sin(A−B)+sin(A+B)=2sinAcosB:
sin(4π−x)+sin(4π+x)=2sin4πcosx=2(21)cosx=2cosx
Thus, I1=2∫0π/4f(cos2x)cosxdx.
06execute
Substitute I1 into the original equation:
2∫0π/4f(cos2x)cosxdx+α∫0π/4f(cos2x)cosxdx=0(α+2)∫0π/4f(cos2x)cosxdx=0⟹α=−2
07verify
Test with a test function f(u)=1:
∫0π/2sinxdx=[−cosx]0π/2=1.
∫0π/4cosxdx=[sinx]0π/4=21.
Then 1+α(21)=0⟹α=−2. Matches.
08given
The relation holds for any continuous function f:R→R.
09goal
Determine the value of the parameter α.
10approach
Choose the simplest continuous function f(u)=1 to quickly evaluate both integrals.
11execute
Let f(u)=1:
∫0π/2sinxdx+α∫0π/4cosxdx=0[−cosx]0π/2+α[sinx]0π/4=01+α(21)=0⟹α=−2
✓verify
Choose another test function f(u)=u to cross-check:
∫0π/2sin2xsinxdx=2∫0π/2sin2xcosxdx=2[3sin3x]0π/2=32.
∫0π/4cos2xcosxdx=∫0π/4(1−2sin2x)cosxdx=[sinx−32sin3x]0π/4=21−3⋅222=322.
Then 32+α322=0⟹α=−2. Fully consistent.
✓ Source and academic review↓
Question type
Single correct
Exam relevance
JEE Main · Mathematics
Concepts assessed
Mathematics
Academic status
Reviewed by official_key
Source
pyq
Editorial review
7 September 2026
Quick checks
Students also ask
Why did we split the first integral at pi/4?
Because the second integral has upper limit pi/4 and contains f(cos 2x). Splitting at pi/4 allows transforming both parts into intervals [0, pi/4] where sin(2(pi/4 - x)) = cos(2x) and sin(2(pi/4 + t)) = cos(2t).