Which function suits this description?

  • Thread starter Thread starter lapo3399
  • Start date Start date
  • Tags Tags
    Function
lapo3399
Messages
53
Reaction score
0
Which function's definite integral from a to b will be equal to its definite integral from b to b + (b-a)/2?

\int_{a}^{b} f(x) dx = \int_{b}^{b+\frac{b-a}{2}} f(x) dx
\int_{a}^{b} f(x) dx = \int_{b}^{\frac{3b-a}{2}} f(x) dx

I know that the exponential function e^x will have a definite integral for the second area that is twice as large as the first, and that the next one ((3b-a)/2 to (9b-3a)/2) will be twice as large as the second... so would this function be the exponential function divided by some function like 2^(n-1), where n is the number of the term in the sequence of definite integrals? How would I represent this function without the use of n?

Thanks for any help!
 
Physics news on Phys.org
Does it have to be a continuous function? If not, the following piecewise function will work:

Define f(x) = c for a \leq x < b and

f(x) = 2c for b \leq x \leq b + \frac {b-a}{2}

Where c is any constant. If you want a continuous function, I'll have to do more thinking (as will you...)

(of course, if c = 0, then you've got your answer, albeit a trivial one)
 
Last edited:
Well, a continuous function would be preferable, if possible, as this function should have the same behaviour over any other interval (e.g. from one point to any other point, the area under the first half of that domain will be equal to the area between the halfway point and the 3/4 point, etc).

Thanks for any further suggestions.
 
lapo3399 said:
I know that the exponential function e^x will have a definite integral for the second area that is twice as large as the first ...

This is not correct in general.

If f(x) = \exp x then
\int_{a}^{b} f(x) dx<br /> = e^b-e^a<br /> = e^a\left(e^{(b-a)}-1\right)
\int_{b}^{\frac{3b-a}{2}} f(x) dx<br /> = e^{(b+\frac{b-a}2)}-e^b<br /> =e^b\left(e^{\left(\frac{b-a}2\right)}-1\right)

The ratio of the two integrals is thus

\frac{e^b}{e^a}\,\frac{e^{\left(\frac{b-a}2\right)}-1}{e^{(b-a)}-1} = \frac{e^{(b-a)}}{e^{\left(\frac{b-a}2\right)}+1}

Is there some relation between a and b that you haven't told us about?
 
Last edited:
Back
Top