I have the following equation. I would like to solve this at the point x = a, but using dual numbers.
$$f\left(x\right) = \dfrac{1}{x} + \sin\left(\dfrac{1}{x}\right)$$
Now, the derivative of this function is below, and that is the function we'd like to reach in our answer.
$$-\dfrac{1}{x^2} - \dfrac{\cos\left(\dfrac{1}{x}\right)}{x^2}$$
Here is what I have tried, and I am finding it difficult to simplify beyond that.
$$\begin{align} f\left(x\right) = \dfrac{1}{x} + \sin\left(\dfrac{1}{x}\right)\\ &= \frac{1}{a^{\prime}+1\epsilon}+ sin(\dfrac{1}{a+1\epsilon})\\ &= \frac{a-1\epsilon}{(a-1\epsilon)(a+1\epsilon)} + sin(\frac{a-1\epsilon}{(a-1\epsilon)(a+1\epsilon)} )\end{align}$$
I do this using the following identities:
- $$\sin\left(\alpha + \beta \epsilon\right) = \sin\left(\alpha\right) + \cos\left(\alpha\right)\beta\epsilon$$
- $$\dfrac{1}{\alpha + \beta\epsilon} = \dfrac{\alpha - \beta\epsilon}{\left(\alpha + \beta\epsilon\right)\left(\alpha - \beta\epsilon\right)}.$$
However, I am not certain how to simplify beyond that painfully obvious first step. Any hints?