What is the general method to find the equation of a tangent line to a curve at a given point?
+
To find the equation of a tangent line to a curve at a given point, first find the derivative of the function to get the slope of the tangent line. Then, evaluate the derivative at the point to get the slope at that point. Finally, use the point-slope form of a line with the slope and the point coordinates to write the equation of the tangent line.
How do you find the equation of the tangent line to y = f(x) at x = a?
+
Calculate the derivative f'(x), then find the slope m = f'(a). Find the point on the curve (a, f(a)). Use the point-slope formula: y - f(a) = m(x - a) to write the tangent line equation.
Can the equation of a tangent line be found if the function is not differentiable at the point?
+
No, the equation of the tangent line requires the function to be differentiable at the point, which means the derivative must exist there. If the function is not differentiable at that point, a tangent line in the usual sense does not exist.
How do you find the tangent line to an implicit curve defined by F(x, y) = 0?
+
Use implicit differentiation to find dy/dx by differentiating both sides of F(x, y) = 0 with respect to x. Then evaluate dy/dx at the given point to find the slope of the tangent line. Use the point-slope formula with this slope and the point to write the tangent line equation.
What is the equation of the tangent line to a parametric curve x = x(t), y = y(t) at t = t0?
+
Find dx/dt and dy/dt, then compute the slope m = (dy/dt)/(dx/dt) at t = t0. Identify the point (x(t0), y(t0)). Use point-slope form: y - y(t0) = m(x - x(t0)) to write the tangent line equation.
How do you find the tangent line to a curve at a vertical tangent point?
+
If the tangent is vertical, the slope is undefined (infinite). Find where the derivative's denominator is zero or where dx/dt = 0 for parametric curves. The tangent line equation is x = x0, where x0 is the x-coordinate of the point.
How can you find the tangent line to the graph of y = f(x) at a point where the function is given by data points?
+
Approximate the derivative (slope) at the point using numerical methods such as the difference quotient: (f(x+h) - f(x)) / h for a small h. Then use the approximate slope and the point coordinates in the point-slope form to write the tangent line equation.
Why is the derivative important in finding the equation of the tangent line?
+
The derivative of a function at a point gives the slope of the tangent line to the graph of the function at that point. Without the derivative, we cannot determine the slope needed to write the equation of the tangent line.