Math Help, solution step by step

  • Thread starter Thread starter bc030400412
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
bc030400412
Messages
9
Reaction score
0
solution step by step
 

Attachments

  • MTH603_1.JPG
    MTH603_1.JPG
    7.1 KB · Views: 487
Physics news on Phys.org
Use the Newton-raphson method or you can use your own iterative method...but doing it the latter way may fail to converge to a rootN-R form: [tex]\alpha_{n+1}=\alpha_n -\frac{f(\alpha_n)}{f'(\alpha_n)}[/tex]
 
Buit the crucial point is YOUR method. Whatever method you use, YOU are supposed to do it. Have you tried using Newton-Raphson?

This is, I think, now the fourth problem you have posted with no sign of attempting it yourself.