Given a function f(x), and two points on the curve (a, f(a)) and (b, f(b)) the line joining these two points is called a secant line of f. (Not to be confused with the trigonometric secant (sec) ...
As the tangent is a straight line, the equation of the tangent will be of the form \(y = mx + c\). We can use perpendicular gradients to find the value of \(m\), then use the coordinates of P to find ...
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 ...
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 ...