Define the sequences (an) and (bn) by
an,bn>0,∀n∈N+,an+1=an−1+∑i=1nai11,bn+1=bn+1+∑i=1nbi11.
1. If a100b100=a101b101, find the value of a1−b1.
First, we derive the relationship for an:
an+1(1+i=1∑nai1)=an(1+i=1∑nai1)−1.
Iterating this, we get:
an+1(1+i=1∑nai1)=a1.
Thus,
an+1a1=1+i=1∑nai1.
For bn, we have:
bn+1(1+i=1∑nbi1)=bn(1+i=1∑nbi1)+1.
Iterating this, we get:
bn+1(1+i=1∑nbi1)=b1+2n.
Thus,
bn+1b1+2n=1+i=1∑nbi1.
Given a100b100=a101b101, we have:
a101a1=a100a1⋅a101a100=1+i=1∑100ai1,
and
b100b1+198=b101b1+198⋅b100b101=1+i=1∑99bi1.
Equating the expressions, we get:
a101a1=b100b1+198.
Given a100b100=a101b101, we have:
a100a101=b101b100.
Thus,
a1−b1=199.
The answer is: \boxed{199}.
2. If a100=b99, determine which is larger between a100+b100 and a101+b101.
We need to compare a100+b100 and a101+b101. We have:
a101=a100−1+∑i=1100ai11,
and
b101=b100+1+∑i=1100bi11.
Since a100=b99, we need to analyze the behavior of the sequences. Given the nature of the sequences, an+1 is always less than an and bn+1 is always greater than bn.
Thus, a101<a100 and b101>b100. Therefore:
a100+b100>a101+b101.
The answer is: a100+b100 is larger.