this post was submitted on 06 Jun 2025
34 points (100.0% liked)

Math Memes

2294 readers
8 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 2 days ago (1 children)

Read the other replies but this is what clicked it for me:

Between step 2 and 3, you applied the derivative to all of the x's in the sum (x+x+x...) but ignored the x in the "x times".

This nonstandard notation helps to hide that. If you wrote this in sigma notation, you'd have:

If you differentiate this with respect to x, you can't ignore the x in the sigma limit. When differentiating a summation where the limits are a function of the target variable I believe you need to use Leibniz rule(?), but I'll leave it there

[–] [email protected] 5 points 1 day ago* (last edited 1 day ago) (1 children)

You cannot differentiate a sum when the variable being differentiated is used to define the number of terms in the sum — unless you rewrite the sum as a closed-form, continuous expression. Even in Sigma notation as you used.

The act of summing “x terms” as you expressed in your sum is not itself a differentiable process.

Once you turn it into a continuous function (in this case x^2), then you can differentiate it.

The Leibnitz rule doesn’t do anything here because you still have an unextractable “x” that’s defining your summation.

[–] [email protected] 3 points 1 day ago

That makes sense, thanks. I knew someone would know better than me how to interpret that.