Card 0 of 20
If
and ,
then find .
We see the answer is when we use the product rule.
Compare your answer with the correct one above
On what intervals is the function both concave up and decreasing?
The question is asking when the derivative is negative and the second derivative is positive. First, taking the derivative, we get
Solving for the zero's, we see hits zero at
and
. Constructing an interval test,
, we want to know the sign's in each of these intervals. Thus, we pick a value in each of the intervals and plug it into the derivative to see if it's negative or positive. We've chosen -5, 0, and 1 to be our three values.
Thus, we can see that the derivative is only negative on the interval .
Repeating the process for the second derivative,
The reader can verify that this equation hits 0 at -4/3. Thus, the intervals to test for the second derivative are
. Plugging in -2 and 0, we can see that the first interval is negative and the second is positive.
Because we want the interval where the second derivative is positive and the first derivative is negative, we need to take the intersection or overlap of the two intervals we got:
If this step is confusing, try drawing it out on a number line -- the first interval is from -3 to 1/3, the second from -4/3 to infinity. They only overlap on the smaller interval of -4/3 to 1/3.
Thus, our final answer is
Compare your answer with the correct one above
On a closed interval, the function is decreasing. What can we say about
and
on these intervals?
If is decreasing, then its derivative is negative. The derivative of
is
, so this is telling us that
is negative.
For to be decreasing,
would have to be negative, which we don't know.
being negative has nothing to do with its slope.
For to be decreasing, its derivative
would need to be negative, or, alternatively
would have to be concave down, which we don't know.
Thus, the only correct answer is that is negative.
Compare your answer with the correct one above
If
and ,
then find .
We see the answer is when we use the product rule.
Compare your answer with the correct one above
On what intervals is the function both concave up and decreasing?
The question is asking when the derivative is negative and the second derivative is positive. First, taking the derivative, we get
Solving for the zero's, we see hits zero at
and
. Constructing an interval test,
, we want to know the sign's in each of these intervals. Thus, we pick a value in each of the intervals and plug it into the derivative to see if it's negative or positive. We've chosen -5, 0, and 1 to be our three values.
Thus, we can see that the derivative is only negative on the interval .
Repeating the process for the second derivative,
The reader can verify that this equation hits 0 at -4/3. Thus, the intervals to test for the second derivative are
. Plugging in -2 and 0, we can see that the first interval is negative and the second is positive.
Because we want the interval where the second derivative is positive and the first derivative is negative, we need to take the intersection or overlap of the two intervals we got:
If this step is confusing, try drawing it out on a number line -- the first interval is from -3 to 1/3, the second from -4/3 to infinity. They only overlap on the smaller interval of -4/3 to 1/3.
Thus, our final answer is
Compare your answer with the correct one above
On a closed interval, the function is decreasing. What can we say about
and
on these intervals?
If is decreasing, then its derivative is negative. The derivative of
is
, so this is telling us that
is negative.
For to be decreasing,
would have to be negative, which we don't know.
being negative has nothing to do with its slope.
For to be decreasing, its derivative
would need to be negative, or, alternatively
would have to be concave down, which we don't know.
Thus, the only correct answer is that is negative.
Compare your answer with the correct one above
Find the points of inflection of
We will find the points of inflection by setting our second derivative to zero.
Take the derivative again,
then set this equal to zero and reverse foil,
These are our points of inflection.
Compare your answer with the correct one above
If is a twice-differentiable function, and
, find the
values of the inflection point(s) of
on the interval
.
To find the inflection points of , we need to find
(which lucky for us, is already given!) set it equal to
, and solve for
.
. Start
. Divide by
. We can do this, because
is never equal to
.
On the unit circle, the values cause
, but only
is inside our interval
. so
is the only value to consider here.
To prove that is actually part of a point of inflection, we have to test an
value on the left and the right of
, and substitute them into
and test their signs.
.
Hence , is the
coordinate of an inflection point of
on the interval
.
Compare your answer with the correct one above
At what value(s) does the following function have an inflection point?
Inflection points of a function occur when the second derivative equals zero. Therefore, we simply need to take two derivatives of our function, and solve.
Therefore, the two values that makes this function go to zero are
Compare your answer with the correct one above
Determine the points of inflection for the following function:
To determine the points of inflection, we must find the value at which the second derivative of the function changes in sign.
First, we find the second derivative:
The derivatives were found using the following rules:
,
Next, we find the values at which the second derivative of the function is equal to zero:
Using the critical value, we now create intervals over which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, while on the second interval, the second derivative is positive. The second derivative changed sign , so there exists the point of inflection for the function.
Compare your answer with the correct one above
Determine the points of inflection for the following function:
To determine the points of inflection, we must find the value at which the second derivative of the function changes in sign.
First, we find the second derivative:
The derivatives were found using the following rules:
,
,
,
Next, we find the values at which the second derivative of the function is equal to zero:
Note that the x values we find are limited by the interval given in the problem statement.
Using the critical value, we now create intervals over which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is positive, on the second interval, the second derivative is negative, and on the third interval, the second derivative is positive. Thus, two points of inflection exist where the second derivative changed in sign, .
Compare your answer with the correct one above
A computer program generates the following codes when it finds points of inflection:
, when it finds no points of inflection;
, when it finds one point of inflection;
, when it finds two points of inflection;
, when it finds three or more points of inflection.
What code will the computer generate for the following function:
To find what code the computer generates, we must figure out the points of inflection for the function, which are the points at which the second derivative switches sign.
First, we find the second derivative:
The derivatives were found using the following rules:
,
Next, we must find the x values - on the given interval - for which the second derivative is equal to zero:
Using these values as endpoints, we create the intervals on which we evaluate the sign of the second derivative:
Note that at the endpoints of each interval, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, on the second interval, the second derivative is positive, and on the third interval, the second derivative is negative. The sign of the second derivative changed twice, so points of inflection exist at .
The computer will generate the code for two points of inflection as .
Compare your answer with the correct one above
Determine the points of inflection of the following function:
To determine the points of inflection for the function, we must points at which the second derivative of the function changes sign.
First, we find the second derivative of the function:
and was found using the following rules:
,
Next, we must the values of x for which the second derivative is equal to zero:
Using the critical values, we now create intervals on which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is positive, on the second interval, it is negative, and on the third interval, it is positive. Thus, two points of inflection exist for the function, at because the second derivative changed sign at each of these locations.
Compare your answer with the correct one above
Determine the points of inflection of the following function:
To determine the points of inflection for the function, we must points at which the second derivative of the function changes sign.
First, we find the second derivative of the function:
and was found using the following rules:
,
Next, we must the values of x for which the second derivative is equal to zero:
Using the critical values, we now create intervals on which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, and on the second interval, the the second derivative is positive. Thus, a point of inflection exists at because the second derivative changed sign here.
Compare your answer with the correct one above
Determine the points of inflection of the following function:
To determine the function's points of inflection, we must determine the points at which the second derivative of the function changes in sign.
Taking the second derivative of the function, we get
The following rules were used:
,
Next, we must find the values at which the second derivative is equal to zero:
The values for which the second derivative is zero are imaginary numbers. The second derivative is always positive and never zero, thus never changing in sign; the function has no inflection points.
Compare your answer with the correct one above
Determine the points of inflection of the function:
To determine the function's points of inflection, we must determine the points at which the second derivative of the function changes in sign.
First, we must find the second derivative of the function:
The following rules were used:
,
Next, we must find the values at which the second derivative is equal to zero:
Using this value, we now create intervals over which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, but on the second interval, the second derivative is positive. The second derivative changes sign at , so a point of inflection exists here.
Compare your answer with the correct one above
Find all points of inflection for the equation .
Points of inflection occur where the second derivative switches sign, which occurs when the second derivative is 0. Solving for y'',
Setting the second derivative to 0,
Before assuming this is a point of inflection, however, we need to make sure the second derivative actually changes sign. Plugging in a value to the left of 1 and a value to the right of 1 reveals
and
.
Note that the second derivative didn't change sign! More conceptually, this is because the (x-1) term is squared, and a squared number is never negative. Thus, while the second derivative hit 0, it immediately went back upwards, meaning it did not change from concave up to concave down. Thus, the function has no points of inflection.
Compare your answer with the correct one above
Determine the points of inflection of the following function:
To determine the x-values at which the function has points of inflection, we must determine the points at which the second derivative of the function changes sign.
First, we must find the second derivative of the function,
which was found using the following rules:
,
Next, we must find the values at which the second derivative is equal to zero:
We stopped finding the x values where they are bounded by the interval given in the problem statement.
Using these values, we now create intervals on which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, on the second interval, the second derivative is positive, and on the third interval, the second derivative is negative. Thus, points of inflection exist at .
Compare your answer with the correct one above
A computer code is written to detect points of inflection. The computer reports the following depending on what it finds:
, if one point of inflection occurs at a positive x value;
, if one point of inflection occurs at a negative x value;
, if more than one point of inflection occurs, regardless of the sign of x
What does the computer report for the following function:
To determine the x-values at which the function has points of inflection, we must determine the points at which the second derivative of the function changes sign.
First, we must find the second derivative of the function,
which was found using the following rules:
,
Next, we must find the values at which the second derivative is equal to zero:
Using these values, we now create intervals on which to evaluate the sign of the second derivative:
Notice how at the bounds of the intervals, the second derivative is neither positive nor negative.
Evaluating the sign simply by plugging in any value on the given interval into the second derivative function, we find that on the first interval, the second derivative is negative, and on the second interval, the second derivative is positive. Thus, a point of inflection occurs at , and because this the only inflection point - and it occurs at a negative x value - the computer reports
.
Compare your answer with the correct one above
For the function y, at which point(s) does the rate of _change_in the slope shift from decreasing to increasing.
For this question we want to find the points at which the second derivative of the function changes sign, i.e. . These are points at which the slope of the first derivative changes signs.
Notice that there are two x-values at which the second derivative equals zero.
We are interested only in the point where the slope changes from decreasing to increasing, however. This means that the answer is at .
x-values less than (and greater than
) yield negative y-values, and x-values greater than
yield positive y-values. In other words,
is the only point at which the second derivative changes from negative to positive, which represents the slope (first derivative) changing from decreasing to increasing.
Compare your answer with the correct one above