I'm working on proving that $f: \Bbb{R} \rightarrow \Bbb{R}$ defined by $f(x) = \frac{3x-4}{x^2+5}$ is injective. However I'm stuck.
Assuming that $f(x_1) = f(x_2)$:
$$f(x_1) = f(x_2)$$ $$\frac{3x_1-4}{x_1^2+5} = \frac{3x_2-4}{x_2^2+5}$$ $$(3x_1-4)(x_2^2+5) = (3x_2-4)(x_1^2+5)$$ $$3x_1x_2^2 + 15x_1 - 4x_2^2 - 20 = 3x_2x_1^2 + 15x_2 - 4x_1^2 - 20$$ $$3x_1x_2^2 + 15x_1 - 4x_2^2 = 3x_2x_1^2 + 15x_2 - 4x_1^2$$
How do I get to $x_1 = x_2$ from here on out?
