Solving Yesterday's Calculus Test Problems

  • Thread starter twoflower
  • Start date
  • Tags
    Test
In summary, the conversation involved solving three problems related to calculus, specifically about convergence and limits. The first problem dealt with finding the values of y for which a sum converges and converges absolutely. The second problem involved determining the existence and value of a limit using Bolzano-Cauchy criterion. The third problem dealt with finding the value of a limit using l'Hôpital's rule, but the participants were not allowed to use that method. There was also a brief discussion about finding the nth derivative of a function.
  • #1
twoflower
368
0
Hi, yesterday we wrote test from calculus :smile:

1. Problem
Find out, for which [itex]y \in \mathbb{R}[/itex] the sum

[tex]
\sum_{n=2}^{\infty} a_{n}
[/tex]

converges, where

[tex]
a_{n} = \frac{1}{2^{n} - 2^{-n}} \frac{y^{n}}{2n - 1}
[/tex]

and for which y this sum converges absolutely.

2. Problem
Decide, whether the limit

[tex]
\lim_{n \rightarrow \infty} b_{n}
[/tex]

exists, where

[tex]
b_1 = 4,
[/tex]

[tex]
b_{n+1} = \frac{6}{1 + b_{n}} \forall n \in \mathbb{N}
[/tex]

If the limit exists, find it.

3. Problem
Decide, whether the limit exists:

[tex]
\lim_{n \rightarrow \infty} \frac{3^{n} + 2n^{n} + n!}{(n+1)^4 + \sin{n} + (3n)!}
[/tex]

If the limit exists, find it.

-----------------------

Here's how I approached:
1. Problem
First I try interval [itex] y \in <0,2)[/itex] (I just guessed it...).
I used Abel's-Dirichlet's theorem about the convergence and I proved the preconditions so that I could say the sum converges for y in this interval.

For interval [itex]y \in (-2, 0)[/itex] I used Leibniz's theorem and I found out that it converges in this interval too.

In sum, we get that the sum converges for [itex]y \in (-2, 2)[/itex].

For every other y the sum diverges I think.

The sum converges absolutely for [itex]y \in (-2, 2)[/itex] too.


2. Problem
I was quite useless at solving this, I tried to prove the convergence using Bolzano-Cauchy criterion, but I got somewhat non-sense result (limit in [itex]\mathbb{R}[/itex] doesn't exist)

3. Problem
Next problem I wasn't completely sure about. I multiplied the limit with

[tex]
\frac{\frac{1}{n^{n}}}{\frac{1}{n^{n}}}
[/tex]

and comparing the [itex]n^{n}[/itex] and [itex](3n)![/itex] (which gets larger in infinity I think) I got that the limit is 0. Is it ok?
 
Physics news on Phys.org
  • #2
Hint for Q2: Investigate the absolute difference [tex]|b_{n}-b_{n-1}|[/tex], noting that [tex]b_{n}>0[/tex] for all n. You should get something like [tex]|b_{n+1}-b_{n}|\leq 6|b_{n}-b_{n-1}|[/tex]. Then use Cauchy's criterion for convergence.
 
  • #3
  • #4
Astronuc:
That is wrong:
[tex](3n)!=n!\prod_{i=1}^{n}(n+i)\prod_{j=1}^{n}(2n+j)\geq{n!}n^{2n}[/tex]
Hence the limit exists, and equals 0
 
  • #5
Out of curiousity, what level calculus is this?
 
  • #6
devious_ said:
Out of curiousity, what level calculus is this?

I don't know what exactly you mean with "level", but it was compulsory test in first semester. Of course it seems primitive for your eyes but we're beginners in fact :)
 
  • #7
Astronuc said:
Q3.

[tex]n^n[/tex] blows up faster than [tex]a^n[/tex] or n!, so the limit does not exist.

Apply l'Hôpital's rule with [tex]n\rightarrow \infty[/tex]

Beside the fact what you stated is not right according to me, we had to do it without l'Hospital.

Astronuc said:
Differentiate numerator and denominator, and use the fact that n! is related to the Gamma function which is differentiable.

We don't know differentiating yet...
 
  • #8
I got my tail whipped on that one. My apologies for my mistake. :blushing:

Certainly n^n blows up faster than n! (and 3*n!), but not as fast as(2n)! and certainly not (3n)!

And forget L'Hospital's rule.

Arildno, in what reference did you find that identity or did you derive it?
 
  • #9
arildno said:
Astronuc:
That is wrong:
[tex](3n)!=n!\prod_{i=1}^{n}(n+i)\prod_{j=1}^{n}(2n+j)\geq{n!}n^{2n}[/tex]
Hence the limit exists, and equals 0

Arildno, are you saying that the whole original limit is 0, or that just

[tex]
\frac{n^{n}}{(3n)!}
[/tex]

goes to 0?

Because Maple gives me "undefined" when I give him the whole limit...
 
  • #10
i had an exam yesterday too:

i had that question that i couldnot answer:

find the nth derivative for:

[tex]f(x) = x^3 cos^2x [/tex]

where n>3

can sombody help me?!
 
  • #11
Rewrite:
[tex]\cos^{2}x=\frac{1+\cos(2x)}{2}[/tex]
Hence,
[tex]f(x)=\frac{x^{3}}{2}+\frac{x^{3}}{2}\cos(2x)[/tex]
(Now you see why they have chosen n>3..)

In order to find the n'th derivative of the product, verify that if h(x)=f(x)g(x),
then the n'th derivative of h satisfies:
[tex]h^{(n)}(x)=\sum_{k=0}^{n}\binom{n}{k}f^{(n-k)}(x)g^{(k)}(x)[/tex]
that is, use of the binomial formula.

Then set
[tex]g(x)=\frac{x^{3}}{2}, f(x)=\cos(2x)[/tex]
The summation then stops at k=3.
 
  • #12
twoflower said:
Arildno, are you saying that the whole original limit is 0, or that just

[tex]
\frac{n^{n}}{(3n)!}
[/tex]

goes to 0?

Because Maple gives me "undefined" when I give him the whole limit...
The whole limit goes to zero.
To explain Maple's response, there are two options:
1) You haven't typed it correctly.
If for example, you typed 3*n! rather than (3*n)!, the limit would not exist.
(I haven't used Maple myself, so I don't know which typo's would most likely occur)
2) Maple has tried to calculate ratios of numbers too big to handle.
I'm rather skeptical of this option, since Maple is a professional software program which ought not be sensitive to this type of problems.
However, it depends on how Maple actually calculates its values, and I don't know how it does that..
 
  • #13
arildno said:
The whole limit goes to zero.
To explain Maple's response, there are two options:
1) You haven't typed it correctly.
If for example, you typed 3*n! rather than (3*n)!, the limit would not exist.
(I haven't used Maple myself, so I don't know which typo's would most likely occur)
2) Maple has tried to calculate ratios of numbers too big to handle.
I'm rather skeptical of this option, since Maple is a professional software program which ought not be sensitive to this type of problems.
However, it depends on how Maple actually calculates its values, and I don't know how it does that..

Now I tried it again and I may really have typed it wrong, because now Maple says it doesn't know how to do the limit, which is much more logical answer.
 
  • #14
twoflower said:
Now I tried it again and I may really have typed it wrong, because now Maple says it doesn't know how to do the limit, which is much more logical answer.
Note that both the numerator and denominator grows exceptionally fast; you will for rather small n's reach huge numbers.

I would suggest you type in for a few values of n (say, up to 10 or so); the decreasing pattern should be obvious.
 

FAQ: Solving Yesterday's Calculus Test Problems

Why is it important to solve yesterday's calculus test problems?

Solving yesterday's calculus test problems can help you identify any weaknesses or gaps in your understanding of the subject. It also allows you to practice and reinforce your knowledge, making it easier to remember and apply concepts in future tests or exams.

How can solving yesterday's calculus test problems improve my grades?

By practicing with past test problems, you can become familiar with the types of questions that are commonly asked and the level of difficulty. This can help you feel more confident and prepared for future tests, leading to improved performance and grades.

Is it okay to use a calculator when solving yesterday's calculus test problems?

It depends on your teacher's or professor's instructions. Some may allow the use of calculators, while others may require you to solve problems by hand. If you are allowed to use a calculator, it is still important to understand the concepts behind the calculations.

Can solving yesterday's calculus test problems help me with real-world applications of calculus?

Yes, solving test problems can help you develop problem-solving skills that are applicable in real-world situations. Many real-world problems can be solved using calculus concepts, so practicing with test problems can improve your ability to apply these concepts to practical scenarios.

How often should I solve yesterday's calculus test problems?

It is recommended to practice with past test problems regularly, especially before upcoming tests or exams. However, the frequency may depend on your individual study habits and needs. It is important to find a balance between practicing enough to reinforce your knowledge, but not so much that it becomes overwhelming or takes away from studying other subjects.

Similar threads

Back
Top