The idea is to divide along two directions:
makeFun()
a. from formula b. on computer
a. slope, concavity, curvature, discontinuity, extrema, monotonic, inflection point
a. parameters with `makeFun()
a. Directional slope at a point b. Working with contours
a. linear combination (coefficients, scalar multipliers) a. composition a. product
a. Splines and other interpolants i. constructing by software i. when is smoothness necessary (cubic spline) or not wanted (Bezier) a. Fitting by eye for basic modeling functions a. Least squares fitting a. Evaluate function from a table (including multivariate)
a. Interpretation as half-life, doubling-time a. Complex exponentials and interpretation as damped (or growing) sinusoid i. determine frequency from eigenvalues
a. Graphical uses #. Graphics for functions a. slice plot a. contour plot a. surface plot a. vector field a. graphical domain a. paths and constraints
a. Active or not b. Equality and inequality c. Shadow price (Lagrange multiplier) d. constraint functions e. parallel gradients for constraint function and objective function at argmax
a. straight-line b. exponential c. sinusoid d. gaussian and sigmoid e. distinguish between power-law and exponential f. log axes
a. invalid operations on dimensional quantities b. Know dimension of basic physical quantities (acceleration, force, energy, power, pressure, area, volume, work=force x distance, energy = power x time, power = force x velocity)
a. Symbolic anti-differentation i. pattern book functions i. basic modeling functions (simple chain rule) a. Appropriate notation a. Constant of integration (also form from `antiD()`) a. Definite integral, net change a. Numerical integration and anti-differentiation a. "Area under a curve" and why it's signed area a. Fundamental theorem i. relationship between differentiation and anti-differentiation i. confirm anti-derivative by differentiation a. Estimate from graph a. anti-differentiation: output is a function a. integration: output is a quantity a. `antiD()` in R and how to evaluate it for definite integral a. calculating work by integrating force over distance a. calculate energy by integrating power over time a. calculate center of mass, centroid, moment of inertia a. find probability that random variable is in a range a. discounting
a. Symbolic differentiation i. pattern book functions i. basic modeling functions (simple chain rule) i. chain rule i. product rule i. sum rule i. by computer b. Numerical differentiation c. Second and higher-order derivatives d. Partial derivatives i. first order i. second-order, including mixed partials e. Gradient vector i. relationship to contours f. Order of smoothness g. Relationship to velocity and acceleration h. output is a function i. identifying monotonicity, concavity, curvature, critical points j. tangents: line, circle, polynomial
a. improvement b. Newton method
a. limit definition of a derivative
a. Pick center $x_0$ b. Memorize for sin(), cos(), exp() c. Compute error for a given input, characterize error as a function of $x - x_0$.
a. linear, interaction, quadratic terms
a. Is a vector a member of a subspace? (numerically) b. Projection c. Residual
a. first-order linear b. eigenvalues, characteristic values and stability c. exponential ansatz d. linear combinations of solutions are solutions in linear systems
a. set default values for parameters
a. low-order polynomials i. which terms are appropriate i. constructing from first principles i. constructing from data i. limitations for modeling (dog chasing squirrel) a. differential equations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.