StepWorking
01Given
I(x)=∫(x−11)1311(x+15)1315dx and I(37)−I(24)=41(b1311−c1311) where b,c∈N.
02Goal
Evaluate the integral I(x), compute I(37)−I(24), match the parameters b and c, and calculate 3(b+c).
03Approach
Notice that the sum of the powers is 1311+1315=2. Factor out (x+15)2 from the denominator to obtain the derivative of x+15x−11.
04Execute
Rewrite the denominator: (x−11)11/13(x+15)15/13=(x+15x−11)11/13(x+15)2.
Let t=x+15x−11. Then dt=(x+15)2(x+15)−(x−11)dx=(x+15)226dx, so (x+15)2dx=26dt.
Thus, I(x)=261∫t−11/13dt=261⋅2/13t2/13+C=41t2/13+C=41(x+15x−11)132+C.
05Execute
Compute I(37) and I(24):
For x=37: t(37)=37+1537−11=5226=21, so I(37)=41(21)2/13=41(41)1/13=4141/131.
For x=24: t(24)=24+1524−11=3913=31, so I(24)=41(31)2/13=41(91)1/13=4191/131.
Thus, I(37)−I(24)=41(41/131−91/131).
✓Verify
Comparing with 41(b1/131−c1/131), we get b=4 and c=9. Both are natural numbers.
Then 3(b+c)=3(4+9)=3(13)=39.