Integral using substitution x = -u

Click For Summary
The discussion revolves around solving the integral $$\int \frac{6x^2+5}{1+2^x}dx$$ using the substitution ##x=-u##. Participants express skepticism about the effectiveness of this substitution, noting it does not significantly alter the integrand. The importance of the definite integral's limits, from ##-a## to ##a##, is acknowledged, with suggestions to explore symmetries in the function to aid in solving the integral. A proposed approach involves combining the integrals after substitution, leading to a new expression that can be simplified further. The conversation emphasizes the flexibility of variable names in integrals while maintaining focus on the boundaries.
songoku
Messages
2,497
Reaction score
400
Homework Statement
Using substitution ##x=-u##, solve:

$$\int \frac{6x^2+5}{1+2^x}dx$$
Relevant Equations
Integration by substitution
Integration by parts
Integration by partial fraction
Integration by trigonometry substitution
Is it possible to solve this integral? I think the substitution ##x=-u## does not help at all since it only changes variable ##x## to ##u## without changing the integrand much.

Using that substitution:
$$\int \frac{6x^2+5}{1+2^x}dx=-\int \frac{6u^2+5}{1+2^{-u}}du$$

Then how to continue?

Thanks
 
Physics news on Phys.org
Is there a specific reason to think that integral is solvable, or that that specific substitution would work?
 
  • Like
Likes songoku
Office_Shredder said:
Is there a specific reason to think that integral is solvable, or that that specific substitution would work?
I don't think so, at least that's my opinion. I posted the full and exact question I got so substitution ##x=-u## is actually given by the question
 
songoku said:
I don't think so, at least that's my opinion. I posted the full and exact question I got so substitution ##x=-u## is actually given by the question
Really? This is the exact wording of the question?
Using substitution ##x=-u##, solve:

$$\int \frac{6x^2+5}{1+2^x}dx$$
I agree that this is not a useful substitution for this problem, and I can't think of any substitution that is likely to be successful.
 
  • Like
Likes songoku
Mark44 said:
Really? This is the exact wording of the question?
Actually the question is about definite integral so there is lower limit ##-a## and upper limit ##a## where ##a>0## but I think the limit is not really important so I just omit it at first.

Is the limit actually important to solve the integral? If yes, I am really sorry for omitting it
 
songoku said:
Actually the question is about definite integral so there is lower limit ##-a## and upper limit ##a## where ##a>0## but I think the limit is not really important so I just omit it at first.

Is the limit actually important to solve the integral? If yes, I am really sorry for omitting it
I think that the limits of integration are significant, but I don't see how they help us here. Are there any similar examples in your textbook?
 
  • Like
Likes songoku
Think about symmetries. ##\int_{-a}^a f(x)\,dx=\int_{-a}^0 f(x)\,dx+\int_{0}^a f(x)\,dx##. Now perform the substitution on the first integral and leave the second as is.
 
  • Like
Likes songoku
Mark44 said:
I think that the limits of integration are significant, but I don't see how they help us here. Are there any similar examples in your textbook?
I have no textbook and there is no similar example given previously

fresh_42 said:
Think about symmetries. ##\int_{-a}^a f(x)\,dx=\int_{-a}^0 f(x)\,dx+\int_{0}^a f(x)\,dx##. Now perform the substitution on the first integral and leave the second as is.
$$\int_{-a}^a \frac{6x^2+5}{1+2^x}dx=\int_{-a}^0 \frac{6x^2+5}{1+2^x}dx+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$
$$=-\int_{a}^0 \frac{6u^2+5}{1+2^{-u}}du+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$
$$=\int_{0}^a \frac{6u^2+5}{1+2^{-u}}du+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$

Then how to continue?

Thanks
 
I haven't solved it for you. That was just an idea. Now we have
$$
\int_0^a \dfrac{6x^2+5}{1+2^{-x}}+\dfrac{6x^2+5}{1+2^{x}}\,dx
$$
Next, expand the first quotient by ##2^x## and add the fractions, then ...
 
  • Like
Likes SammyS and songoku
  • #10
fresh_42 said:
I haven't solved it for you. That was just an idea. Now we have
$$
\int_0^a \dfrac{6x^2+5}{1+2^{-x}}+\dfrac{6x^2+5}{1+2^{x}}\,dx
$$
Next, expand the first quotient by ##2^x## and add the fractions, then ...
I think I understand your hint

Thank you very much Office_Shredder, Mark44 and fresh_42 and I am really sorry for not posting the lower and upper limit of the integral
 
  • #11
songoku said:
$$\int_{-a}^a \frac{6x^2+5}{1+2^x}dx=\int_{-a}^0 \frac{6x^2+5}{1+2^x}dx+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$
$$=-\int_{a}^0 \frac{6u^2+5}{1+2^{-u}}du+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$
$$=\int_{0}^a \frac{6u^2+5}{1+2^{-u}}du+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$
fresh_42 said:
I haven't solved it for you. That was just an idea. Now we have
$$
\int_0^a \dfrac{6x^2+5}{1+2^{-x}}+\dfrac{6x^2+5}{1+2^{x}}\,dx
$$
Next, expand the first quotient by ##2^x## and add the fractions, then ...
Sorry @fresh_42, I want to ask again about this part.

In my last line, I got:
$$=\int_{0}^a \frac{6u^2+5}{1+2^{-u}}du+\int_{0}^a \frac{6x^2+5}{1+2^x}dx$$

But then you changed it into:
$$
\int_0^a \dfrac{6x^2+5}{1+2^{-x}}+\dfrac{6x^2+5}{1+2^{x}}\,dx
$$

Can we do that, just change ##u## into ##x##? Because in the beginning we use substitution ##x=-u## so changing ##u## to ##x## seems contradicts the initial substitution

Thanks
 
  • #12
songoku said:
Can we do that, just change ##u## into ##x##? Because in the beginning we use substitution ##x=-u## so changing ##u## to ##x## seems contradicts the initial substitution

Thanks
##\int f(x)dx = \int f(u)du## so all we have to be careful with are the boundaries! Whether we write an integral with ##u,## ##x,## or any other letter doesn't matter.
 
  • Like
Likes songoku
  • #13
Thank you very much
 

Similar threads

Replies
105
Views
5K
Replies
5
Views
1K
Replies
22
Views
3K
Replies
28
Views
2K
Replies
3
Views
2K
Replies
11
Views
2K
Replies
15
Views
2K
Replies
27
Views
3K