B Derivatives: Solving a Substitution Error on MathsIsFun

  • B
  • Thread starter Thread starter kolleamm
  • Start date Start date
  • Tags Tags
    Error Substitution
kolleamm
Messages
476
Reaction score
44
I'm learning about derivatives and on the website they put the value

x^2 into f(x + dx) and it became
(x + dx)^2

Shouldn't it be (x^2 + dx^2) ?

It's the last example

https://www.mathsisfun.com/calculus/derivatives-dy-dx.html

Thanks in advance!
 
Physics news on Phys.org
You're thinking of it wrong. The function f(x) = x^2 says, "take the input value and square it". So f(x+dx) means "take (x+dx) and square it", which is (x+dx)^2.
 
  • Like
Likes kolleamm
phyzguy said:
You're thinking of it wrong. The function f(x) = x^2 says, "take the input value and square it". So f(x+dx) means "take (x+dx) and square it", which is (x+dx)^2.
That makes sense thank you
 
kolleamm said:
I'm learning about derivatives and on the website they put the value

x^2 into f(x + dx) and it became
(x + dx)^2

Shouldn't it be (x^2 + dx^2) ?
They aren't "putting the value x^2 into f(x + dx)" -- they are saying that ##f(x) = x^2## and are then calculating ##f(x + dx)## (or more likely, ##f(x + \Delta x)## ). As phyzguy noted, the given function squares its input value, so ##f(x + \Delta x) = (x + \Delta x)^2 \ne x^2 + (\Delta x)^2##.
 
Back
Top