ArticleslgStudy

computer science

Memristor

Memristor is a computer science 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 Memristor rather than just read about it. In short: A memristor (; a portmanteau of memory resistor) is a non-linear two-terminal electrical component relating electric charge and magnetic flux linkage. It was described and named in 1971 by Leon Chua, completing a theoretical quartet of fundamental electrical components which also comprises the resistor, capacitor and inductor.

Memristor — main illustration
Memristor — illustration

Key takeaways

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

Reference excerpt

A memristor (; a portmanteau of memory resistor) is a non-linear two-terminal electrical component relating electric charge and magnetic flux linkage. It was described and named in 1971 by Leon Chua, completing a theoretical quartet of fundamental electrical components which also comprises the resistor, capacitor and inductor. Chua and Kang later generalized the concept to memristive systems. Such a system comprises a circuit, of multiple conventional components, which mimics key properties of the ideal memristor component and is also commonly referred to as a memristor. Several such memristor system technologies have been developed, notably ReRAM. The identification of memristive properties in electronic devices has attracted controversy. Experimentally, the ideal memristor has yet to be demonstrated.

Electric component

Chua, in his 1971 paper, identified a theoretical symmetry between the non-linear resistor (voltage vs. current), non-linear capacitor (voltage vs. charge), and non-linear inductor (magnetic flux linkage vs. current). From this symmetry, he inferred the characteristics of a fourth fundamental non-linear circuit element, linking magnetic flux and charge, which he called the memristor. In contrast to a linear (or non-linear) resistor, the memristor has a dynamic relationship between current and voltage, including a memory of past voltages or currents. Other scientists had proposed dynamic memory resistors such as the memistor of Bernard Widrow, but Chua introduced a mathematical generality.

Derivation and characteristics The memristor was originally defined in terms of a non-linear functional relationship between magnetic flux linkage Φm(t) and the amount of electric charge that has flowed, q(t):

f ( Φ m ( t ) , q ( t ) ) = 0. {\displaystyle f(\mathrm {\Phi } _{\mathrm {m} }(t),q(t))=0.}

The magnetic flux linkage, Φm, is generalized from the circuit characteristic of an inductor. It does not represent a magnetic field here. Its physical meaning is discussed below. The symbol Φm may be regarded as the integral of voltage over time. In the relationship between Φm and q, the derivative of one with respect to the other depends on the value of one or the other, and so each memristor is characterized by its memristance function describing the charge-dependent rate of change of flux with charge:

M ( q ) = d Φ m d q . {\displaystyle M(q)={\frac {\mathrm {d} \Phi _{\rm {m}}}{\mathrm {d} q}}\,.}

Substituting the flux as the time integral of the voltage, and charge as the time integral of current, the more convenient forms are:

M ( q ( t ) ) = d Φ

/ d t d q / d t = V ( t ) I ( t ) . {\displaystyle M(q(t))={\cfrac {\mathrm {d} \Phi _{\rm {}}/\mathrm {d} t}{\mathrm {d} q/\mathrm {d} t}}={\frac {V(t)}{I(t)}}\,.}

To relate the memristor to the resistor, capacitor, and inductor, it is helpful to isolate the term M(q), which characterizes the device, and write it as a differential equation.

The above table covers all meaningful ratios of differentials of I, q, Φm, and V. No device can relate dI to dq, or dV to dΦm, because I is the time derivative of q and V is the time derivative of Φm. It can be inferred from this that memristance is charge-dependent resistance. If M(x) is a constant function (i.e. has the same value for all x), then we obtain Ohm's law: R(t) = V(t)/I(t). If M(x) is nontrivial, however, the equation is not equivalent because q(t) and thus M(q(t)) vary with time. Solving for voltage as a function of time produces

V ( t ) = M ( q ( t ) ) ⋅ I ( t ) . {\displaystyle V(t)=\ M(q(t))\cdot I(t)\,.}

This equation reveals that memristance defines a linear relationship between current and voltage, as long as M does not vary with charge. Non-zero current implies time-varying charge. Alternating current, however, may reveal the linear dependence in circuit operation by inducing a measurable voltage without net charge movement—as long as the maximum value of q does not cause much change in M compared to the initial value M(0). Furthermore, the memristor has a constant memristance if no current is applied. If I(t) = 0, M(q(t)) is constant due to q(t) being constant. This is the essence of the memory effect. Analogously, we can define a W(ϕ(t)) as memductance (portmanteau of memory and conductance):

… excerpt ends here. Continue reading the full article.

Illustrations

Memristor illustration
Memristor: Conceptual symmetries of resistor, capacitor, inductor, and memristor
Conceptual symmetries of resistor, capacitor, inductor, and memristor
Memristor: An array of 17 purpose-built oxygen-depleted titanium dioxide memristors built at HP Labs, imaged by an atomic force microscope. The wires are about 50 nm, or 150 atoms, wide.[30] Electric current through the memristors shifts the oxygen vacancies, causing a gradual and persistent change in electrical resistance.[31]
An array of 17 purpose-built oxygen-depleted titanium dioxide memristors built at HP Labs, imaged by an atomic force microscope. The wires are about 50 nm, or 150 atoms, wide.[30] Electric current through the memristors shifts the oxygen vacancies, causing a gradual and persistent change in electrical resistance.[31]
Memristor: Example of pinched hysteresis curve, V versus I
Example of pinched hysteresis curve, V versus I

Worked examples

Example 1 — a first encounter with Memristor

Start with the simplest possible case. Write down what Memristor claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, 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 Memristor 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 Memristor 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 Memristor

In research
Memristor appears in computer science 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 Memristor 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
Memristor is common in secondary-school and first-year university syllabi. It links to neighbouring topics American inventions, Electrical components, Electronic circuits in computer storage, so understanding it makes those chapters shorter.
In everyday life
Look for Memristor 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 Memristor in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Memristor 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 Memristor out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Memristor in simple terms?

A memristor (; a portmanteau of memory resistor) is a non-linear two-terminal electrical component relating electric charge and magnetic flux linkage. It was described and named in 1971 by Leon Chua, completing a theoretical quartet of fundamental electrical components which also comprises the resi…

Why does Memristor matter?

Because it connects several computer science 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 Memristor?

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 Memristor.

Tags

  • American inventions
  • Electrical components
  • Electronic circuits in computer storage
  • Experimental electrical components

Keep exploring