Solving Iterative Method Homework | Physics Problem Help

  • Thread starter Thread starter maherelharake
  • Start date Start date
  • Tags Tags
    Iterative Method
maherelharake
Messages
261
Reaction score
0

Homework Statement


I have a physics problem, but the math part is where I am getting stuck. I have to use the iterative method, which I understand, but I can't seem to get the correct result. My problem is that I have to plug the value of x=1.9195 into an equation f1(x)=(x/10)(x+3). I get a value of 0.9443 for f1(x). I then take that f1(x) and plug it into x=arcsin(f1(x). I am supposed to get something close to 1.9 for the new 'x' but when I do this, I get 1.2. This is strange to me because the sin of 1.9195 is 0.94 but the arcsin of 0.94 is 1.22 instead of 1.9195. Can anyone clear this up for me?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
arcsin(sin(x))=x is only true for x in the range [-pi/2,pi/2]. Do you see why? 1.9195 is outside of that range. 1.22~pi-1.9195. Draw a graph of sin and arcsin.
 
Ohh ok that makes sense now. Well I am not sure how to proceed with this problem then. Do you have any ideas? I have a function f1(x)=(x/10)(x+3) and f2(x)=sin(x). These two functions of x are equal. I have an initial x value of 1.9195. I am supposed to take this value and plug it into f1(x) and use that result and plug it into x=arcsin(f2(x)). I am supposed to have a convergence on the number x=1.9151. Any ideas on how to do this since this way doesn't seem to work? Thanks again.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top