Reduction Formulae: Defining I(n) & Establishing Reduction Formula

  • Thread starter Thread starter Badrakhandama
  • Start date Start date
  • Tags Tags
    Formulae Reduction
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
1 reply · 6K views
Badrakhandama
Messages
24
Reaction score
0
Define I(n) by I(n) = integral of x^n / square root(1+x^2) dx. Evaluate I(0), I(1) and then establish the reduction formula I(n) = ((root2)-(n-1)I(n-2))/(n) for suitable values of n, which should be stated




Here is my attempt


I found I(0) first,and got the answer to be ln(1+root2), and I(1) to be ln (root2).

For the reduction formula, I am not sure where to start - do I try it by parts, differentiating x^n, and integrating 1/(root(1+x^2)) , or what should I do? For the values of n, I am not sure either.
 
Physics news on Phys.org
Try the following for integration by parts & see where it leads.

[tex]\text{Let }\ dv=\frac{x}{\sqrt{1+x^2}}\,dx\ \text{ and let }\ u=x^{n-1}.[/tex]

That should result in an integral with [tex]\sqrt{1+x^2}[/tex] in the numerator.

Multiply the integrand by [tex]\frac{\sqrt{1+x^2}}{\sqrt{1+x^2}}\ ,[/tex] and simplify the numerator.