How to get the following approximation?

  • Thread starter Thread starter Blastrix91
  • Start date Start date
  • Tags Tags
    Approximation
Blastrix91
Messages
25
Reaction score
0

Homework Statement



I just stumbled upon an approximation I don't get where comes from

Homework Equations



F(x+dx) -F(x) = dF/dx dx

The Attempt at a Solution




My textbook just stated it out of nothing, so I have no idea where to start.
 
Physics news on Phys.org
Blastrix91 said:

Homework Statement



I just stumbled upon an approximation I don't get where comes from

Homework Equations



F(x+dx) -F(x) = dF/dx dx

The Attempt at a Solution




My textbook just stated it out of nothing, so I have no idea where to start.

dF/dx is defined as the limit dx->0 of (F(x+dx)-F(x))/dx. So if dx is very small (F(x+dx)-F(x))/dx is approximately equal to dF/dx.
 
So there are no approximation calculations behind? (Like a Taylor approximation or something?)
 
Blastrix91 said:

Homework Statement



I just stumbled upon an approximation I don't get where comes from

Homework Equations



F(x+dx) -F(x) = dF/dx dx

The Attempt at a Solution




My textbook just stated it out of nothing, so I have no idea where to start.

Get rid of the 'dx' thingys, which are just confusing the issue. What the approximation is saying is that for small |h| we have F(x+h) - F(x) ≈ F'(x) h, where F'(x) = derivative of F. This just follows from the definition of the derivative:
F'(x) = \lim_{h \to 0} \frac{F(x+h) - F(x)}{h}, so for small |h| (but not zero) we have
\frac{F(x+h) - F(x)}{h} \approx F'(x). Multiply through by h to get the stated result.
 
Blastrix91 said:
So there are no approximation calculations behind? (Like a Taylor approximation or something?)

You could get it by cutting off the Taylor series f(x+dx)=f(x)+f'(x)*dx+f''(x)*dx^2/2+... at the linear term too. But why complicate things?
 
Ah now I get it. I guess what confused me was that it was called an approximation, but as you pointed out the small x wasn't going towards zero. Thank you both of you ^^
 
Try it out for yourself with a simple function, f(x) = x2, near the point (1, 1).

Near x0 = 1, df = f'(1) * dx

If we look at x = 1.1 = 1 + 0.1 = x0 + Δx,

df = f(x0 + Δx) - f(x0) ≈ f'(x0) * Δx

Compare the exact change in f (df) given by the difference above, to the approximation given by the product shown above. They should be fairly close.

You can use the same idea to approximate a function value, given that you know the value of the function at some point, and the value of the derivative at the same point.

f(x0 + Δx) ≈ f(x0) + f'(x0) * Δx

This is really nothing more than the first two terms of the Taylor's series for the function, around x0.
 
The notation dx is called an infinitesimal.
It means that you should read everything as if the limit has been taken for dx to zero.
From that perspective they are not approximations, they are identities.
 
Back
Top