I am trying to make a table consisting of X values, f(x) values, and g(x) values. Here is a desmos graph of the two functions: https://www.desmos.com/calculator/vint4ossia. (They are in blue). while I did get f(x) down into google sheets, g(x) is giving me errors.
Here is the g(x) function I made plugged in for A2. (ie substituting A2 for x).
= (0.5 * csc(pi()+6)* sec(pi()+6) * (A2-sqrt((A2^2) * (sin(pi()+6))^4+(A2^2) * (cos(pi()+6))^4 + 2 * A2^2 * (sin(pi()+6))^2 * (cos(pi()+6))^2 + 8 * A2 * (sin(pi()+6))^3 +2 * pi() * A2 * (cos(pi() + 6))^3 + 8 * A2 * (sin(pi() + 6)) * (cos(pi() + 6))^2 + 2 * pi() * A2 * (sin(pi()+6)) * cos(pi() + 6) + 16 * (sin(pi() + 6))^2 + (pi())^2 * (cos(pi() + 6))^2 + 8 * pi() (sin(pi() + 6)) * cos(pi() + 6) - 4 * sin(pi() + 6) * cos(pi() + 6)) - A2 * (sin(pi() + 6))^2 + A2 * (cos(pi() + 6))^2 - 4 * sin (pi() + 6) + pi() * cos(pi() + 6)))
it is definitely messy because I defined the function implicitly and then had to convert it into a “y=” form. If someone could please spend some time on this it would be appreciated. Thanks in advance.