Giter VIP home page Giter VIP logo

Comments (4)

j2kun avatar j2kun commented on May 26, 2024

This is a problem where estimation is the only reasonable way to go about it.

In particular, all we need to do is find a subsequence of a_n that diverges, which means we get the powerful flexibility to choose indexes that produce particularly simple sequence values.

For starters, you can choose n = m^2, and the subsequence is a_m = 2^m / m^20, which is simpler than before. Can you think of an additional (somewhat cleverer) choice that makes it easy to compare the top and bottom for which is bigger?

from exercises.

j2kun avatar j2kun commented on May 26, 2024

I think it is also possible to use Taylor series to attack this problem, but (I think) it would require a Taylor expansion "at infinity" and I haven't really explored this option.

As a professor of mine used to say, that's like using the Millennium Falcon to shoot a sparrow.

from exercises.

ArthurAllshire avatar ArthurAllshire commented on May 26, 2024

Question about this approach: is it actually sufficient to show that a subsequence diverges? For example if you had , and you proved that it diverged for surely you cant then say that a_n diverges - because you have to prove that for all n > k that the sequence values are larger than a specific value?

Also, I've tried fiddling with this approach. The best I have been able to do is show that by choosing you can reduce the problem to , but still I run into the problem of actually showing that the bottom grows slower than the top.

from exercises.

j2kun avatar j2kun commented on May 26, 2024

You're right that in general you can't use a subsequence to prove divergence, but in my opinion the numerator and denominator are simple and well-behaved enough that one could show if a subsequence diverges then the whole sequence diverges.

Perhaps a more direct approach would be to use the fact that log(x) is an increasing function, so that a_n diverges if and only if b_n = log(a_n) diverges. In this case we have reduced the problem to showing that the following diverges.

sqrt(n) - 10 log_2(n)

I think it is relatively straightforward to prove this from the definition: let M > 0 be as large as you need it to be to find an N(M) such that sqrt(N(M)) - 10 log_2(N(M)) > M

from exercises.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.