Question

Difficulty: MediumTangents and Normals to Curves

A curve has the equation y=13x32x2+3x+1y = \frac{1}{3}x^3 - 2x^2 + 3x + 1. What is the positive xx-coordinate of the point on the curve where the tangent line is parallel to the line y=8x5y = 8x - 5?

Answer: 5

Answer

The positive xx-coordinate of the point where the tangent is parallel to the line is 55.
The gradient of the line y=8x5y = 8x - 5 is 88. Differentiating y=13x32x2+3x+1y = \frac{1}{3}x^3 - 2x^2 + 3x + 1 gives dydx=x24x+3\frac{dy}{dx} = x^2 - 4x + 3. Setting dydx=8\frac{dy}{dx} = 8 leads to x24x5=0x^2 - 4x - 5 = 0, which factors as (x5)(x+1)=0(x - 5)(x + 1) = 0. The solutions are x=5x = 5 and x=1x = -1. Selecting the positive value gives x=5x = 5.

Step-by-Step Solution

1
Find the gradient (slope) of the given straight line.
The line equation is in slope-intercept form y=mx+cy = mx + c, where the slope m=8m = 8.
Parallel lines have equal slopes, so the gradient of the tangent to the curve must equal 8.
2
Differentiate the curve equation to find the gradient function dydx\frac{dy}{dx}.
dydx=ddx(13x32x2+3x+1)=x24x+3\frac{dy}{dx} = \frac{d}{dx}\left(\frac{1}{3}x^3 - 2x^2 + 3x + 1\right) = x^2 - 4x + 3.
The first derivative of a curve represents the gradient of the tangent at any point xx.
3
Equate the derivative to the slope of the line and solve for xx.
x24x+3=8    x24x5=0    (x5)(x+1)=0x^2 - 4x + 3 = 8 \implies x^2 - 4x - 5 = 0 \implies (x - 5)(x + 1) = 0. The roots are x=5x = 5 and x=1x = -1.
Solving the quadratic equation gives all xx-values where the tangent line has a slope of 8.
4
Select the positive xx-coordinate as requested.
x=5x = 5.
The question specifically asks for the positive value among the solutions.

Key Concept

Finding points on a curve where the tangent is parallel to a given line
Rate this question