Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Can any boards nerd PLease walk me step by step through integration please !!

  • 04-05-2012 02:35PM
    #1
    Closed Accounts Posts: 12


    :D

    ok .. I can do normal integration. It's just those damn fraction integration

    ok so

    int { cos(x) /tan (x) } for example ... cheers !!


Comments

  • Registered Users, Registered Users 2 Posts: 338 ✭✭ray giraffe


    use tan(x)= sin(x)/cos(x)


  • Registered Users, Registered Users 2 Posts: 9 MathsArthur


    I tried using u=sec x then du = sec x tan x dx and you get

    INT cos x dx/tan x = INT dx/sec x tan x = INT du/sec^2 x tan^2 x

    = INT du/sec^2 x (sec^2 x -1) = INT du/u^2(u^2-1)

    = INT ( -1/u^2 + 1/(u^2-1))du

    = INT ( -1/u^2 + 1/(u+1)(u-1) )du

    = INT ( -1/u^2 + 1/2(u-1) - 1/2(u+1) )du

    = 1/u + ln(u-1)^(1/2) - ln(u+1)^(1/2)

    = cos x + ln((sec x - 1)^(1/2) / (sec x + 1)^(1/2))

    but this doesn't work when you re-differentiate it to get cos x/tan x

    any clues as to what the problem is?


  • Registered Users, Registered Users 2 Posts: 9 MathsArthur


    sorry. i just checked the differentiation and it does work.

    for y = cos x + ln ((sec x - 1)^(1/2)/(sec x + 1)^(1/2))

    dy/dx = -sin x + (sec x tan x)/2 * ( 1/(sec x-1) - 1/(sec x+1) )

    = -sin x + (sec x tan x) * ( 1/((sec x - 1)(sec x + 1)) )

    = -sin x + (sec x tan x) * ( 1/(sec^2 x - 1) )

    = -sin x + (sec x tan x) * ( 1/tan^2 x)

    = -sin x + sec x/tan x

    = (-sin^2 x + 1)/sin x

    = cos^2 x/sin x = cos x/tan x

    as required. anyone know a simpler way to do this.


Advertisement