Hi I don't know if this is an appropriate question for this page but I thought it was worth a shot and if nothing else a learning experience.
So I am studying actuarial mathematics and I am currently working on problem involving calculating the yield of an investment.
I have been working through these questions alongside prerecorded lectures and have been fairly understanding the concept and how to use it however my lecturer constantly says that these answers are not that exact or precise but would be a lot better when worked out using Goal seek in excel.
However my problem is that he has never shown us goal seek or mentioned any further on the topic.
Hence I was wondering if anyone could explain this too me and/or how to use it as I'm getting answers to questions wrong due to the situation.
Thanks in advance.
Adding from comments:
The question I was given was: You invest £10,000 in a project and receive back £700.87 per annum payable half-yearly in arrears for the next 25 years. Calculate the yield on this investment.
So from this we worked out that the money coming back at the end of this question is £17521.75 and the average time for this question is 12.75 $(last time period-first time period) /2$ which is $(25.5)/(2)$
And from this we do the calculation
$(17521.75/10000)^(1/12.75)$
And we get 4.5% which my lecturer then states in his lecture that this isn't a very good answer as the real answer is 4.98% but doesn't proceed to tell us how to obtain this answer.
After $n$ years at an interest rate of $p\,\%$, an initial amount $A$ becomes $A\left(1+\frac p{100}\right)^n$, of course. Can we find the interest rate that would allow us to double our amount in $n$ years? Still easy: Equate the above with $2A$ and transform in straightforward fashion to arrive at $p=100(\sqrt[n]2-1)$.
But things get complicated when we have more complex situations, e.g., annual payments, perhaps even of varying size. We can still easily compute forward to find the final amount in such a scenario. But the backwards computation, e.g., to find the interest rate or the annual payment that produces a desired final amount, is way more complicated and typically it is not possible to compute it exactly in closed form.
Enter the goal seeker of any modern spreadsheet software. What it does is the following: It repeatedly varies the value of a cell of your choice, computes everything else "forward", and compares another cell with the desired goal value. Once the difference from the goal value is small enough (hopefully about the order of magnitude of rounding errors), it stops. Of course, they do not try random values until they make a lucky discovery. Instead they use some numerical methods that usually converge nicely to a solution (at least if one starts with an initial guess that is not too far off). For example, if setting the input cell to $6$ produces $2.5$ in the output cell, and $7$ produces $-0.8$, then (at least for a continuous function dependency) we expect a solution between $6$ and $7$ and might do our next trial computation with $6.5$. Actually, the values suggest that the solution might be closer to $7$ than to $6$, so perhaps our next try should rather be $6,75$. If computing with $6.75$ produces output $0.04$, we now know that we should search only between $6.75$ and $7$ and perhaps try $6.77$ next, and so on.
This simplified description leaves aside a lot of problems that are in the fine details. And as a user, you should be aware of possible problems as well.
Nevertheless, goal seek can very often be a quick and easy helper in solving such problems with good-enough accuracy.