Solve $\int_0^T f(t) dt =1$ for T.

157 Views Asked by At

I have to solve this equation for a physics problem and I don't know where to start:

$$\int_0^T f(t) dt =1 \quad\text{and}\quad f(T)=C$$

Where $T>0$, $C>0$ and $f(t)>0$ we can suppose that $f$ is well-behaved.

Can I get $T$ as an integral or a power series without knowing it explicitly?

I have found that:

If $f(t)=C \implies T_0=\frac{1}{C}$

If $f(t)=H0 + a ( t - T) \implies T_a= \frac{C-\sqrt{C^2-2 a}}{a}$

I find that $T_a>T_0\iff a>0$ and $T_a<T_0\iff a<0$ (for the values of $a$ that makes sense.)

I'd also like to know if can be proved that $T>\frac{1}{C}$ if $f'(t)>0$ and $T<\frac{1}{C}$ if $f'(t)<0$. It makes sense if you think of the graph of f(t). If $f$ has positive derivative, then, $f(t)<\frac{1}{C}$ when $t<T$, so it will take more time until the area under the curve is 1.

EDIT: THIS IS THE ORIGINAL PHYSICS PROBLEM (READING THIS IS NOT NECESSARY TO SOLVE THE ACTUAL MATH PROBLEM)

The universe is expanding so that two points at a distance $r$, move away at a relative velocity $v$ so:

$$v=f(t) r$$

Where $t$ is the time since the Big Bang and $f(t)$ is the rate of expansion.

$f(T)=C$ (Hubble's constant) which is the speed of the expansion of the universe at our time. $T$ is the age of the universe. At time $T$ the distance between the points is $D$. At time 0, the distance was $D/{e}$

We get

$$v=dx/dt=f(t)x \implies \int_0^T f(t) dt= \int_{D/e}^D \frac{dx}{x}=1$$

I want to know how would $T$ change if the rate expansion of the universe depends on time.

1

There are 1 best solutions below

0
On

I have found an answer for the second part of the problem.

Using the mean value theorem:

$$\exists t_o \in (0, T): \int_0^Tf(t) dt=f(t_0) T$$

If $f'(t)>0$, $f$ is increasing then $f(t_0)<f(T)=C$ because $t_0<T$, so:

$$f(t_0)T=1<CT \implies T>\frac{1}{C}$$

By the same procedure, we can prove that, if $f$ is decreasing, then

$$T<\frac{1}{C}$$

Does it seem right?