<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Proper_transfer_function</id>
	<title>Proper transfer function - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Proper_transfer_function"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Proper_transfer_function&amp;action=history"/>
	<updated>2026-04-05T17:11:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Proper_transfer_function&amp;diff=730304&amp;oldid=prev</id>
		<title>imported&gt;Alej27: Link was already provided.</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Proper_transfer_function&amp;diff=730304&amp;oldid=prev"/>
		<updated>2021-12-27T02:12:50Z</updated>

		<summary type="html">&lt;p&gt;Link was already provided.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[control theory]], a &amp;#039;&amp;#039;&amp;#039;proper transfer function&amp;#039;&amp;#039;&amp;#039; is a [[transfer function]] in which the [[Degree of a polynomial|degree]] of the numerator does not exceed the degree of the denominator. A &amp;#039;&amp;#039;&amp;#039;strictly proper&amp;#039;&amp;#039;&amp;#039; transfer function is a transfer function where the degree of the numerator is [[less than]] the degree of the denominator.&lt;br /&gt;
&lt;br /&gt;
The difference between the degree of the denominator (number of poles) and degree of the numerator (number of zeros) is the &amp;#039;&amp;#039;relative degree&amp;#039;&amp;#039; of the transfer function.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following transfer function:&lt;br /&gt;
:&amp;lt;math&amp;gt; \textbf{G}(s) = \frac{\textbf{N}(s)}{\textbf{D}(s)} = \frac{s^{4} + n_{1}s^{3} + n_{2}s^{2} + n_{3}s + n_{4}}{s^{4} + d_{1}s^{3} + d_{2}s^{2} + d_{3}s + d_{4}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is &amp;#039;&amp;#039;&amp;#039;proper&amp;#039;&amp;#039;&amp;#039;, because&lt;br /&gt;
:&amp;lt;math&amp;gt; \deg(\textbf{N}(s)) = 4 \leq \deg(\textbf{D}(s)) = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
is &amp;#039;&amp;#039;&amp;#039;biproper&amp;#039;&amp;#039;&amp;#039;, because&lt;br /&gt;
:&amp;lt;math&amp;gt; \deg(\textbf{N}(s)) = 4 = \deg(\textbf{D}(s)) = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
but is &amp;#039;&amp;#039;&amp;#039;not strictly proper&amp;#039;&amp;#039;&amp;#039;, because&lt;br /&gt;
:&amp;lt;math&amp;gt; \deg(\textbf{N}(s)) = 4 \nless \deg(\textbf{D}(s)) = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The following transfer function is &amp;#039;&amp;#039;&amp;#039;not proper&amp;#039;&amp;#039;&amp;#039; (or strictly proper)&lt;br /&gt;
:&amp;lt;math&amp;gt; \textbf{G}(s) = \frac{\textbf{N}(s)}{\textbf{D}(s)} = \frac{s^{4} + n_{1}s^{3} + n_{2}s^{2} + n_{3}s + n_{4}}{d_{1}s^{3} + d_{2}s^{2} + d_{3}s + d_{4}}&amp;lt;/math&amp;gt;&lt;br /&gt;
because&lt;br /&gt;
:&amp;lt;math&amp;gt; \deg(\textbf{N}(s)) = 4 \nleq \deg(\textbf{D}(s)) = 3 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;not proper&amp;#039;&amp;#039;&amp;#039; transfer function can be made proper by using the method of long division.&lt;br /&gt;
&lt;br /&gt;
The following transfer function is &amp;#039;&amp;#039;&amp;#039;strictly proper&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:&amp;lt;math&amp;gt; \textbf{G}(s) = \frac{\textbf{N}(s)}{\textbf{D}(s)} = \frac{n_{1}s^{3} + n_{2}s^{2} + n_{3}s + n_{4}}{s^{4} + d_{1}s^{3} + d_{2}s^{2} + d_{3}s + d_{4}}&amp;lt;/math&amp;gt;&lt;br /&gt;
because&lt;br /&gt;
:&amp;lt;math&amp;gt; \deg(\textbf{N}(s)) = 3 &amp;lt; \deg(\textbf{D}(s)) = 4 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Implications==&lt;br /&gt;
A proper transfer function will never grow unbounded as the frequency approaches infinity:&lt;br /&gt;
:&amp;lt;math&amp;gt; |\textbf{G}(\pm j\infty)| &amp;lt; \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A strictly proper transfer function will approach zero as the frequency approaches infinity (which is true for all physical processes):&lt;br /&gt;
:&amp;lt;math&amp;gt; \textbf{G}(\pm j\infty) = 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, the integral of the real part of a strictly proper transfer function is zero.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [https://web.archive.org/web/20160304220240/https://courses.engr.illinois.edu/ece486/documents/set5.pdf Transfer functions] - ECE 486: Control Systems Spring 2015, University of Illinois&lt;br /&gt;
* [http://www.ece.mcmaster.ca/~ibruce/courses/EE4CL4_lecture9.pdf ELEC ENG 4CL4: Control System Design Notes for Lecture #9], 2004, Dr. Ian C. Bruce, McMaster University&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Proper Transfer Function}}&lt;br /&gt;
[[Category:Control theory]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Alej27</name></author>
	</entry>
</feed>