I came up with my own question for a tutor student, but now I am stuck myself.
The exercise was to calculate the equation of a tangent-line of $f(x) = \ln(x)$, which goes through the point $(2,6)$. I'm trying to solve the problem by hand, but the equations I get to solve the problem aren't solveable with the lineair algebra I'm aware of. Is this right, or am I missing something?
Representation of the problem, where the green line represents $\ln(x), A = (2,6)$ and the black line is the unknown which should be calculated:
![[1]: https://i.stack.imgur.com/F5ZEt.png](https://i.stack.imgur.com/i8Yyk.png)
You know that the inclination of the line is equal to the derivative of the function on the point in witch they intersect. Then
$ \cfrac{6-\ln x}{2-x}=\cfrac{1}{x}$ which implies
$x(7-\ln(x))- 2 = 0$.
Can you solve from here?