Finding A Relative Condition Number

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Condition Relative
ver_mathstats
Messages
258
Reaction score
21
Homework Statement
Find the relative condition number for f(x)=sqrt(x+1)-sqrt(x).
Relevant Equations
f(x)=sqrt(x+1)-sqrt(x).
Hm I'm new to these concepts, and I want to make sure I am on the right track, would the relative condition number be:

k=(x/2)((1/sqrt(x+1))-(1/sqrt(x))(1/(sqrt(x+1)-sqrt(x))). Or would I have to solve the limit as x approaches 0?

Thank you.
 
Physics news on Phys.org
I know condition number in numerical analysis but what is the concept or definition of "relative condition number" you say?
 
ver_mathstats said:
Homework Statement:: Find the relative condition number for f(x)=sqrt(x+1)-sqrt(x).
Relevant Equations:: f(x)=sqrt(x+1)-sqrt(x).

Hm I'm new to these concepts, and I want to make sure I am on the right track, would the relative condition number be:

k=(x/2)((1/sqrt(x+1))-(1/sqrt(x))(1/(sqrt(x+1)-sqrt(x))). Or would I have to solve the limit as x approaches 0?

Thank you.
  1. I'm reasonably sure your equation above is written correctly, but it's really hard to parse.
  2. I'm not familiar with the term "relative condition number," but this wikipedia article (https://en.wikipedia.org/wiki/Condition_number) provides a definition. The section titled "Several variables" defines the term "relative condition number."
  3. From the above definition, the limit is on ##\delta x##, not x.
 
  • Like
Likes anuttarasammyak
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top