Integral Calculus: JEE Main Mathematics Question with Solution
Let 5f(x)+4f(x1)=x1+3,x>0. Then 18∫12f(x)dx is equal to:
Your answer stays private
What feels right?
Hint 1 of 3
What substitution allows us to form a second equation and solve for f(x)?
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 substituting 1/x into the given equation and eliminating f(1/x), we find f(x)=9x5−94x+31, which gives 18∫12f(x)dx=10loge2−6.
Option analysis
Why each option works or fails
A · 10loge2−6
None. This is the correct evaluation. Correctly eliminate f(1/x) to solve for f(x) and integrate term-by-term from 1 to 2 multiplied by 18.
B · 10loge2+6
Sign error during linear combination when subtracting 4×(second equation) from 5×(first equation), leading to +6 instead of −6. Carefully track negative signs when evaluating 5(3)−4(3)=3 and the integral of the linear term −94x.
C · 5loge2+3
Student forgot to multiply the integrated result by 2 after factoring out 9 (or confused the multiplier 18 with 9) and made a sign slip. Ensure the overall factor 18 multiplies the entire integral ∫12f(x)dx.
D · 5loge2−3
Evaluated 9∫12f(x)dx instead of 18∫12f(x)dx, forgetting the coefficient 18 from the stem. Check the factor in front of the integral in the question stem: it asks for 18∫12f(x)dx, not 9∫12f(x)dx.
Reviewed route
Solution
StepWorking
01given
5f(x)+4f(x1)=x1+3for x>0
02goal
Find the value of I=18∫12f(x)dx.
03approach
Replace x with 1/x to obtain a second linear equation in f(x) and f(1/x), then eliminate f(1/x) to solve for f(x) explicitly before integrating.
04execute
Replace x→x1 in the given equation:
5f(x1)+4f(x)=x+3— (2)
Given equation is:
5f(x)+4f(x1)=x1+3— (1)
Eliminate f(1/x) by computing 5×(1)−4×(2):
25f(x)−16f(x)=5(x1+3)−4(x+3)9f(x)=x5−4x+3⟹f(x)=91(x5−4x+3)
05execute
Now compute 18∫12f(x)dx:
18∫1291(x5−4x+3)dx=2∫12(x5−4x+3)dx=2[5lnx−2x2+3x]12=2((5ln2−8+6)−(0−2+3))=2(5ln2−2−1)=2(5ln2−3)=10ln2−6
✓verify
For x=1, 5f(1)+4f(1)=4⟹9f(1)=4⟹f(1)=4/9. Using our formula f(1)=91(5−4+3)=94, perfectly consistent.
Hints that build this answer step by step
What substitution allows us to form a second equation and solve for f(x)?
Replace x with x1
Solving the system 5f(x)+4f(1/x)=x1+3 and 4f(x)+5f(1/x)=x+3 for f(x) yields:
9f(x)=x5−4x+3
Now compute 18∫12f(x)dx=2∫12(9f(x))dx=2∫12(x5−4x+3)dx. What is the result?