d/dx (x+x+...x+x) is in fact flawed. Remember that x increase at the magnitude of power of 2;
Let say x = 10
d/dx(x^2) = x+x+...x+x (
10 times, with the value of x = 10)
Let say x = 11
d/dx(x^2) = x+x+...x+x (
11 times, with the value of x = 11)
Why I say it is flawed, because the "x number of times" is not reflected in the equation, but only the value of x.
The true definition of d/dx is
rate of change. For the equation y=x^2, the derivative (d/dx=2x) simply means the
rate of change for the function when
x is at certain value.
Let x = 10;
d/dx (x^2) = 2x = 20;
By rate of change, it means that any changes to the value, it is effectively scaled with that magnitude.
Say x = 10.001; the change (dx) = 0.001;
Effectively, the result should be = 10 + 0.001*20 = 10.02
Double check 10.001^2 = 10.020001
Added on July 28, 2009, 11:56 pmNo offense, but this question cannot be solved with only the understanding of secondary add. math. What was thaught in secondary add. math class is just the foundation. They never teach about the principle of derivative and integration (calculus). Once you start reading engineering maths and other tertiary maths, especially on application, then only you can see the whole picture. For now, just follow the rules.

Don't act smart and go change the equation.
Equation is just a
function that relate the variable. And in real world application, function is a combination of derivative and integration variable.
This post has been edited by Aurora: Jul 28 2009, 11:58 PM