Question

Difficulty: MediumTangents and Normals to Curves

Find the gradient of the normal to the curve y=x+1x1y = \frac{x + 1}{x - 1} at the point where x=3x = 3.

Answer: 2

Answer

The gradient of the normal to the curve at x=3x = 3 is 22.
Differentiating y=x+1x1y = \frac{x + 1}{x - 1} via the quotient rule gives dydx=2(x1)2\frac{dy}{dx} = \frac{-2}{(x - 1)^2}. At x=3x = 3, the tangent gradient is mt=24=12m_t = \frac{-2}{4} = -\frac{1}{2}. Since the normal is perpendicular to the tangent, its gradient is mn=1mt=2m_n = -\frac{1}{m_t} = 2.

Step-by-Step Solution

1
Differentiate the rational function with respect to xx
Applying the quotient rule ddx(uv)=vuuvv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{v u' - u v'}{v^2} where u=x+1u = x + 1 and v=x1v = x - 1 yields dydx=(x1)(1)(x+1)(1)(x1)2=2(x1)2\frac{dy}{dx} = \frac{(x - 1)(1) - (x + 1)(1)}{(x - 1)^2} = \frac{-2}{(x - 1)^2}.
The first derivative determines the slope function of the tangent line to the curve.
2
Substitute x=3x = 3 into the derivative to find the tangent slope mtm_t
mt=2(31)2=24=12m_t = \frac{-2}{(3 - 1)^2} = \frac{-2}{4} = -\frac{1}{2}.
Evaluating the derivative at the given xx-coordinate provides the exact gradient of the tangent at that point.
3
Calculate the slope of the normal line mnm_n
mn=1mt=11/2=2m_n = -\frac{1}{m_t} = -\frac{1}{-1/2} = 2.
The normal line is perpendicular to the tangent line, so its slope is the negative reciprocal of the tangent slope.

Key Concept

The slope of the normal line to a curve at a given point is the negative reciprocal of the slope of the tangent line at that point (mn=1mtm_n = -\frac{1}{m_t}).
Rate this question