Equation of Tangent Line to a Curve Using Derivative
One of the applications of derivatives in mathematics is determining the slope of the tangent line to a curve at a given point. In this article, we will study the Equation of the Tangent Line to a Curve Using Derivatives. To better understand this material, it is recommended to also read the topics on the definition of derivatives, derivatives of algebraic functions, and derivatives of trigonometric functions.
Finding the Slope of the Tangent Line
The slope of the tangent line at point \(P(x, f(x))\) on the curve \(y = f(x)\) is given by:
\[ m = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = f'(x) \]Thus, at point \(A(a, f(a))\), the slope is \(m = f'(a)\).
Steps to find the slope at point \(A(a, f(a))\):
- Find the derivative \(f'(x)\).
- Substitute \(x = a\) to get \(m = f'(a)\).
Equation of the Tangent Line
The equation of the tangent line at point \((x_1, y_1)\) on the curve \(y = f(x)\) is:
\[ y - y_1 = m(x - x_1) \]where \(m = f'(x_1)\).
Find the equation of the tangent line to the curve \(y = x^3 - 3x + 4\) at the point \((2, 6)\).
Find the equation of the tangent line to the curve \(y = x^2 - x + 2\) at the point where \(x = 1\), and determine its intersection points with the x-axis and y-axis.
The line \(y = x + 1\) intersects the parabola \(y = x^2 + 2x + 1\) at points A and B. Find the equations of the tangent lines to the parabola at A and B. If the intersection point of these two tangent lines is \((a, b)\), find \(a + b\).
Tangent Line Given the Slope
If the slope \(m\) is known, we find the point of tangency using \(m = f'(x_1)\), then substitute to find \(y_1\).
Relationships with other lines:
- Parallel lines: \(m_1 = m_2\)
- Perpendicular lines: \(m_1 \cdot m_2 = -1\)
Find the equation of the tangent line to the curve \(y = x^2 - 2x + 3\) with slope 2.
Find the equation of the tangent line to the curve \(y = x^2 + x - 1\) that is parallel to the line \(y = 7x + 4\).
Find the equation of the tangent line to the curve \(y = \sqrt{x - 3}\) that is perpendicular to the line \(6x + 3y - 4 = 0\).
Note: The derivative gives the slope of the tangent line at any point on the curve. This concept is fundamental in many applications, including optimization, physics (velocity), and geometry.