I would like to verify if I am doing this right, and if I am on the right track. I feel like my proof is a bit short, so I would like some verification.
Problem: Let $f(x) = 4x^3 + 5x$. Use $f'$ to prove $f$ is one-to-one $\forall x\in\mathbb{R}$.
Attempt: If we are going to be using $f'$ to show that $f$ is a one-to-one function $\forall x\in\mathbb{R}$, then one of the two conditions must be met.
- If $f'(x) > 0 \ \forall x\in\mathbb{R}$, then $f(x)$ is one-to-one $\forall x\in\mathbb{R}$.
- If $f'(x) < 0 \ \forall x\in\mathbb{R}$, then $f(x)$ is one-to-one $\forall x\in\mathbb{R}$.
The derivative of $f$ is simply: $f'(x) = 12x^2 + 5$. If $f'(x) = 0$, then there will be no solutions to $0 = 12x^2 + 5$. Therefore, there can only be one interval, which is $x\in(-\infty, \infty)$.
If we substitute any value of $x$ into $f'(x) = 12x^2 + 5$, then the value is positive, such that $f'(x) > 0$ which means that $f'$ is increasing on $x\in(-\infty, \infty)$.
And since the function is never decreasing, and is always going to be increasing, which proves that $f$ is a one-to-one function. $\square$
Let me know if this is correct, and if there are any suggestions that I can do to make this solution better. Thanks!