Mercurial > dylan
diff sicm/deriv.html @ 2:b4de894a1e2e
initial import
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Oct 2011 00:03:05 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sicm/deriv.html Fri Oct 28 00:03:05 2011 -0700 1.3 @@ -0,0 +1,240 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html xmlns="http://www.w3.org/1999/xhtml" 1.8 +lang="en" xml:lang="en"> 1.9 +<head> 1.10 +<title>An Unambiguous Notation for Derivatives</title> 1.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> 1.12 +<meta name="generator" content="Org-mode"/> 1.13 +<meta name="generated" content="2011-08-08 02:49:24 EDT"/> 1.14 +<meta name="author" content="Dylan Holmes"/> 1.15 +<meta name="description" content=""/> 1.16 +<meta name="keywords" content=""/> 1.17 +<style type="text/css"> 1.18 + <!--/*--><![CDATA[/*><!--*/ 1.19 + html { font-family: Times, serif; font-size: 12pt; } 1.20 + .title { text-align: center; } 1.21 + .todo { color: red; } 1.22 + .done { color: green; } 1.23 + .tag { background-color: #add8e6; font-weight:normal } 1.24 + .target { } 1.25 + .timestamp { color: #bebebe; } 1.26 + .timestamp-kwd { color: #5f9ea0; } 1.27 + .right {margin-left:auto; margin-right:0px; text-align:right;} 1.28 + .left {margin-left:0px; margin-right:auto; text-align:left;} 1.29 + .center {margin-left:auto; margin-right:auto; text-align:center;} 1.30 + p.verse { margin-left: 3% } 1.31 + pre { 1.32 + border: 1pt solid #AEBDCC; 1.33 + background-color: #F3F5F7; 1.34 + padding: 5pt; 1.35 + font-family: courier, monospace; 1.36 + font-size: 90%; 1.37 + overflow:auto; 1.38 + } 1.39 + table { border-collapse: collapse; } 1.40 + td, th { vertical-align: top; } 1.41 + th.right { text-align:center; } 1.42 + th.left { text-align:center; } 1.43 + th.center { text-align:center; } 1.44 + td.right { text-align:right; } 1.45 + td.left { text-align:left; } 1.46 + td.center { text-align:center; } 1.47 + dt { font-weight: bold; } 1.48 + div.figure { padding: 0.5em; } 1.49 + div.figure p { text-align: center; } 1.50 + textarea { overflow-x: auto; } 1.51 + .linenr { font-size:smaller } 1.52 + .code-highlighted {background-color:#ffff00;} 1.53 + .org-info-js_info-navigation { border-style:none; } 1.54 + #org-info-js_console-label { font-size:10px; font-weight:bold; 1.55 + white-space:nowrap; } 1.56 + .org-info-js_search-highlight {background-color:#ffff00; color:#000000; 1.57 + font-weight:bold; } 1.58 + /*]]>*/--> 1.59 +</style> 1.60 +<link rel="stylesheet" type="text/css" href="../css/aurellem.css" /> 1.61 +<script type="text/javascript"> 1.62 +<!--/*--><![CDATA[/*><!--*/ 1.63 + function CodeHighlightOn(elem, id) 1.64 + { 1.65 + var target = document.getElementById(id); 1.66 + if(null != target) { 1.67 + elem.cacheClassElem = elem.className; 1.68 + elem.cacheClassTarget = target.className; 1.69 + target.className = "code-highlighted"; 1.70 + elem.className = "code-highlighted"; 1.71 + } 1.72 + } 1.73 + function CodeHighlightOff(elem, id) 1.74 + { 1.75 + var target = document.getElementById(id); 1.76 + if(elem.cacheClassElem) 1.77 + elem.className = elem.cacheClassElem; 1.78 + if(elem.cacheClassTarget) 1.79 + target.className = elem.cacheClassTarget; 1.80 + } 1.81 +/*]]>*///--> 1.82 +</script> 1.83 +<script type="text/javascript" src="../MathJax/MathJax.js"> 1.84 +<!--/*--><![CDATA[/*><!--*/ 1.85 + MathJax.Hub.Config({ 1.86 + // Only one of the two following lines, depending on user settings 1.87 + // First allows browser-native MathML display, second forces HTML/CSS 1.88 + config: ["MMLorHTML.js"], jax: ["input/TeX"], 1.89 + // jax: ["input/TeX", "output/HTML-CSS"], 1.90 + extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js", 1.91 + "TeX/noUndefined.js"], 1.92 + tex2jax: { 1.93 + inlineMath: [ ["\\(","\\)"] ], 1.94 + displayMath: [ ['$$','$$'], ["\\[","\\]"], ["\\begin{displaymath}","\\end{displaymath}"] ], 1.95 + skipTags: ["script","noscript","style","textarea","pre","code"], 1.96 + ignoreClass: "tex2jax_ignore", 1.97 + processEscapes: false, 1.98 + processEnvironments: true, 1.99 + preview: "TeX" 1.100 + }, 1.101 + showProcessingMessages: true, 1.102 + displayAlign: "left", 1.103 + displayIndent: "2em", 1.104 + 1.105 + "HTML-CSS": { 1.106 + scale: 100, 1.107 + availableFonts: ["STIX","TeX"], 1.108 + preferredFont: "TeX", 1.109 + webFont: "TeX", 1.110 + imageFont: "TeX", 1.111 + showMathMenu: true, 1.112 + }, 1.113 + MMLorHTML: { 1.114 + prefer: { 1.115 + MSIE: "MML", 1.116 + Firefox: "MML", 1.117 + Opera: "HTML", 1.118 + other: "HTML" 1.119 + } 1.120 + } 1.121 + }); 1.122 +/*]]>*///--> 1.123 +</script> 1.124 +</head> 1.125 +<body> 1.126 + 1.127 +<div id="content"> 1.128 + 1.129 + 1.130 + 1.131 +<div class="header"> 1.132 + <div class="float-right"> 1.133 + <!-- 1.134 + <form> 1.135 + <input type="text"/><input type="submit" value="search the blog »"/> 1.136 + </form> 1.137 + --> 1.138 + </div> 1.139 + 1.140 + <h1>aurellem <em>☉</em></h1> 1.141 + <ul class="nav"> 1.142 + <li><a href="/">read the blog »</a></li> 1.143 + <!-- li><a href="#">learn about us »</a></li--> 1.144 + </ul> 1.145 +</div> 1.146 + 1.147 +<h1 class="title">An Unambiguous Notation for Derivatives</h1> 1.148 + 1.149 + 1.150 + 1.151 + 1.152 + 1.153 + 1.154 + 1.155 +<div id="table-of-contents"> 1.156 +<h2>Table of Contents</h2> 1.157 +<div id="text-table-of-contents"> 1.158 +<ul> 1.159 +<li><a href="#sec-1">1 Calculus of Infinitesimals </a> 1.160 +<ul> 1.161 +<li><a href="#sec-1-1">1.1 Differential Objects </a></li> 1.162 +<li><a href="#sec-1-2">1.2 Interactions obey the chain rule </a></li> 1.163 +</ul> 1.164 +</li> 1.165 +</ul> 1.166 +</div> 1.167 +</div> 1.168 + 1.169 +<div id="outline-container-1" class="outline-2"> 1.170 +<h2 id="sec-1"><span class="section-number-2">1</span> Calculus of Infinitesimals </h2> 1.171 +<div class="outline-text-2" id="text-1"> 1.172 + 1.173 + 1.174 +</div> 1.175 + 1.176 +<div id="outline-container-1-1" class="outline-3"> 1.177 +<h3 id="sec-1-1"><span class="section-number-3">1.1</span> Differential Objects </h3> 1.178 +<div class="outline-text-3" id="text-1-1"> 1.179 + 1.180 + 1.181 +<p> 1.182 +A <b>differential object</b> is a pair \([x,\,dx]\) consisting of a variable 1.183 +and an infinitely small increment of it. Differential objects can 1.184 +interact with functions, producing a new differential object as a 1.185 +result; this interaction is for calculating derivatives of functions. 1.186 +</p> 1.187 +<p> 1.188 +Differential objects are for 1.189 +calculating derivatives of functions: the derivative of \(f\) with 1.190 +respect to \(x\) 1.191 +</p> 1.192 +<p> 1.193 +You can “apply” 1.194 +functions to differential objects; the result is: 1.195 +</p> 1.196 + 1.197 + 1.198 +\([x,dx]\xrightarrow{\quad f \quad}[f(x), Df(x)\cdot dx].\) 1.199 + 1.200 +<p> 1.201 +Loosely speaking, the interaction of \(f\) and a differential object 1.202 +of \(x\) is a differential object of \(f\). 1.203 +</p> 1.204 + 1.205 +</div> 1.206 + 1.207 +</div> 1.208 + 1.209 +<div id="outline-container-1-2" class="outline-3"> 1.210 +<h3 id="sec-1-2"><span class="section-number-3">1.2</span> Interactions obey the chain rule </h3> 1.211 +<div class="outline-text-3" id="text-1-2"> 1.212 + 1.213 + 1.214 +<p> 1.215 +The interaction of \(f\) and the differential object \([x, dx]\) is 1.216 +a differential object \([f(x), Df(x)\cdot dx]\). Because of the rule for 1.217 +interactions, if you apply another function \(g\), you get the 1.218 +chain-rule answer you expect: 1.219 +</p> 1.220 + 1.221 + 1.222 +\([f(x), Df(x)\cdot dx]\xrightarrow{\quad g\quad}\left[g(f(x)),\, 1.223 +Dg(f(x))\cdot Df(x)\cdot dx\right]\) 1.224 + 1.225 + 1.226 + 1.227 + 1.228 + 1.229 + 1.230 + 1.231 + 1.232 +</div> 1.233 +</div> 1.234 +</div> 1.235 +<div id="postamble"> 1.236 +<p class="date">Date: 2011-08-08 02:49:24 EDT</p> 1.237 +<p class="author">Author: Dylan Holmes</p> 1.238 +<p class="creator">Org version 7.6 with Emacs version 23</p> 1.239 +<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a> 1.240 +</div> 1.241 +</div> 1.242 +</body> 1.243 +</html>