Calculation of Complex Trigonometric Summation
$begingroup$
Evaluation of $$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1}cdot cos(x/2^{k-1})}.$$
Try:Let $$S=sum^{n}_{k=1}frac{sin(x/2^k)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
$$S=sum^{n}_{k=1}frac{sinbigg(frac{x}{2^{k-1}}-frac{x}{2^k}bigg)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
So $$S =sum^{n}_{k=1}bigg[frac{1}{2^{k-1}}tan(x/2^{k-1})-frac{1}{2^{k-1}}tan(x/2^k)bigg]$$
But is is not in Telescopic sum.
I did not understand how to find that sum.
Could some help me how to sole it, Thanks
trigonometric-series
$endgroup$
add a comment |
$begingroup$
Evaluation of $$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1}cdot cos(x/2^{k-1})}.$$
Try:Let $$S=sum^{n}_{k=1}frac{sin(x/2^k)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
$$S=sum^{n}_{k=1}frac{sinbigg(frac{x}{2^{k-1}}-frac{x}{2^k}bigg)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
So $$S =sum^{n}_{k=1}bigg[frac{1}{2^{k-1}}tan(x/2^{k-1})-frac{1}{2^{k-1}}tan(x/2^k)bigg]$$
But is is not in Telescopic sum.
I did not understand how to find that sum.
Could some help me how to sole it, Thanks
trigonometric-series
$endgroup$
add a comment |
$begingroup$
Evaluation of $$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1}cdot cos(x/2^{k-1})}.$$
Try:Let $$S=sum^{n}_{k=1}frac{sin(x/2^k)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
$$S=sum^{n}_{k=1}frac{sinbigg(frac{x}{2^{k-1}}-frac{x}{2^k}bigg)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
So $$S =sum^{n}_{k=1}bigg[frac{1}{2^{k-1}}tan(x/2^{k-1})-frac{1}{2^{k-1}}tan(x/2^k)bigg]$$
But is is not in Telescopic sum.
I did not understand how to find that sum.
Could some help me how to sole it, Thanks
trigonometric-series
$endgroup$
Evaluation of $$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1}cdot cos(x/2^{k-1})}.$$
Try:Let $$S=sum^{n}_{k=1}frac{sin(x/2^k)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
$$S=sum^{n}_{k=1}frac{sinbigg(frac{x}{2^{k-1}}-frac{x}{2^k}bigg)}{2^{k-1}cos(x/2^{k-1})cdot cos(x/2^k)}$$
So $$S =sum^{n}_{k=1}bigg[frac{1}{2^{k-1}}tan(x/2^{k-1})-frac{1}{2^{k-1}}tan(x/2^k)bigg]$$
But is is not in Telescopic sum.
I did not understand how to find that sum.
Could some help me how to sole it, Thanks
trigonometric-series
trigonometric-series
asked Dec 11 '18 at 15:27
DXTDXT
5,7582731
5,7582731
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
HINT: The trick is to find:
$$f(x)=sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$
Introduce function:
$$F(x)=int_0^x f(x) dx=int_0^x sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=sum_{k=1}^{n}int_0^x frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=-sum_{k=1}^{n}ln cosfrac{x}{2^{k-1}}$$
$$F(x)=-lnprod_{k=0}^{n-1}cosfrac{x}{2^{k}}tag{1}$$
On the other side it's easy to prove that:
$$sin x = {2^n}sin frac{x}{{{2^n}}}prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}$$
$$prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}=frac{sin x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin x cos x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n+1}}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^{n-1} {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}tag{2}$$
Now replace (2) into (1) and you get:
$$F(x)=-lnfrac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}$$
The first sum in your final expression is the first derivative:
$$f(x)=F'(x)=frac{1}{2^{n-1}}cotfrac{x}{2^{n-1}}-2cot2x$$
...and you can tackle the second sum by using the result for the first one.
$endgroup$
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
add a comment |
$begingroup$
Thanks Friends Got it.
$$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1} cos(x/2^{k-1})} = sum^{n}_{k=1}frac{sin^2(x/2^k)}{2^{k-1}sin (x/2^k)cos(x/2^k)cos(x/2^{k-1})}$$
$$=2sum^{n}_{k=1}frac{1-cos(x/2^{k-1})}{2^{k-1}sin(x/2^{k-1})cos(x/2^{k-1})}$$
$$= 2sum^{n}_{k=1}bigg[frac{1}{2^{k-2}sin(x/2^{k-2})}-frac{1}{2^{k-1}sin(x/2^{k-1})}bigg]$$
$$ = 2sum^{n}_{k=1}bigg[frac{2}{sin x}-frac{2}{2^n sin (2x/2^n)}bigg].$$
$endgroup$
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
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%2f3035402%2fcalculation-of-complex-trigonometric-summation%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$
HINT: The trick is to find:
$$f(x)=sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$
Introduce function:
$$F(x)=int_0^x f(x) dx=int_0^x sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=sum_{k=1}^{n}int_0^x frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=-sum_{k=1}^{n}ln cosfrac{x}{2^{k-1}}$$
$$F(x)=-lnprod_{k=0}^{n-1}cosfrac{x}{2^{k}}tag{1}$$
On the other side it's easy to prove that:
$$sin x = {2^n}sin frac{x}{{{2^n}}}prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}$$
$$prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}=frac{sin x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin x cos x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n+1}}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^{n-1} {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}tag{2}$$
Now replace (2) into (1) and you get:
$$F(x)=-lnfrac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}$$
The first sum in your final expression is the first derivative:
$$f(x)=F'(x)=frac{1}{2^{n-1}}cotfrac{x}{2^{n-1}}-2cot2x$$
...and you can tackle the second sum by using the result for the first one.
$endgroup$
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
add a comment |
$begingroup$
HINT: The trick is to find:
$$f(x)=sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$
Introduce function:
$$F(x)=int_0^x f(x) dx=int_0^x sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=sum_{k=1}^{n}int_0^x frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=-sum_{k=1}^{n}ln cosfrac{x}{2^{k-1}}$$
$$F(x)=-lnprod_{k=0}^{n-1}cosfrac{x}{2^{k}}tag{1}$$
On the other side it's easy to prove that:
$$sin x = {2^n}sin frac{x}{{{2^n}}}prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}$$
$$prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}=frac{sin x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin x cos x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n+1}}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^{n-1} {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}tag{2}$$
Now replace (2) into (1) and you get:
$$F(x)=-lnfrac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}$$
The first sum in your final expression is the first derivative:
$$f(x)=F'(x)=frac{1}{2^{n-1}}cotfrac{x}{2^{n-1}}-2cot2x$$
...and you can tackle the second sum by using the result for the first one.
$endgroup$
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
add a comment |
$begingroup$
HINT: The trick is to find:
$$f(x)=sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$
Introduce function:
$$F(x)=int_0^x f(x) dx=int_0^x sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=sum_{k=1}^{n}int_0^x frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=-sum_{k=1}^{n}ln cosfrac{x}{2^{k-1}}$$
$$F(x)=-lnprod_{k=0}^{n-1}cosfrac{x}{2^{k}}tag{1}$$
On the other side it's easy to prove that:
$$sin x = {2^n}sin frac{x}{{{2^n}}}prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}$$
$$prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}=frac{sin x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin x cos x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n+1}}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^{n-1} {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}tag{2}$$
Now replace (2) into (1) and you get:
$$F(x)=-lnfrac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}$$
The first sum in your final expression is the first derivative:
$$f(x)=F'(x)=frac{1}{2^{n-1}}cotfrac{x}{2^{n-1}}-2cot2x$$
...and you can tackle the second sum by using the result for the first one.
$endgroup$
HINT: The trick is to find:
$$f(x)=sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$
Introduce function:
$$F(x)=int_0^x f(x) dx=int_0^x sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=sum_{k=1}^{n}int_0^x frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}} dx$$
$$F(x)=-sum_{k=1}^{n}ln cosfrac{x}{2^{k-1}}$$
$$F(x)=-lnprod_{k=0}^{n-1}cosfrac{x}{2^{k}}tag{1}$$
On the other side it's easy to prove that:
$$sin x = {2^n}sin frac{x}{{{2^n}}}prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}$$
$$prodlimits_{k = 1}^n {cos frac{x}{{{2^k}}}}=frac{sin x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin x cos x}{{2^n}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^n {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n+1}}sin frac{x}{{{2^n}}}}$$
$$prodlimits_{k = 0}^{n-1} {cos frac{x}{{{2^k}}}}=frac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}tag{2}$$
Now replace (2) into (1) and you get:
$$F(x)=-lnfrac{sin 2x}{{2^{n}}sin frac{x}{{{2^{n-1}}}}}$$
The first sum in your final expression is the first derivative:
$$f(x)=F'(x)=frac{1}{2^{n-1}}cotfrac{x}{2^{n-1}}-2cot2x$$
...and you can tackle the second sum by using the result for the first one.
edited Dec 11 '18 at 17:07
answered Dec 11 '18 at 16:50
OldboyOldboy
8,4521936
8,4521936
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
add a comment |
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
1
1
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
$begingroup$
We can use $$cot y-tan y=2cot2yifftan y=cot y-2cot2y$$ to find $$sum_{k=1}^{n}frac{1}{2^{k-1}}{tanfrac{x}{2^{k-1}}}$$ But here we need something else, right?
$endgroup$
– lab bhattacharjee
Dec 12 '18 at 7:10
add a comment |
$begingroup$
Thanks Friends Got it.
$$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1} cos(x/2^{k-1})} = sum^{n}_{k=1}frac{sin^2(x/2^k)}{2^{k-1}sin (x/2^k)cos(x/2^k)cos(x/2^{k-1})}$$
$$=2sum^{n}_{k=1}frac{1-cos(x/2^{k-1})}{2^{k-1}sin(x/2^{k-1})cos(x/2^{k-1})}$$
$$= 2sum^{n}_{k=1}bigg[frac{1}{2^{k-2}sin(x/2^{k-2})}-frac{1}{2^{k-1}sin(x/2^{k-1})}bigg]$$
$$ = 2sum^{n}_{k=1}bigg[frac{2}{sin x}-frac{2}{2^n sin (2x/2^n)}bigg].$$
$endgroup$
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
add a comment |
$begingroup$
Thanks Friends Got it.
$$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1} cos(x/2^{k-1})} = sum^{n}_{k=1}frac{sin^2(x/2^k)}{2^{k-1}sin (x/2^k)cos(x/2^k)cos(x/2^{k-1})}$$
$$=2sum^{n}_{k=1}frac{1-cos(x/2^{k-1})}{2^{k-1}sin(x/2^{k-1})cos(x/2^{k-1})}$$
$$= 2sum^{n}_{k=1}bigg[frac{1}{2^{k-2}sin(x/2^{k-2})}-frac{1}{2^{k-1}sin(x/2^{k-1})}bigg]$$
$$ = 2sum^{n}_{k=1}bigg[frac{2}{sin x}-frac{2}{2^n sin (2x/2^n)}bigg].$$
$endgroup$
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
add a comment |
$begingroup$
Thanks Friends Got it.
$$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1} cos(x/2^{k-1})} = sum^{n}_{k=1}frac{sin^2(x/2^k)}{2^{k-1}sin (x/2^k)cos(x/2^k)cos(x/2^{k-1})}$$
$$=2sum^{n}_{k=1}frac{1-cos(x/2^{k-1})}{2^{k-1}sin(x/2^{k-1})cos(x/2^{k-1})}$$
$$= 2sum^{n}_{k=1}bigg[frac{1}{2^{k-2}sin(x/2^{k-2})}-frac{1}{2^{k-1}sin(x/2^{k-1})}bigg]$$
$$ = 2sum^{n}_{k=1}bigg[frac{2}{sin x}-frac{2}{2^n sin (2x/2^n)}bigg].$$
$endgroup$
Thanks Friends Got it.
$$sum^{n}_{k=1}frac{tan(x/2^k)}{2^{k-1} cos(x/2^{k-1})} = sum^{n}_{k=1}frac{sin^2(x/2^k)}{2^{k-1}sin (x/2^k)cos(x/2^k)cos(x/2^{k-1})}$$
$$=2sum^{n}_{k=1}frac{1-cos(x/2^{k-1})}{2^{k-1}sin(x/2^{k-1})cos(x/2^{k-1})}$$
$$= 2sum^{n}_{k=1}bigg[frac{1}{2^{k-2}sin(x/2^{k-2})}-frac{1}{2^{k-1}sin(x/2^{k-1})}bigg]$$
$$ = 2sum^{n}_{k=1}bigg[frac{2}{sin x}-frac{2}{2^n sin (2x/2^n)}bigg].$$
answered Dec 13 '18 at 13:00
DXTDXT
5,7582731
5,7582731
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
add a comment |
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
$begingroup$
math.stackexchange.com/questions/2406433/…
$endgroup$
– DXT
Dec 16 '18 at 7:37
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%2f3035402%2fcalculation-of-complex-trigonometric-summation%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