Results 1 to 3 of 3

Thread: evaluate the integral, wee! u-sub

  1. #1

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Question evaluate the integral, wee! u-sub

    Hello everyone,
    I"m having troubles finding what expression I should u-sub. here's the problem.
    Code:
    definate integral, from 0 to pi/2   [cos(x)/(1+sin^2(x))]dx
    I tried
    u = 1+sinx;
    du = cosx dx;

    but that won't due because the sin^2(x),
    like i can't do this:
    integral symbol du/u^2
    because (1+sin^2 x ) != (1+sinx)^2 or is it?

    also is this true or false? 2
    definate integral from -1 to 2 1/x dx = [ln|x|] = ln2 - ln1 = ln2
    -1

    Thanks!
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  2. #2
    Lively Member
    Join Date
    Oct 2003
    Location
    Guildford, UK
    Posts
    91
    Integration by parts, if you already know how read this:

    S{cosx/(1+sin2x)}dx = S(1/(1+sin2x)}d(sinx) = tan-1(sinx)

    If you don't know about integration by parts, substitute u = sinx (it amounts to the same thing):

    u = sinx: du = cosx.dx

    You'll reduce the integral to:

    S{1/(1 + u2)}du = tan-1u

    You changed the variable so the limits become 0 and 1:

    [tan-1u]{0,1} = tan-11 = pi/4

    And:

    S{1/x}dx = ln|x|

    [ln|x|]{-1,2} = ln2 - ln1 = ln2

  3. #3

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290
    Thanks for the responce!
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width