Improving Numerical Approximations of Limits: A Sample Exam Question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
JamesF
Messages
13
Reaction score
0
I'm having trouble with a sample exam question. I don't really understand the question, don't know what section of the book it relates to, and don't have any idea on how to solve it. I might be in trouble :)

Can anyone provide any suggestions or guidance on how I might go about solving this problem? Again, I'm not even really sure what's being asked.


Homework Statement


Suppose that [tex]L = \lim_{h \rightarrow 0} f(h)[/tex]
and [tex]L -f(h) = c_6 h^6 + c_9 h^9 + \cdots[/tex]

Find a combination of f(h) and f(h/2) that is a much better estimate of L
 
Physics news on Phys.org
Well, if [itex]L -f(h) = c_6 h^6 + c_9 h^9 + \ldots[/itex] , then surely you can say that [itex]f(h) =L-( c_6 h^6 + c_9 h^9 + \ldots)[/itex] right?...What does that make [itex]f(h/2)[/itex]?...Basically you want to use this to find some linear combination of f(h) and f(h/2) that is closer to L than f(h) is.
 
gabbagabbahey said:
Well, if [itex]L -f(h) = c_6 h^6 + c_9 h^9 + \ldots[/itex] , then surely you can say that [itex]f(h) =L-( c_6 h^6 + c_9 h^9 + \ldots)[/itex] right?...What does that make [itex]f(h/2)[/itex]?...Basically you want to use this to find some linear combination of f(h) and f(h/2) that is closer to L than f(h) is.

thanks for your reply. Let's see if I understand

if [tex]f(h) = L - c_6 h^6 - c_9 h^9 - \cdots[/tex]
and [tex]f(\frac{h}{2}) = L - \frac{c_6 h^6}{64} - \frac{c_9 h^9}{512}[/tex]

what I'm trying to find is [tex]a_0, a_1[/tex] such that [tex]a_0 f(h) + a_1 f(\frac{h}{2}) \approx L[/tex]. Is that right?

I'm still somewhat confused as to what this problem relates to, ie what methods have we studied would this problem apply to
 
JamesF said:
thanks for your reply. Let's see if I understand

if [tex]f(h) = L - c_6 h^6 - c_9 h^9 - \cdots[/tex]
and [tex]f(\frac{h}{2}) = L - \frac{c_6 h^6}{64} - \frac{c_9 h^9}{512}[/tex]

what I'm trying to find is [tex]a_0, a_1[/tex] such that [tex]a_0 f(h) + a_1 f(\frac{h}{2}) \approx L[/tex]. Is that right?

You're not even looking for something this restrictive, you just want [itex]a_0 f(h) + a_1 f(\frac{h}{2})[/itex]
to be closer to L than f(h) was...so as long as [itex]a_0 f(h) + a_1 f(\frac{h}{2})-L< c_6 h^6 +c_9 h^9 + \cdots[/itex], then it is mission accomplished. ...what happens if you take [itex]a_0=1[/itex] and [itex]a_1=-2^6[/itex]?

I'm still somewhat confused as to what this problem relates to, i.e. what methods have we studied would this problem apply to

I'm not sure what methods you've studied :-p, but I think this is basically the beginning of an algorithm to numerically approximate the limit L.