Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. Pages: 1 #1 2013-02-01 13:15:24
How to prove that the derivative is THE best linear approximation?To be simple, take the case of a function from R to R, and a point c in R. What does it mean exactly that the derivative is THE best linear approximation? I guess it means that in the set of all lines passing through (c,f(c)), the line having slope = f'(c) , ie, the tangent line, is the one that provides a better approximation around a small interval I at c. However, how do we decide when a line is a "better approximation" than another line? Of course, we must speak of the error between the function values and the values of the line in the interval I, but how do we formalize this? #2 2013-02-01 19:39:31
Re: How to prove that the derivative is THE best linear approximation?
That is exactly how I do it. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #3 2013-02-01 20:01:38
Re: How to prove that the derivative is THE best linear approximation?Hello, Last edited by LRKM (2013-02-01 20:05:24) #4 2013-02-01 20:04:16
Re: How to prove that the derivative is THE best linear approximation?Hi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #5 2013-02-01 20:15:18
Re: How to prove that the derivative is THE best linear approximation?
Me neither. I was just shooting ideas of what came to mind.
But that's just one way of looking at the error, I guess.
First of all I didnt say "the error OF the whole interval", I said "the error ON the whole interval". My idea was: I know what the error between F and L is at a single point. Then I wondered: How do I measure the error between F and L over the whole interval I? A plausible answer (although of course it may be wrong, hence why I'm asking here) was to take the error between F and L at every single point of the interval and add them up. (this is exactly the integral over I of |F - L|). This is then what I will call the error between F and L over the interval I. Then by looking at this integral, im assigning an "error" over the whole interval I to the line L. Last edited by LRKM (2013-02-01 20:18:36) #6 2013-02-01 20:20:45
Re: How to prove that the derivative is THE best linear approximation?I think that has already been done. You take the sum of the squares of the errors, this is called least squares. They use the squares because it is simpler than using the absolute value for computation. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #7 2013-02-01 20:39:09
Re: How to prove that the derivative is THE best linear approximation?Yes. This is what I meant when I said "But that's just one way of looking at the error". You can "define" your error to be whatever you want (as long as it's logical). You can define the error to be the sum of the absolute values (like I first said) of the differences but then you run into non-differentiability problems because of the absolute value and hence the minimization-maximization tools of calculus cannot be applied, which is why one uses least squares so that it is differentiable. Last edited by LRKM (2013-02-01 20:40:49) #8 2013-02-01 20:49:12
Re: How to prove that the derivative is THE best linear approximation?Hi;
That depends on a lot of things. Least squares is for discrete data. To fit to continuous data or functions can be done using collocation or Taylor series or Fourier series. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #9 2013-02-01 20:56:13
Re: How to prove that the derivative is THE best linear approximation?Good to learn, thanks! Last edited by LRKM (2013-02-01 20:56:52) #10 2013-02-01 21:03:18
Re: How to prove that the derivative is THE best linear approximation?Hi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #11 2013-02-01 21:09:31
Re: How to prove that the derivative is THE best linear approximation?
Yes.
Why? Last edited by LRKM (2013-02-01 21:11:02) #12 2013-02-01 21:14:18
Re: How to prove that the derivative is THE best linear approximation?So far all I can say is the Taylor theorem already states that somewhere so you are using a theorem to prove the linear approximation. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. Pages: 1 |