Can You Integrate Without Finding the Inverse Function?

Click For Summary

Discussion Overview

The discussion revolves around the concept of integrating functions and whether it is possible to find the area under a curve without explicitly determining the inverse function. Participants explore alternative methods of integration, particularly focusing on the relationship between a function and its inverse, and the implications of such approaches.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that integration can be performed by swapping the variables in the integrand, proposing the integral of the form \int_{f(a)}^{f(b)} x df(x) as a method to avoid finding an inverse function.
  • Another participant questions the validity of this approach, indicating that it may only hold under specific conditions and citing integration by parts to illustrate potential discrepancies.
  • Some participants share examples where the proposed method appears to work, particularly for polynomial functions over certain intervals, but acknowledge limitations in broader applications.
  • There is mention of a well-known result regarding the relationship between a function and its inverse, emphasizing the need for the inverse to be well-defined and differentiable.
  • One participant notes the importance of ensuring that the function is monotonically increasing for the method to be applicable.
  • Another participant reflects on the historical context of the discussed integration method, suggesting it relates to integration by parts and the geometric interpretation of areas under curves.
  • Corrections are made regarding the limits of integration, with a participant indicating that they should remain as a and b in the context of the proposed method.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the proposed integration method, with some supporting it under certain conditions while others remain skeptical. The discussion does not reach a consensus on the overall applicability of the method.

Contextual Notes

Participants highlight the need for specific conditions, such as monotonicity and differentiability of the function, to apply the proposed integration method effectively. There are also references to potential limitations when dealing with non-polynomial functions.

Eidos
Messages
107
Reaction score
1
Hello

Integration is the 'area under the curve' for a one dimensional function. Say we have a function [tex]f(x)=x^2[/tex], if we compute the integral of this function between two limits we get the area under it between the two limits on the x axis.

What if we wanted to find the area between two limits on the 'f(x) axis'?

The usual way (i.e. the way I've been taught) would be define a new function, say g(x) which is the inverse of the function f(x) and calculate the integral between the desired limits for g(x).

I was thinking of 'swapping' x and f(x) in the integrand. We just need to make sure the limits are right and hey presto. I've tried it so far for a couple of functions and it seems to work out.

It looks like this:
[tex]\int_a^b f(x) dx[/tex]
We now want the integral on the y-axis for the same limits.
So swap x with f(x).
[tex]\int_{f(a)}^{f(b)} x df(x)[/tex] = [tex]\int_{f(a)}^{f(b)} x \frac{d}{dx}f(x) dx[/tex]

Is this right? The whole reason for doing it this way is you don't have to find an inverse function, even though its not that difficult to do in this case.

I imagine that not all inverses are defined for an arbitrary region of interest, so the whole process of finding an inverse is more general than this method.

A quick counterexample that I can think of would be trying to find the integral this way of f(x)= sin(x) from 0 to [tex]4\pi[/tex].
 
Physics news on Phys.org
lol 65 views and not one comment :-p
 
I don't think this formula is a true outside of a few coincedences, since by integration by parts we have:

[tex] \int_{f(a)}^{f(b)} x \frac{d}{dx}f(x) dx = x f(x) |_{f(a)} ^{f(b)} - \int_{f(a)}^{f(b)} f(x) dx[/tex]

This is not a disproof, it just makes your result look even more unlikely to me.

What functions did you try it on that it worked?

P.S.

Here is what I believe is an accurate formula (assuming the inverse is well-defined, differentiable, etc) for the integral of the inverse function in terms of a double integral of the reciprocal of the derivative of the original function:

[tex] \int_{f(a)}^{f(b)} \int_{0}^y \frac{1}{\frac{d}{dx}f(x)} dx dy [/tex]

I based this on the surprisingly little taught result that:

[tex]\frac{dx}{dy} = \frac{1}{\frac{dy}{dx}}[/tex]

as long as the inverse exists and is differentiable.
 
Last edited:
Crosson said:
I don't think this formula is a true outside of a few coincedences,

Haha, I tried it for a number of integer powers of x i.e. x^2, x^3, x^4 and it worked great. Except that I did it over a unit interval from 0 to 1 :-p If you do that, since 1 to the power 'anything' is still one, it works. Very foolish indeed!

Heres an example:
[tex]f(x)=x^3[/tex]

[tex]\int_0^1 x 3x^2dx = \frac{3}{4}x^4[/tex]

Juxtaposed with:
[tex]\int_0^1 x^{1/3}dx = \frac{3}{4}x^{4/3}[/tex]

Which both yield the same answer between the limits 0 and 1. I didn't write it in this form though, I skipped steps since I was in a rush :blushing:

Thanks for pointing out my error, I'll try using your approach and tell of results. :smile:
 
This is a well known result. The problem using it is one must verify some conditions. It is usefull for seveal common integrals.
 
Crosson said:
I don't think this formula is a true outside of a few coincedences, since by integration by parts we have:

I based this on the surprisingly little taught result that:

[tex]\frac{dx}{dy} = \frac{1}{\frac{dy}{dx}}[/tex]

as long as the inverse exists and is differentiable.
f(g(x))=x
f'(g(x))g'(x)=1
of course that result is little taught most people only need to be taught it once. How many times would you like to be taught it?
It also is a trivail consequence of the chain rule.

Darn coincedences
I am convinced
(x y)'=y+x y'
is a coincedence
one day I will find a conter example
y=x no
y=sin(x) no
y=exp(x) no
y=7+pi*x no
one day!
 
OP: You might need to require that f be a monotonically increasing function in x.
 
with a few simple restrictions like monotone, this formula is an old way to view integration by parts, as i recall. as always look in courant for a picture.

the point is simply that the area under the inverse plus that under the original function is the area of a rectangle, and that's the product expression uv, on the RHS of the integration by parts formula.

im just babbling without thinking here, could be wrong, but you sounded desirous of some commentary.
 
Aha thanks all, makes a great deal more sense now :biggrin:

Also in the OP the limits are wrong, they should remain a and b. Then it works.
I'll fix that now.

Thanks to David and Mathwonk for your explanations, helped a lot :smile:

Edit: can't seem to fix the error, probably meant to prevent backtracking during a debate :P

What it should be is:
[tex]\int_{a}^{b} x df(x )[/tex] = [tex]\int_{a}^{b} x \frac{d}{dx}f(x) dx[/tex]For good measure here is the example I gave later on:
[tex] f(x)=x^3[/tex]
Integrations using method above between limits 0 and 2
[tex] \int_0^2 x 3x^2dx = \frac{3}{4}x^4 [/tex]
Which equals
[tex]\frac{3}{4}2^4[/tex]

Integrations using the inverse between the limits 0 and 8.
[tex] \int_0^8 x^{1/3}dx = \frac{3}{4}x^{4/3} [/tex]

Which equals
[tex]\frac{3}{4}8^{4/3}[/tex]=[tex]\frac{3}{4}2^4[/tex]

:biggrin:
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K