what is wrong here?

allegansveritatem

Full Member
Joined
Jan 10, 2018
Messages
962
Here is problem:seqpro1.PNG
seqprob2.PNG
Here is what I did with this:
seq2.PNG
Obviously this is not working. But when change the - tan to +tan I do better:
seq1.PNG

But this in not in the formula. What is wrong here?
 
LOOK HERE
In the recursion you used the index and not the function:
\(f(1)=3,~f(n+1)=f(n)-\tan\bf (f(n))\)
 
It says [MATH]x_k-\tan(x_k)[/MATH], not [MATH]x_k-\tan(k)[/MATH] !

Your first step should be [MATH]3 - \tan(3)[/MATH], not [MATH]3 - \tan(1)[/MATH].
 
Top