Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE PROVIDE CODE IN PYTHON. (a) (15%) Write and run a computer program to approximate the derivative of function f at point x defined by
PLEASE PROVIDE CODE IN PYTHON.
(a) (15\%) Write and run a computer program to approximate the derivative of function f at point x defined by the equation f(x)=limh0hf(x+h)f(x). Try f(x)=sin(x) at x=0.5 and hn=0.5hn1,h0=1,n=1,2,,30. Compute absolute errors of the approximation using the formula error =y f(x), where yn is yn is an output of the program in iteration n. Plot the errors on using a log-scale, i.e., the axes of the plot should be log10 error versus log10h. Analyze the results. Repeat the same experiment for f(x)=x1. (b) (5\%) Find a way to calculate accurate values for f(x)=x21+x21xtan(x)x2sin(x). Determine limx0f(x). Hint: Use Taylor series expansions sin(x)tan(x)=x3!x3+5!x5=x+3x3+152x5+Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started