Math · Advanced Functions · Grade 9-12 · 5 min read

Feedback

⚡ In one breath

Feedback is when a system's output loops back to influence its own next input: positive feedback amplifies changes, negative feedback stabilizes them.

📐 The formula

xn+1=f(xn)x_{n+1} = f(x_n) (output feeds back as the next input)

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

Feedback is when a system's output loops back to influence its own next input: positive feedback amplifies changes, negative feedback stabilizes them. Use it when the current state determines the next state through a rule applied over and over. The cue is a loop — 'the result affects the next round,' modeled as xn+1=f(xn)x_{n+1}=f(x_n). Before calculating, ask: Does the system's output get fed back in as the input for the next step?

Section 2

Why This Matters

Feedback is the engine behind runaway growth, thermostats, population dynamics, and chaos — anywhere today's value sets tomorrow's. Seeing the loop lets a student iterate a recurrence and predict whether a system blows up, settles, or oscillates instead of treating each step in isolation. Recognizing it by "Does the system's output get fed back in as the input for the next step?" — rather than by familiar numbers — is what lets a student tell it apart from composition chains and stability of an equilibrium and recurrence / iteration in a mixed problem set.

Section 3

Intuitive Explanation

A microphone too close to its speaker: sound out feeds back in, gets re-amplified, louder out feeds back again — a screeching positive-feedback loop. This is the clean version of the idea because the visible structure matches the concept before any formula or procedure is chosen.

Don't confuse positive feedback (amplifies, runs away) with 'good' and negative with 'bad' — negative feedback is the stabilizing one, like a thermostat correcting toward a target. That contrast matters because many wrong answers come from recognizing a surface feature, such as a familiar number or word, instead of the actual task.

A useful way to slow down is to name the signal words and then test them. Words like **loops back**, **self-reinforcing**, **thermostat**, **next step depends on last**, **amplifies or stabilizes** are helpful clues, but they are not enough by themselves. They must point to the same structure as the mental model: In feedback, what a system puts out comes back as part of what it takes in next, either amplifying or damping the change.

The recognition test is simple: Does the system's output get fed back in as the input for the next step? If yes, feedback is probably the right tool; if not, compare with Composition chains or Stability of an equilibrium or Recurrence / iteration before calculating.

Core idea

In feedback, what a system puts out comes back as part of what it takes in next, either amplifying or damping the change.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use Feedback when the output of one step becomes the input of the next through a repeated rule. Strong signals include **loops back**, **self-reinforcing**, **thermostat**, **next step depends on last**, **amplifies or stabilizes**. The safest workflow is to read the final question first, identify what kind of answer it wants, and then test the structure. Do not use feedback just because familiar numbers appear; first decide whether the situation answers "Does the system's output get fed back in as the input for the next step?" with yes.

✨ Pro tip

Ask: Does the system's output get fed back in as the input for the next step?

Section 5

How to Recognize It

Before using Feedback, check the structure of the problem, not just the vocabulary. These questions force the same recognition move from several angles: the task, the signal words, the nearest confusion, and the thing that would make the concept fail.

  1. Does the system's output get fed back in as the input for the next step?

    If yes, the problem matches feedback. If no, pause before applying the procedure, because the same numbers may belong to a different idea.

  2. Which words signal the structure?

    Look for loops back, self-reinforcing, thermostat, next step depends on last. These words are useful only after the situation matches them; a keyword without structure is not proof.

  3. What is the nearest confusion?

    Composition chains is the common trap here: Different functions applied in sequence, not the same one looping. Compare the desired final answer before choosing a method.

  4. What answer form should I expect?

    The answer should fit this mental model: In feedback, what a system puts out comes back as part of what it takes in next, either amplifying or damping the change. If the expected answer sounds more like composition chains, use the comparison table before solving.

  5. What would make this NOT Feedback?

    Don't confuse positive feedback (amplifies, runs away) with 'good' and negative with 'bad' — negative feedback is the stabilizing one, like a thermostat correcting toward a target. This tells you when to switch tools instead of forcing the concept.

Section 6

Feedback vs Common Confusions

The hard part is recognizing when the task is really about feedback instead of a nearby idea. Read the final answer the problem wants, then ask which row describes the structure before you start calculating.

Feedback

Meaning
Use this when the output of one step becomes the input of the next through a repeated rule. The deciding question is: Does the system's output get fed back in as the input for the next step?
Key test
Does the system's output get fed back in as the input for the next step?
Formula
xn+1=f(xn)x_{n+1} = f(x_n) (output feeds back as the next input)
Example
A savings rule is xn+1=1.1xnx_{n+1}=1.1\,x_n (each year's balance feeds back, growing 10%). Starting at x0=100x_0=100, find x2x_2 and name the feedback type.

Composition chains

Meaning
Different functions applied in sequence, not the same one looping.
Key test
Use when distinct functions $f,g,h$ are chained once, not iterated.
Formula
f(g(h(x)))f(g(h(x)))
Example
Convert units then tax then round

Stability of an equilibrium

Meaning
Whether a feedback loop settles at or flees from a fixed point.
Key test
Use to judge what a feedback system does long-term near $x^*$.
Formula
f(x)<1|f'(x^*)|<1 stable
Example
Ball returning to a bowl's center

Recurrence / iteration

Meaning
The mathematical machinery of repeatedly applying ff — the how, not the loop concept.
Key test
Use to actually compute successive values $x_1,x_2,\dots$
Formula
xn+1=f(xn)x_{n+1}=f(x_n)
Example
xn+1=2xnx_{n+1}=2x_n from x0=1x_0=1

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

xn+1=f(xn)x_{n+1} = f(x_n) (output feeds back as the next input)
xn+1=f(xn)x_{n+1} = f(x_n); positive feedback: f(x)>1|f'(x^*)| > 1 (amplifies perturbations); negative feedback: f(x)<1|f'(x^*)| < 1 (dampens perturbations near equilibrium xx^*)

How to read it: xn+1=f(xn)x_{n+1} = f(x_n) denotes a recurrence where the output of step nn becomes the input of step n+1n+1.

Section 8

Worked Examples

Example 1 — Iterate a loop

Easy

Problem

A savings rule is xn+1=1.1xnx_{n+1}=1.1\,x_n (each year's balance feeds back, growing 10%). Starting at x0=100x_0=100, find x2x_2 and name the feedback type.

Solution

  1. Output feeds back as next input with a multiplier above 1 — positive feedback.

    Name the structure before touching arithmetic — that is what makes the right method obvious.

  2. Ask the recognition question: Does the system's output get fed back in as the input for the next step?

    If the answer is yes, the concept applies; the cue, not a keyword, decides the method.

  3. Iterate: x1=1.1100=110x_1=1.1\cdot100=110, then x2=1.1110x_2=1.1\cdot110.

    The rule is chosen only after the structure matches, so the steps mean something.

  4. x2=121x_2=121, and balances keep amplifying each round.

    Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.

  5. Check the answer against the original question.

    It should fit the mental model — output feeds the next input. If it does not, revisit the recognition step before changing the arithmetic.

Answer

x2=121x_2=121, positive feedback

Takeaway: Feedback means iterate the same rule, feeding each output back in; a multiplier >1>1 amplifies.

Example 2 — A chain, not a loop

Standard

Problem

You convert Celsius to Fahrenheit, then round to the nearest degree, once. Is that feedback?

Solution

  1. Notice why this looks like the same concept.

    Nearby language or numbers can tempt you toward output feeds the next input.

  2. Two different operations applied in sequence, with no output re-entering as the next input.

    Spotting what actually changed is what separates this from the concept it resembles.

  3. Treat it as a composition round(F(C))\text{round}(F(C)), not an iterated loop.

    The nearby idea may share numbers but answers a different question, so it needs a different move.

  4. State the result in the language of the actual task.

    No — it's composition. Name it for what the problem really asked, not the concept you first expected.

  5. Say the contrast in one sentence.

    Feedback loops one rule's output back in; composition chains different rules once.

Answer

No — it's composition

Takeaway: Feedback loops one rule's output back in; composition chains different rules once.

Example 3 — Spot the trap: Output feeds the next input

Application

Problem

A student starts with this idea: "Swapping positive and negative feedback" What should they check before accepting that reasoning?

Solution

  1. Pause before the first move.

    The first move is a decision, not a calculation — does the situation really match output feeds the next input.

  2. Run the recognition test: Does the system's output get fed back in as the input for the next step?

    This is the single check that the trap skips.

  3. positive amplifies/destabilizes, negative corrects/stabilizes.

    Stating the safer rule turns the mistake into a checkable step instead of a vague "be careful."

  4. Compare with the nearest confusion, Composition chains.

    Different functions applied in sequence, not the same one looping.

  5. State the corrected decision and reuse it.

    Using the concept only when the structure matches leaves a process the student can repeat on a new problem.

Answer

positive amplifies/destabilizes, negative corrects/stabilizes.

Takeaway: The recognition step prevents the common trap: Swapping positive and negative feedback

Section 9

Common Mistakes

Common slip-up

Swapping positive and negative feedback

The right idea

positive amplifies/destabilizes, negative corrects/stabilizes.

Common slip-up

Treating a feedback loop like a one-shot function

The right idea

the rule is applied repeatedly, each output re-entering as input.

Common slip-up

Assuming positive feedback always grows without limit

The right idea

real loops often hit saturation or get checked by negative feedback.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. What clue tells you this is a Feedback situation: A savings rule is xn+1=1.1xnx_{n+1}=1.1\,x_n (each year's balance feeds back, growing 10%). Starting at x0=100x_0=100, find x2x_2 and name the feedback type.

    Hint: Does the system's output get fed back in as the input for the next step?

  2. A savings rule is xn+1=1.1xnx_{n+1}=1.1\,x_n (each year's balance feeds back, growing 10%). Starting at x0=100x_0=100, find x2x_2 and name the feedback type.

    Hint: Iterate: x1=1.1100=110x_1=1.1\cdot100=110, then x2=1.1110x_2=1.1\cdot110.

  3. Why is this a contrast case instead of Feedback: You convert Celsius to Fahrenheit, then round to the nearest degree, once. Is that feedback?

    Hint: Two different operations applied in sequence, with no output re-entering as the next input.

  4. Fix this thinking: Swapping positive and negative feedback

    Hint: Name the recognition cue before choosing a rule.

  5. Which is the better fit here: Feedback or Composition chains? Explain the deciding difference.

    Hint: For Feedback, ask: Does the system's output get fed back in as the input for the next step?

  6. Write one sentence that would remind a classmate how to recognize Feedback.

    Hint: Use the mental model "Output feeds the next input." and one signal word.

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How do I know when to use Feedback?

Use Feedback when the output of one step becomes the input of the next through a repeated rule. Do not start from the numbers alone; first name the structure of the situation. The fastest check is: Does the system's output get fed back in as the input for the next step? If the answer is yes and the wording matches cues like loops back, self-reinforcing, thermostat, then feedback is probably the right tool.

What is Feedback most often confused with?

Feedback is often confused with Composition chains. Composition chains means Different functions applied in sequence, not the same one looping. The difference is not just vocabulary; it changes the action you take. For feedback, the key test is "Does the system's output get fed back in as the input for the next step?" For composition chains, the better cue is: Use when distinct functions f,g,hf,g,h are chained once, not iterated.

What is the fastest recognition cue for Feedback?

Look for loops back, self-reinforcing, thermostat, next step depends on last, but treat those words as clues, not proof. A word problem can contain a familiar keyword and still ask for a different idea. After noticing the cue, ask the recognition question: Does the system's output get fed back in as the input for the next step? That question protects you from using a memorized procedure in the wrong place.

What mistake should I avoid with Feedback?

Avoid this thinking: "Swapping positive and negative feedback" That mistake usually happens when the student jumps to a rule before checking the situation. The safer version is: positive amplifies/destabilizes, negative corrects/stabilizes. A good habit is to say the mental model out loud first: "Output feeds the next input." Then choose the calculation or representation.

How can I tell this apart from Stability of an equilibrium?

Stability of an equilibrium is the better fit when the task is about this: Whether a feedback loop settles at or flees from a fixed point. Feedback is the better fit when the output of one step becomes the input of the next through a repeated rule. If both ideas seem possible, compare what the problem wants as the final answer. The desired output often reveals whether you should use feedback or switch to the nearby concept.

Why does Feedback matter?

Feedback is the engine behind runaway growth, thermostats, population dynamics, and chaos — anywhere today's value sets tomorrow's. Seeing the loop lets a student iterate a recurrence and predict whether a system blows up, settles, or oscillates instead of treating each step in isolation. The practical value is recognition: once you can spot feedback, you can choose a method before calculating. That makes later topics easier because you are not memorizing isolated tricks; you are recognizing the same structure when it appears in a new representation.

Section 12

Learning Path

Feedback

You are here

Before this, students should be comfortable with Exponential Function. This page focuses on the recognition cue: Does the system's output get fed back in as the input for the next step? That cue is the bridge between earlier skills and later problem solving: students first learn to identify the structure, then they learn which calculation, diagram, graph, or proof move belongs to it. After this, Introduction to Differential Equations become easier to recognize.

Section 13

See Also