A question like the one that you asked has to be looked at in context. If you just happen to need the value of $\sin(1.58)$, calculators or computer programs reliably produce an answer of greater than needed accuracy in any real-world application.
If the context is a test or homework problem, the situation is different. There will be a body of ideas and techniques that have been learned within the term, and you are expected to show some command of these.
In a test or homework context, the number $1.58$ is too conveniently close to $\pi/2$ for this to be an accident. Thus, if tangent line (linear) approximation or its generalization to approximation by higher degree polynomials is part of the course, that is likely what you are intended to use.
You quoted almost correctly the linear approximation formula f(x+\Delta x)\approx f(x)+f'(x) \Delta x.
It can be useful to write this as f(a+\Delta x) \approx f(a)+f'(a) \Delta x to emphasize that $a$ is, at least temporarily, a constant, known. So the formula says that if we know $f(a)$ and f'(a), we can approximate $f$ "near" $a$ in a simple way. Informally, it says that under high magnification, the graph of $y=f(x)$ near $x=a$ looks very much like a straight line.
The actual calculation is easy. We choose $a=\pi/2$. Then $f(a)=1$ and f'(a)=0, so if if $\Delta x$ is close to $0$, then $\sin(\pi/2 +\Delta x)\approx 1$.
The fact that the answer is nearly $1$ should be clear from the shape of the curve $y=f(x)$ near $x=\pi/2$. The curve is nearly flat there, so a little change in $x$ produces nearly no change in $\sin x$.
If the recent background to the question includes polynomial approximations of higher degree than $1$ (Taylor polynomials), then presumably that is what you are intended to use. Ordinarily, when on a test or homework it is intended that a Taylor polynomial be used, the degree is specified.
Comment: The problem of approximating $\sin(1.58)$ has an artificial appearance, since after all we have devices that produce excellent approximations. However, the idea of linear approximation is an essential part of the theory. It is also a key factor in many of the applications of the differential calculus.