this post was submitted on 14 Jul 2025
755 points (94.9% liked)

Science Memes

15817 readers
2210 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Phoenix3875@lemmy.world 22 points 3 days ago (2 children)

I think rather d/dx is the operator. You apply it to an expression to bind free occurrences of x in that expression. For example, dx²/dx is best understood as d/dx (x²). The notation would be clear if you implement calculus in a program.

[–] bhamlin@lemmy.world 17 points 3 days ago

If not fraction, why fraction shaped?

I just think of the definition of a derivative.

d is just an infinitesimally small delta. So dy/dx is literally just lim (∆ -> 0) ∆y/∆x. which is the same as lim (x_1 -> x_0) [f(x_0) - f(x_1)] / [x_0 - x_1].

Note: ∆ -> 0 isn't standard notation. But writing ∆x -> 0 requires another step of thinking: y = f(x) therefore ∆y = ∆f(x) = f(x + ∆x) - f(x) so you only need ∆x approaching zero. But I prefer thinking d = lim (∆ -> 0) ∆.