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.