[Integration] A tough substitution problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
gunnargolf
Messages
1
Reaction score
0

Homework Statement



The following is to be evaluated using substitution or partial integration.

[tex]\int\frac{(2x-1)}{e^{\arctan(x)}}\,dx[/tex]

(It's supposed to be e^(arctan(x)) but I'm new to LaTeX and can't quite figure out how I would input it correctly) (Fixed it for you.)[/color]

Homework Equations



No relevant equations

The Attempt at a Solution



I tried partial integration and that definitely does not help. I simply have no idea how I could substitute.
 
Last edited by a moderator:
Physics news on Phys.org
Imho it makes sense to substitute u=arctan(x). From there, there is still some way to go though.
 
gunnargolf said:
(It's supposed to be e^(arctan(x)) but I'm new to LaTeX and can't quite figure out how I would input it correctly)
You just have to put everything in the exponent inside curly braces to group them together. Also, use a backslash before the name of common functions to get them to typeset correctly.

There's a LaTeX guide here: https://www.physicsforums.com/showthread.php?t=546968
 
or noting that [itex]\frac{d}{dx}arctan(x)= \frac{1}{1+x^2}[/itex] you could rearrange as follows

[tex]\int (2x-1)e^{-arctan(x)}= 2xe^{-arctan(x)}-1e^{-arctan(x)} = 2xe^{-arctan(x)}-\frac{1+x^2}{1+x^2}e^{-arctan(x)} = 2xe^{-arctan(x)}-(1+x^2)\frac{e^{-arctan(x)} }{1+x^2}[/tex]

which should avoid subtitution or parts all together.. though it comes from a similar idea to parts
 
where did you carry out the integral?
 
haven't done the integral, as i left that part for the OP, didn't mean to have the integral sign at the start of that expression, was rearranging to simplify the integration
 
Last edited:
gunnargolf said:

Homework Statement



The following is to be evaluated using substitution or partial integration.

[tex]\int\frac{(2x-1)}{e^{\arctan(x)}}\,dx[/tex]

(It's supposed to be e^(arctan(x)) but I'm new to LaTeX and can't quite figure out how I would input it correctly) (Fixed it for you.)[/color]

Homework Equations



No relevant equations

The Attempt at a Solution



I tried partial integration and that definitely does not help. I simply have no idea how I could substitute.

It can be verified that (1+x^2)/e^atan(x) is the answer, hope that helps