Adding two cosine waves, result in the standard A*cos(ωt + B) formDrawing sine and cosine...
What are the possible solutions of the given equation?
Possible Leak In Concrete
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
Brexit - No Deal Rejection
The use of "touch" and "touch on" in context
Can elves maintain concentration in a trance?
Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?
Can anyone tell me why this program fails?
Happy pi day, everyone!
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
PlotLabels with equations not expressions
My adviser wants to be the first author
Do I need life insurance if I can cover my own funeral costs?
Ban on all campaign finance?
Official degrees of earth’s rotation per day
How to explain that I do not want to visit a country due to personal safety concern?
Why must traveling waves have the same amplitude to form a standing wave?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
How could a female member of a species produce eggs unto death?
Dot in front of file
Will a pinhole camera work with instant film?
RegionDifference for Cylinder and Cuboid
Adding two cosine waves, result in the standard A*cos(ωt + B) form
Drawing sine and cosine wavesSum/Difference Cosine WavesGiven a signal in the time domain, is there a way to determine a function that produces that signal?Averaging cosine with a randomly varying argumentApproximate a polynomial function using a sum of sine wavesAdding two sine waves using eulerMax of sum of sinusoids with arbitrary frequenciesSuperposition of two wavesExpected value of sum of N sines with random phase differencesSum of Cosine Waves
$begingroup$
Let's say I have the composite wave:
$y(t) = cos(40t) - 0.3 cos(40t - 16)$
This combines two waves of the same frequency but different phases, and the objective here is to add them and present the result in the simplified form, as a single real amplitude multiplied by a single cosine. I have tried complex analysis, via $operatorname{Re}[e^{i40t}(1-0.3e^{-i16})]$, but I still can't get a result out of it. May I ask what I might be missing here?
trigonometry signal-processing
New contributor
$endgroup$
add a comment |
$begingroup$
Let's say I have the composite wave:
$y(t) = cos(40t) - 0.3 cos(40t - 16)$
This combines two waves of the same frequency but different phases, and the objective here is to add them and present the result in the simplified form, as a single real amplitude multiplied by a single cosine. I have tried complex analysis, via $operatorname{Re}[e^{i40t}(1-0.3e^{-i16})]$, but I still can't get a result out of it. May I ask what I might be missing here?
trigonometry signal-processing
New contributor
$endgroup$
add a comment |
$begingroup$
Let's say I have the composite wave:
$y(t) = cos(40t) - 0.3 cos(40t - 16)$
This combines two waves of the same frequency but different phases, and the objective here is to add them and present the result in the simplified form, as a single real amplitude multiplied by a single cosine. I have tried complex analysis, via $operatorname{Re}[e^{i40t}(1-0.3e^{-i16})]$, but I still can't get a result out of it. May I ask what I might be missing here?
trigonometry signal-processing
New contributor
$endgroup$
Let's say I have the composite wave:
$y(t) = cos(40t) - 0.3 cos(40t - 16)$
This combines two waves of the same frequency but different phases, and the objective here is to add them and present the result in the simplified form, as a single real amplitude multiplied by a single cosine. I have tried complex analysis, via $operatorname{Re}[e^{i40t}(1-0.3e^{-i16})]$, but I still can't get a result out of it. May I ask what I might be missing here?
trigonometry signal-processing
trigonometry signal-processing
New contributor
New contributor
edited Mar 10 at 14:04
Bernard
123k741116
123k741116
New contributor
asked Mar 10 at 13:58
aaaaaaaaaa
85
85
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
your working is fine until
$Re[e^{j40t}[1-0.3e^{-j16}]]$ now, remove time varying part ( harmonic part) and focus on it's phasor and write it in Euler form as i.e, $[1-0.3e^{-j16}]=1.28-0.0863j=1.282 e^{-j0.0673}$
since wave is nothing but $=$ Re part of $[ text{phasor}$$times$ $e^{jomega t}]$
so, your wave is $1.282 cos(omega t-0.0673)$ in your case phasor is rotating with frequency 40 radian per second in Anti clock wise direction i.e,put $omega=40$
$endgroup$
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
add a comment |
$begingroup$
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=cos{(40t)}-0.3cos{(16)}cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
$$=(1-0.3cos{(16)})cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
Now we want the above expression in the form
$$R cos{(40t+alpha)}=Rcos{(alpha)}cos{(40t)}-Rsin{(alpha)}sin{(40t)}$$
So, equating coefficients of $cos{(40t)}$ and $sin{(40t)}$ we have
$$Rcos{(alpha)}=1-0.3cos{(16)}$$
$$Rsin{(alpha)}=0.3sin{(16)}$$
Which we can solve simultaneously to give
$$R=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2}$$
$$alpha=arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}$$
So, the answer is
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2} timescos{bigg(40t+arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}bigg)}$$
$$approx 1.290192113cos{(40t-0.06699439337)}$$
$endgroup$
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
});
}
});
aaaaa is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3142402%2fadding-two-cosine-waves-result-in-the-standard-acos%25cf%2589t-b-form%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$
your working is fine until
$Re[e^{j40t}[1-0.3e^{-j16}]]$ now, remove time varying part ( harmonic part) and focus on it's phasor and write it in Euler form as i.e, $[1-0.3e^{-j16}]=1.28-0.0863j=1.282 e^{-j0.0673}$
since wave is nothing but $=$ Re part of $[ text{phasor}$$times$ $e^{jomega t}]$
so, your wave is $1.282 cos(omega t-0.0673)$ in your case phasor is rotating with frequency 40 radian per second in Anti clock wise direction i.e,put $omega=40$
$endgroup$
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
add a comment |
$begingroup$
your working is fine until
$Re[e^{j40t}[1-0.3e^{-j16}]]$ now, remove time varying part ( harmonic part) and focus on it's phasor and write it in Euler form as i.e, $[1-0.3e^{-j16}]=1.28-0.0863j=1.282 e^{-j0.0673}$
since wave is nothing but $=$ Re part of $[ text{phasor}$$times$ $e^{jomega t}]$
so, your wave is $1.282 cos(omega t-0.0673)$ in your case phasor is rotating with frequency 40 radian per second in Anti clock wise direction i.e,put $omega=40$
$endgroup$
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
add a comment |
$begingroup$
your working is fine until
$Re[e^{j40t}[1-0.3e^{-j16}]]$ now, remove time varying part ( harmonic part) and focus on it's phasor and write it in Euler form as i.e, $[1-0.3e^{-j16}]=1.28-0.0863j=1.282 e^{-j0.0673}$
since wave is nothing but $=$ Re part of $[ text{phasor}$$times$ $e^{jomega t}]$
so, your wave is $1.282 cos(omega t-0.0673)$ in your case phasor is rotating with frequency 40 radian per second in Anti clock wise direction i.e,put $omega=40$
$endgroup$
your working is fine until
$Re[e^{j40t}[1-0.3e^{-j16}]]$ now, remove time varying part ( harmonic part) and focus on it's phasor and write it in Euler form as i.e, $[1-0.3e^{-j16}]=1.28-0.0863j=1.282 e^{-j0.0673}$
since wave is nothing but $=$ Re part of $[ text{phasor}$$times$ $e^{jomega t}]$
so, your wave is $1.282 cos(omega t-0.0673)$ in your case phasor is rotating with frequency 40 radian per second in Anti clock wise direction i.e,put $omega=40$
answered Mar 10 at 14:51
Faraday PathakFaraday Pathak
1,165316
1,165316
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
add a comment |
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
1
1
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
$begingroup$
Yeah, plus the fact that you calculate the absolute value with the square root of Re^2 + Im^2, and the argument of the exponential with the arctangent of Im/Re - both things that the guy from the other answer directly mentioned. Using complex numbers always simplifies it, so I'm picking your answer as the most straightforward one.
$endgroup$
– aaaaa
Mar 10 at 20:25
add a comment |
$begingroup$
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=cos{(40t)}-0.3cos{(16)}cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
$$=(1-0.3cos{(16)})cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
Now we want the above expression in the form
$$R cos{(40t+alpha)}=Rcos{(alpha)}cos{(40t)}-Rsin{(alpha)}sin{(40t)}$$
So, equating coefficients of $cos{(40t)}$ and $sin{(40t)}$ we have
$$Rcos{(alpha)}=1-0.3cos{(16)}$$
$$Rsin{(alpha)}=0.3sin{(16)}$$
Which we can solve simultaneously to give
$$R=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2}$$
$$alpha=arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}$$
So, the answer is
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2} timescos{bigg(40t+arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}bigg)}$$
$$approx 1.290192113cos{(40t-0.06699439337)}$$
$endgroup$
add a comment |
$begingroup$
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=cos{(40t)}-0.3cos{(16)}cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
$$=(1-0.3cos{(16)})cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
Now we want the above expression in the form
$$R cos{(40t+alpha)}=Rcos{(alpha)}cos{(40t)}-Rsin{(alpha)}sin{(40t)}$$
So, equating coefficients of $cos{(40t)}$ and $sin{(40t)}$ we have
$$Rcos{(alpha)}=1-0.3cos{(16)}$$
$$Rsin{(alpha)}=0.3sin{(16)}$$
Which we can solve simultaneously to give
$$R=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2}$$
$$alpha=arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}$$
So, the answer is
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2} timescos{bigg(40t+arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}bigg)}$$
$$approx 1.290192113cos{(40t-0.06699439337)}$$
$endgroup$
add a comment |
$begingroup$
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=cos{(40t)}-0.3cos{(16)}cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
$$=(1-0.3cos{(16)})cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
Now we want the above expression in the form
$$R cos{(40t+alpha)}=Rcos{(alpha)}cos{(40t)}-Rsin{(alpha)}sin{(40t)}$$
So, equating coefficients of $cos{(40t)}$ and $sin{(40t)}$ we have
$$Rcos{(alpha)}=1-0.3cos{(16)}$$
$$Rsin{(alpha)}=0.3sin{(16)}$$
Which we can solve simultaneously to give
$$R=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2}$$
$$alpha=arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}$$
So, the answer is
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2} timescos{bigg(40t+arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}bigg)}$$
$$approx 1.290192113cos{(40t-0.06699439337)}$$
$endgroup$
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=cos{(40t)}-0.3cos{(16)}cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
$$=(1-0.3cos{(16)})cos{(40t)}-0.3sin{(16)}sin{(40t)}$$
Now we want the above expression in the form
$$R cos{(40t+alpha)}=Rcos{(alpha)}cos{(40t)}-Rsin{(alpha)}sin{(40t)}$$
So, equating coefficients of $cos{(40t)}$ and $sin{(40t)}$ we have
$$Rcos{(alpha)}=1-0.3cos{(16)}$$
$$Rsin{(alpha)}=0.3sin{(16)}$$
Which we can solve simultaneously to give
$$R=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2}$$
$$alpha=arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}$$
So, the answer is
$$cos{(40t)}-0.3cos{(40t-16)}$$
$$=sqrt{(1-0.3cos{(16)})^2+(0.3sin{(16)})^2} timescos{bigg(40t+arctan{bigg(frac{0.3sin{(16)}}{1-0.3cos{(16)}}bigg)}bigg)}$$
$$approx 1.290192113cos{(40t-0.06699439337)}$$
edited Mar 10 at 14:30
answered Mar 10 at 14:24
Peter ForemanPeter Foreman
3,7921216
3,7921216
add a comment |
add a comment |
aaaaa is a new contributor. Be nice, and check out our Code of Conduct.
aaaaa is a new contributor. Be nice, and check out our Code of Conduct.
aaaaa is a new contributor. Be nice, and check out our Code of Conduct.
aaaaa is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3142402%2fadding-two-cosine-waves-result-in-the-standard-acos%25cf%2589t-b-form%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