Suppose we have expressions
f1=x(y−1)x(2y−1)−y
and
f2=xw/y+(1−x)w/(1−y)+48−√(xw/y+(1−x)w/(1−y)+48)2−1/4(1+xw/y).
Moreover, we can assume w>0, x,y∈[0,1] and x≥y. As you can probably guess, f2 is a solution to a quadratic equation.
In numerical calculations I almost accidentally discovered that
limw→∞f2→f1,
which is not at all obvious from the expressions. Is that true - what's the limit of f2 and how to calculate it?
Answer
Your expression is of the form
a−√a2−b
which, when a is "much" larger than b, is approximately b/(2a). In your case,
a=18([xy+1−x1−y]w+4)
b=14(1+xyw)
Now, as w→∞:
b2a=1+xyw[xy+1−x1−y]w+4∼xy1−x1−y+xy
which, when simplified, produces the sought-after expression.
What I didn't answer is, when is this true, and it should be valid for all x,y∈[0,1] because a remains much larger than b as w→∞.
ADDENDUM
I made the assertion
a−√a2−b∼b2a
This comes from the expression for the Taylor series for the function
√1+z=1+12z+O(z2)
where the O term is an error term for small z. Then
a−√a2−b=a−a√1−ba2∼a−a(1−b2a2)=b2a
No comments:
Post a Comment