MHB 3.3.2 AP Calculus Exam interval from f'(x)

Click For Summary
The discussion centers on solving a problem related to the 3.3.2 AP Calculus Exam, specifically analyzing the function f'(x) and its second derivative f''(x). Participants note that f'(0) does not match any expected values, leading to confusion about the correct answer, which is indicated as D. They suggest graphing f'(x) to identify intervals where f''(x) is negative, specifically in the intervals (-1.5, -1) and (0, 1). The second derivative is calculated as f''(x) = e^{(x^2-1)^2} * 4x(x^2-1), with critical points at x = 0 and x = ±1, which helps determine the concavity of the function. The discussion emphasizes the importance of understanding the relationship between the first and second derivatives in determining concavity.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Screenshot 2020-09-25 at 2.34.39 PM.png

screen shot to avoid typos

OK the key said it was D

I surfed for about half hour trying to find a solution to this but $f'(0)$ doesn't equal any of these numbers

$e^0=\pm 1$ from the $e^{(x^2-1)^2}$

kinda ?
 
Physics news on Phys.org
this is a calculator active problem.
graph f’(x) in the given interval and look for the intervals where the slope of f’(x) = f’’(x) < 0

$(-1.5,-1) \cup (0,1)$

[DESMOS]{"version":7,"graph":{"viewport":{"xmin":-3,"ymin":-12.12442693138332,"xmax":3,"ymax":12.12442693138332}},"randomSeed":"f9c61ea916ed9ae4b364c88ac8d063a8","expressions":{"list":[{"type":"expression","id":"1","color":"#c74440","latex":"y=\\exp\\left(\\left(x^{2}-1\\right)^{2}\\right)-2"}]}}[/DESMOS]
 
this can also be done algebraically ...

$f’’(x) = e^{(x^2-1)^2} \cdot 4x(x^2-1)$

$f’’(x) =0$ at $x=0$ and $x= \pm 1$

from here one can determine the sign of f’’(x) in the four intervals bounded by the zeros
 
my feeble attempt at tikz

\begin{tikzpicture}
%preamble \usepackage{pgfplots}
\begin{axis}[xmin=-2, xmax=2, ymin=-3, ymax=3, axis lines=middle, ticks=none]
\addplot[
draw = blue, smooth, ultra thick,
domain=-1.5:1.5,
] {exp((x^2-1)^2)-2}
foreach \x in {-1.5,-1,1,1.5} { (axis cs:{\x},0) node[below left] {\x} };
\end{axis}
\end{tikzpicture}
$$e^{(x^2-1)^2}-2$$
 
Last edited:
karush said:
View attachment 10721
screen shot to avoid typos

OK the key said it was D

I surfed for about half hour trying to find a solution to this but $f'(0)$ doesn't equal any of these numbers
Why should it be? Saying that the graph is ''concave down" means that the second derivative is negative and that changes where the second derivative, not the first, is 0.

$e^0=\pm 1$ from the $e^{(x^2-1)^2}$

kinda ?
 

Similar threads

Replies
6
Views
2K
Replies
6
Views
2K
Replies
1
Views
1K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K