© 2025 Astra.si. All rights reserved.
"For the next generation"
A tangent line to a curve at a given point is the line that touches the curve at that point and has the same slope there as the curve. The tangent equation is a key tool in differential calculus, with many applications in geometry, analysis, and physics.
To determine the equation of the tangent at point T, you need:
y = f(x).T(x0, y0) through which the tangent passes. The point T must lie on the curve.f'(x) at x0, which gives the slope of the tangent.The tangent to y = f(x) at T(x0, y0) is:y - y0 = f'(x0) * (x - x0).
f(x) = x^2 and T(2, 4)f'(x) = 2 * x.x0 = 2: f'(2) = 4.y - 4 = 4 * (x - 2).y = 4 * x - 4.y - y0 = f'(x0) * (x - x0).