Results 1 to 5 of 5

Thread: Ingerals + || = annoying...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I'm selling these fine leather jackets Aerith's Knight's Avatar
    Join Date
    Jul 2005
    Location
    The Netherlands
    Posts
    10,825
    Blog Entries
    1

    Default

    Absolute sign means sqrt(f(x)^2)

    So it'll become:

    F(x) = Int[ sqrt((x^2 - 4x + 3) (x^2 -4x + 3)) dx] 0-4

    F(x) = Int[ sqrt( x^4 - 8x^3 + 22x^2 - 24x + 9) dx] 0-4

    F(x) = (x^4 - 8x^3 + 22x^2 - 24x + 9)^1.5 * 1/1.5 * 1/(4x^3 - 24x^2 + 44x - 24) |0-4

    F(0) = 9^1.5 * 1/1,5 * -1/24 = 9 * 3 * 2/3 * -1/24 = -18/24 = -3/4

    F(4) = (0 + 9)^1.5 * 1/1.5 * 1/(24) = 3/4

    F(4) - F(0) = 3/4 - (-3/4) = 1.5

    ...Necro's way might be easier, and less prone to mistakes
    Last edited by Aerith's Knight; 02-16-2009 at 07:45 PM.


Posting Permissions

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