Physics Changes
An interesting kind of question is how one quantity varies in terms of another quantity:
(phys '(how does the force of gravitation
         vary with radius))
(varywith gravitation force radius)
inverse-square
(phys '(how does the area of a circle vary
         if radius is doubled))
(varychg circle area ((radius 2.0)))
4.0
These questions can be answered easily as follows: