It is well known the fact that if a real function $ f(t) \to 0$ for $t \to \infty$ then not necessary $f'(t) \to 0$, $f(t) = \frac{\sin(t^2)}{t}$ being a clear counter example. However, I have the following $$ f(t)\cdot f'(t) \leq -\alpha \cdot f(t)^2$$ with ($\alpha > 0$, $\alpha \in \mathbb{R}$) some constant. From here it is clear that $f(t) \to 0$ as $t \to \infty$. Is this also enough to conclude that $f'(t) \to 0$? I can not convince my self right now ... However, I think the additional requirement is sufficient: $$ -\alpha_1 \cdot f(t)^2 \leq f(t)\cdot f'(t) \leq -\alpha_2 \cdot f(t)^2$$ with $\alpha_1 > 0, \alpha_2 > 0$, $\alpha_1, \alpha_2 \in \mathbb{R}$ some constants, since dividing both sides by $f(t)$ already bounds $f'$ between something going to zero ...
2026-05-16 15:18:17.1778944697
sufficient condition for having $f' \to 0$ if $f \to 0$
93 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LIMITS
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- limit points at infinity
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Maximal interval of existence of the IVP
- Divergence of power series at the edge
- Compute $\lim_{x\to 1^+} \lim_{n\to\infty}\frac{\ln(n!)}{n^x} $
- why can we expand an expandable function for infinite?
- Infinite surds on a number
- Show that f(x) = 2a + 3b is continuous where a and b are constants
- If $a_{1}>2$and $a_{n+1}=a_{n}^{2}-2$ then Find $\sum_{n=1}^{\infty}$ $\frac{1}{a_{1}a_{2}......a_{n}}$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your condition is equivalent to $$\frac{1}{2} \frac{d}{dt} \left ( f(t)^{2} \right ) \leq -\alpha f(t)^{2}$$
A substitution $g=f^{2}$ gives $\frac{1}{2} \frac{d}{dt} \left ( g(t) \right ) \leq -\alpha g(t)$ and thus:
$$\frac{d}{dt} ln\left ( g(t) \right ) \leq -2\alpha t$$
$g$ is positive. Use the monoticity of both sides:
$$g(t) \leq C_{1}e^{-2\alpha t}$$
Or
$$f(t) \leq C_{2}e^{-\alpha t}$$
Now if we had your additional requirement then we know $\left | f(t)f'(t) \right | \leq -\alpha \left | f(t)^{2} \right |$ for some suitable $\alpha'$ and then
$$\left | f'(t) \right | \leq -\alpha' C_{2}e^{-\alpha t}$$
So it works.
It is actually sufficient that $\lim_{t\rightarrow \infty }f'(t)$ exists and $f'(t)$ is Riemann integrable. Then $\lim_{t\rightarrow \infty }f'(t)=0$.
Suppose $\forall \epsilon >0, \exists \delta \in \mathbb{R}$ such that $t'>\delta \Rightarrow \left | f'(t') - L \right | < \epsilon$. This means, for sufficiently large $\delta$:
$$L-\epsilon<f'(t') <L+\epsilon$$
Integrating from $\delta$ to $t(>\delta)$ with respect to $t'$: $$(L-\epsilon)(t-\delta) < f(t)-f(\delta) < (L+\epsilon)(t-\delta)$$ The inequality is preserved because it holds for for all $t'\geq \delta$.
Suppose $L$ be nonzero and positive, choose $\delta$ such that the inequality holds for $\epsilon=L/2$. This yields a contradiction as we let $t$ tend to infinity, implying $f(\delta)$ diverges. Likewise suppose $L$ be nonzero and negative and take $\epsilon = -L/2$ to get a similar result.
Finally, for $L=0$, there is no contradiction and all conditions are satisfied.