Simplification of $cos^4(x) + sin^4(x)$
$$begin{align}
(sin x)^4+(cos x)^4
&= (1-cos2x)^2/4 + (1+cos2x)^2/4\
&= (1-2cos2x+(cos2x)^2+1+2cos2x+(cos2x)^2)/4\
&= (1+(cos2x)^2)/2\
end{align}$$
Is this correct?
trigonometry
add a comment |
$$begin{align}
(sin x)^4+(cos x)^4
&= (1-cos2x)^2/4 + (1+cos2x)^2/4\
&= (1-2cos2x+(cos2x)^2+1+2cos2x+(cos2x)^2)/4\
&= (1+(cos2x)^2)/2\
end{align}$$
Is this correct?
trigonometry
add a comment |
$$begin{align}
(sin x)^4+(cos x)^4
&= (1-cos2x)^2/4 + (1+cos2x)^2/4\
&= (1-2cos2x+(cos2x)^2+1+2cos2x+(cos2x)^2)/4\
&= (1+(cos2x)^2)/2\
end{align}$$
Is this correct?
trigonometry
$$begin{align}
(sin x)^4+(cos x)^4
&= (1-cos2x)^2/4 + (1+cos2x)^2/4\
&= (1-2cos2x+(cos2x)^2+1+2cos2x+(cos2x)^2)/4\
&= (1+(cos2x)^2)/2\
end{align}$$
Is this correct?
trigonometry
trigonometry
edited Dec 26 at 10:48
asked Dec 26 at 10:30
Andes Lam
32
32
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
A faster way:
begin{align}
sin^4x+cos^4x&=(sin^2x+cos^2x)^2-2sin^2xcos^2x=1-2sin^2xcos^2x\
&=1-frac12(2sin xcos x)^2=1-frac12sin^22x \[1ex]
&=1-frac12frac{1-cos 4x}2=frac{3+cos 4x}4.
end{align}
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
add a comment |
$$cos2y=cos^2y-sin^2y=1-2sin^2y=2cos^2y-1$$
$$impliessin^2y= dfrac{1-cos2y}2 ,cos^2y=dfrac{1+cos2y}2$$
First $y=x$
Apply the same $(y=2x)$ for $cos^22x=dfrac{1+cos4x}2$
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
add a comment |
$$
left(frac{e^{ix}-e^{-ix}}{2i}right)^4+left(frac{e^{ix}+e^{-ix}}{2}right)^4 = frac{1}{2^4}left(left(e^{ix}-e^{-ix}right)^4+left(e^{ix}+e^{-ix}right)^4right)
$$
but
$$
(a+b)^4+(a-b)^4 = 2 (a^4+6 a^2 b^2+b^4)
$$
hence
$$
sin^4 x+cos^4 x = frac{1}{2^3}left(2cos(4x)+6right) = frac{1}{4}left(cos(4x)+3right)
$$
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%2f3052817%2fsimplification-of-cos4x-sin4x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
A faster way:
begin{align}
sin^4x+cos^4x&=(sin^2x+cos^2x)^2-2sin^2xcos^2x=1-2sin^2xcos^2x\
&=1-frac12(2sin xcos x)^2=1-frac12sin^22x \[1ex]
&=1-frac12frac{1-cos 4x}2=frac{3+cos 4x}4.
end{align}
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
add a comment |
A faster way:
begin{align}
sin^4x+cos^4x&=(sin^2x+cos^2x)^2-2sin^2xcos^2x=1-2sin^2xcos^2x\
&=1-frac12(2sin xcos x)^2=1-frac12sin^22x \[1ex]
&=1-frac12frac{1-cos 4x}2=frac{3+cos 4x}4.
end{align}
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
add a comment |
A faster way:
begin{align}
sin^4x+cos^4x&=(sin^2x+cos^2x)^2-2sin^2xcos^2x=1-2sin^2xcos^2x\
&=1-frac12(2sin xcos x)^2=1-frac12sin^22x \[1ex]
&=1-frac12frac{1-cos 4x}2=frac{3+cos 4x}4.
end{align}
A faster way:
begin{align}
sin^4x+cos^4x&=(sin^2x+cos^2x)^2-2sin^2xcos^2x=1-2sin^2xcos^2x\
&=1-frac12(2sin xcos x)^2=1-frac12sin^22x \[1ex]
&=1-frac12frac{1-cos 4x}2=frac{3+cos 4x}4.
end{align}
answered Dec 26 at 10:40
Bernard
118k639112
118k639112
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
add a comment |
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
That's exactly the answer I found in other posts. I just wonder why the double angle formula couldn't arrive at the same conclusion at yours...
– Andes Lam
Dec 26 at 10:45
1
1
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
That's because you didn't go till the end of the linearisation process($cos^22x=frac{1+cos4x}2$).
– Bernard
Dec 26 at 10:52
add a comment |
$$cos2y=cos^2y-sin^2y=1-2sin^2y=2cos^2y-1$$
$$impliessin^2y= dfrac{1-cos2y}2 ,cos^2y=dfrac{1+cos2y}2$$
First $y=x$
Apply the same $(y=2x)$ for $cos^22x=dfrac{1+cos4x}2$
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
add a comment |
$$cos2y=cos^2y-sin^2y=1-2sin^2y=2cos^2y-1$$
$$impliessin^2y= dfrac{1-cos2y}2 ,cos^2y=dfrac{1+cos2y}2$$
First $y=x$
Apply the same $(y=2x)$ for $cos^22x=dfrac{1+cos4x}2$
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
add a comment |
$$cos2y=cos^2y-sin^2y=1-2sin^2y=2cos^2y-1$$
$$impliessin^2y= dfrac{1-cos2y}2 ,cos^2y=dfrac{1+cos2y}2$$
First $y=x$
Apply the same $(y=2x)$ for $cos^22x=dfrac{1+cos4x}2$
$$cos2y=cos^2y-sin^2y=1-2sin^2y=2cos^2y-1$$
$$impliessin^2y= dfrac{1-cos2y}2 ,cos^2y=dfrac{1+cos2y}2$$
First $y=x$
Apply the same $(y=2x)$ for $cos^22x=dfrac{1+cos4x}2$
edited Dec 26 at 10:46
answered Dec 26 at 10:32
lab bhattacharjee
223k15156274
223k15156274
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
add a comment |
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
An error: $$cos^2(y) = frac{1 + cos(2y)}{2}$$ What you have suggests $sin^2y = cos^2y$, which is patently false. Neglecting, of course, that you're not at all addressing OP's question. Where does $x$ even come from in your answer? It's impossible to follow your logic.
– Eevee Trainer
Dec 26 at 10:43
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
@EeveeTrainer, That was a typo. I introduced to $y$ to replace it with $x,2x$ one by one
– lab bhattacharjee
Dec 26 at 10:47
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
Okay, now I see where you're coming from. Though personally I would elaborate a little more in your answer to demonstrate the utility of this myself. A little elaboration and explanation can go a long way in terms of an answer's usefulness, because if it's impenetrable for other MSE users (IIRC I and someone else had like issues with another of your answers tonight) it's probably not very helpful to a question's OP in case of questions like these. Just my two cents.
– Eevee Trainer
Dec 26 at 10:51
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
thanks lab, I get it and I make it thru now.
– Andes Lam
Dec 26 at 10:53
add a comment |
$$
left(frac{e^{ix}-e^{-ix}}{2i}right)^4+left(frac{e^{ix}+e^{-ix}}{2}right)^4 = frac{1}{2^4}left(left(e^{ix}-e^{-ix}right)^4+left(e^{ix}+e^{-ix}right)^4right)
$$
but
$$
(a+b)^4+(a-b)^4 = 2 (a^4+6 a^2 b^2+b^4)
$$
hence
$$
sin^4 x+cos^4 x = frac{1}{2^3}left(2cos(4x)+6right) = frac{1}{4}left(cos(4x)+3right)
$$
add a comment |
$$
left(frac{e^{ix}-e^{-ix}}{2i}right)^4+left(frac{e^{ix}+e^{-ix}}{2}right)^4 = frac{1}{2^4}left(left(e^{ix}-e^{-ix}right)^4+left(e^{ix}+e^{-ix}right)^4right)
$$
but
$$
(a+b)^4+(a-b)^4 = 2 (a^4+6 a^2 b^2+b^4)
$$
hence
$$
sin^4 x+cos^4 x = frac{1}{2^3}left(2cos(4x)+6right) = frac{1}{4}left(cos(4x)+3right)
$$
add a comment |
$$
left(frac{e^{ix}-e^{-ix}}{2i}right)^4+left(frac{e^{ix}+e^{-ix}}{2}right)^4 = frac{1}{2^4}left(left(e^{ix}-e^{-ix}right)^4+left(e^{ix}+e^{-ix}right)^4right)
$$
but
$$
(a+b)^4+(a-b)^4 = 2 (a^4+6 a^2 b^2+b^4)
$$
hence
$$
sin^4 x+cos^4 x = frac{1}{2^3}left(2cos(4x)+6right) = frac{1}{4}left(cos(4x)+3right)
$$
$$
left(frac{e^{ix}-e^{-ix}}{2i}right)^4+left(frac{e^{ix}+e^{-ix}}{2}right)^4 = frac{1}{2^4}left(left(e^{ix}-e^{-ix}right)^4+left(e^{ix}+e^{-ix}right)^4right)
$$
but
$$
(a+b)^4+(a-b)^4 = 2 (a^4+6 a^2 b^2+b^4)
$$
hence
$$
sin^4 x+cos^4 x = frac{1}{2^3}left(2cos(4x)+6right) = frac{1}{4}left(cos(4x)+3right)
$$
answered Dec 26 at 11:56
Cesareo
8,1983516
8,1983516
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.
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%2f3052817%2fsimplification-of-cos4x-sin4x%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