Calculus 2: Sequence Limits Question to the power n?

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
4 replies · 2K views
raaznar
Messages
6
Reaction score
0
Calculus 2: Sequence Limits Question to the power n??

Homework Statement


Find the limits (if it exists) to decide which sequences, whose nth term is given below.

Homework Equations


[itex](\frac{3^{n}-4^{n}}{3n^{2}+4^{n}+7})[/itex]

The Attempt at a Solution


I've done a few of these but as Soon as the constants were raised to the n. It pretty much stumped me. I haven't done stuff like this yet and I'm sort of self teaching.

I would appreciate some direction rather than an answer. Thanks!
 
Last edited:
Physics news on Phys.org
raaznar said:

Homework Statement


Find the limits (if it exists) to decide which sequences, whose nth term is given below.

Homework Equations


[itex](\frac{3^{n}-4^{n}}{3n^{2}+4^{n}+7})[/itex]

The Attempt at a Solution


I've done a few of these but as Soon as the constants were raised to the n. It pretty much stumped me. I haven't done stuff like this yet and I'm sort of self teaching.

I would appreciate some direction rather than an answer. Thanks!


Notice the quantity in your numerator is always smaller than zero.

Notice your denominator is growing without bound.

So what does the whole thing tend to as n → ∞?
 
As n grows, exponentials, numbers to the n power, will increase faster than n to a power. And, of course, a larger base will increase faster than a smaller base. That means that [tex]4^n[/tex] will 'dominate' here.

Divide each term in numerator and denominator by [itex]4^n[/itex] to get
[tex]\frac{\left(\frac{3}{4}\right)^n- 1}{3\frac{n^2}{4^n}+ 1+ \frac{7}{4^n}}[/tex]

Now, what does each of those fractions go to?
 
Zondrina said:
Notice the quantity in your numerator is always smaller than zero.

Notice your denominator is growing without bound.

So what does the whole thing tend to as n → ∞?

0? I got 0 to start of with but the answer is -1. If that's what you are implying. I have no idea how to mathematically arrive at the answer -1.
 
HallsofIvy said:
As n grows, exponentials, numbers to the n power, will increase faster than n to a power. And, of course, a larger base will increase faster than a smaller base. That means that [tex]4^n[/tex] will 'dominate' here.

Divide each term in numerator and denominator by [itex]4^n[/itex] to get
[tex]\frac{\left(\frac{3}{4}\right)^n- 1}{3\frac{n^2}{4^n}+ 1+ \frac{7}{4^n}}[/tex]

Now, what does each of those fractions go to?

Negative 1. Got it! I've never done the 'Dominate Term' Approach. Should this be the first approach to consider when doing limits of sequences?

What's the first things I should consider when I approach questions like this in the future? (Whats the checklist to look out for)

Thanks man by the way!