Solving Integrals with Trig Substitution - 1/(25-x^2)

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 · 1K views
Bryon
Messages
98
Reaction score
0
Hi Everyone!
I just need some guidance on this problem. I seem to have trouble what integration technique I need to use on integrals of this type.


Homework Statement



integrate 1/(25-x^2)

Homework Equations



sqrt(a^2-u^2)
arcsin(u/a)

The Attempt at a Solution



Would I be able to use trig substitution for this type of integral? It almost fits with the arcsin but the square root is missing.
 
Physics news on Phys.org
Try partial fractions since 25-x^2 = (5-x)^2.
 
snipez90 said:
Try partial fractions since 25-x^2 = (5-x)^2.
Partial fractions is the easiest way to go, but 25 - x^2 = (5 - x)(5 + x), which is not equal to (5 - x)^2.
 
Ok, I believe I figured it out.

I used trig substitution

set x = 5sinx
dx/dθ = 5cosx -> dx = 5cosx dθ

I got this... int 1/(25-(5sinx)^2) 5cosx dθ which is easy to reduce.