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.
A tangent to a circle at point P is a straight line that touches the circle at P. The tangent is perpendicular to the radius which joins the centre of the circle to the point P. As the tangent is a ...
As a tangent is a straight line it is described by an equation in the form \(y - b = m(x - a)\). You need both a point and the gradient to find its equation. You are usually given the point - it's ...
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 ...
Finding the slope of a linear function is straightforward. Furthermore the slope is the same at each point on the function. However this is not the case with non-linear functions. A non-linear ...