eric256
eric256 12h ago โ€ข 10 views

Calculus Tutorial: Solving for Local Max/Min Using the Second Derivative Test

Hey everyone! ๐Ÿ‘‹ Learning about local max/min using the second derivative test can seem tricky, but it's super useful in calculus. This guide and quiz will help you master it! Let's dive in! ๐Ÿš€
๐Ÿงฎ Mathematics
๐Ÿช„

๐Ÿš€ Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

โœจ Generate Custom Content

2 Answers

โœ… Best Answer
User Avatar
davidkramer2004 Jan 7, 2026

๐Ÿ“š Quick Study Guide

  • ๐Ÿ“ˆ The Second Derivative Test helps determine if a critical point is a local maximum or minimum.
  • ๐Ÿ“ Find the first derivative, $f'(x)$, and set it to zero to find critical points.
  • ๐Ÿงช Calculate the second derivative, $f''(x)$.
  • ๐Ÿ” Evaluate $f''(x)$ at each critical point:
    • ๐Ÿ˜Š If $f''(c) > 0$, then $f(c)$ is a local minimum.
    • ๐Ÿ˜ž If $f''(c) < 0$, then $f(c)$ is a local maximum.
    • ๐Ÿค” If $f''(c) = 0$, the test is inconclusive; use the first derivative test instead.
  • ๐Ÿ’ก Remember, this test only finds *local* extrema, not necessarily global ones.

Practice Quiz

  1. Question 1: Given $f(x) = x^3 - 6x^2 + 5$, find the x-value of the local maximum.
    1. A) 0
    2. B) 4
    3. C) 2
    4. D) -2
  2. Question 2: For the function $f(x) = x^4 - 4x^3 + 2$, what is the second derivative?
    1. A) $12x^2 - 24x$
    2. B) $4x^3 - 12x^2$
    3. C) $12x - 24$
    4. D) $4x^2 - 12x$
  3. Question 3: If $f'(c) = 0$ and $f''(c) < 0$, then $f(x)$ has a:
    1. A) Local minimum at $x = c$
    2. B) Local maximum at $x = c$
    3. C) Inflection point at $x = c$
    4. D) No critical point at $x = c$
  4. Question 4: Consider $f(x) = -x^3 + 3x$. What is the value of the second derivative at $x=1$?
    1. A) -6
    2. B) 6
    3. C) 0
    4. D) 3
  5. Question 5: For $f(x) = e^x$, does the second derivative test help to find local extrema?
    1. A) Yes, it always finds local extrema.
    2. B) No, because $e^x$ has no critical points.
    3. C) Yes, but only for $x > 0$.
    4. D) No, the first derivative test must be used.
  6. Question 6: Given $f(x) = x^2 - 4x + 7$, find the x-value of the local minimum.
    1. A) 2
    2. B) -2
    3. C) 0
    4. D) 4
  7. Question 7: If $f''(c) = 0$, the Second Derivative Test is:
    1. A) Always conclusive
    2. B) Always inconclusive
    3. C) Conclusive only if $f'(c) = 0$
    4. D) Inconclusive; use another test
Click to see Answers
  1. Answer: B) 4
  2. Answer: A) $12x^2 - 24x$
  3. Answer: B) Local maximum at $x = c$
  4. Answer: A) -6
  5. Answer: B) No, because $e^x$ has no critical points.
  6. Answer: A) 2
  7. Answer: D) Inconclusive; use another test
โœ… Best Answer
User Avatar
Future_Mind Jan 7, 2026

๐Ÿ“š Quick Study Guide

  • ๐Ÿ” Critical Points: Find where $f'(x) = 0$ or $f'(x)$ is undefined.
  • ๐Ÿ“ˆ Second Derivative: Compute $f''(x)$.
  • ๐Ÿงช Second Derivative Test:
    • If $f''(c) > 0$, then $f(c)$ is a local minimum.
    • If $f''(c) < 0$, then $f(c)$ is a local maximum.
    • If $f''(c) = 0$, the test is inconclusive. Use other methods (e.g., first derivative test).
  • ๐Ÿ“ Example: For $f(x) = x^3 - 6x^2 + 5$, find critical points by solving $f'(x) = 3x^2 - 12x = 0$, which gives $x = 0$ and $x = 4$. Then, $f''(x) = 6x - 12$. Evaluating at critical points: $f''(0) = -12 < 0$ (local max) and $f''(4) = 12 > 0$ (local min).

Practice Quiz

  1. What is the first step in using the second derivative test to find local extrema?
    1. Finding the second derivative.
    2. Finding the critical points.
    3. Setting the function equal to zero.
    4. Evaluating the function at $x = 0$.
  2. If $f''(c) > 0$ at a critical point $c$, what does this indicate?
    1. $f(c)$ is a local maximum.
    2. $f(c)$ is a local minimum.
    3. The test is inconclusive.
    4. $f(c)$ is an inflection point.
  3. If $f''(c) = 0$ at a critical point $c$, what does this mean for the second derivative test?
    1. $f(c)$ is a local minimum.
    2. $f(c)$ is a local maximum.
    3. The test is inconclusive.
    4. $f(c)$ is both a local minimum and maximum.
  4. Given $f(x) = x^3 - 3x$, find $f''(x)$.
    1. $6x$
    2. $3x^2 - 3$
    3. $x^2 - 3$
    4. $3x$
  5. For $f(x) = x^3 - 3x$, what are the critical points?
    1. $x = 0, x = 1$
    2. $x = -1, x = 1$
    3. $x = -3, x = 3$
    4. $x = 0, x = -1$
  6. Given $f(x) = x^3 - 3x$, and critical points $x = -1$ and $x = 1$, determine the nature of the critical point at $x = 1$.
    1. Local maximum
    2. Local minimum
    3. Inflection point
    4. Test is inconclusive
  7. For what type of function is the second derivative test most effective?
    1. Linear functions
    2. Functions with no critical points
    3. Functions with easily computable second derivatives
    4. Discontinuous functions
Click to see Answers
  1. B
  2. B
  3. C
  4. A
  5. B
  6. B
  7. C

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! ๐Ÿš€