Calculating Forward and Backwards error of the sine function

Click For Summary
The sine function can be approximated using its Taylor series, and the discussion focuses on calculating forward and backward errors for this approximation. For the forward error, the user successfully evaluated sin(x) and its approximation using the first term for values x = 0.1, 0.5, and 1.0. The challenge arose with the backward error, where the user initially struggled to find the appropriate xhat that satisfies the equation F(xhat) = Fhat(x). Ultimately, the user realized that the inverse sine function is needed to calculate the backward error. The discussion highlights the importance of understanding both types of errors in numerical methods.
harrisiqbal
Messages
14
Reaction score
0
1. The sine function is given by the infinite series
sin(x) = x - x3/3! + x5/5! + x7/7! + ...
a) What are the forward and backward errors if we approximate the sine function
by using only the first term in the series, for x = 0.1, 0.5, 1.0?
b) Using the first two terms.

Homework Equations



Forward Error: Fhat - F
Backward Error:xhat - x

Fhat is the function approximation.
Xhat is the input modification used to calculate the backward error.

This is basically from my Numerical Methods Course.

The Attempt at a Solution



I don't have any problem with the Forward Error analysis.

For part a. I simply evaluated the original sin(x) function with x = .1 and got a number. Then evaluated the approximation function Fhat = x

[ this is the sin function expanded into the Taylor series.. but only using the first term of the series]

and then I used the F. Error equation to get the answer...

The problem is the backward error where I have to satisfy this equation:

F(xhat) = Fhat(x) Basically I want a xhat that when put into the original sin function will output my approximation function.

I can't figure this out.. at all. I mean. the only time sin(x) = x is when x = 0? or am i wrong? What am i missing here? It has to be trivial!

I mean if my function was the exponential function then my xhat would be log(Fhat) so e^xhat outputs the Fhat function.. that's easy.. but how is that applied to the sin(x) = x condition?

Thanks!
 
Physics news on Phys.org
NVM. I feel so retarded.

I figured it out. Obviously it would be the inverse Sin(x) function that would allow me to calculate the backwards error..

SO obvious wow.
 
harrisiqbal said:
NVM. I feel so retarded

You're probably very far from being retarded :smile:
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K