Deriving functions relating to condition numbers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
mabelw
Messages
1
Reaction score
0
I have a question stating to derive the functions x |-> f_1(x)=x^3 and f_2(x)=thirdrootof(x) on their domains of definition based on the asymptotic relative condition number KR = KR(f,x). I'm not sure where to start with this question, I'm not sure if I even understand it. Do I find the condition number for each of the functions?
 
Physics news on Phys.org
I moved your post from the Homework section you started it in. Be advised that homework questions must use the homework template that you deleted.

Your functions are ##f_1(x) = x^3## and ##f_2(x) = \sqrt[3]{x}##. Rightclick on either of the expressions I wrote to see the LaTeX script I used.
This wiki article discusses condition numbers -- https://en.wikipedia.org/wiki/Condition_number -- see the section titled "One variable." The condition number for a nonlinear function is ##\frac {x f'(x)}{f(x)}##, so you will need to differentiate your two functions, not derive them.