News

The tangent is defined as the single point where a straight line meets a curved surface. The tangent can be determined with a collection of mathematical formulas but is most commonly determined by ...
An object is moving counter-clockwise along a circle with the centre at the origin. At \(t=0\) the object is at point \(A(0,5)\) and at \(t=2\pi\) it is back to point \(A\) for the first time.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
All quadratic functions have the same type of curved graphs with a line of symmetry. The graph of the quadratic function \(y = ax^2 + bx + c \) has a minimum turning point when \(a \textgreater 0 \) ...
In math and statistics, you may occasionally need to calculate the slope of a line generated by coordinates in the (x,y) format. The slope is a value that indicates the rate at which the y value of a ...
Data from an experiment may result in a graph indicating exponential growth. This implies the formula of this growth is \(y = k{x^n}\), where \(k\) and \(n\) are constants. Using logarithms, we can ...