| Thread Closed |
Not really sure how to approach this limit involving integrals |
Share Thread | Thread Tools |
| May21-10, 01:56 PM | #1 |
|
|
Not really sure how to approach this limit involving integrals
1. The problem statement, all variables and given/known data
[tex] \lim_{x \to 1} \frac {\int^{x}_{1} \frac{1}{t} dt} {\int^{x}_{1} \frac {1}{(2t+1)}dt} [/tex] 2. Relevant equations 3. The attempt at a solution I am not really sure how I am suppose to approach this problem, I would think that as x approaches 1 the integrals will approach 0 because an integral from n to n is 0. So if that is correct and I am suppose to use l'hopital's rule (since I am still in that section) obviously I am suppose to take the derivatives of those functions but how do I apply the limit after I do that? will it just be: [tex] \lim_{x \to 1} \frac {\int^{x}_{1} f'(t) dt}{\int^{x}_{1} g'(t) dt} [/tex] or would the integrals not apply anymore?... i really just don't know, if the integral still applies i basically have the same equation though, as it will end up being 0/0, which is no good. Supposedly the answer is 3 |
| May21-10, 02:02 PM | #2 |
|
|
Use a fact that you should know about expressions like this:
[tex] \frac{d}{dx} \int_a^x f(t) dt = ?? [/tex] |
| May21-10, 02:07 PM | #3 |
|
|
Thanks, I forgot about that portion of my notes, I have never used it till now, so it the equation basically becomes:
[tex] \lim_{x \to 1} \frac {\frac{1}{x} dx}{ \frac {1}{2x+1} dx} [/tex] and with the limit applied the answer is 3. |
| May21-10, 02:36 PM | #4 |
|
|
Not really sure how to approach this limit involving integrals
Yes, although those "dx" are extraneous.
This is the Fundamental Theorem of Calculus: [tex] \frac{d}{dx} \int_a^x f(t) dt = f(x) [/tex] |
| May21-10, 02:41 PM | #5 |
|
|
right but the only portion of FTC i have used this far is F(b)-F(a) so I had forgotten about that part, that's all I was saying
|
| May21-10, 02:46 PM | #6 |
|
Mentor
|
Or you could just evaluate the two integrals. Seems like that would be a little simpler. (Still need to use L'H rule, though.)
|
| May21-10, 03:13 PM | #7 |
|
|
is that not what was done Mark44?
if [tex] \int^{x}_{a} f(t) dt = f(x) [/tex] then doing [tex] \int^{x}_{1} \frac {1}{t} dt = \frac {1}{x} [/tex] is evaluating the integral, no? |
| May21-10, 03:23 PM | #8 |
|
|
No, the derivative of the integral equals f(x), not the integral itself.
[tex] \int_1^x \frac{1}{t} dt = \ln x - \ln 1 = \ln x [/tex] [tex] \int_1^x \frac{1}{2t+1} dt = \frac{1}{2}\ln ({2x+1}) - \ln {3} = \frac{1}{2}\ln \frac{2x+1}{3} [/tex] The limits of these are 0 and 0, so then you use L'Hopital's rule, obtaining the original functions over each other, etc. I kind of think the other way is simpler, but YMMV. |
| May21-10, 04:04 PM | #9 |
|
|
ah... so to use
[tex] \int^{x}_{a} f(t) dt = f(x) dx [/tex] you need to find F(x) of f(x) and FTC to actually evaluate the integral? |
| May21-10, 06:00 PM | #10 |
|
Mentor
|
|
| May21-10, 10:26 PM | #11 |
|
|
@Mark44
I was not talking about this specific problem anymore, I was speaking, in general about the formula: [tex] \int^{x}_{a} f(t) dt = f(x) [/tex] for example, the integral in the numerator of my problem is: [tex] \int^{x}_{1} \frac {1}{t} dt [/tex] using the above formula this would become: [tex] \int^{x}_{1} \frac {1}{t} dt = \frac {1}{x}[/tex] so using your new function in terms of x, to evaluate the integral you need to find F(x) of f(x) and use FTC. Hgfalling shows this in the post above where I as the question. In doing so the answer of the integral is going to be ln x, and then if you were to use l'hopital's rule, you need to find the derivative, which is 1/x. So actually evaluating the integral seems an unnecessary step in this problem. Also why is the dx in: [tex] \int^{x}_{a} f(t) dt = f(x) dx [/tex] not correct? I copied my notes straight out of the book and that's the form they used, I am just curious to that point. |
| May22-10, 12:27 AM | #12 |
|
Mentor
|
For example, [tex] \int^{x}_{a} t^2 dt = (1/3)x^3 - (1/3)a^3 [/tex] Notice that if the function in the integrand is f(t) = t2, the function that appears on the right is NOT f(x), which would be x2. What appears on the right is the antiderivative of f, evaluated at x and a. The antiderivative of f is often written as F, which is different from f. 1. As I already noted, the correct version of the formula just above would be [tex] \int^{x}_{a} f(t) dt = F(x) - F(a)[/tex] where F is an antiderivative of f. Another way to say this is that F'(x) = f(x). 2. The dt in the integral identifies the variable to be used in integration, in a similar way that the dx in d/dx identifies the independent variable with respect to which we are differentiating. Leaving the dx on the right side in what you have above is just as incorrect as writing that d/dx(x3) = 3x2 dx. It seems that you are confused about two important things and are mixing them up. One if the definite integral and the other is the Fundamental Theorem of Calculus. I won't give an example of the definite integral, since I already gave one in this post. The FTC has two parts, the first of which states that differentiation and antidifferentiation are essentially inverse operations. It is often presented this way: [tex] \frac{d}{dx}\int^{x}_{a} f(t) dt = f(x)[/tex] What I think you are missing is that differentiation operator in the FTC. You said that you copied this out of the book |
| May22-10, 12:38 AM | #13 |
|
|
Oh wow yeah, I totally skipped the differential marker in my notes, it reads:
[tex] d(\int^{x}_{a} f(t)dt) = f(x)dx [/tex] sorry to cause all that controversy, with the different notation (or rather the part i skipped over) it makes sense now. |
| May22-10, 12:40 AM | #14 |
|
Mentor
|
OK, now it's right. That's the differential form.
The derivative form is [tex] \frac{d}{dx}\int^{x}_{a} f(t) dt = f(x)[/tex] |
| May22-10, 12:42 AM | #15 |
|
|
ok, so, forgive me if this is obvious or something I should know but whats the difference? They both read the same to me, is it just different notation for the same thing?
|
| May22-10, 12:48 AM | #16 |
|
Mentor
|
No, they're different by a factor of dx. The FTC (first part) is usually given in terms of the derivative of the definite integral (the way I wrote it). What you have is the differential of the definite integral (the way you wrote it from your text). I've seen quite a few calculus texts, but I've never seen the FTC presented in terms of differentials.
Here's the relationship between the differential of a function and the derivative of the same function: df = (df/dx) * dx |
| May22-10, 01:10 AM | #17 |
|
|
Well first off, I am using, what I consider to be, a none standard text. It is the free book put out by Jerome H. Keisler entitled "Elementary Calculus: An Infinitesimal Approach", I find that it differs quite widely from standard calculus texts, for one example limits are taught in the 5th chapter (even after integrals, which is the fourth) when a standard calculus book starts with limits.
So, once again, forgive me for being naive but its not quite apparent to me what the actual difference is, how do the answers differ between the two equations? As I understand it dx is infinitely small and just a marker for which variable you are differentiating with respect to and does not actually have anything to do with the answer. Maybe your relationship equation just hasn't sunk in yet.... |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Not really sure how to approach this limit involving integrals
|
||||
| Thread | Forum | Replies | ||
| Definitite integrals involving sin and cos. | Calculus & Beyond Homework | 5 | ||
| Problem involving Gaussian Integrals | Calculus & Beyond Homework | 3 | ||
| Another problem involving computing area with integrals... | Calculus & Beyond Homework | 3 | ||
| Integrals involving 'e' | Calculus & Beyond Homework | 11 | ||
| Question about Path Integrals and Semiclassical Approach... | Quantum Physics | 0 | ||