ArticleslgStudy

mathematics

Quantized state systems method

Quantized state systems method is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Quantized state systems method rather than just read about it. In short: The quantized state systems (QSS) methods are a family of numerical integration solvers based on the idea of state quantization, dual to the traditional idea of time discretization. Unlike traditional numerical solution methods, which approach the problem by discretizing time and solving for the next (real-valued) state at each successive time step, QSS methods keep time as a continuous entity and instead quantize t…

Key takeaways

  • Quantized state systems method belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Quantized state systems method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Quantized state systems method from memory before moving on to harder problems.

Reference excerpt

The quantized state systems (QSS) methods are a family of numerical integration solvers based on the idea of state quantization, dual to the traditional idea of time discretization. Unlike traditional numerical solution methods, which approach the problem by discretizing time and solving for the next (real-valued) state at each successive time step, QSS methods keep time as a continuous entity and instead quantize the system's state, instead solving for the time at which the state deviates from its quantized value by a quantum. They can also have many advantages compared to classical algorithms. They inherently allow for modeling discontinuities in the system due to their discrete-event nature and asynchronous nature. They also allow for explicit root-finding and detection of zero-crossing using explicit algorithms, avoiding the need for iteration---a fact which is especially important in the case of stiff systems, where traditional time-stepping methods require a heavy computational penalty due to the requirement to implicitly solve for the next system state. Finally, QSS methods satisfy remarkable global stability and error bounds, described below, which are not satisfied by classical solution techniques.

Theoretical properties In 2001, Ernesto Kofman proved a remarkable property of the quantized-state system simulation method: namely, that when the technique is used to solve a stable linear time-invariant (LTI) system, the global error is bounded by a constant that is proportional to the quantum, but (crucially) independent of the duration of the simulation. More specifically, for a stable multidimensional LTI system with the state-transition matrix A {\displaystyle A} and input matrix B {\displaystyle B} , it was shown in [CK06] that the absolute error vector e → ( t ) {\displaystyle {\vec {e}}(t)} is bounded above by

| e → ( t ) | ≤ | V | | ℜ ( Λ ) − 1 Λ | | V − 1 | Δ Q → + | V | | ℜ ( Λ ) − 1 V − 1 B | Δ u → {\displaystyle \left|{\vec {e}}(t)\right|\leq \left|V\right|\ \left|\Re \left(\Lambda \right)^{-1}\Lambda \right|\ \left|V^{-1}\right|\ \Delta {\vec {Q}}+\left|V\right|\ \left|\Re \left(\Lambda \right)^{-1}V^{-1}B\right|\ \Delta {\vec {u}}}

where Δ Q → {\displaystyle \Delta {\vec {Q}}} is the vector of state quanta, Δ u → {\displaystyle \Delta {\vec {u}}} is the vector with quanta adopted in the input signals, V Λ V − 1 = A {\displaystyle V\Lambda V^{-1}=A} is the eigendecomposition or Jordan canonical form of A {\displaystyle A} , and | ⋅ | {\displaystyle \left|\,\cdot \,\right|} denotes the element-wise absolute value operator (not to be confused with the determinant or norm). It is worth noticing that this remarkable error bound comes at a price: the global error for a stable LTI system is also, in a sense, bounded below by the quantum itself, at least for the first-order QSS1 method. This is because, unless the approximation happens to coincide exactly with the correct value (an event which will almost surely not happen), it will simply continue oscillating around the equilibrium, as the state is always (by definition) guaranteed to change by exactly one quantum outside of the equilibrium. Avoiding this condition would require finding a reliable technique for dynamically lowering the quantum in a manner analogous to adaptive stepsize methods in traditional discrete time simulation algorithms.

First-order QSS method – QSS1 Let an initial value problem be specified as follows.

x ˙ ( t ) = f ( x ( t ) , t ) , x ( t 0 ) = x 0 . {\displaystyle {\dot {x}}(t)=f(x(t),t),\quad x(t_{0})=x_{0}.}

The first-order QSS method, known as QSS1, approximates the above system by

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Quantized state systems method

Start with the simplest possible case. Write down what Quantized state systems method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Quantized state systems method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Quantized state systems method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Quantized state systems method

In research
Quantized state systems method appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Quantized state systems method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Quantized state systems method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Quantized state systems method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Quantized state systems method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Quantized state systems method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Quantized state systems method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Quantized state systems method in simple terms?

The quantized state systems (QSS) methods are a family of numerical integration solvers based on the idea of state quantization, dual to the traditional idea of time discretization. Unlike traditional numerical solution methods, which approach the problem by discretizing time and solving for the ne…

Why does Quantized state systems method matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Quantized state systems method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Quantized state systems method.

Tags

  • Numerical differential equations

Keep exploring