Second derivative of sqrt(x) * e^(-x)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 12K views
montana111
Messages
12
Reaction score
0

Homework Statement


find f''(x) if f(x) = sqrt(x) * e^(-x) and then find the roots of f''(x)

// I am trying to do the 2nd derivative test (need f''x) and then find inflection points//


Homework Equations



my methodology| d/dx sqrt(x) = 1/(2*sqrt(x)) and d/dx e^(-x) = -e^(-x)


The Attempt at a Solution



i found f'(x) to be: e^(-x) /(2*sqrt(x)) + (-e^(-x) *sqrt(x))

and then f''(x) should be d/dx [ e^(-x) /(2*sqrt(x))] + d/dx [-e^(-x) *sqrt(x)]

and I've gone through it a few times but what i get is:

-e^(-x)*(2*sqrt(x)) - [2/(2*sqrt(x))] + [e^(-x)*sqrt(x) + -e^(-x)/(2*sqrt(x))]

when i try to set this to zero i just get the feeling that my f'' is just completely wrong. When i first saw this problem i thought "no problem" but now i don't know. Is this problem covertly difficult, or am i doint something wrong? THANKS!
 
Physics news on Phys.org
Looks like your f'(x) is right.

However, yeah, I'd say your f''(x) has some issues.

Remember that 1/sqrt(x) = x^(-1/2). If you remember that, it should be easier to take your derivative, just remember to do the product rule again.

This means that d/dx (1/sqrt(x)) = d/dx (x^(-1/2)) = -(1/2)x^(-3/2).

Hope that helps a bit!