Find the value of $a$
up vote
1
down vote
favorite
Find $a$ for which $f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 ;$ decreases for all $x$ with $aneq 1$ and $ageq -4$.
My try:
For $f(x)$ to decrease
$$5x^4left(frac{sqrt{a+4}}{1-a} -1right) -3 <0implies x^4left(frac{sqrt{a+4}}{1-a} -1right) < 3/5 $$
How can I proceed further?
calculus functions
add a comment |
up vote
1
down vote
favorite
Find $a$ for which $f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 ;$ decreases for all $x$ with $aneq 1$ and $ageq -4$.
My try:
For $f(x)$ to decrease
$$5x^4left(frac{sqrt{a+4}}{1-a} -1right) -3 <0implies x^4left(frac{sqrt{a+4}}{1-a} -1right) < 3/5 $$
How can I proceed further?
calculus functions
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Find $a$ for which $f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 ;$ decreases for all $x$ with $aneq 1$ and $ageq -4$.
My try:
For $f(x)$ to decrease
$$5x^4left(frac{sqrt{a+4}}{1-a} -1right) -3 <0implies x^4left(frac{sqrt{a+4}}{1-a} -1right) < 3/5 $$
How can I proceed further?
calculus functions
Find $a$ for which $f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 ;$ decreases for all $x$ with $aneq 1$ and $ageq -4$.
My try:
For $f(x)$ to decrease
$$5x^4left(frac{sqrt{a+4}}{1-a} -1right) -3 <0implies x^4left(frac{sqrt{a+4}}{1-a} -1right) < 3/5 $$
How can I proceed further?
calculus functions
calculus functions
edited Nov 23 at 20:44
Yadati Kiran
1,499518
1,499518
asked Nov 23 at 20:27
Md Masood
427
427
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
This holds true for every $x$ only if $$frac{sqrt{a+4}}{1-a} -1le 0$$or $${sqrt{a+4}over 1-a}le 1$$Surely $a>1$ is one region of answer. For $a<1$ we have $$sqrt {a+4}le 1-ato a+4le a^2-2a+1to a^2-3a-3ge 0to\age {3+sqrt {21}over 2}\ale {3-sqrt {21}over 2}$$therefore the region of the answer is $$[-4, {3-sqrt {21}over 2}]cup (1,infty)$$
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
add a comment |
up vote
2
down vote
HINT
We have
$$f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 implies f'(x) = 5left(frac{sqrt{a+4}}{1-a} -1right)x^4-3le 0$$
then we need
$$left(frac{sqrt{a+4}}{1-a} -1right)x^4- frac35 le 0 $$
that is true for all $x$ when
$$frac{sqrt{a+4}}{1-a} -1le0 iff frac{sqrt{a+4}+a-1}{1-a}le0$$
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3010799%2ffind-the-value-of-a%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
up vote
1
down vote
accepted
This holds true for every $x$ only if $$frac{sqrt{a+4}}{1-a} -1le 0$$or $${sqrt{a+4}over 1-a}le 1$$Surely $a>1$ is one region of answer. For $a<1$ we have $$sqrt {a+4}le 1-ato a+4le a^2-2a+1to a^2-3a-3ge 0to\age {3+sqrt {21}over 2}\ale {3-sqrt {21}over 2}$$therefore the region of the answer is $$[-4, {3-sqrt {21}over 2}]cup (1,infty)$$
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
add a comment |
up vote
1
down vote
accepted
This holds true for every $x$ only if $$frac{sqrt{a+4}}{1-a} -1le 0$$or $${sqrt{a+4}over 1-a}le 1$$Surely $a>1$ is one region of answer. For $a<1$ we have $$sqrt {a+4}le 1-ato a+4le a^2-2a+1to a^2-3a-3ge 0to\age {3+sqrt {21}over 2}\ale {3-sqrt {21}over 2}$$therefore the region of the answer is $$[-4, {3-sqrt {21}over 2}]cup (1,infty)$$
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
This holds true for every $x$ only if $$frac{sqrt{a+4}}{1-a} -1le 0$$or $${sqrt{a+4}over 1-a}le 1$$Surely $a>1$ is one region of answer. For $a<1$ we have $$sqrt {a+4}le 1-ato a+4le a^2-2a+1to a^2-3a-3ge 0to\age {3+sqrt {21}over 2}\ale {3-sqrt {21}over 2}$$therefore the region of the answer is $$[-4, {3-sqrt {21}over 2}]cup (1,infty)$$
This holds true for every $x$ only if $$frac{sqrt{a+4}}{1-a} -1le 0$$or $${sqrt{a+4}over 1-a}le 1$$Surely $a>1$ is one region of answer. For $a<1$ we have $$sqrt {a+4}le 1-ato a+4le a^2-2a+1to a^2-3a-3ge 0to\age {3+sqrt {21}over 2}\ale {3-sqrt {21}over 2}$$therefore the region of the answer is $$[-4, {3-sqrt {21}over 2}]cup (1,infty)$$
answered Nov 23 at 20:54
Mostafa Ayaz
13.6k3836
13.6k3836
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
add a comment |
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
Why the coefficent of $x^4$ need to be negative.
– Md Masood
Nov 23 at 21:17
1
1
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
If it is positive then for large enough $x$ the inequality doesn't hold.
– Mostafa Ayaz
Nov 23 at 21:18
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
Oh yes , thanks.
– Md Masood
Nov 23 at 21:21
1
1
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
You're welcome.......
– Mostafa Ayaz
Nov 23 at 21:22
add a comment |
up vote
2
down vote
HINT
We have
$$f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 implies f'(x) = 5left(frac{sqrt{a+4}}{1-a} -1right)x^4-3le 0$$
then we need
$$left(frac{sqrt{a+4}}{1-a} -1right)x^4- frac35 le 0 $$
that is true for all $x$ when
$$frac{sqrt{a+4}}{1-a} -1le0 iff frac{sqrt{a+4}+a-1}{1-a}le0$$
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
add a comment |
up vote
2
down vote
HINT
We have
$$f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 implies f'(x) = 5left(frac{sqrt{a+4}}{1-a} -1right)x^4-3le 0$$
then we need
$$left(frac{sqrt{a+4}}{1-a} -1right)x^4- frac35 le 0 $$
that is true for all $x$ when
$$frac{sqrt{a+4}}{1-a} -1le0 iff frac{sqrt{a+4}+a-1}{1-a}le0$$
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
add a comment |
up vote
2
down vote
up vote
2
down vote
HINT
We have
$$f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 implies f'(x) = 5left(frac{sqrt{a+4}}{1-a} -1right)x^4-3le 0$$
then we need
$$left(frac{sqrt{a+4}}{1-a} -1right)x^4- frac35 le 0 $$
that is true for all $x$ when
$$frac{sqrt{a+4}}{1-a} -1le0 iff frac{sqrt{a+4}+a-1}{1-a}le0$$
HINT
We have
$$f(x) = left(frac{sqrt{a+4}}{1-a} -1right)x^5-3x+ln5 implies f'(x) = 5left(frac{sqrt{a+4}}{1-a} -1right)x^4-3le 0$$
then we need
$$left(frac{sqrt{a+4}}{1-a} -1right)x^4- frac35 le 0 $$
that is true for all $x$ when
$$frac{sqrt{a+4}}{1-a} -1le0 iff frac{sqrt{a+4}+a-1}{1-a}le0$$
edited Nov 23 at 20:48
answered Nov 23 at 20:41
gimusi
1
1
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
add a comment |
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
oh no, @gimusi, fix it...
– user376343
Nov 23 at 20:43
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Ummm... $f(x)$ decreases...
– David G. Stork
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
Opsss...I was dealing with the incresing case! I fix, thanks
– gimusi
Nov 23 at 20:44
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3010799%2ffind-the-value-of-a%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