Trying To Use Squeeze Theorem To Prove Derivatives Are Equal

  • Thread starter Thread starter toslowtogofast2a
  • Start date Start date
  • Tags Tags
    Derivatives Limit
Click For Summary
The discussion revolves around the application of the Squeeze Theorem to prove that the derivatives of three functions are equal at a point. The user attempts to demonstrate that the limits of the functions converge to the same value as they approach a specific point, using the fact that the functions are equal at that point. However, feedback indicates that the approach lacks rigor and merely asserts the result without sufficient proof. It is suggested that a direct epsilon-delta argument may be a more effective method for establishing the equality of the derivatives. The conversation emphasizes the need for a more thorough mathematical justification in such proofs.
toslowtogofast2a
Messages
12
Reaction score
4
Homework Statement
Problem Statement In Image Below
Relevant Equations
Squeeze Theorem and Limit Definition of Derivative
Below is the question and my attempt at a solution. From the info in the problem I tried to use the squeeze thm to show limf(x)=limg(x)=limh(x) all as x goes to a. Then that combined with f(a)=g(a)=h(a) I used to say all 3 derivatives are equal. Is my attempt below correct or did I make an error somewhere along the way. Thanks in advance.
SQUEEZE 2A.JPG
 
Physics news on Phys.org
Without losing generality we can do
a=0, f(a)=g(a)=h(a)=0.
When x>0
\frac{f(x)}{x} \leq \frac{g(x)}{x} \leq \frac{h(x)}{x}
x ##\rightarrow## +0
f'(0) \leq \frac{g(x)}{x} \leq h'(0)
Do similar when x <0
 
Last edited:
toslowtogofast2a said:
Homework Statement: Problem Statement In Image Below
Relevant Equations: Squeeze Theorem and Limit Definition of Derivative

Below is the question and my attempt at a solution. From the info in the problem I tried to use the squeeze thm to show limf(x)=limg(x)=limh(x) all as x goes to a. Then that combined with f(a)=g(a)=h(a) I used to say all 3 derivatives are equal. Is my attempt below correct or did I make an error somewhere along the way. Thanks in advance.
View attachment 355021
First of all, allow me to invite you to use the LaTeX capabilities of Physics Forums when posting mathematical expressions. Find a link to the LaTeX Guide here or at the end of this Thread. You are likely to get better responses to your posts if you use LaTeX.
 
toslowtogofast2a said:
Homework Statement: Problem Statement In Image Below
Relevant Equations: Squeeze Theorem and Limit Definition of Derivative

Below is the question and my attempt at a solution. From the info in the problem I tried to use the squeeze thm to show limf(x)=limg(x)=limh(x) all as x goes to a. Then that combined with f(a)=g(a)=h(a) I used to say all 3 derivatives are equal. Is my attempt below correct or did I make an error somewhere along the way. Thanks in advance.
View attachment 355021
I would say you haven't proved anything. You've more or less just stated that the result is obvious.
 
PS the question hints at using a direct ##\epsilon-\delta## approach, which might be a good exercise.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...