Topic: wrong function calculation?
The attached file shows 2 functions, ff and gg, which are identical except for a factor aa which is 0.96, close to 1: ff=k*x^3/sqrt(((aa*x^2-ab)*x^2+1)^2+(hh*x*(1-x^2))^2);
gg=k*x^3/sqrt(((x^2-ab)*x^2+1)^2+(hh*x*(1-x^2))^2). (The constants aa, ab... are defined under ^f.)
Yet, the functions look quite different.
Their values calculated (outside of Graph) at x=1 are 0.970 and 0.999 respectively --far from the values (about 4 and 20) shown by Graph.
Can anyone find a mistake I made? Or, does Graph (ver.4.4.2) not evaluate them correctly?