Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Geometrical Interpretation of the Derivative: The derivative of a function at a point , denoted as evaluated at , represents the slope of the tangent line to the curve at that specific point. Visually, if you imagine a curve on a Cartesian plane, the tangent is a straight line that 'just touches' the curve at point without crossing through it immediately at that spot, representing the curve's instantaneous direction.
The Tangent Line: A tangent to a curve at a given point is a line that best approximates the curve locally near that point. On a graph, as you zoom in closer and closer to the point of contact, the curve and its tangent line become indistinguishable. The slope of this line is given by the first derivative of the curve's equation.
The Normal Line: The normal to a curve at a point is a straight line that is perpendicular to the tangent line at the same point of contact. Visually, the tangent and normal lines intersect at the point to form a angle, resembling a 'cross' or a 'T-junction' situated exactly on the curve.
Relationship between Slopes: Because the tangent and normal are perpendicular to each other, the product of their slopes is always (provided neither is vertical). If the slope of the tangent is , the slope of the normal is . This inverse relationship is a fundamental geometric property of perpendicular lines on a coordinate plane.
Horizontal and Vertical Tangents: A tangent is horizontal (parallel to the x-axis) when the derivative . Visually, these occur at the 'peaks' (maxima) or 'valleys' (minima) of a smooth curve. A tangent is vertical (parallel to the y-axis) when the derivative is undefined (tends to infinity), often occurring where the curve has a sharp vertical 'climb'.
Point-Slope Form Application: The equations for both tangents and normals are derived using the point-slope form of a linear equation, . To find the equation, you need the coordinates of the point of contact and the slope calculated from the derivative.
Orthogonal Curves: Two curves are said to be orthogonal if they intersect at right angles. This happens if, at every point of intersection, the tangent to the first curve is perpendicular to the tangent of the second curve. Visually, the two curves cross each other like a perfectly aligned '+' sign.
📐Formulae
Slope of the tangent at :
Equation of the tangent:
Slope of the normal at :
Equation of the normal:
Condition for horizontal tangent:
Condition for vertical tangent: or
Condition for orthogonality of two curves with tangent slopes and :
💡Examples
Problem 1:
Find the equations of the tangent and normal to the curve at the point .
Solution:
- Find the derivative of the curve:
- Calculate the slope of the tangent () at : $m = 4(1)^3 - 18(1)^2 + 26(1) - 10 = 4 - 18 + 26 - 10 = 2$$
- Equation of the tangent: Using , we get
- Slope of the normal ():
- Equation of the normal: Using , we get
Explanation:
We first compute the derivative to find the general slope function. By substituting the x-coordinate of the given point into the derivative, we find the specific slope of the tangent. We then use the point-slope formula for the tangent and the negative reciprocal slope for the normal.
Problem 2:
Find the points on the curve where the tangents are parallel to the x-axis.
Solution:
- Differentiate the function:
- For tangents to be parallel to the x-axis, the slope must be zero:
- Solve for : x^2 - 2x - 3 = 0 \Rightarrow (x - 3)(x + 1) = 0$$ So, x = 3x = -1$
- Find corresponding values: For : For :
- The points are and .
Explanation:
Tangents parallel to the x-axis have a slope of . By setting the derivative to zero and solving the resulting quadratic equation, we find the x-coordinates of the points. Substituting these back into the original curve equation provides the corresponding y-coordinates.