What defines a point of inflection in terms of the behavior of the gradient before and after the stationary point?
The gradient has the same sign on both sides of the stationary point.(e.g., Positive -> Zero -> Positive OR Negative -> Zero -> Negative).
What is the condition for a stationary point at x=a to be a local maximum using the second derivative test?
f′(a)=0 AND f′′(a)<0
To find the coordinates of a stationary point on y=f(x), what are the two essential calculation steps?
1. Solve f′(x)=0 to find the x-coordinate(s).2. Substitute this x-value back into the original f(x) to find the y-coordinate.
You are determining the nature of a stationary point at x=a using the second derivative, and you find that:f′′(a)=0What is the specific conclusion and the next step?
The test is inconclusive (it could be a maximum, minimum, or point of inflection).Next Step: You must use the Tabular Method (checking the sign of the gradient f′(x) slightly to the left and right of x=a).
What is the standard procedure to find the range of values for which f(x)=x3+6x2−15x is a decreasing function?
1. Differentiate to find f′(x).2. Set up the inequality f′(x)≤0.3. Solve the resulting quadratic inequality (finding critical values and sketching the quadratic).
True or False?To prove that a function f(x) is increasing on an interval [a,b], you must show that f′(x)>0 for all x in that interval.
❌ False✅ Correct Condition: f′(x)≥0The definition allows the gradient to be zero at discrete points (e.g., a point of inflection) while still being classified as an increasing function.
You are sketching the gradient function y=f′(x) based on the graph of y=f(x).If the original graph y=f(x) has a local minimum at x=a, what feature must the gradient graph y=f′(x) show at x=a?
The graph of y=f′(x) must cut the x-axis at x=a going from negative to positive (below to above axis).
True or False?If the curve y=f(x) has a horizontal asymptote at y=5, then the gradient function y=f′(x) will also have a horizontal asymptote at y=5.
❌ False✅ Correct Answer: The gradient function y=f′(x) will have a horizontal asymptote at y=0.Since the curve flattens out (gradient approaches zero) as x→∞, the value of f′(x) approaches 0.
True or False?If y=f(x) has a point of inflection at x=a, then the graph of the gradient function y=f′(x) cuts through the x-axis at x=a.
❌ False✅ Correct Answer: The graph of y=f′(x) touches the x-axis (is tangent to it) at x=a.The gradient goes from Positive -> 0 -> Positive (or Neg->0->Neg), meaning f′(x) does not cross from positive to negative values.
True or False?When solving an optimization problem (e.g., finding the maximum volume of a tank), finding the value of x where dxdV=0 is the final step.
❌ False✅ Correct Step: You must justify that this value gives a maximum (or minimum) as requested.Usually, this involves finding dx2d2V and showing it is negative for a maximum (or positive for a minimum).
When finding the minimum surface area of a shape where the total volume is fixed (e.g., V=1000), what is the immediate first step before differentiating?
Express one variable in terms of the other using the fixed constraint (e.g., h=πr21000) and substitute it into the Surface Area formula.