Integration of 1 / [sqrt(f(x))+g(x)] ?

  • Context: Graduate 
  • Thread starter Thread starter lavoisier
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary
SUMMARY

The discussion focuses on the integration of the function \( \frac{1}{\sqrt{(k+p-c)^2 + 4kc} - k - p + c} \) with respect to \( c \), where \( k \), \( p \), and \( c \) are positive real numbers. A successful approach involved rationalizing the denominator by multiplying by \( \sqrt{(k+p-c)^2 + 4kc} + k + p - c \) and applying a trigonometric substitution. The integration was performed using Maxima, resulting in a complex expression involving logarithms, square roots, and inverse hyperbolic functions, specifically the relationship \( \text{asinh}(x) = \ln(\sqrt{1+x^2}+x) \).

PREREQUISITES
  • Understanding of integration techniques, specifically rationalization and substitution methods.
  • Familiarity with Maxima software for symbolic computation.
  • Knowledge of inverse hyperbolic functions and their properties.
  • Basic algebra skills for manipulating complex expressions.
NEXT STEPS
  • Explore advanced integration techniques in Maxima, focusing on trigonometric and hyperbolic substitutions.
  • Study the properties and applications of inverse hyperbolic functions in calculus.
  • Learn about rationalizing denominators in integrals and its impact on solving complex integrals.
  • Investigate other symbolic computation tools similar to Maxima for solving integrals.
USEFUL FOR

Mathematicians, calculus students, and software engineers working with symbolic computation who are looking to enhance their skills in integration techniques and software usage.

lavoisier
Messages
177
Reaction score
24
Hi everyone, today I came across a problem at work that requires integrating this function (indefinitely, with respect to c):

\frac {1} {\sqrt {(k+p-c)^2 + 4 k c}-k-p+c}

k, p and c are all real and positive.

I submitted it to Maxima, but it stayed implicit.

Can you please suggest any substitution or other technique to solve it?

Thanks
L
 
Physics news on Phys.org
First rationalize the denominator: so try to bring the square root to the numerator by multiplying with ##\sqrt{(k+p-c)^2 + 4kc} + k + p - c##. Then an appropriate trigonometric substitution (like ##x = \tan(u)## or similar) will help.
 
  • Like
Likes   Reactions: lavoisier
Thank you micromass, it worked!
I multiplied both numerator and denominator by the factor you said, expanded, and got this:

\frac {\sqrt {(k+p-c)^2 + 4 k c}+k+p-c} {4 k c}

which I submitted to Maxima's integrate function, and I got the result.
Apologies for not writing it down, it's a long sum of logarithms, a square root, a linear term in c and asinh functions.
I don't exactly see how integrating this must involve inverse hyperbolic functions, except perhaps for the known relationship:

asinh(x)=Ln(\sqrt{1+x^2}+x)

Anyway, it does the job, so...
Thanks!
L
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
5K