StepWorking
01given
Given integral I=∫01(x21+x14+x7)(2x14+3x7+6)1/7dx=l1(11)m/n where l,m,n∈N with gcd(m,n)=1.
02approach
Notice the inner expression has degree 14, while the outer polynomial has degree 21. If we factor out x from (x21+x14+x7) and push it into the 1/7-th power bracket as x7, the inner term becomes 2x21+3x14+6x7. Its derivative is exactly 42(x20+x13+x6), which matches the remaining outer factor.
03execute
Rewrite the integrand:
I=∫01(x20+x13+x6)⋅[x7(2x14+3x7+6)]1/7dx=∫01(x20+x13+x6)(2x21+3x14+6x7)1/7dx
Let t=2x21+3x14+6x7. Then dt=(42x20+42x13+42x6)dx=42(x20+x13+x6)dx.
When x=0, t=0. When x=1, t=2(1)+3(1)+6(1)=11.
I=421∫011t1/7dt=421[8/7t8/7]011=42×87(11)8/7=481(11)8/7
04execute
Comparing 481(11)8/7 with l1(11)m/n:
l=48, m=8, n=7.
Check that l,m,n∈N and gcd(8,7)=1.
Then l+m+n=48+8+7=63.
✓verify
Check derivative: dxd[(2x21+3x14+6x7)8/7]=78(2x21+3x14+6x7)1/7⋅42(x20+x13+x6)=48(x21+x14+x7)(2x14+3x7+6)1/7, which matches the factor of 48 in the denominator perfectly.