I am not a mathematician. I did additional maths O’level back in the stone age but did not pursue maths further (much to my regret).
I am reading David Acheson’s fascinating book ‘The Story of Calculus’ and have just about kept up till I got a use of ‘$\cdot$' (dot) that I do not understand. It is in his Chapter $14$ ‘an Enigma’ and first occurs here in the context of chain rule:-
Suppose, for instance, that $y$ is some function of $x$, and that $x$ itself is a function of some other variable - say $t$. Then we can, if we wish, consider $y$ as a function of $t$, and then $\frac{dy}{dt}=\frac{dy}{dx}\cdot \frac{dx}{dt}$
What is the dot doing? I looked at the suggested previous questions about the dot without success. Does it mean $\&$ (as it does in propositional logic, where $P.Q$ stands for $P \& Q$?
The (or a) mysterious dot corps up again in Chapter $23$, about $e$ numbers, on the topic of the Taylor series. Here we find the series
$$e^x=1+x+\frac{x^2}{1.2}+\frac{x^3}{1.2.3}+...$$
What is the '$.$' doing here, please? Is it in some way a concatenation? Or what is it?
a \cdot b
as opposed to lower like a decimal point as such: $a.b$. – JMoravitz Mar 13 '19 at 13:39$a\cdot b$
. See more about how to type with MathJax and $\LaTeX$ here by visiting this tutorial – JMoravitz Mar 13 '19 at 13:45.
for multiplication, I would still object thatx^2/1.2
should mean(x^2/1) . 2
and notx^2 / (1.2)
. – Federico Poloni Mar 13 '19 at 17:30