Errors and approximation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chb1980
    New Member
    • May 2007
    • 5

    #1

    Errors and approximation

    hi how are you ?

    i have no idea to get it..please help me


    Xa=3.14 and Ya=2.685 are correctly rounded to the numbers of digits shown.
    Estimate the errors in the function value sin(XaYa) in terms of the errors in Xa and Ya . Bound the relative errors.

    thanks
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by chb1980
    hi how are you ?

    i have no idea to get it..please help me


    Xa=3.14 and Ya=2.685 are correctly rounded to the numbers of digits shown.
    Estimate the errors in the function value sin(XaYa) in terms of the errors in Xa and Ya . Bound the relative errors.

    thanks
    What have you done so far? Please see the posting guidelines.


    P.S Changed thread title.

    Comment

    • emaghero
      New Member
      • Oct 2006
      • 85

      #3
      Originally posted by chb1980
      hi how are you ?

      i have no idea to get it..please help me


      Xa=3.14 and Ya=2.685 are correctly rounded to the numbers of digits shown.
      Estimate the errors in the function value sin(XaYa) in terms of the errors in Xa and Ya . Bound the relative errors.

      thanks
      Evaluate the Taylor Series of the function f(x) = Sin(x). Google it to find out how or check the link I gave below. The Taylor Series gives an accurate approximation to the function and you also get a bound for the error in the approximation. The series can be coded in C++ as can the error approximation. The more terms you take in the series the better the approximation. A good place to start learning about Taylor Series is any Calculus text book you can get your hands on, otherwise I'd say take a look at the following link:

      http://mathworld.wolfr am.com/TaylorSeries.ht ml

      Remember, if you want an order n approximation to the function the error is given by the (n+1)st term.

      Happy Trails

      emaghero

      Comment

      Working...