You can
put this solution on YOUR website!from my rusty memory, i would suggest that you need to use an iterative process (numerical method) to solve this.
Hopefully, you will have covered these on your course. If not, re-submit this for someone better to reply with an analytical solution.
Jon.
You can
put this solution on YOUR website! For this kind of question there is no correct answwer, since we only can
have approximated answers.(dependng how accuracy is required.)
As I showed you to use sin x = x - x^3/6
or x - x^3/6 + x^5/150
to get some values.
If you use Newton's iteation method ,let f(x) = x -sin x - 3.4545
xn+1 = xn - f(xn)/f'(xn) by choosing some xo(say 1) to start.
Whatever methods you use , there is no correct answer.
Kenny