i was trying to solve exercise 15 of the list of exercises 2.17 of Apostol Calculus Vol.1, but i am having difficulty finding a way to prove what he asks, that is :
$``$ Let $A_a^b(f)$ denote the average of $f$ on an interval $[a, b]$. (a) If $a < c < b$, prove that there is a number $t$ satisfying $0 < t < 1$ such that $A_a^b(f) = t A_a^c(f) + (1-t)A_c^b(f).$
Thus, $A_a^b(f)$ is a weighted arithmetic mean of $A_a^c(f)$ and $ A_{c}^{b}(f) $. $"$
I already know that choosing a convenient value for $t$ will solve this exercise, but i still wanted to know if there is any way in wich i can obtain this value instead of just pluging it in and observing that it solves the problem.
You might reason like this: the interval $[a,c]$ accounts for a proportion $\frac{c - a}{b - a}$ of the length of the interval $[a,b]$. Likewise, $[c,b]$ accounts for a $\frac{b - c}{b - a}$ proportion of the length of $[a,b]$. The average $A_a^b(f)$ is the weighted average of $A_a^c(f)$ and $A_c^b(f)$ with the same proportions.