Fraction of integrals with different variables

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
huey910
Messages
34
Reaction score
0
how would one evaluate this without using trig substitution? Is it possible to make one integral out of this?

{int[(y^2 + a1^2)^-1]dy +c1}/{int[(x^2 + a2^2)^-1]dx +c2} +c3

the numbers behind the 'a's and 'c's are supposed to be subscripts.

Also, how would one deal with this:

{int[(y^2 + a1^2)^-1]dy +c1}/(a tan{int[(x^2 + a2^2)^-1]dx +c2}) +c3


Please advise
 
Physics news on Phys.org
CompuChip said:
You can use the standard integral
[tex]\int \frac{1}{1 + x^2} \, dx = \tanh(x)[/tex]
and a "normal" (non-trig) substitution, and then you can do them separately.

That doesn't seem right. Isn't that integral tan(x)+C, and not tanh(x)+C?
 
micromass said:
Or rather atan(x)+C...

Touche.