Imagine I have a function of x as follows:
$$y=f(x) = ax^2 + bx + c + \frac{d}{x}$$
And I am trying to plot this on a graph with y as ordinate and $x^{n}$ as abscissa. Now what value of n would give me the plot a straight line"
- $n = 2$
- $n = 1$
- $n = -1$
I strongly feel $n = 2$ would give me a straight line when plotted as $y$ versus $x^2$. Is my approach correct?
I will assume that by $x^n$ as abscissa you mean that on the $y$-axis a distance of one unit corresponds to an increase of the $y$ value by one whereas on the $x$-axis an increase of one unit corresponds to an increase of the $x$ value that depends on how far from the origin you are, in such a way that at distance $k$ units form the origin the $x$-value is $k^n$.
In that case the best you can do to get something looking a bit like a straight line at least far away from $0$ is choose $n$ to be $\frac{1}{2}$. In that case at distance $k$ from the origin in the $x$ direction your $x$ value will be $\sqrt{k}$ and thus the value of the function will be $y=ak+b\sqrt{k}+c+\frac{d}{\sqrt{k}}$ which while not actually a straight line will be pretty close to it for large $k$.