Math for Blending Numbers: Find "X

  • Context: Undergrad 
  • Thread starter Thread starter fifthFunction
  • Start date Start date
  • Tags Tags
    Numbers
Click For Summary

Discussion Overview

The discussion revolves around the mathematical approach to blending two numbers in a non-linear fashion, specifically using an inverse square relationship. Participants explore the implications of this blending in the context of light intensity and gradient mapping.

Discussion Character

  • Exploratory, Technical explanation, Conceptual clarification, Debate/contested

Main Points Raised

  • One participant questions how to mathematically blend two numbers (A=1 and B=9) in an inverse square manner, seeking the value at specific points.
  • Another participant notes that blending with just two points is ambiguous and provides examples of different functions that satisfy the endpoints but yield different results at the midpoint.
  • A participant introduces the concept of mapping light intensity across a gradient, suggesting that the blending relates to measuring brightness along a strip of paper with a light source.
  • Another participant emphasizes that the blending outcome depends on the light source's emission characteristics and that knowing the intensity at both ends is insufficient for determining the middle value accurately.
  • A later reply mentions a method involving square roots and a linear blend function, indicating that it produces a satisfactory result but questions its optimality.

Areas of Agreement / Disagreement

Participants express differing views on the appropriate mathematical approach for blending the numbers, with no consensus on a single method or solution. The discussion remains unresolved regarding the best way to achieve the desired blending effect.

Contextual Notes

Participants highlight limitations in their approaches, such as the need for additional information or assumptions about the light source's emission characteristics, which are not fully addressed in the discussion.

fifthFunction
Messages
3
Reaction score
0
TL;DR
blend 2 numbers by inverse square
i have not clue if this is the right place to ask
if i had 2 numbers and i wanted to blend between them but instead of a linear way it was in an inverse square way.. how would that math go?
so if i had A=1 and B=9 and wanted the number at 0.5 it would be 4.. or if i wanted the number at 0.85 it would be "X"
 
Physics news on Phys.org
It depends on what exactly you need. For a parabola you need three points (or some other additional information), with just two points it is ambiguous.

As an example, f(x)=(2x+1)2 satisfies f(0)=1 and f(1)=9 and it matches f(0.5)=4, but g(x)=(x+3.5)2-11.25 fits your two borders as well, it would give g(0.5)=4.75.

Anyway: If you want a parabola, find the equation for the parabola you want, then plug in different numbers.
 
i think the most simple way to explain what i am trying to do is to map a section of a gradient of the falloff of light?
so say you have a strip of paper with a light at one end and you measure how bright one side is and how bright the other side is.. you input that into the function and it would tell you how bright the middle of the paper is
 
That depends on where your light source is and how its emission looks like. For a uniform emission you get an inverse square law for the intensity, modified with the incidence angle if not orthogonal. Just knowing the intensity at both sides is not sufficient.
 
ok so it seems if i do something like A=sqrt(1),B=sqrt(9),P=0.5 then just feed that into a linear blend pow(mix(A,B,P),2) it works.. don't know if its the best way tho
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 16 ·
Replies
16
Views
3K