Hello, nikchic5!
Here's my impression of the graph . . .
Sketch the graph of a function that satisfies all of the given conditions on its domain:
(1)
f′(3.5)=f′(−3.5)=0.
(2)
f′(x)<0 if
∣x∣<3.5
(3)
f′(x)>0 if
3.5<x<7
(4)
f′(x)=−1 if
∣x∣>7 . . . Is this one correct?
(5)
f′′(x)<0 if
−7<x<0
(6) Inflection point at
x=0
(1) tell us that there are horizontal tangents at
x=3.5,−3.5
Code:
--*-- | --*--
|
- - - + - - + - - + - - -
-3.5 | 3.5
(2) tell us that the graph goes
downhill on the interval (-3.5, 3.5)
Code:
--*--
\
--*--
- - - + - - + - - + - - -
-3.5 0 3.5
I suspect a relative maximum and a relative minimum.
(3) tells us that the graph is rising on the interval (3.5, 7).
(5) tell us that the graph is concave down on the interval (-7, 0).
Code:
--*--
/ \ /
--*--
- - - + - - + - - + - - -
-3.5 0 3.5
I was right . . .
There is a relative maximum at
x=−3.5; a relative minimum at
x=3.5.
And there is an inflection point at
x=0.
Now (4) tells us the graph is a
straight line for
x<−7 and
x>7
This is possible with a contrived piece-wise function . . . not very satisfying.
If (4) had been:
f′(x)<0 if
∣x∣>7, the problem is more interesting.
The graph is going downhill for
x<−7 and
x>7
Code:
--*--
\ / \ / \
--*--
- - + - - - + - - + - - + - - - + - -
-7 -3.5 3.5 7
How is this possible?
There is a minimum at
x=3.5
The curve rises until it reaches
x=7 . . . then it goes downhill?
Wouldn't that require another relative maximum?
No, not if there is a
vertical asymptote at
x=±7
Even better, how about a horizontal asymptote:
y=0 ?
The graph
could look something like this:
Code:
: | *:*
: | :
: *** | * : *
: * * : *
: * | *** : *
- - - - + - - - + - - + - - + - - - + - - - - - -
* -7 * -3.5 | 3.5 7
* : | :
* : * | :
: | :
*:* |