An idea for integration that has been bugging me.

  • Context: Undergrad 
  • Thread starter Thread starter kts123
  • Start date Start date
  • Tags Tags
    Idea Integration
Click For Summary

Discussion Overview

The discussion revolves around a participant's exploration of a potential method for integration using the natural logarithm and substitution techniques. The scope includes theoretical considerations of integration methods and the implications of using logarithmic transformations in calculus.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant proposes rewriting the integral \(\int_{a}^b f(x)\) as \(\int_{a}^b e^{\ln(f(x))}\) and suggests using substitution to extract \(\ln(f(x))\) from the integral.
  • Another participant questions the introduction of a function \(g(x)\) and expresses confusion about its role in the proposed method.
  • There is a discussion about the implications of substituting \(g(x) = \ln{f(x)}\) and the resulting complexity when attempting to evaluate the integral.
  • Some participants suggest that the proposed method may not be beneficial for general functions and discuss the conditions under which it might work.
  • Concerns are raised about the validity of the approach when \(f(x)\) can take negative values, leading to discussions about the use of complex numbers in logarithmic functions.
  • One participant expresses frustration about the challenges of self-teaching calculus and the difficulties encountered in understanding logarithmic integration.

Areas of Agreement / Disagreement

Participants express a mix of intrigue and skepticism regarding the proposed integration method. There is no consensus on the validity or utility of the approach, and multiple competing views remain regarding the feasibility of the technique.

Contextual Notes

Participants note that the method may only apply to strictly positive functions and highlight the complexities introduced when dealing with negative outputs of \(f(x)\). There is also mention of the need for a specific form of \(f(x)\) for the proposed substitution to be effective.

Who May Find This Useful

This discussion may be of interest to individuals learning calculus, particularly those exploring integration techniques and the use of logarithmic functions in mathematical expressions.

kts123
Messages
72
Reaction score
0
I've only recently started teaching myself Calculus, so you'll have to forgive me if I'm trying to do something silly or impossible. This has been bugging me for a few days, so I figured it's high time I ask someone.

Since we can write [tex]\int_{a}^b f(x)[/tex] as [tex]\int_{a}^b\ e^\ln(f(x))[/tex] would it be possible to use substitution to yank [tex]ln(f(x))[/tex] out of the integral and leave us with

[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } )[/tex]

With g(x) as what we pulled out of the integral. I'm very new to integration, but this idea has been puzzling me for a while. If this is possible, it would seem pretty dang handy when integrating. Then again, I'm playing with methods I've only recently taught myself (I came up with this while running on a tredmil, actually.) It's fully possible I misunderstood something or overlooking a rule that makes this impossible. Anyway, thanks for any information that flies my way.
 
Physics news on Phys.org
I'm intrigued by what you're trying to do here, and am not too much a veteran at integration myself, but I don't understand where the g() came from. I can see your first step, as they are equivalent, and the second because they evaluate to the same thing.. but I don't see the g().
 
Well if as you say [tex]g(x) = \ln{f(x)}[/tex], i.e. g(x) is what we pulled out.
Now try evaluating your specific g(x):
[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } ) = \ln{f(\int_{ln(f(a))}^\ln(f(b))} e^x })}[/tex]

Now if you plug g(x) back into the original integral you get a whole mess.

In reality your specific g(x) is the following:

[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } ) = g(f(b)-f(a))[/tex] by the fundamental theorem of calculus, which still makes no sense when you plug it back into the original integral.

What you may be thinking of is u substitution. Suppose you had the following integral:
[tex]\int2xe^{x^{2}}dx[/tex]
then setting [tex]u = x^{2}[/tex] you get [tex]du = 2xdx[/tex] and the integral can be re-written as
[tex]\int e^{u}du[/tex]
and the rest of the integration is simple.
 
exk said:
Well if as you say [tex]g(x) = \ln{f(x)}[/tex], i.e. g(x) is what we pulled out.
Now try evaluating your specific g(x):
[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } ) = \ln{f(\int_{ln(f(a))}^\ln(f(b))} e^x })}[/tex]

Now if you plug g(x) back into the original integral you get a whole mess.

In reality your specific g(x) is the following:

[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } ) = g(f(b)-f(a))[/tex] by the fundamental theorem of calculus, which still makes no sense when you plug it back into the original integral.

What you may be thinking of is u substitution. Suppose you had the following integral:
[tex]\int2xe^{x^{2}}dx[/tex]
then setting [tex]u = x^{2}[/tex] you get [tex]du = 2xdx[/tex] and the integral can be re-written as
[tex]\int e^{u}du[/tex]
and the rest of the integration is simple.

Hmm, I don't know if I fully follow. I'm not trying to integrate e to the power of something, but rather define a function in terms of [tex]e^{ln(f(x))}[/tex], which then becomes e to the power of something, and then integrate in terms of that. And yeah, I got the idea from u-substitution (hence I even plugged my original ln(f(x)) into the bounds of integration.)

Nabeshin said:
I'm intrigued by what you're trying to do here, and am not too much a veteran at integration myself, but I don't understand where the g() came from. I can see your first step, as they are equivalent, and the second because they evaluate to the same thing.. but I don't see the g().

I think I failed to convey myself. g( ) was a mistake, I was trying to put something 'outside' of the integral to represent what was removed. I'm not sure how to denote that though, so I just plugged the integral into a function -- I think that wasn't the best of ideas, and changed my intentions into something else.
 
Sorry it was confusing, I just tried to follow what you had ;p

Suppose you wanted to do u substitution on your original then
[tex]u = ln(f(x))[/tex] and [tex]du = \frac{f'(x)}{f(x)}[/tex]
which doesn't help you with the particular integration.

There may be an f(x) for which your idea is beneficial, but I can't think of one at the moment ;(
 
exk said:
Suppose you wanted to do u substitution on your original then
[tex]u = ln(f(x))[/tex] and [tex]du = \frac{f'(x)}{f(x)}[/tex]
which doesn't help you with the particular integration.

There may be an f(x) for which your idea is beneficial, but I can't think of one at the moment ;(

I think it would have to be a function s.t. [itex]f(x) \propto \frac{f'(x)}{f(x)}[/itex] in order to play nicely with the u-sub, no?
 
exk said:
Sorry it was confusing, I just tried to follow what you had ;p

Suppose you wanted to do u substitution on your original then
[tex]u = ln(f(x))[/tex] and [tex]du = \frac{f'(x)}{f(x)}[/tex]
which doesn't help you with the particular integration.

There may be an f(x) for which your idea is beneficial, but I can't think of one at the moment ;(

Nooooo! My dreams of becoming famous for finding a universal one step method of integration are dashed!

Okay, I'll admit it, I had a dream like that one time. =P
 
quadraphonics said:
I think it would have to be a function s.t. [itex]f(x) \propto \frac{f'(x)}{f(x)}[/itex] in order to play nicely with the u-sub, no?

Yes. I guess you could have some horrendous integral like this:
[itex]\int g(x)f(x)dx[/itex] where [itex]g(x)=\frac{f'(x)}{f(x)}[/itex]

And for some reason you couldn't reduce the integral to just be f'(x)dx.
 
what the hell are you guys talking about?
 
  • #10
kts123 said:
Since we can write [tex]\int_{a}^b f(x)[/tex] as [tex]\int_{a}^b\ e^\ln(f(x))[/tex] would it be possible to use substitution to yank [tex]ln(f(x))[/tex] out of the integral and leave us with

[tex]g(\int_{ln(f(a))}^\ln(f(b))} e^x } )[/tex]

With g(x) as what we pulled out of the integral.

This really makes absolutely no sense.

First, this ([tex]f(x)=e^{ln(f(x))}[/tex] ) only makes sense when f is a strictly positive function.

Second, maybe you try this "technique" with a specific f, say, f(x)=x^2+1, before doing anything.
 
Last edited:
  • #11
Doodle Bob said:
This really makes absolutely no sense.

First, this ([tex]f(x)=e^{ln(f(x))}[/tex] ) only makes sense when f is a strictly positive function.

Second, maybe you try this "technique" with a specific f, say, f(x)=x^2+1, before doing anything.

To my understanding, the natural log of a value is the number which when used as the exponet of e brings it to that specific value. Hence I figured any output, y, of f(x), is the same as e to the power of the natural log of that value. That would be [tex]e^{ln(y)}[/tex], so I changed out y for f(x), since they're equivalent (f(x)=y.) I might be mistaken, I suppose that might should have been read f(x) ==> y (if that makes a difference?)


As for negative fuction outputs, those did come to mind. I'm not the formost expert on complex numbers, but I was under the impression that we could use the complex field to solve for any negative values the function yields. I recall, for example, reading that [tex]ln(-1)[/tex] is plus or minus [tex]i * pi[/tex]. That would mean if f(x)=2x, and x= -0.5 then [tex]e^{ln(2(-0.5))} = { e^{ln{(-1)} } = {e^{i*pi}[/tex].

Unless I'm completely mistaken...?
 
  • #12
kts123 said:
As for negative fuction outputs, those did come to mind. I'm not the formost expert on complex numbers, but I was under the impression that we could use the complex field to solve for any negative values the function yields. I recall, for example, reading that [tex]ln(-1)[/tex] is plus or minus [tex]i * pi[/tex]. That would mean if f(x)=2x, and x= -0.5 then [tex]e^{ln(2(-0.5))} = { e^{ln{(-1)} } = {e^{i*pi}[/tex].

Unless I'm completely mistaken...?

OK, so let's see it: calculate the integral of f(x)=2x from x=-1 to x=1 using your technique.
 
  • #13
I tried, but I failed. I'm no good with using logorythms. That's a major problem with being self-taught, I don't know what I need to focus on learning and what I don't. Would you mind teaching me how to integrate this, or point me to a decent source? I probably need to invest in a real textbook, instead of these terrible study guides I have. As it is, I only understand elementary integration, and I haven't had much time to become creative when applying it either.

*edit

Wait... now I'm REALLY confused. I think I did solve it, but the results were impossible so I dismissed it.

I don't know now.
 
Last edited:
  • #14
My tip is to give up on this method, get those real textbooks and relearn from the basics. To integrate what Doodle Bob said is quite easy if you look at its graph and the bounds. If you don't see that after this hint, you back to basics. No offense intended here.
 
  • #15
kts123,

Although this method you came up with proved to be ineffective, don't let everybody telling you you're wrong discourage you. By defenition of psychology, intelligence is "the ability to think abstractly"..paraphrased. In other words, it is that kind of thinking that leads to great discoveries in mathematics; just because you don't discover a new method while you are in Calc I doesn't mean it won't ever happen. Keep it up.

Jimmy
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K