Thread: Calculus Derivatives, OMG!!!

  1. #1
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Calculus Derivatives, OMG!!!

    That's it! I'm so damn frusterated I... I.. AHHH!!

    So, it's 2:07am and I work in afew hours. I just finished my derivatives exam through online school and I got 100%. But that's not the point, the point is that there are still some questions that are ........ing me off. For instance:

    The book says:

    "Find the second derivative of: ((x^2)+1)^(1/2)"

    Okay, "Simple", I think. I found the first derivative to be:

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

    The book agrees with that answer, except for the second derivative. The book believes that the second derivative is ((x^2)+1)^(-3/2) which makes no sense at all. How is this possible? I tried using the Product Rule w/ Chain Rule which would normally go like this:

    X = V
    ((x^2)+1)^(-1/2) = U

    V ' = Derivative of V
    U ' = Derivative of U

    So now, my derivative should be:

    (V ')(U) + (U ')(V) = 0

    Which is quite long for me to type out, but anyways, I end up with an answer which should include X^2, but it doesn't. I'm frusterated, this makes no sense. Please help.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

  2. #2
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    Hmmm i'm also not getting the book's answer, maybe its wrong?

  3. #3
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    The book is correct my friend...I'm really short of time right now, so I will post the proper way to derive f''(x) when I get back in front of the computer.

    But I have done the problem and the book is indeed right.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Well, I did find some time to type it out, here it is:
    Code:
    we agree that 
    
    	f'(x) = x / (x^2+1)^(1/2)
    
    Now, to compute f''(x) you can bring the denominator up or leave it there.
    If you leave it, the derivation will be a bit harder, but simplification 
    much easier.
    
    	f''(x) =[ (x^2+1)^(1/2) - x(x^2+1)^(-1/2) ] / (x^2 + 1) 
    	//to simplify brek into two fractions
    	       =[(x^2+1)^(1/2) / (x^2+1) ] - [ x / {(x^2+1)^(1/2)(x^2+1)}
            //from now on its just algebra, take common denoms
                    = (x^2 + 1 - x^2) /  [(x^2+1)^(1/2)(x^2+1)]
    	//x^2 in the numerator cancel out and the denom simplifies to...
    	       = 1 / (x^2+1)^(3/2)
    often times the hard part of calculus is the agebra...as weird as it sounds. I know that my professors on exams accepted not simplified solutions. If you have a TI calculator, you could put in your solution and equate it with the book's, and see if you get a 'true'. That way you'll know if you have the same answer just unsimplified.

    axon

    EDIT:: write what i 'coded' on paper; it will make more sense
    Last edited by axon; 10-23-2003 at 06:56 AM.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    Ah i see, i got it to be -x^2(x^2+1)^-3/2 + (x^2 + 1)^-1/2 which is unsimplified like you said.

    Normally when i have to use calculus it's to calculate numerical answers so i don't have to simplify stuff. I better practise my algebra evidently its getting rather rusty

  6. #6
    Registered User whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    f(x) = (x^2 + 1)^(1/2)

    f'(x) = x(x^2 + 1)^(-1/2)

    f''(x) = [(x^2 + 1)^(1/2) - x^2(X^2 + 1)^(-1/2)]/[((x^2 + 1)^(1/2))^2]

    = (x^2 + 1)^(-1/2) * [((x^2 + 1) - X^2)/(x^2 + 1)

    = (x^2 + 1)^(-1/2) * [1/(x^2 + 1)]

    or

    = 1/(x^2 +1)^(1/2) *1/(X^2 + 1)^(1)

    = 1/(x^2 + 1)^(3/2) or (x^2 + 1)^(-3/2)

    I believe
    Last edited by whistlenm1; 10-23-2003 at 10:10 AM.
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

  7. #7
    Board Conservative UnregdRegd's Avatar
    Join Date
    Jul 2003
    Posts
    154
    Math is tricky and requires an attentive eye. I was wondering why I had come up with a different solution until I noticed I had missed a second x:
    Code:
    f''(x) = [(x^2 +1)^(-1/2)] -(1/2)x[(x^2 +1)^(-3/2)](2x)
    
    f''(x) != 1/[(x^2 +1)^(1/2)] -x/[(x^2 +1)(x^2 +1)^(1/2)]
    f''(x) != (x^2 -x +1)/[(x^2 +1)(x^2 +1)^(1/2)]
    
    f''(x) = 1/[(x^2 +1)(x^2 +1)^(1/2)]
    I am a programmer. My first duty is to God, then to nation, then to employer, then to family, then to friends, then to computer, and finally to myself. I code with dignity, honor, and integrity.

  8. #8
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    What year in school did all of you take calculus? I'm taking it now...

  9. #9
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Originally posted by Leeman_s
    What year in school did all of you take calculus? I'm taking it now...
    I took it first semester university.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  10. #10
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Originally posted by Leeman_s
    What year in school did all of you take calculus? I'm taking it now...
    Junior

  11. #11
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Originally posted by Leeman_s
    What year in school did all of you take calculus? I'm taking it now...
    I took it junior year, and I'm taking it again senior year (AP Calc BC now... before it was just the first 7 chapters of the calc book)
    Away.

  12. #12
    Registered User whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    a little over a year, and I have been tutoring eversince off and on again. The nightmares are gone but now I'm left with calc dreams!
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

  13. #13
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    Wow, at my HS only four people are taking calc right now that are juniors. We must have on average stupid people here where I live

  14. #14
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    I'm taking Honors Advanced Precalc (as opposed to just normal or honors regular) as a Junior. I dunno if that counts .

  15. #15
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Originally posted by Speedy5
    I'm taking Honors Advanced Precalc (as opposed to just normal or honors regular) as a Junior. I dunno if that counts .
    sorry, it doesn't... thats a course similar to what I took as highest in high school...now that I look back on it, it was nothing more than a waste of my time...

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. coding and mathematics of derivatives and integrals
    By musikluvah in forum C Programming
    Replies: 2
    Last Post: 01-30-2006, 02:42 AM
  2. Using calculus w/o knowing it
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 12-26-2005, 11:11 AM
  3. I like calculus
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 05-11-2004, 07:38 PM
  4. I want nothing more than to take calculus
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 61
    Last Post: 06-20-2003, 04:23 PM