How Can You Effectively Evaluate a Challenging Definite Integral?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Evaluate $$\int_2^4 \frac{\sqrt{\ln (9-x)}\,dx}{\sqrt{\ln (9-x)}+\sqrt{\ln (x+3)}}$$
 
Physics news on Phys.org
My solution:

We are given to evaluate:

$$I=\int_2^4 \frac{\sqrt{\ln (9-x)}\,dx}{\sqrt{\ln (9-x)}+\sqrt{\ln (x+3)}}$$

Let:

$$u=x-3\,\therefore\,du=dx$$

and we have:

$$I=\int_{-1}^{1}\frac{\sqrt{\ln(6-u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}\,du$$

Using the property of definite integrals:

$$\int_{-a}^a f(x)\,dx=\int_0^a \left[f(x)+f(-x) \right]\,dx$$

we may write:

$$I=\int_{0}^{1}\frac{\sqrt{\ln(6-u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}+\frac{\sqrt{\ln(6+u)}}{\sqrt{\ln(6+u)}+\sqrt{\ln(6-u)}}\,du$$

$$I=\int_{0}^{1}\frac{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}\,du$$

$$I=\int_{0}^{1}\,du=_0^1=1-0=1$$
 
MarkFL said:
My solution:

We are given to evaluate:

$$I=\int_2^4 \frac{\sqrt{\ln (9-x)}\,dx}{\sqrt{\ln (9-x)}+\sqrt{\ln (x+3)}}$$

Let:

$$u=x-3\,\therefore\,du=dx$$

and we have:

$$I=\int_{-1}^{1}\frac{\sqrt{\ln(6-u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}\,du$$

Using the property of definite integrals:

$$\int_{-a}^a f(x)\,dx=\int_0^a \left[f(x)+f(-x) \right]\,dx$$

we may write:

$$I=\int_{0}^{1}\frac{\sqrt{\ln(6-u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}+\frac{\sqrt{\ln(6+u)}}{\sqrt{\ln(6+u)}+\sqrt{\ln(6-u)}}\,du$$

$$I=\int_{0}^{1}\frac{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}{\sqrt{\ln(6-u)}+\sqrt{\ln(6+u)}}\,du$$

$$I=\int_{0}^{1}\,du=_0^1=1-0=1$$


That's a smart approach, MarkFL! Well done!(Clapping)
 
A little more direct
Let $x = 6-u$ so the integral become

$I = \displaystyle - \int_4^2 \dfrac{\sqrt{\ln (3+u)}}{ \sqrt{\ln (3+u)} +\sqrt{\ln (9-u)}}\;du$

Replace $u$ with $x$ and add to the original and like Mark said $2I = \int_2^4 1dx$ gives $I = 1$