Solving Difficult Integral Homework with Limits

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
sara_87
Messages
748
Reaction score
0

Homework Statement



I want to evaluate the integral:

[tex]\int \frac{\sqrt{a^2-x^2}(x-b)}{x^2-c^2}dx[/tex]

Homework Equations



the integration limits are d (lower limit) and a (upper limit)

The Attempt at a Solution


First, I split the integral into 2 parts:

[tex]\int \frac{\sqrt{a^2-x^2}(x)}{x^2-c^2}dx- \int \frac{\sqrt{a^2-x^2}(b)}{x^2-c^2}dx[/tex]

Then, i decided to deal with each part separately.
For the first part, i tried to use a substitution: let u=x^2, this gives:
[tex]\int \frac{\sqrt{a^2-u}}{2(u-c^2)}du[/tex]

But, i thave no idea how to continue from there. the second part i also find difficult.
Does anyone have any ideas on the substitution i should consider?

Thank you very much in advance.
 
Physics news on Phys.org
the denominator in the last integral should read:
2(u-c^2)
 
Well, making [itex]x=a\sin t [/tex] in the original integral throws away the square root. Then you will return to an integral of a rational function by making a new substitution: [itex]\tan\frac{t}{2} = u[/itex].[/itex]
 
After making the substitution x=a*sin(t), I get:

[tex]\int \frac{a^2 cos^2(t)(a sin(t)-b)}{a^2 sin^2(t)-c^2}dt[/tex]

but if i then use the substitution: tan(t/2)=u,
this means: [tex]\frac{sec^2(t/2)}{2}dt=du[/tex]
so,
[tex]dt=2cos^2(t/2)du[/tex]

How does this reduce the problem?