Properties of Positive Real Functions
$begingroup$
I am trying to understand the properties of positive real (PR) and strictly positive real (SPR) transfer functions. If given a transfer function I know how to determine whether or not the function is PR/SPR, however I'm not sure how to approach the following example.
Say we are given two positive real transfer functions:
$G_{1}(s)$ and $G_{2}(s)$
How can I tell if the sum $$ G_{1}(s) + G_{2}(s)$$
or the product $$ G_{1}(s) * G_{2}(s)$$
is PR/SPR?
Intuitively, I think the sum is SPR, but as for the product I am uncertain. Either way, is there a framework I can use to approach this or does anyone know of a proof I could look at?
functions linear-transformations control-theory stability-theory
$endgroup$
add a comment |
$begingroup$
I am trying to understand the properties of positive real (PR) and strictly positive real (SPR) transfer functions. If given a transfer function I know how to determine whether or not the function is PR/SPR, however I'm not sure how to approach the following example.
Say we are given two positive real transfer functions:
$G_{1}(s)$ and $G_{2}(s)$
How can I tell if the sum $$ G_{1}(s) + G_{2}(s)$$
or the product $$ G_{1}(s) * G_{2}(s)$$
is PR/SPR?
Intuitively, I think the sum is SPR, but as for the product I am uncertain. Either way, is there a framework I can use to approach this or does anyone know of a proof I could look at?
functions linear-transformations control-theory stability-theory
$endgroup$
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30
add a comment |
$begingroup$
I am trying to understand the properties of positive real (PR) and strictly positive real (SPR) transfer functions. If given a transfer function I know how to determine whether or not the function is PR/SPR, however I'm not sure how to approach the following example.
Say we are given two positive real transfer functions:
$G_{1}(s)$ and $G_{2}(s)$
How can I tell if the sum $$ G_{1}(s) + G_{2}(s)$$
or the product $$ G_{1}(s) * G_{2}(s)$$
is PR/SPR?
Intuitively, I think the sum is SPR, but as for the product I am uncertain. Either way, is there a framework I can use to approach this or does anyone know of a proof I could look at?
functions linear-transformations control-theory stability-theory
$endgroup$
I am trying to understand the properties of positive real (PR) and strictly positive real (SPR) transfer functions. If given a transfer function I know how to determine whether or not the function is PR/SPR, however I'm not sure how to approach the following example.
Say we are given two positive real transfer functions:
$G_{1}(s)$ and $G_{2}(s)$
How can I tell if the sum $$ G_{1}(s) + G_{2}(s)$$
or the product $$ G_{1}(s) * G_{2}(s)$$
is PR/SPR?
Intuitively, I think the sum is SPR, but as for the product I am uncertain. Either way, is there a framework I can use to approach this or does anyone know of a proof I could look at?
functions linear-transformations control-theory stability-theory
functions linear-transformations control-theory stability-theory
edited Dec 8 '18 at 6:33
Chemical Engineer
asked Dec 8 '18 at 4:29
Chemical EngineerChemical Engineer
936
936
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30
add a comment |
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
At any given $s$ the two transfer functions give you two complex numbers $rho_1+i,sigma_1$ and $rho_2+i,sigma_2$, with the constraints that $rho_1,rho_2geq0$.
For the summation you only have that it is strictly positive real iff $rho_1$ and $rho_2$ are not both simultaneously zero. For example $G_1(s)=alpha,G_2(s)$ with $alpha>0$ would not satisfy this, or the transfer functions already need to be strictly positive real.
For the multiplication the real part would become $rho_1,rho_2 - sigma_1,sigma_2$. Therefore, the fact that $G_1(s)$ and $G_2(s)$ are positive real does not give you enough information about their imaginary parts to tell if the result is even positive real.
$endgroup$
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
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%2f3030698%2fproperties-of-positive-real-functions%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$
At any given $s$ the two transfer functions give you two complex numbers $rho_1+i,sigma_1$ and $rho_2+i,sigma_2$, with the constraints that $rho_1,rho_2geq0$.
For the summation you only have that it is strictly positive real iff $rho_1$ and $rho_2$ are not both simultaneously zero. For example $G_1(s)=alpha,G_2(s)$ with $alpha>0$ would not satisfy this, or the transfer functions already need to be strictly positive real.
For the multiplication the real part would become $rho_1,rho_2 - sigma_1,sigma_2$. Therefore, the fact that $G_1(s)$ and $G_2(s)$ are positive real does not give you enough information about their imaginary parts to tell if the result is even positive real.
$endgroup$
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
add a comment |
$begingroup$
At any given $s$ the two transfer functions give you two complex numbers $rho_1+i,sigma_1$ and $rho_2+i,sigma_2$, with the constraints that $rho_1,rho_2geq0$.
For the summation you only have that it is strictly positive real iff $rho_1$ and $rho_2$ are not both simultaneously zero. For example $G_1(s)=alpha,G_2(s)$ with $alpha>0$ would not satisfy this, or the transfer functions already need to be strictly positive real.
For the multiplication the real part would become $rho_1,rho_2 - sigma_1,sigma_2$. Therefore, the fact that $G_1(s)$ and $G_2(s)$ are positive real does not give you enough information about their imaginary parts to tell if the result is even positive real.
$endgroup$
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
add a comment |
$begingroup$
At any given $s$ the two transfer functions give you two complex numbers $rho_1+i,sigma_1$ and $rho_2+i,sigma_2$, with the constraints that $rho_1,rho_2geq0$.
For the summation you only have that it is strictly positive real iff $rho_1$ and $rho_2$ are not both simultaneously zero. For example $G_1(s)=alpha,G_2(s)$ with $alpha>0$ would not satisfy this, or the transfer functions already need to be strictly positive real.
For the multiplication the real part would become $rho_1,rho_2 - sigma_1,sigma_2$. Therefore, the fact that $G_1(s)$ and $G_2(s)$ are positive real does not give you enough information about their imaginary parts to tell if the result is even positive real.
$endgroup$
At any given $s$ the two transfer functions give you two complex numbers $rho_1+i,sigma_1$ and $rho_2+i,sigma_2$, with the constraints that $rho_1,rho_2geq0$.
For the summation you only have that it is strictly positive real iff $rho_1$ and $rho_2$ are not both simultaneously zero. For example $G_1(s)=alpha,G_2(s)$ with $alpha>0$ would not satisfy this, or the transfer functions already need to be strictly positive real.
For the multiplication the real part would become $rho_1,rho_2 - sigma_1,sigma_2$. Therefore, the fact that $G_1(s)$ and $G_2(s)$ are positive real does not give you enough information about their imaginary parts to tell if the result is even positive real.
answered Dec 8 '18 at 9:12
Kwin van der VeenKwin van der Veen
5,3552826
5,3552826
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
add a comment |
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
$begingroup$
This makes sense for proving that the real parts are either positive, but don't we require other conditions to hold? Such as negative real poles and positive residues?
$endgroup$
– Chemical Engineer
Dec 8 '18 at 18:33
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%2f3030698%2fproperties-of-positive-real-functions%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
$begingroup$
This is true for the sum but not for the product. Consider for example $G_1(s)=G_2(s)=frac{1}{s+1}$. Both $G_1,G_2$ are SPR but their product is not as $Re[G_1^2(jomega)]<0$ for $omega>1$.
$endgroup$
– RTJ
Dec 13 '18 at 17:30