Find all values of $c$ for the Mean Value Theorem's $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$ Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)For what values of $b$ does this function lack extrema?“Box With No Top” OptimizationA way of finding the range of an injective functionFinding the ideal angle for the maximum range of a projectile when elevated?Finding total work by integrationFind the value of constants $c_1, c_2, c_3, c_4$ for which function $f: mathbbR rightarrow mathbbR$ is differentiableFind the maximum and minimum values of the functionFind shortest collection of roads connecting 4 towns at 4 corners of rectangle with lengths 1 and 'a' for sides of rectanglefinding the range of values for a constant such that a certain function does not take the value zeroFind $y'$ for the equation: $xe^-y/2 + ye^-x/2 = sin(x^2+y^2)$
Why was the term "discrete" used in discrete logarithm?
How to motivate offshore teams and trust them to deliver?
What makes black pepper strong or mild?
Is there a concise way to say "all of the X, one of each"?
How can players work together to take actions that are otherwise impossible?
macOS-like app switching in Plasma 5
Right-skewed distribution with mean equals to mode?
What would be Julian Assange's expected punishment, on the current English criminal law?
Models of set theory where not every set can be linearly ordered
When is phishing education going too far?
How to assign captions for two tables in LaTeX?
If 'B is more likely given A', then 'A is more likely given B'
How do I stop a creek from eroding my steep embankment?
Why does Python start at index 1 when iterating an array backwards?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
Sorting numerically
Alternate inner products on Euclidean space?
Precipitating silver(I) salts from the solution of barium(II) cyanate and iodide
Why is "Consequences inflicted." not a sentence?
Is it possible to boil a liquid by just mixing many immiscible liquids together?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
What does the "x" in "x86" represent?
Do I really need recursive chmod to restrict access to a folder?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Find all values of $c$ for the Mean Value Theorem's $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)For what values of $b$ does this function lack extrema?“Box With No Top” OptimizationA way of finding the range of an injective functionFinding the ideal angle for the maximum range of a projectile when elevated?Finding total work by integrationFind the value of constants $c_1, c_2, c_3, c_4$ for which function $f: mathbbR rightarrow mathbbR$ is differentiableFind the maximum and minimum values of the functionFind shortest collection of roads connecting 4 towns at 4 corners of rectangle with lengths 1 and 'a' for sides of rectanglefinding the range of values for a constant such that a certain function does not take the value zeroFind $y'$ for the equation: $xe^-y/2 + ye^-x/2 = sin(x^2+y^2)$
$begingroup$
I need to find all values of $c$ for the $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$ such that $f'(c) = -10$. I have already found that $f'(c) = frac-13013=-10$.
I thought I could find the values of $c$ by differentiating $f(x)$ which becomes $6x^2-12x-90$, and applying the Mean Value Theorem $f'(c) = fracf(b)-f(a)b - a$ again.
$f(b) = 6(-5)^2-12(-5)-90 = 150+60-90 = 120$
$f(a) = 6(8)^2-12(8)-90 = 384-186 = 198$
$f'(c) = frac120-198-5-8 = frac7813 = 6$
Then I took $6x^2-12x-90$ again, replaced $x$ with $c$, and set it equal to $6$ before solving for $c$.
$6c^2-12c-90 = 6 to 6(c^2-2c-16) = 0$
$frac2 pm sqrt2^2-4(1)(-17)2(1) = frac2 pm sqrt742$ or $c = frac2 - sqrt742, frac2 + sqrt742$
But this answer is wrong.
How can I find the values for $c$ here?
calculus derivatives
$endgroup$
add a comment |
$begingroup$
I need to find all values of $c$ for the $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$ such that $f'(c) = -10$. I have already found that $f'(c) = frac-13013=-10$.
I thought I could find the values of $c$ by differentiating $f(x)$ which becomes $6x^2-12x-90$, and applying the Mean Value Theorem $f'(c) = fracf(b)-f(a)b - a$ again.
$f(b) = 6(-5)^2-12(-5)-90 = 150+60-90 = 120$
$f(a) = 6(8)^2-12(8)-90 = 384-186 = 198$
$f'(c) = frac120-198-5-8 = frac7813 = 6$
Then I took $6x^2-12x-90$ again, replaced $x$ with $c$, and set it equal to $6$ before solving for $c$.
$6c^2-12c-90 = 6 to 6(c^2-2c-16) = 0$
$frac2 pm sqrt2^2-4(1)(-17)2(1) = frac2 pm sqrt742$ or $c = frac2 - sqrt742, frac2 + sqrt742$
But this answer is wrong.
How can I find the values for $c$ here?
calculus derivatives
$endgroup$
2
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
1
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22
add a comment |
$begingroup$
I need to find all values of $c$ for the $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$ such that $f'(c) = -10$. I have already found that $f'(c) = frac-13013=-10$.
I thought I could find the values of $c$ by differentiating $f(x)$ which becomes $6x^2-12x-90$, and applying the Mean Value Theorem $f'(c) = fracf(b)-f(a)b - a$ again.
$f(b) = 6(-5)^2-12(-5)-90 = 150+60-90 = 120$
$f(a) = 6(8)^2-12(8)-90 = 384-186 = 198$
$f'(c) = frac120-198-5-8 = frac7813 = 6$
Then I took $6x^2-12x-90$ again, replaced $x$ with $c$, and set it equal to $6$ before solving for $c$.
$6c^2-12c-90 = 6 to 6(c^2-2c-16) = 0$
$frac2 pm sqrt2^2-4(1)(-17)2(1) = frac2 pm sqrt742$ or $c = frac2 - sqrt742, frac2 + sqrt742$
But this answer is wrong.
How can I find the values for $c$ here?
calculus derivatives
$endgroup$
I need to find all values of $c$ for the $f'(c)$ of the function $f(x) = 2x^3-6x^2-90x+6$ of the range $[-5, 8]$ such that $f'(c) = -10$. I have already found that $f'(c) = frac-13013=-10$.
I thought I could find the values of $c$ by differentiating $f(x)$ which becomes $6x^2-12x-90$, and applying the Mean Value Theorem $f'(c) = fracf(b)-f(a)b - a$ again.
$f(b) = 6(-5)^2-12(-5)-90 = 150+60-90 = 120$
$f(a) = 6(8)^2-12(8)-90 = 384-186 = 198$
$f'(c) = frac120-198-5-8 = frac7813 = 6$
Then I took $6x^2-12x-90$ again, replaced $x$ with $c$, and set it equal to $6$ before solving for $c$.
$6c^2-12c-90 = 6 to 6(c^2-2c-16) = 0$
$frac2 pm sqrt2^2-4(1)(-17)2(1) = frac2 pm sqrt742$ or $c = frac2 - sqrt742, frac2 + sqrt742$
But this answer is wrong.
How can I find the values for $c$ here?
calculus derivatives
calculus derivatives
edited Mar 31 at 22:22
LuminousNutria
asked Mar 31 at 22:15
LuminousNutriaLuminousNutria
57612
57612
2
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
1
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22
add a comment |
2
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
1
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22
2
2
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
1
1
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You are overcomplicating things; there is no need to apply the mean value theorem to $f'$.
To find all values of $cin[-5,8]$ for which $f'(c)=-10$ you indeed want to first compute $f'$. You correctly found that
$$f'(c)=6c^2-12c-90,$$
and setting this equal to $-10$ yields
$$6c^2-12c-90=-10.$$
This is a quadratic equation in $c$, which you can solve yourself, judging from your attempted solution.
Caution: The quadratic equation above has (at most) two solutions. Make sure to check whether the solutions are in fact in the interval $[-5,8]$.
$endgroup$
add a comment |
$begingroup$
You got the wrong answer because you set $f'(c)=fracf'(b)-f'(a)b-a$ instead of $fracf(b)-f(a)b-a.$
Otherwise your approach was correct.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169951%2ffind-all-values-of-c-for-the-mean-value-theorems-fc-of-the-function-fx%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You are overcomplicating things; there is no need to apply the mean value theorem to $f'$.
To find all values of $cin[-5,8]$ for which $f'(c)=-10$ you indeed want to first compute $f'$. You correctly found that
$$f'(c)=6c^2-12c-90,$$
and setting this equal to $-10$ yields
$$6c^2-12c-90=-10.$$
This is a quadratic equation in $c$, which you can solve yourself, judging from your attempted solution.
Caution: The quadratic equation above has (at most) two solutions. Make sure to check whether the solutions are in fact in the interval $[-5,8]$.
$endgroup$
add a comment |
$begingroup$
You are overcomplicating things; there is no need to apply the mean value theorem to $f'$.
To find all values of $cin[-5,8]$ for which $f'(c)=-10$ you indeed want to first compute $f'$. You correctly found that
$$f'(c)=6c^2-12c-90,$$
and setting this equal to $-10$ yields
$$6c^2-12c-90=-10.$$
This is a quadratic equation in $c$, which you can solve yourself, judging from your attempted solution.
Caution: The quadratic equation above has (at most) two solutions. Make sure to check whether the solutions are in fact in the interval $[-5,8]$.
$endgroup$
add a comment |
$begingroup$
You are overcomplicating things; there is no need to apply the mean value theorem to $f'$.
To find all values of $cin[-5,8]$ for which $f'(c)=-10$ you indeed want to first compute $f'$. You correctly found that
$$f'(c)=6c^2-12c-90,$$
and setting this equal to $-10$ yields
$$6c^2-12c-90=-10.$$
This is a quadratic equation in $c$, which you can solve yourself, judging from your attempted solution.
Caution: The quadratic equation above has (at most) two solutions. Make sure to check whether the solutions are in fact in the interval $[-5,8]$.
$endgroup$
You are overcomplicating things; there is no need to apply the mean value theorem to $f'$.
To find all values of $cin[-5,8]$ for which $f'(c)=-10$ you indeed want to first compute $f'$. You correctly found that
$$f'(c)=6c^2-12c-90,$$
and setting this equal to $-10$ yields
$$6c^2-12c-90=-10.$$
This is a quadratic equation in $c$, which you can solve yourself, judging from your attempted solution.
Caution: The quadratic equation above has (at most) two solutions. Make sure to check whether the solutions are in fact in the interval $[-5,8]$.
answered Mar 31 at 22:22
ServaesServaes
30.6k342101
30.6k342101
add a comment |
add a comment |
$begingroup$
You got the wrong answer because you set $f'(c)=fracf'(b)-f'(a)b-a$ instead of $fracf(b)-f(a)b-a.$
Otherwise your approach was correct.
$endgroup$
add a comment |
$begingroup$
You got the wrong answer because you set $f'(c)=fracf'(b)-f'(a)b-a$ instead of $fracf(b)-f(a)b-a.$
Otherwise your approach was correct.
$endgroup$
add a comment |
$begingroup$
You got the wrong answer because you set $f'(c)=fracf'(b)-f'(a)b-a$ instead of $fracf(b)-f(a)b-a.$
Otherwise your approach was correct.
$endgroup$
You got the wrong answer because you set $f'(c)=fracf'(b)-f'(a)b-a$ instead of $fracf(b)-f(a)b-a.$
Otherwise your approach was correct.
answered Mar 31 at 22:26
J. W. TannerJ. W. Tanner
4,7971420
4,7971420
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169951%2ffind-all-values-of-c-for-the-mean-value-theorems-fc-of-the-function-fx%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
Are you trying to find all $cin [-5,8]$ such that $f'(c) = fracf(8)-f(-5)8-(-5)$? Your question is not clear.
$endgroup$
– rogerl
Mar 31 at 22:18
$begingroup$
You evaluated $f'(b)$, not $f(b)$ (and same for $a$)
$endgroup$
– J. W. Tanner
Mar 31 at 22:20
$begingroup$
@rogerl I don't understand your math symbol $epsilon$ (I only know it's name). I have applied the Mean Value Theorem to $f(x) = 2x^3-6x^2-90x+6$ to find out $f'(c) = frac-13013$ now I need to find all values of $c$ such that $f'(c) = frac-13013$
$endgroup$
– LuminousNutria
Mar 31 at 22:21
1
$begingroup$
$in$ means "is contained in" (the interval)
$endgroup$
– J. W. Tanner
Mar 31 at 22:22