Integration question with power of n

  • Thread starter Thread starter thoradicus
  • Start date Start date
  • Tags Tags
    Integration Power
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
2 replies · 2K views
thoradicus
Messages
44
Reaction score
0
http://www.xtremepapers.com/papers/CIE/Cambridge%20International%20A%20and%20AS%20Level/Mathematics%20%289709%29/9709_w11_qp_33.pdf

Homework Statement


no. 10i
cant do ii and iii without doing i first

Homework Equations


tan(x)
d/dx(tan(x))=sec^2x
1+tan^2x=sec^2x

The Attempt at a Solution


Okay, my terms at first would be u^n+2 +u^n. Then, du/dx = sec^2x, so i get du/1+u^2 = dx.

In the end i got (u^n+2 +u^n)/1+u^2. From then on I am stuck. Or did i do something wrong at first?
 
Physics news on Phys.org
You know that u=tan[x] so du=sec2[x]dx.

Let's rearrange the integral a little bit to show the following:

∫tann[x](tan2[x]+1)dx

Remember that dx=du/sec2[x]. However, we need to find sec2[x] in terms of u. We use the following identity of sec2[x]=tan2+1 to show now that dx=du/(u2+1)

∫un(u2+1)/(u2+1)=∫un

This now becomes a simple integration problem and you should be able to do the rest.
 
oh great! didnt realize the numerator can be factorised like that. Thanks.