How can the formula for integrating 1/(x^2+y^2)^(3/2) be derived?

  • Context: Graduate 
  • Thread starter Thread starter Freiddie
  • Start date Start date
  • Tags Tags
    Integrate
Click For Summary

Discussion Overview

The discussion revolves around the integration of the function \(\int \frac{dx}{(x^2+y^2)^{3/2}}\). Participants express interest in understanding the derivation of this formula, particularly in the context of its application to electric fields.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks a derivation of the integral rather than just the formula, expressing a desire for insight into the mathematical reasoning behind it.
  • Another participant suggests using trigonometric substitution, noting that \(y\) is treated as a constant.
  • Concerns are raised about the absence of trigonometric functions in the final answer, leading to a discussion about the potential use of inverse trigonometric functions.
  • A specific substitution \(x = y \tan(\theta)\) is proposed, along with the subsequent transformations of the integral.
  • Participants engage in detailed mathematical manipulation, discussing the implications of their substitutions and transformations on the integral's form.
  • One participant expresses skepticism about the derivation process, suggesting that many integration formulas arise from initial discoveries rather than formal proofs.
  • Another participant introduces a philosophical question about the existence of a Turing machine capable of calculating integrals, leading to a discussion about the nature of integral calculus versus derivatives.
  • Clarifications are made regarding the challenges of finding general integral solutions compared to derivatives, with references to the complexities of inverse problems.

Areas of Agreement / Disagreement

Participants generally do not reach a consensus on the derivation process, with multiple approaches and perspectives being discussed. There is also an acknowledgment of the inherent difficulties in deriving integral formulas and the nature of mathematical discovery.

Contextual Notes

Participants note the complexity of integration and the potential for multiple methods to arrive at similar results, highlighting the challenges in establishing a definitive derivation process.

Freiddie
Messages
6
Reaction score
0
Well, so I really want to integrate what's shown in the title:
i.e.
\int \frac{dx}{(x^2+y^2)^\frac{3}{2}}

Now, I know there are quite a few straightforward answers to this. But what I really want is how people who do math got this formula in the first place. I don't just want a formula that seems to have come from a serendipitous accident or something. Please tell me how to derive the answer.

(You might have guessed this has something to do with electric fields)

Thank you for helping.
 
Last edited:
Physics news on Phys.org


Hmm, are we keeping y constant here? If so then a trig substitution should might be a good first step.
 


Yes, y is a constant.

Trig substitution? The final answer doesn't have any trig functions.
 


That's because it probably involves an inverse trig function nested inside a trig function which of course would undo the trig function. Anyways you'll see what I mean if you try it.

Anyways I would try the substitution x = y*tan(t) (Have you learned u-sub?).
 
Last edited:


sin^2(\theta)+ cos^2(\theta)= 1 so, dividing on both sides by cos(\theta), tan^2(\theta)+ 1= sec^2(\theta). Thats why snipez90 suggested "tan(t)". Let x= ytan(\theta). In that case x^2+ y^2= y^2tan^2(\theta)+ y^2= y^2(tan^2(\theta)+ 1)= y^2sec^2(\theta) so that (x^2+ y^2)^{3/2}= (y^2sec^2(\theta))^{3/2}= y^3 sec^3(\theta).

Also, it x= y tan(\theta), then dx= ysec^2(\theta)d\theta.

So the integral, \int dx/(x^2+ y^2)^{3/2} becomes
\int \frac{y sec^2(\theta)d\theta}{y^3 sec^3(\theta)}= \int\frac{d\theta}{y^2 sec(\theta)}
= \frac{1}{y^2}\int cos(\theta)d\theta= \frac{1}{y^2}sin(\theta)+ C[/itex]<br /> <br /> Since tan(\theta)= x/y, imagine a right triangle having angle \theta, opposite side of length x, and near side of length y. Then the hypotenuse of that triangle has length \sqrt{x^2+ y^2} and so cos(\theta)= y/\sqrt{x^2+ y^2}.<br /> <br /> That means that (1/y^2)cos(\theta)+ C= (1/y^2)(y/\sqrt{x^2+ y^2})+ C= 1/(y\sqrt{x^2+ y^2})+ C
 


@snipez90:
Yes I've learned substitution. If it's solvable by substitution, then I just have the problem of finding what to substitute.

@HallsofIvy:
Ooh, that is one clever substitution. I never thought of that. What I don't get is why you are trying to find:

HallsofIvy said:
(1/y^2)cos(\theta)+ C= (1/y^2)(y/\sqrt{x^2+ y^2})+ C= 1/(y\sqrt{x^2+ y^2})+ C

when there's a sin(x) in the final equation. In that case, the answer would be:
{1 \over y^2} sin(\theta) + C = {1 \over y^2} {x \over \sqrt{x^2+y^2}} + C

Thanks so much!

Freiddie
 


Freiddie said:
I don't just want a formula that seems to have come from a serendipitous accident or something.
To put it to you bluntly, this is in fact where most integration formulae come from. Things like the above proof usually only come after the discovery of the initial function.
 


ObsessiveMathsFreak said:
To put it to you bluntly, this is in fact where most integration formulae come from. Things like the above proof usually only come after the discovery of the initial function.

That's a depressing thought. :frown:

(I digress - Is there a possibility that a Turing machine exists that calculates integrals?)
 


Freiddie said:
(I digress - Is there a possibility that a Turing machine exists that calculates integrals?)

No, there is no algorithm for finding general integrals (contrast to derivatives, for which there are very clear-cut algorithms). Many integral formulas were found, as mentioned, by lucky guesses (although many of those are still arrivable deterministically, if one is clever enough).
 
  • #10


Ben Niehoff said:
No, there is no algorithm for finding general integrals (contrast to derivatives, for which there are very clear-cut algorithms). Many integral formulas were found, as mentioned, by lucky guesses (although many of those are still arrivable deterministically, if one is clever enough).

In fact, this is generally true of "inverse" problems.

If I were to define a function, say, f(x)= x5- 3x4+ 3x3- 7 x2- 4x + 5, and ask "What is f(7)?", you would only need to evaluate it-do the arithmetic- because you are already given the formula. But if I were ask "For what x is f(x)= 9" that would be a very difficult problem. It involves solving the equation and we know that, even for something as simple as a polynomial equation there may be several different solutions or no solution at all and, indeed, if the polynomial has degree 5 or more, there may be solutions that cannot be written in terms of algebraic operations.
 
  • #11


Oh OK. Thanks for the explanation.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K