this post was submitted on 14 Jul 2025
824 points (100.0% liked)

Science Memes

15807 readers
2143 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
[–] [email protected] 25 points 2 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.

[–] [email protected] 18 points 2 days ago (1 children)

If not fraction, why fraction shaped?

[–] [email protected] 2 points 2 days ago

If you use exterior calculus notation, with d = exterior derivative, everything makes so much more sense

[–] [email protected] 4 points 2 days ago

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) ∆.