Solution to set of harmonic equations The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Calculating maximum of functionAbsolute maximum and minimum value of continuous function on interval $I = [a, b]$Is there a better way to find the minimum value of $displaystylefrac1sin theta cos theta left ( sin theta + cos theta right )$Find the maximum and minimum values of $sin^2theta+sin^2phi$ when $theta+phi=alpha$Harmonic Function - Multivariable calculusOptimization with LagrangeStrong Maximum Principle proof (for harmonic functions in the plane)What's the intuition of the general rule of finding maxima and minima?How do I find the maximum and minimum $y$ values of this function?Find the highest and lowest possible value of function $f(x)=3x^2+6x+6over x^2+4x+5$
system() function string length limit
Did the new image of black hole confirm the general theory of relativity?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Mortgage adviser recommends a longer term than necessary combined with overpayments
What is this lever in Argentinian toilets?
Sort a list of pairs representing an acyclic, partial automorphism
Do working physicists consider Newtonian mechanics to be "falsified"?
Can the prologue be the backstory of your main character?
What can I do if neighbor is blocking my solar panels intentionally?
Create an outline of font
Single author papers against my advisor's will?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
Python - Fishing Simulator
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
How to split my screen on my Macbook Air?
Why can't devices on different VLANs, but on the same subnet, communicate?
Keeping a retro style to sci-fi spaceships?
How do I add random spotting to the same face in cycles?
Simulating Exploding Dice
Change bounding box of math glyphs in LuaTeX
Segmentation fault output is suppressed when piping stdin into a function. Why?
How should I replace vector<uint8_t>::const_iterator in an API?
Searching for a differential characteristic (differential cryptanalysis)
Is there a writing software that you can sort scenes like slides in PowerPoint?
Solution to set of harmonic equations
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Calculating maximum of functionAbsolute maximum and minimum value of continuous function on interval $I = [a, b]$Is there a better way to find the minimum value of $displaystylefrac1sin theta cos theta left ( sin theta + cos theta right )$Find the maximum and minimum values of $sin^2theta+sin^2phi$ when $theta+phi=alpha$Harmonic Function - Multivariable calculusOptimization with LagrangeStrong Maximum Principle proof (for harmonic functions in the plane)What's the intuition of the general rule of finding maxima and minima?How do I find the maximum and minimum $y$ values of this function?Find the highest and lowest possible value of function $f(x)=3x^2+6x+6over x^2+4x+5$
$begingroup$
I have a function
beginequationlabelequ:Ac_theta
f(theta) = A_7sin(7cdot theta)+...+A_17sin(17cdot theta)
endequation
I am interested in finding the value of second highest maximum or minimum of $mid f(theta) mid$. Given a set of amplitudes, for example $[A_7...A_17]=[7...17]$ I can find the value of theta where $mid f(theta) mid$ attains the second highest local maximum/minimum. My questions are as follows
1.If I change the value of one of the amplitude or multiple amplitudes then is it possible to find out the value $mid f(theta) mid$ given the fact that the value of $mid f(theta) mid$ is known for at least one set of amplitudes? So does a relation exist that $theta = f([A_7...A_17])?$
- if $[A_7...A_17]neq[7...17]$ then is it at least possible to guess whether the value of $mid f(theta) mid$ will be higher or lower than when $[A_7...A_17]=[7...17]$?
My conclusion so far is there is no way of telling which direction the value of $mid f(theta) mid$ will go by changing the co-efficient. In other words according to me no such relation exist. I will have to find the value of $mid f(theta) mid$ numerically using Matlab or such and if my goal is to find a value of $mid f(theta) mid$ which is lesser than the given set of co-efficient then I will simply have to try all combinations of co-efficient till I find such a value. This means a lot of computational effort.
calculus functions harmonic-functions
$endgroup$
add a comment |
$begingroup$
I have a function
beginequationlabelequ:Ac_theta
f(theta) = A_7sin(7cdot theta)+...+A_17sin(17cdot theta)
endequation
I am interested in finding the value of second highest maximum or minimum of $mid f(theta) mid$. Given a set of amplitudes, for example $[A_7...A_17]=[7...17]$ I can find the value of theta where $mid f(theta) mid$ attains the second highest local maximum/minimum. My questions are as follows
1.If I change the value of one of the amplitude or multiple amplitudes then is it possible to find out the value $mid f(theta) mid$ given the fact that the value of $mid f(theta) mid$ is known for at least one set of amplitudes? So does a relation exist that $theta = f([A_7...A_17])?$
- if $[A_7...A_17]neq[7...17]$ then is it at least possible to guess whether the value of $mid f(theta) mid$ will be higher or lower than when $[A_7...A_17]=[7...17]$?
My conclusion so far is there is no way of telling which direction the value of $mid f(theta) mid$ will go by changing the co-efficient. In other words according to me no such relation exist. I will have to find the value of $mid f(theta) mid$ numerically using Matlab or such and if my goal is to find a value of $mid f(theta) mid$ which is lesser than the given set of co-efficient then I will simply have to try all combinations of co-efficient till I find such a value. This means a lot of computational effort.
calculus functions harmonic-functions
$endgroup$
add a comment |
$begingroup$
I have a function
beginequationlabelequ:Ac_theta
f(theta) = A_7sin(7cdot theta)+...+A_17sin(17cdot theta)
endequation
I am interested in finding the value of second highest maximum or minimum of $mid f(theta) mid$. Given a set of amplitudes, for example $[A_7...A_17]=[7...17]$ I can find the value of theta where $mid f(theta) mid$ attains the second highest local maximum/minimum. My questions are as follows
1.If I change the value of one of the amplitude or multiple amplitudes then is it possible to find out the value $mid f(theta) mid$ given the fact that the value of $mid f(theta) mid$ is known for at least one set of amplitudes? So does a relation exist that $theta = f([A_7...A_17])?$
- if $[A_7...A_17]neq[7...17]$ then is it at least possible to guess whether the value of $mid f(theta) mid$ will be higher or lower than when $[A_7...A_17]=[7...17]$?
My conclusion so far is there is no way of telling which direction the value of $mid f(theta) mid$ will go by changing the co-efficient. In other words according to me no such relation exist. I will have to find the value of $mid f(theta) mid$ numerically using Matlab or such and if my goal is to find a value of $mid f(theta) mid$ which is lesser than the given set of co-efficient then I will simply have to try all combinations of co-efficient till I find such a value. This means a lot of computational effort.
calculus functions harmonic-functions
$endgroup$
I have a function
beginequationlabelequ:Ac_theta
f(theta) = A_7sin(7cdot theta)+...+A_17sin(17cdot theta)
endequation
I am interested in finding the value of second highest maximum or minimum of $mid f(theta) mid$. Given a set of amplitudes, for example $[A_7...A_17]=[7...17]$ I can find the value of theta where $mid f(theta) mid$ attains the second highest local maximum/minimum. My questions are as follows
1.If I change the value of one of the amplitude or multiple amplitudes then is it possible to find out the value $mid f(theta) mid$ given the fact that the value of $mid f(theta) mid$ is known for at least one set of amplitudes? So does a relation exist that $theta = f([A_7...A_17])?$
- if $[A_7...A_17]neq[7...17]$ then is it at least possible to guess whether the value of $mid f(theta) mid$ will be higher or lower than when $[A_7...A_17]=[7...17]$?
My conclusion so far is there is no way of telling which direction the value of $mid f(theta) mid$ will go by changing the co-efficient. In other words according to me no such relation exist. I will have to find the value of $mid f(theta) mid$ numerically using Matlab or such and if my goal is to find a value of $mid f(theta) mid$ which is lesser than the given set of co-efficient then I will simply have to try all combinations of co-efficient till I find such a value. This means a lot of computational effort.
calculus functions harmonic-functions
calculus functions harmonic-functions
edited Mar 31 at 14:53
RAN
asked Mar 31 at 14:41
RANRAN
134
134
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
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%2f3169460%2fsolution-to-set-of-harmonic-equations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3169460%2fsolution-to-set-of-harmonic-equations%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