Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2005-10-18 15:21:51
What's a dx?Ok, so I know that it's a differential--a change in the function input value--and that it can be used in approximating the function value at that change by dy = f'(x)dx. So far so good. El que pega primero pega dos veces. #2 2005-10-19 00:55:33
Re: What's a dx?Code:f: A -> B
x -> y = f(x)
dx = lim Δx
Δx->0
dy = lim Δy
Δx->0
Δx dx
f'(x) = lim -- = --
Δx->0 Δy dyCode:I{ f(x) dx } : integral of f(x) with respect to x
G: A -> B
x -> y = f(x)
dy
f'(x) = --
dx
dy = f'(x)dx
I{ 1 dy } = I{ f'(x) dx }
y = f(x)Last edited by kylekatarn (2005-10-19 01:05:11) #3 2005-10-19 07:39:57
Re: What's a dx?Yes, dx is defined in terms of the limit as the slice size goes to 0. I suppose you can say that dx is an infinitesimal slice of x. "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #4 2005-10-21 10:30:25
Re: What's a dx?Thanks kylekaturn. After reading it about 10 times, I think I understand. El que pega primero pega dos veces. #5 2005-10-22 02:26:57
Re: What's a dx?No problem ryos. |