Question

Difficulty: Very hardStationary Points, Maxima, and Minima

A curve is defined by the equation y=x3+px2+qx+5y = x^3 + px^2 + qx + 5, where pp and qq are constants. If the curve has a stationary point with a local maximum at x=1x = -1 and a local minimum at x=3x = 3, what is the value of p+qp + q?

  1. 12-12Answer
  2. B
    1212
  3. C
    15-15
  4. D
    6-6

Answer

The value of p+qp + q is 12-12.
The derivative of y=x3+px2+qx+5y = x^3 + px^2 + qx + 5 is dydx=3x2+2px+q\frac{dy}{dx} = 3x^2 + 2px + q. Setting dydx=0\frac{dy}{dx} = 0 at the stationary points x=1x = -1 and x=3x = 3 means dydx=3(x+1)(x3)=3x26x9\frac{dy}{dx} = 3(x + 1)(x - 3) = 3x^2 - 6x - 9. Comparing coefficients gives 2p=6    p=32p = -6 \implies p = -3 and q=9q = -9. Summing these constants gives p+q=12p + q = -12. Evaluating the second derivative d2ydx2=6x+2p=6x6\frac{d^2y}{dx^2} = 6x + 2p = 6x - 6 confirms a maximum at x=1x = -1 (d2ydx2=12<0\frac{d^2y}{dx^2} = -12 < 0) and a minimum at x=3x = 3 (d2ydx2=12>0\frac{d^2y}{dx^2} = 12 > 0).

Step-by-Step Solution

1
Find the derivative of the given function.
dydx=3x2+2px+q\frac{dy}{dx} = 3x^2 + 2px + q
Stationary points occur where the first derivative dydx=0\frac{dy}{dx} = 0.
2
Use the stationary points x=1x = -1 and x=3x = 3 to form a quadratic equation for the derivative.
dydx=3(x+1)(x3)=3(x22x3)=3x26x9\frac{dy}{dx} = 3(x + 1)(x - 3) = 3(x^2 - 2x - 3) = 3x^2 - 6x - 9
Since x=1x = -1 and x=3x = 3 are roots of dydx=0\frac{dy}{dx} = 0, the derivative must factor as 3(x(1))(x3)3(x - (-1))(x - 3).
3
Equate coefficients of the two derivative expressions to solve for pp and qq.
2p=6    p=32p = -6 \implies p = -3 and q=9q = -9
Matching corresponding terms gives 2p=62p = -6 and q=9q = -9.
4
Calculate the required sum p+qp + q.
p+q=3+(9)=12p + q = -3 + (-9) = -12
Summing the calculated constants yields 12-12.

Key Concept

Determining parameters of a polynomial function from given stationary points using differentiation and coefficient matching.
Rate this question