10
$\begingroup$

I was working on some limit homework and everything was going fine until I reached this problem:

$\lim_{\Delta x \to 0} \frac{2(x + \Delta x) - 2x}{\Delta x}.$

I am understanding limits but the triangle (delta?) before the x is throwing me off. I have never seen it used this way before and I have no idea what it means in this context. Could anyone help me out? Thanks.

  • 5
    With the same meaning we can use $\delta x$ in $\lim_{\delta x\to 0}\dfrac{2(x+\delta x)-2x}{\delta x}$ or another letter instead of $h$, e.g. $\lim_{t\to 0}\dfrac{2(x+t)-2x}{t}$. The letter for the variable $h$ is irrelevant provided that it is different from the variable $x$.2011-05-24

2 Answers 2

11

For the sake of having an answer: $\Delta x$ is just the name of a variable whose meaning is supposed to be "a small change in $x$." It is not, as I guess one might think, some kind of strange function of $x$ or anything like that.

5

The Derivative of a function $f(x)$ denoted by $f'(x)$ is defined as the limit $f'(x) = \lim_{\Delta{x} \to 0} \frac{f(x + \Delta{x}) - f(x)}{\Delta{x}}$

So you limit is the derivative of the function $f(x)=2x$. Geometrically, derivative of a function can be seen in this picture: enter image description here

Good picture which was given at Wikipedia link: enter image description here

  • 0
    @Theo: Geometrical interpretation of the derivative, **Google Images**2011-05-25