So I was sitting in math class and this hit me, can the square root of a quantity with a constant in it be equivalent to another square root plus an arbitrary constant?
What I did was something like $\frac{\sqrt{9x^2+5}}{2x^3}$ and turned it into $\frac{\sqrt{9x^2}+C}{2x^3}$
I was thinking this could work because each case is only in incremented by a constant, even though the first one is under a square root
I plugged in different numbers for x and then solved for $C$, assuming they would be equal at all values, and what I kept getting was close(especially when the value I chose was around 1) but not exactly the same(except at that one value of x).
Some simple algebra got me a general solution for this approximation as$$\frac{\sqrt{a(x)}+\sqrt{a(k)+C_a}-\sqrt{a(k)}}{b(x)}$$ where a(x) is the original numerator function($9x^2$), b(x) is the denominator function($2x^3$), $C_a$ is the original constant under the radical(5), and k is the chosen point to approximate off of. This approximation does change whether or not the approximation function would look like $\frac{\sqrt{a(x)}+C}{b(x)}$ or $\frac{\sqrt{a(x)}}{b(x)}+C$, this is the approximation for the former
Would it be possible to get an exact other equation, with keeping the square root term the same as before and have to modify the constant with a quantity that changes with x, or would the previous square root also have to change to accommodate the constant being removed?
Supposing you are working with rational numbers: If $x = \sqrt{a} = b + \sqrt{c}$ then $x$ satisfies $x^2-a=0$ and $(x-b)^2-c = x^2-2bx+b^2-c=0$. Eliminating $x^2$ leads to $2b x + c-b^2-a=0$. So either $b=0$, which is not what we want here, or $x$ is itself rational (in which case $a$ and $c$ are both squares).