diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-26 18:08:37 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-26 18:08:37 -0800 |
commit | 1235bdef0fc9c285c1438ff4b68326d049135730 (patch) | |
tree | 208bc86483504a3289765dce7795a3783a3a564d /website/mathematics/calculus/source/derivative.ms | |
parent | c06634b845c174bb961940b3ad3ecae64096d952 (diff) |
fixed typo on index page
Diffstat (limited to 'website/mathematics/calculus/source/derivative.ms')
-rw-r--r-- | website/mathematics/calculus/source/derivative.ms | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/website/mathematics/calculus/source/derivative.ms b/website/mathematics/calculus/source/derivative.ms new file mode 100644 index 0000000..00bff8f --- /dev/null +++ b/website/mathematics/calculus/source/derivative.ms @@ -0,0 +1,29 @@ +delim $$ +.TL +The Derivative +.AU +Preston Pan +.AI +Pacific School of Innovation and Inquiry + +.NH 1 +Introduction +.LP +The derivative operator is one of the most important +concepts in calculus, and one of the fundamental building blocks +for all advanced studies regarding STEM. Therefore, it is good +to know the basics behind the subject. I will be introducing them +from the perspective of infinitesimal number, or the hyperreal number +system as it is more formally known. + +.LP +Imagine that you are a physicist studying rate of change. You can measure +the position of a certain object through time, and you want to describe +the average velocity of the object. Since you know that: + +.EQ +delim $$ +v sub average = {\[*D] d(t)} over {\[*D] t} +.EN + +where \[*D]d(t) |