Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

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