ArticleslgStudy

science

Inventor's paradox

Inventor's paradox is a 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 Inventor's paradox rather than just read about it. In short: The inventor's paradox is a phenomenon that occurs in seeking a solution to a given problem. Instead of solving a specific type of problem, which would seem intuitively easier, it can be easier to solve a more general problem, which covers the specifics of the sought-after solution.

Key takeaways

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

Reference excerpt

The inventor's paradox is a phenomenon that occurs in seeking a solution to a given problem. Instead of solving a specific type of problem, which would seem intuitively easier, it can be easier to solve a more general problem, which covers the specifics of the sought-after solution. The inventor's paradox has been used to describe phenomena in mathematics, programming, and logic, as well as other areas that involve critical thinking.

History In the book How to Solve It, Hungarian mathematician George Pólya introduces what he defines as the inventor's paradox:

The more ambitious plan may have more chances of success […] provided it is not based on a mere pretension but on some vision of the things beyond those immediately present. Or, in other words, to solve what one desires to solve, one may have to solve more than that in order to get a properly working flow of information. When solving a problem, the natural inclination typically is to remove as much excessive variability and produce limitations on the subject at hand as possible. Doing this can create unforeseen and intrinsically awkward parameters. The goal is to find elegant and relatively simple solutions to broader problems, allowing for the ability to focus on the specific portion that was originally of concern. There lies the inventor's paradox, that it is often significantly easier to find a general solution than a more specific one, since the general solution may naturally have a simpler algorithm and cleaner design, and typically can take less time to solve in comparison with a particular problem.

Examples

Mathematics The sum of numbers sequentially from 1-99:

1 + 2 + 3 + ⋯ + 97 + 98 + 99 {\displaystyle 1+2+3+\cdots +97+98+99\,}

This process, although not impossible to do in one's head, can prove to be difficult for most. However, the ability to generalize the problem exists, in this case by reordering the sequence to:

( 1 + 99 ) + ( 2 + 98 ) + ( 3 + 97 ) + ⋯ + ( 48 + 52 ) + ( 49 + 51 ) + ( 50 ) {\displaystyle (1+99)+(2+98)+(3+97)+\cdots +(48+52)+(49+51)+(50)\,}

In this form, the example can be solved by most without the use of a calculator. If one notices the problem's lowest and highest numbers (1 + 99) sum to 100, and that the next pair of lowest and highest numbers (2 + 98) also sum to 100, they'll also realize that all 49 numbers are matching pairs that each sum to 100, except for the single number in the middle, 50. The inventive mathematician will reformulate the problem in their mind as (49 * 100) + 50. Since 49 * 100 is easy to calculate by adding 2 zeros to the digit places of 49, they think: 4900 + 50. This is easy to add, because 50's maximum ordinal placement of the most significant digit (number 5 in the 2nd position "10s" place) is less than the minimum ordinal position of 4900's smallest significant digit (number 9 in the 3rd position "100s" place). So the solver simply replaces the last two 0s in 4900 with 50 to add them together, yielding the answer 4950. While the text description of this process seems complicated, each of the steps performed in the mind is simple and fast. Although appearing in several applications, it can be easiest to explain through inspection of a relatively simple mathematical sequence.

1 + 3 = 4 {\displaystyle 1+3=4\,}

1 + 3 + 5 = 9 {\displaystyle 1+3+5=9\,}

and further along in the sequence:

1 + 3 + 5 + 7 + 9 = 25 {\displaystyle 1+3+5+7+9=25\,}

In allowing the sequence to expand to a point where the sum cannot be found quickly, we can simplify by finding that the sum of consecutive odd numbers follows:

∑ k = 1 n ( 2 k − 1 ) = n 2 . {\displaystyle \sum _{k=1}^{n}\mathbf {(} 2k-1)=n^{2}.}

Programming As an example in applying the same logic, it may be harder to solve a 23-case problem than it would be to solve an n-case problem, and then apply it to the case where n=23.

Applications This paradox has applications in writing efficient computer programs. It is intuitive to write programs that are specialized, but in practice it can become easier to develop more generalized procedures. According to Bruce Tate, some of the most successful frameworks are simple generalizations of complex problems, and he says that Visual Basic, the Internet, and Apache web servers plug-ins are primary examples of such practice. In the investigation of the semantics of language, many logicians find themselves facing this paradox. An example of application can be seen in the inherent concern of logicians with the conditions of truth within a sentence, and not, in fact, with the conditions under which a sentence can be truly asserted. Additionally, the paradox has been shown to have applications in industry.

See also Abstraction Generalization Architecture astronaut, related to the converse problem where abstraction is taken too far.

References

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Inventor's paradox

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

In research
Inventor's paradox appears in 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 Inventor's paradox 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
Inventor's paradox is common in secondary-school and first-year university syllabi. It links to neighbouring topics 1945 introductions, Critical thinking, Decision-making paradoxes, so understanding it makes those chapters shorter.
In everyday life
Look for Inventor's paradox 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.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Inventor's paradox” →

Affiliate

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

How to study Inventor's paradox in 20 minutes

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

Frequently asked questions

What is Inventor's paradox in simple terms?

The inventor's paradox is a phenomenon that occurs in seeking a solution to a given problem. Instead of solving a specific type of problem, which would seem intuitively easier, it can be easier to solve a more general problem, which covers the specifics of the sought-after solution.

Why does Inventor's paradox matter?

Because it connects several 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 Inventor's paradox?

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 Inventor's paradox.

Tags

  • 1945 introductions
  • Critical thinking
  • Decision-making paradoxes

Keep exploring