How do I prove this relationship between positive terms of a G.P.?
$begingroup$
$a$, $b$, $c$, and $d$ are positive terms of a G.P. This is the relationship I'm trying to prove:
$$frac1{ab} + frac1{cd} > 2 left(frac1{bd} + frac1{ac} - frac1{ad}right)$$
This question was listed under the section on Arithmetic, Geometric, and Harmonic Means. So, I tried using those.
$$A = frac1{ab}$$
$$B = frac1{cd}$$
$$A.M. = frac12(A + B) = frac12left(frac1{ab}+frac1{cd}right)$$
This gives the correct term on the left side as well as the $2$ on the right side.
But I am completely blank from here. How do I proceed from here to prove this relationship using means?
sequences-and-series inequality arithmetic-progressions geometric-series geometric-progressions
$endgroup$
add a comment |
$begingroup$
$a$, $b$, $c$, and $d$ are positive terms of a G.P. This is the relationship I'm trying to prove:
$$frac1{ab} + frac1{cd} > 2 left(frac1{bd} + frac1{ac} - frac1{ad}right)$$
This question was listed under the section on Arithmetic, Geometric, and Harmonic Means. So, I tried using those.
$$A = frac1{ab}$$
$$B = frac1{cd}$$
$$A.M. = frac12(A + B) = frac12left(frac1{ab}+frac1{cd}right)$$
This gives the correct term on the left side as well as the $2$ on the right side.
But I am completely blank from here. How do I proceed from here to prove this relationship using means?
sequences-and-series inequality arithmetic-progressions geometric-series geometric-progressions
$endgroup$
add a comment |
$begingroup$
$a$, $b$, $c$, and $d$ are positive terms of a G.P. This is the relationship I'm trying to prove:
$$frac1{ab} + frac1{cd} > 2 left(frac1{bd} + frac1{ac} - frac1{ad}right)$$
This question was listed under the section on Arithmetic, Geometric, and Harmonic Means. So, I tried using those.
$$A = frac1{ab}$$
$$B = frac1{cd}$$
$$A.M. = frac12(A + B) = frac12left(frac1{ab}+frac1{cd}right)$$
This gives the correct term on the left side as well as the $2$ on the right side.
But I am completely blank from here. How do I proceed from here to prove this relationship using means?
sequences-and-series inequality arithmetic-progressions geometric-series geometric-progressions
$endgroup$
$a$, $b$, $c$, and $d$ are positive terms of a G.P. This is the relationship I'm trying to prove:
$$frac1{ab} + frac1{cd} > 2 left(frac1{bd} + frac1{ac} - frac1{ad}right)$$
This question was listed under the section on Arithmetic, Geometric, and Harmonic Means. So, I tried using those.
$$A = frac1{ab}$$
$$B = frac1{cd}$$
$$A.M. = frac12(A + B) = frac12left(frac1{ab}+frac1{cd}right)$$
This gives the correct term on the left side as well as the $2$ on the right side.
But I am completely blank from here. How do I proceed from here to prove this relationship using means?
sequences-and-series inequality arithmetic-progressions geometric-series geometric-progressions
sequences-and-series inequality arithmetic-progressions geometric-series geometric-progressions
edited Jan 29 at 14:47
Maria Mazur
49.3k1360123
49.3k1360123
asked Jan 29 at 13:41
user638500user638500
403
403
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
So $b=ax, c=ax^2$, and $d=ax^3$, and you have to prove: $$frac1{a^2x} + frac1{a^2x^5} > 2 (frac1{a^2x^4} + frac1{a^2x^2} - frac1{a^2x^3})$$
or $$1 + frac1{x^4} > 2 (frac1{x^3} + frac1{x} - frac1{x^2})$$
or $$boxed{x^4+1>2(x+x^3-x^2)}$$
or
$$x^4-2x^3+2x^2-2x+1>0iff (x^2-x)^2+(x-1)^2>0,$$ which is obviously true.
You can try to prove the boxed inequality also like this, using AM-GM inequality: $$x^4+x^2geq 2sqrt{x^4cdot x^2} = 2x^3$$ and$$x^2+1geq 2sqrt{x^2cdot 1} = 2x$$
so $$x^4+2x^2+x = (x^4+x^2)+(x^2+1)> 2x^3+2x$$ and we are done again.
$endgroup$
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
add a comment |
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%2f3092180%2fhow-do-i-prove-this-relationship-between-positive-terms-of-a-g-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
So $b=ax, c=ax^2$, and $d=ax^3$, and you have to prove: $$frac1{a^2x} + frac1{a^2x^5} > 2 (frac1{a^2x^4} + frac1{a^2x^2} - frac1{a^2x^3})$$
or $$1 + frac1{x^4} > 2 (frac1{x^3} + frac1{x} - frac1{x^2})$$
or $$boxed{x^4+1>2(x+x^3-x^2)}$$
or
$$x^4-2x^3+2x^2-2x+1>0iff (x^2-x)^2+(x-1)^2>0,$$ which is obviously true.
You can try to prove the boxed inequality also like this, using AM-GM inequality: $$x^4+x^2geq 2sqrt{x^4cdot x^2} = 2x^3$$ and$$x^2+1geq 2sqrt{x^2cdot 1} = 2x$$
so $$x^4+2x^2+x = (x^4+x^2)+(x^2+1)> 2x^3+2x$$ and we are done again.
$endgroup$
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
add a comment |
$begingroup$
So $b=ax, c=ax^2$, and $d=ax^3$, and you have to prove: $$frac1{a^2x} + frac1{a^2x^5} > 2 (frac1{a^2x^4} + frac1{a^2x^2} - frac1{a^2x^3})$$
or $$1 + frac1{x^4} > 2 (frac1{x^3} + frac1{x} - frac1{x^2})$$
or $$boxed{x^4+1>2(x+x^3-x^2)}$$
or
$$x^4-2x^3+2x^2-2x+1>0iff (x^2-x)^2+(x-1)^2>0,$$ which is obviously true.
You can try to prove the boxed inequality also like this, using AM-GM inequality: $$x^4+x^2geq 2sqrt{x^4cdot x^2} = 2x^3$$ and$$x^2+1geq 2sqrt{x^2cdot 1} = 2x$$
so $$x^4+2x^2+x = (x^4+x^2)+(x^2+1)> 2x^3+2x$$ and we are done again.
$endgroup$
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
add a comment |
$begingroup$
So $b=ax, c=ax^2$, and $d=ax^3$, and you have to prove: $$frac1{a^2x} + frac1{a^2x^5} > 2 (frac1{a^2x^4} + frac1{a^2x^2} - frac1{a^2x^3})$$
or $$1 + frac1{x^4} > 2 (frac1{x^3} + frac1{x} - frac1{x^2})$$
or $$boxed{x^4+1>2(x+x^3-x^2)}$$
or
$$x^4-2x^3+2x^2-2x+1>0iff (x^2-x)^2+(x-1)^2>0,$$ which is obviously true.
You can try to prove the boxed inequality also like this, using AM-GM inequality: $$x^4+x^2geq 2sqrt{x^4cdot x^2} = 2x^3$$ and$$x^2+1geq 2sqrt{x^2cdot 1} = 2x$$
so $$x^4+2x^2+x = (x^4+x^2)+(x^2+1)> 2x^3+2x$$ and we are done again.
$endgroup$
So $b=ax, c=ax^2$, and $d=ax^3$, and you have to prove: $$frac1{a^2x} + frac1{a^2x^5} > 2 (frac1{a^2x^4} + frac1{a^2x^2} - frac1{a^2x^3})$$
or $$1 + frac1{x^4} > 2 (frac1{x^3} + frac1{x} - frac1{x^2})$$
or $$boxed{x^4+1>2(x+x^3-x^2)}$$
or
$$x^4-2x^3+2x^2-2x+1>0iff (x^2-x)^2+(x-1)^2>0,$$ which is obviously true.
You can try to prove the boxed inequality also like this, using AM-GM inequality: $$x^4+x^2geq 2sqrt{x^4cdot x^2} = 2x^3$$ and$$x^2+1geq 2sqrt{x^2cdot 1} = 2x$$
so $$x^4+2x^2+x = (x^4+x^2)+(x^2+1)> 2x^3+2x$$ and we are done again.
edited Jan 29 at 14:45
J. W. Tanner
4,1961320
4,1961320
answered Jan 29 at 13:52
Maria MazurMaria Mazur
49.3k1360123
49.3k1360123
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
add a comment |
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
$begingroup$
Sorry, I am terrible at maths. Can you please hint on how to proceed further?
$endgroup$
– user638500
Jan 29 at 14:07
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%2f3092180%2fhow-do-i-prove-this-relationship-between-positive-terms-of-a-g-p%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