MHB How do I find the value of delta in a delta epsilon proof using a graph?

Click For Summary
To find the value of delta in a delta-epsilon proof using a graph, the function f(x) = 2x/(x^2 + 4) is analyzed around x = 1, where f(1) = 0.4. The goal is to ensure that |f(x) - 0.4| < 0.1, which translates to the function being bounded between 0.3 and 0.5. By examining the graph, it is determined that if 0.7 < x < 2, the function remains within these bounds. Thus, delta must be chosen such that |x - 1| < delta ensures x stays within this interval.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Find a graph to a number $\delta$ such that
$$\textit{if }
|x-1|<\delta
\textit{ then }
\left|\dfrac{2x}{x^2+4}-0.4\right|<0.1
$$

ok I always had a very hard time doing these I did look at some examples but still ?
did a ibispaint drawing to start basically it looks like we are finding the dimenstions of box given the parameters

Untitled3_20200822115833.png
 
Physics news on Phys.org
Let's draw the function $\frac{2x}{x^2+4}$.

\begin{tikzpicture}[scale=5]
\draw[help lines] (0,0) grid[step=0.1] (2,0.5);
\draw[-latex] (-0.2,0) -- (2.1,0);
\draw[-latex] (0,-0.1) -- (0,0.6);
\draw foreach \i in {0.7,1,2} { (\i,0.5) -- (\i,0) node[ below ] {$\i$} };
\draw foreach \i in {0.3,0.4,0.5} { (2,\i) -- (0,\i) node[ left ] {$\i$} };
\draw[domain=-0.2:2.1, variable=\x, blue, ultra thick] plot ({\x}, {2*(\x)/((\x)^2+4)}) node[ right ] {$\frac{2x}{x^2+4}$};
\end{tikzpicture}
 
So you are saying the transformations of $- 0.4$ and the ABS are not critical for the proof

I think I see how the rest of the calculations would go
 
karush said:
So you are saying the transformations of $- 0.4$ and the ABS are not critical for the proof

I think I see how the rest of the calculations would go

They are relevant.
Let $f(x)=\frac{2x}{x^2+4}$.
Then we have $|f(x)-0.4|<0.1$ and $f(1)=0.4$.
It follows that we must have $0.3 < f(x) < 0.5$, and I've drawn the corresponding horizontal lines at $y=0.3$ and $y=0.5$ in the picture.
Now we need to find a minimum and maximum $x$ around $x=1$ such that the function is between those horizontal lines.
In the picture we can see that if $0.7 < x < 2$ that the function will indeed be between those lines.

That leaves finding $\delta$ such that if $|x-1|<\delta$ that we will have $0.7 < x < 2$.
 
Klaas van Aarsen said:
They are relevant.
Let $f(x)=\frac{2x}{x^2+4}$.
Klaas van Aarsen said:
They are relevant.
Let $f(x)=\frac{2x}{x^2+4}$.
Then we have $|f(x)-0.4|<0.1$ and $f(1)=0.4$.
It follows that we must have $0.3 < f(x) < 0.5$, and I've drawn the corresponding horizontal lines at $y=0.3$ and $y=0.5$ in the picture.
Now we need to find a minimum and maximum $x$ around $x=1$ such that the function is between those horizontal lines.
In the picture we can see that if $0.7 < x < 2$ that the function will indeed be between those lines.

That leaves finding $\delta$ such that if $|x-1|<\delta$ that we will have $0.7 < x < 2$.

Then we have $|f(x)-0.4|<0.1$ and $f(1)=0.4$.
It follows that we must have $0.3 < f(x) < 0.5$, and I've drawn the corresponding horizontal lines at $y=0.3$ and $y=0.5$ in the picture.
Now we need to find a minimum and maximum $x$ around $x=1$ such that the function is between those horizontal lines.
In the picture we can see that if $0.7 < x < 2$ that the function will indeed be between those lines.

That leaves finding $\delta$ such that if $|x-1|<\delta$ that we will have $0.7 < x < 2$.

Mahalo Much
I'm need to do a lot more of these to really have it down cold

I tried to make the boundary lines dashed and just up the the graph but that must be separate from the for each call?
 
Thread 'Problem with calculating projections of curl using rotation of contour'
Hello! I tried to calculate projections of curl using rotation of coordinate system but I encountered with following problem. Given: ##rot_xA=\frac{\partial A_z}{\partial y}-\frac{\partial A_y}{\partial z}=0## ##rot_yA=\frac{\partial A_x}{\partial z}-\frac{\partial A_z}{\partial x}=1## ##rot_zA=\frac{\partial A_y}{\partial x}-\frac{\partial A_x}{\partial y}=0## I rotated ##yz##-plane of this coordinate system by an angle ##45## degrees about ##x##-axis and used rotation matrix to...

Similar threads

Replies
20
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
12K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K