| New Reply |
Integration of f(dx) |
Share Thread |
| Feb13-12, 07:44 PM | #1 |
|
|
Integration of f(dx)
While I was attempting to prove the area of a circle formula, I ran into a snag. This is the work that I had (note that I am using the area of an infinite amount of triangles within the circle):
a=1/2bh =1/2br da=1/2r db ---(splitting the triangle into 2 right triangles produces b=2r*tan([itex]\frac{θ}{2}[/itex])) =1/2r (2r tan([itex]\frac{dθ}{2}[/itex])) =r2 tan([itex]\frac{dθ}{2}[/itex]) a=r2[itex]\int^{2π}_{0}(tan(\frac{dθ}{2}))[/itex] I know that the integration will equal π not only due to inspection, but also because I proved it empirically using Excel. If anyone knows how to do this type of integration, if it is possible at all, or if you see any other problems in my work I would appreciate your help. |
| Feb13-12, 10:19 PM | #2 |
|
Blog Entries: 1
|
tan(dx/2)=dx/2 is a formula that's very easy to get. You can find it using the fact that limit of sin(x) /x as x goes to zero is 1 and the fact that the limit of (cos(x)-1)/x as x goes to zero is 0, from which with a little work you can get that the limit of tan(x)/x as x goes to zero is 1. Or you can use Taylor series. There should also be a geometric reason why tan(x) is approximately equal to x (measured in radians) if x is really small, and thus tan(dx)=dx where dx is infinitely small.
|
| Feb14-12, 12:45 AM | #3 |
|
|
Since dx is a very small variation of x, an infinitesimal in fact, then tan(dx)=dx close to =0.
I suppose than you mean tan(x+dx)= tan(x) + d(tan(x)) where d means "a very small variation of something". So, d(tan(x) is the very small variation of tan(x) caused by the very small variation of x : d(tan(x)) = (1 / cosē(x))*dx |
| Feb14-12, 12:52 AM | #4 |
|
Blog Entries: 1
|
Integration of f(dx) |
| Feb14-12, 04:19 AM | #5 |
|
|
Of course, my answer was not adressed to lugita15, but to Shootertrex.
Shootertrex wrote : . The title of the topic : " Integration of f(dx) " is also the result of a missunderstanding. Shootertrex should understand that f(dx) must not be confused with f(x)*dx |
| Feb14-12, 02:42 PM | #6 |
|
|
After asking two of the math teachers at my school, I have not progressed far. Neither knew of a way to integrate the equation as is, but both suggested substitution. An alternate substitution that was proposed was to do this: [itex]b=2r tan\frac{θ}{2}[/itex] [itex]\frac{db}{dθ}=2r*\frac{1}{2}[/itex][itex]sec[/itex]2[itex]\frac{θ}{2}[/itex] [itex]db=r*[/itex][itex]sec[/itex]2[itex]\frac{θ}{2}dθ[/itex] [itex]da=\frac{1}{2}r[/itex]2[itex]sec[/itex]2[itex]\frac{θ}{2}dθ[/itex] I see two problems with this equation though. First, it has a 1/2. I do not know if this will work in compliment with the secant. Second, the integration again. Since secant is a non-continuous function, it will be hard to do a definite integral with it. I was thinking that maybe an improper integral would work. Please take note that I am still in Calc 1. I am willing to learn things outside of Calc 1 to finish this proof, but please use these techniques sparingly. If this substitution works and improper integrals will solve it, I will research how to actually do this kind of integration. [itex]lim_{x→0}\frac{xcosx}{xsinx}=\frac{0}{0}[/itex] [itex]lim_{x→0}\frac{cosx}{sinx}=\frac{0}{0}[/itex] (cancel out x's, then apply L'Hopital's Rule) [itex]lim_{x→0}\frac{sinx}{cosx} \Rightarrow lim_{x→0}-tanx=0[/itex] I was able to get tanx, but not tan(x)/x |
| Feb14-12, 03:01 PM | #7 |
|
Blog Entries: 1
|
Shootertrex, one simple way to see that the limit of tan(x)/x as x goes to zero is 1 is L'hopital's rule.
|
| Feb14-12, 03:09 PM | #8 |
|
|
|
| Feb14-12, 08:34 PM | #9 |
|
|
Okay, so I have thought it over some more. Lugita15, you had stated that [itex]tan\frac{dx}{2}=\frac{dx}{2}[/itex]. I would happily make this substitution because it allows me to easily integrate the equation and would get me [itex]a=r[/itex]2[itex]π[/itex], but I don't know if I can agree with it or not. I know that [itex]lim_{dx→0}tan\frac{dx}{2}=0[/itex] and [itex]lim_{dx→0}\frac{dx}{2}=0[/itex]. So both sides would be equal but it seems like one of those "2+2=5" moments. Am I just over analyzing it or what? I will take your word for it either way, but I would like help understanding it.
|
| Feb14-12, 08:58 PM | #10 |
|
Blog Entries: 1
|
To illustrate the differences between infinitesimals and limits, the definition of the derivative in terms of infinitesimals is (f(x+dx)-f(x))/dx, whereas the limit definition is the limit of ((f(x+Δx)-f(x))/Δx as Δx→0. And a good tip in translating between the two languages is that the infinitesimal statement f(dx)=g(dx) translates into the statement that the limit of f(x)/g(x) as x goes to zero is 1. So sin(dx)=dx corresponds to the statement that the limit of sin(x)/x as x goes to zero is 1, which is true. Getting back to your case, it's wrong to say tan(dx)=0. tan(dx)=dx, which is an infinitely small number, not zero. The reason that tan(dx)=dx is not that the limits of both tan(x) and x as x goes to zero are equal to 0. If that was true, then cos(dx)-1 would equal dx, because the limits of both cos(x)-1 and x as x goes to zero are equal to 0. But in fact, cos(dx)-1 equals zero, not dx (because the limit of (cos(x)-1)/x as x goes to 0 is 0). Bottom line, just because the limit of f(x) as x goes to 0 is 0 does not mean f(dx)=dx. The correct formula is that f(dx)=f(0)+f'(0)*dx. Can you see how to get this formula? |
| Feb14-12, 09:27 PM | #11 |
|
|
I think I understand the last paragraph, and the history lesson was quite interesting. I'm sorry though, but I do not think I fully understand the f(dx) equation you stated at the end. I will explain what I am thinking and you can tell me if I am right, on the right track or just wrong.
f(dx) will be whatever the function is at almost zero. f(0) will be what the function is at zero. Now, is adding f'(0)*dx sort of like a correction factor to get f(0) to be f(dx)? Am I at least close? Even if I understand how the formula works, I would not be able to derive the formula. Thank you ahead of time for being patient with me. |
| Feb14-12, 09:31 PM | #12 |
|
Blog Entries: 1
|
|
| Feb14-12, 09:53 PM | #13 |
|
|
Yes, I now see how you got the equation. It makes sense. But will this help me with my original dilemma?
Using this formula, if I assume dx=1/250, then this is what I get: [itex]tan\frac{dx}{2}=4.44*10[/itex]-16 [itex]tan(0)+sec[/itex]2[itex](0)*dx=8.88*10[/itex]-16 but I'm guessing that the dx in the second formula needs to be dx/2, which would then give:4.44*10-16 which would be equal, correct? Now if I were to plug this new formula into my integral then: [itex]a=r[/itex]2[itex]\int^{2π}_{0}(tan(0)+sec[/itex]2[itex](0)*dx)[/itex] [itex]=r[/itex]2[itex]*(tan(0)x+sec[/itex]2[itex](0)x)[/itex]|[itex]^{2π}_{0}[/itex] Now, I am unsure if tan(0) would get an x or not, but it wouldn't affect the answer because it is equal to zero. So the final equation would be: [itex]a=r[/itex]2[itex]2π[/itex] Which is not correct... Should the interval for the integral be instead just to π? If so, why? The triangles would line the inside of the circle all the way around, being 2π. |
| Feb14-12, 09:57 PM | #14 |
|
Blog Entries: 1
|
|
| Feb14-12, 10:00 PM | #15 |
|
|
Wait! I think I found an error in my substitution. I put [itex](tan(0)+sec2(0)∗dx)[/itex] instead of [itex](tan(0)+sec2(0)∗dx/2)[/itex]. If I use this new substitution, then I would get
[itex]a=r[/itex]2[itex]π[/itex] edit2: Q.E.D. Am I correct? Edit: the dx=1/2^50 was just so I could actually see if the two equations were equal, not to prove anything. |
| Feb14-12, 10:43 PM | #16 |
|
Blog Entries: 1
|
|
| Feb15-12, 04:50 AM | #17 |
|
|
Thank you very much for all of your help! You are truly a god among men! I can finally lay this problem to rest.
|
| New Reply |
| Tags |
| area, calculus, circle, integral, proof |
Similar discussions for: Integration of f(dx)
|
||||
| Thread | Forum | Replies | ||
| Integration by parts, help me understand why the integration limits changed. | Calculus & Beyond Homework | 2 | ||
| choosing the order of integration with double integration | Calculus & Beyond Homework | 3 | ||
| Integration of dirac delta composed of function of integration variable | Calculus & Beyond Homework | 3 | ||
| Calc BC - Integration Problem involving Constants of Integration and Related Rates | Calculus & Beyond Homework | 5 | ||
| Question arrising from integration homework (advanced integration i guess?) | Calculus | 9 | ||