For x>1, the integral can be simplified using the property ealogx=xa.
Applying this property:
e7logx=x7
e5logx=x5
e4logx=x4
The integral becomes:
∫x5−x4x7−x5dx
Factoring the numerator and denominator:
x7−x5=x5(x2−1)
x5−x4=x4(x−1)
The integral becomes:
∫x4(x−1)x5(x2−1)dx
=∫x−1x(x2−1)dx
The numerator can be factored as a difference of squares:
x2−1=(x+1)(x−1)
Substituting:
∫x−1x(x+1)(x−1)dx
Since x>1, (x−1)=0:
=∫x(x+1)dx
=∫(x2+x)dx
Integrating term by term:
∫(x2+x)dx=3x3+2x2+C
Therefore, the integral equals 3x3+2x2+C where C is a constant of integration.