Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A What is dynamic resistance? Is it related to differential resistance or to incremental resistance?

Introduction Yes, all those terms denote the same concept, that of differential (or incremental, or dynamic) parameter of a device. In the following I will explain such a concept initially in the...

posted 9mo ago by Lorenzo Donati‭  ·  edited 9mo ago by Lorenzo Donati‭

Answer
#13: Post edited by user avatar Lorenzo Donati‭ · 2023-08-11T06:45:16Z (9 months ago)
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college/university-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in a datasheet they are always accompanied by additional info that describe the operating point where those parameters were calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college/university-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in a datasheet they are always accompanied by additional info that describe the operating point where those parameters were calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$.**
  • + The dynamic resistance tells us **how steep the curve is near $Q_0$.**
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$.**
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$.**
  • And I'm sure there are some other interpretations that I'm missing right now.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#12: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T11:57:08Z (9 months ago)
#11: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T11:55:30Z (9 months ago)
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in a datasheet they are always accompanied by additional info that describe the operating point where those parameters were calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college/university-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in a datasheet they are always accompanied by additional info that describe the operating point where those parameters were calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#10: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T11:54:11Z (9 months ago)
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in datasheet they are always accompanied by additional info that describe the operating point where those parameter where calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in a datasheet they are always accompanied by additional info that describe the operating point where those parameters were calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#9: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T11:51:32Z (9 months ago)
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in datasheet they are always accompanied by additional info that describe the operating point where those parameter where calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in datasheet they are always accompanied by additional info that describe the operating point where those parameter where calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ \Large h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ \Large h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#8: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T11:45:16Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$, $\Delta V = V - V_0$ and $\Delta I = I - I_0$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • ### Introduction
  • Yes, all those terms denote the same concept, that of ***differential (or incremental, or dynamic) parameter*** of a device.
  • In the following I will explain such a concept initially in the context of dynamic resistance, but it will be apparent that the same concept has a wider application.
  • <small>
  • <b>Note</b>: the explanation uses some calculus concepts, some of which may have been taught at high-school level (derivatives) and some others are definitely college-level (Taylor expansion, partial derivatives).
  • Although for a deep understanding of the subject those math concepts are necessary, the explanation is written so that you can simply take the formulas for granted and skip to the essential points. I.e. the only math that appear on the text below that *you must understand* is some basic algebra and geometry, and the concept of function and its graphical representation.
  • </small>
  • <hr>
  • ### 2D-curve case (single independent variable)
  • When a non-linear device is described by a I-V characteristic curve (like the one of semiconductor diodes), or a family of curves (like the output characteristics of BJTs and MOSFETs), it is often useful to relate the *changes* of voltage to the corresponding *changes* of current (these changes are often referred to as *increments* of the variables).
  • So if the curve can be expressed in functional form[^1] as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • [^1]: It is not necessary to actually have an explicit analytical form, i.e. an equation, for the curves. It's enough to know that the curves could be expressed in some form that is amenable to analytical reasoning. So these concepts are applicable also to devices for which we only know the curves experimentally, i.e. as a graph of measured values.
  • \[
  • V
  • \approx
  • V_0 + \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; (I - I_0)
  • \]
  • where $V_0=V(I_0)$.
  • If we introduce the so-called ***increments*** of the variables $\Delta V = V - V_0$ and $\Delta I = I - I_0$, we can rewrite that relation as:
  • \[
  • \Delta V
  • \approx
  • \biggl(\frac{dV}{dI}\biggr)_{Q_0} \cdot\; \Delta I
  • \]
  • In electronics $Q_0$ is called ***operating point*** or, in some situations, ***quiescent point***.
  • <small>
  • In other words, the operating point is the point around which we choose to perform the approximation (how we choose that point is a whole different problem). When dynamical parameters are given in datasheet they are always accompanied by additional info that describe the operating point where those parameter where calculated or, more often, measured.
  • </small>
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** *at the chosen operating point*, i.e. calculated when $I=I_0$[^2].
  • [^2]: Note that the derivative of V(I) is itself a function of I, so in general it has different values for different values of I.
  • \[
  • r_0
  • = \biggl(\frac{dV}{dI}\biggr)_{Q_0}
  • = \biggl(\frac{dV}{dI}\biggr)(I_0)
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • It's very important to note that **this is an approximation**
  • whose accuracy increases as the increment $\Delta I$ gets smaller[^3].
  • [^3]: From a mathematical point of view, that formula is exact only if the increments are infinitesimal.
  • <hr>
  • ### Interpretations
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance represents the **slope (angular coefficient) of the straight line that is tangent to the curve at $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the **dynamic resistance is a *local property* of the curve**, i.e. changing the point $Q_0$ *may* change the value of $r_0$.
  • <small>
  • However, this doesn't mean that it <i>must</i> change. There are important cases where it does <i>not</i> change appreciably or at all, even for large variations of $Q_0$. Knowing when and how a dynamic parameter changes with the quiescent point is often a key part of the knowledge about an electronic device.
  • </small>
  • From its definition we can also understand the rationale behind its names:
  • + ***Differential resistance*** because it's a derivative.
  • + ***Incremental resistance***, because it expresses the relationship between the *increments* of voltage and current.
  • + ***Dynamic resistance***, because it expresses a relationship between *variations* (if nothing varies, i.e. everything is static, that parameter tells us nothing).
  • <hr>
  • ### Generalization: inverse relationships
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • ### Generalization: multiple independent variables; families of curves
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $(I_C,V_{CE},I_B)$ space we could choose an operating point $Q_0=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_{Q_0}
  • }
  • _{ \textcolor{red}{ h_{oe} }}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_{Q_0}
  • }_{\textcolor{red}{ h_{fe} }}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ and $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#7: Post edited by user avatar Lorenzo Donati‭ · 2023-08-01T08:13:16Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$, $\Delta V = V - V_0$ and $\Delta I = I - I_0$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#6: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T13:18:21Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for family of curves, like the ones of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all *dynamic/differential/incremental parameters*.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for a family of curves, like those of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all ***dynamic/differential/incremental parameters***.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#5: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T13:07:34Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for family of curves, like the ones of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all *dynamic/differential/incremental parameters*.
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for family of curves, like the ones of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all *dynamic/differential/incremental parameters*.
  • In particular, $h_{oe}$ represents the *dynamic output conductance* of the BJT in the point Q. It is also the slope of the specific $V_{CE}-I_{C}$ curve relative to the chosen $I_{BQ}$ base current.
#4: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T13:07:09Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $Q_0=(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • You can express the same concept in words in many equivalent ways:
  • + The dynamic resistance represents the **slope of the curve near $Q_0$**.
  • + The dynamic resistance tells us **how steep is the curve is near $Q_0$**.
  • + The dynamic resistance tells us **how quickly with the current the voltage varies near $Q_0$**.
  • + The dynamic resistance tells us **how much the voltage changes for a given current increment near $Q_0$**.
  • Note that in all formulations is important to understand that the dynamic resistance is a local property of the curve, i.e. changing the point $Q_0$ *may* change the value of $r_0$ (however there are cases where it does *not* change, even for large variations of $Q_0$).
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
  • This also works for family of curves, like the ones of a BJT, where the current depends on more than one variable. The only problem is that in this case we have to use a multivariable Taylor expansion.
  • For example, assume $I_C = I_C(V_{CE},I_B)$ is the analytic form of the output curves of a BJT. In the $V_{CE}-I_C-I_B$ space we could choose a point $Q=(I_{CQ},V_{CEQ},I_{BQ})$ and write:
  • \[
  • \Delta I
  • \quad \approx \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial V_{CE}}
  • \biggr)_Q
  • }
  • _{h_{oe}}
  • \cdot \;
  • \Delta V_{CE}
  • \quad + \quad
  • \underbrace
  • {
  • \biggl(
  • \frac{\partial I_C}{\partial I_B}
  • \biggr)_Q
  • }_{h_{fe}}
  • \cdot \;
  • \Delta I_{B}
  • \]
  • The parameters $h_{oe}$ $h_{fe}$ are the traditional BJT parameters for the hybrid-h model, and they are all *dynamic/differential/incremental parameters*.
#3: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T12:27:05Z (9 months ago)
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • <hr>
  • The same reasoning can be applied to a curve which expresses the IV relationship as $I = I(V)$, i.e. inverting the dependency between I and V, like in the curve of a semiconductor diode.
  • In that case we could define a ***dynamic conductance*** $g_0 = \dfrac{1}{r_0}$ and we would find that:
  • \[
  • \Delta I \approx g_0 \cdot \Delta V = \frac{1}{r_0} \cdot \Delta V
  • \]
  • where:
  • \[
  • g_0
  • = \biggl(\frac{dI}{dV}\biggr)_{V_0}
  • = \biggl[\, {\biggl(\frac{dV}{dI}\biggr)_{I_0}} \;\, \biggr]^{-1}
  • \]
  • <hr>
#2: Post edited by user avatar Lorenzo Donati‭ · 2023-07-31T12:17:38Z (9 months ago)
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
  • Yes, all those terms denote the same concept.
  • When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.
  • So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):
  • \[
  • V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0)
  • \qquad\Leftrightarrow\qquad
  • \Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
  • \]
  • where $V_0=V(I_0)$.
  • The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.
  • \[
  • r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
  • \]
  • Therefore we can write:
  • \[
  • \Delta V \approx r_0 \cdot \Delta I
  • \]
  • whose accuracy increases as the increment $\Delta I$ gets smaller.
  • From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).
#1: Initial revision by user avatar Lorenzo Donati‭ · 2023-07-31T12:16:34Z (9 months ago)
When a non-linear device is described by a I-V characteristic curve (like for semiconductor diodes), or a family of curves (e.g. like for BJTs or MOSFETs), it is often useful to relate the *changes* of the voltage to the corresponding *changes* of the current.

So if the curve can be expressed in functional form as $V = V(I)$, we know from calculus that we can approximate the curve $V(I)$ around a point $(I_0,V_0)$ as a linear function (1st order Taylor expansion):

\[
V \approx V_0 + \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; (I - I_0) 
\qquad\Leftrightarrow\qquad
\Delta V \approx \biggl(\frac{dV}{dI}\biggr)_{I_0} \cdot\; \Delta I
\]

where $V_0=V(I_0)$. 

The derivative in that formula has the dimensions of a resistance and that is what we refer to as ***dynamic resistance*** calculated at $I_0$, i.e. relative to the point $(I_0,V_0)$ of the curve.

\[
   r_0 = \biggl(\frac{dV}{dI}\biggr)_{I_0}
\]

Therefore we can write:

\[
   \Delta V \approx r_0 \cdot \Delta I
\]

whose accuracy increases as the increment $\Delta I$ gets smaller.

From its definition it is also clear why it is also called ***differential resistance*** (it's a derivative) or ***incremental resistance*** (it expresses the relationship between the *increments* of voltage and current).