Processing math: 100%

Friday, August 9, 2024

Steps Feynman omits in his "Tips on Physics"

Let me start with my exposition of a basic result about differentiation:

Suppose u and v are two functions from R to R: u,v:RR.
Then we can form their (pointwise) product, and then differentiate that.
The product rule for differentiation, followed by an elementary algebraic manipulation, then yields:

(uv)product rule=uv+uvalgebra=uv(u/u+v/v)

That combined the product rule with some simple algebraic manipulations.

That is a simple, general, fact which may or may not be of general significance.

Now let's see what Feynman does in (1.3) through (1.6) of "Feynman's Tips on Physics".

He both generalizes and specializes the above.

He generalizes it to a four-way product:

(uvwx)=uvwx+uvwx+uvwx+uvwx=uvwx[uu+vv+ww+xx]

------

Next he specializes to the casa where each of u,v,w,x are powers of a polynomial, e.g. u=pa, where p is a polynomial and a is a fixed, constant real number.

To differentiate pa, we need to realize that that is the composite of two functions, the polynomial p and the monomial xa.
Let us write the latter as xa=xRa (x raised to the a-th power).

We differentiate that function as follows:
(xa)=xRa=xaRa1=axa1.

Now we can apply the chain rule to differentiate the composite:

(pa)=(pRa)chain=p(pRa)=p(a(pRa1))=p(apa1).

And so, if u=pa, we have 
uu=(pa)pa=papa1pa=app.

And this is what Feynman applies four times to get his (1.6).

Sunday, August 4, 2024

Juxtaposition, multiplication, application, and composition

Juxtaposition is certainly a common, efficient way of combining two things.
I want to give here three separate examples of such.

1. Multiplication 
If a and b are two real numbers, we routinely write ab to denote their (multiplicative) product.
If necessary, we put a centered dot between them to prevent ambiguity.
Thus, for example, 57=35, while 57 is just that.

2. Function application.
Suppose x is a real number, and f:RR is a real-valued function of one real variable.
It is convenient to write xf for the value of f at x.
Of course more conventional ways of writing this are (x)f or f(x), depending on whether you are letting functions operate to the right or left of their argument.

3. Composition 
Suppose we have three sets X,Y and Z
and functions f:XY and g:YZ.
We can then define a composite function fg by x(fg)=(xf)g.

Draft

DRAFT, just so I can see how the mathjax is processed.

Richard Phillips Feynman has a near revered reputation in science pedagogy, for very good reasons, which I wholeheartedly endorse.
But he did, in at least one case, miss the key points and issues.

The two basic, necessary, facts:
The product rule 
and the chain rule.

(Here we only consider real-valued functions of one real variable, that is functions f:RR.)

The product rule is this:

Suppose we have two functions f,g:RR, and form their product x(fg)=(xf)(xg).
Here the key point is that we are using juxtaposition to denote both function application xf=(x)f, i.e. the function f applied for the variable x
and multiplication of real numbers, i.e., (xf)(xg) is the real number xf times, i.e., multiplied by the real number xg.

Now the product rule answers the question, what is (fg).
Answer
(fg)=fg+fg, i.e. x(fg)=(xf)(xg)+(xf)(xg).
MathJax 2.7.9