Taylor Approximation Help - Find n Given x, a, ErrorBound

AI Thread Summary
The discussion revolves around the challenge of finding the Taylor approximation of a function programmatically, given inputs for x, a, and an error bound. The user seeks guidance on how to determine the number of terms, n, needed for the approximation based on the specified error bound. There is a request for clarification on how to utilize the error bound effectively in this context. The conversation highlights the need for a general approach since the user aims to create a program that can handle any function. The focus remains on the technical aspects of implementing the Taylor series approximation in programming.
scan
Messages
23
Reaction score
0
Hi, I'm having trouble doing my work where I have to find the Taylor Approximation of function. My real work is the program this thing when the function, x, a, and ErrorBound is given. I don't knwo what to do with the ErrorBound to get n, where n is the number of terms. do i make any sense?? :rolleyes:
 
Physics news on Phys.org
What is the function you're trying to get a taylor series approximation for?
 
none... I'm programming it... its suppose to find any function
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top