You don't need Calculus to be able to solve this problem. See the below:
The voltage of the power supply is given by the equation:
V(t) = 100sin(4πt) + 40
Finding the Maximum Voltage
The maximum value of the sine function, sin(x), is 1. Therefore, the maximum value of 100sin(4πt) is:
100 × 1 = 100
Thus, the maximum voltage V(t) is:
Vmax= 100 + 40 = 140V
Finding the Times When Maximum Voltage Occurs
The sine function sin(4πt) reaches its maximum value of 1 at:
4πt = (π/2) + 2kπ for integer k
Solving for t:
t = 1/8 + k/2
Thus, the times when the maximum voltage occurs are:
t = 1/8 + k/2 for integer k
If you do it the Calculus way, you'll set the derivative function (your derivative is correct) equal to zero to find critical points (solve for t), and you'll get:
t = 1/8 + k/4 for integer k
But remember, critical points are where a maximum or a minimum may occur, so you need to evaluate the original sine function at the critical points to check if a maximum or a minimum occurred. You'll find that maximums only occur at t = 1/8 + k/2 for integer k (when the sine function equals 1).
Hope this was helpful.