F''(x) Second Derivative problem

oowhitey
Messages
3
Reaction score
0

Homework Statement


find f''(x) <-- second derivative
f(x) = 3e^-x2 <-- that 2 is x squared

Homework Equations





The Attempt at a Solution


my attempt was 6x^2 e^x2
 
Physics news on Phys.org
Try taking the first derivative first, then take the second derivative.
 
oowhitey said:

Homework Statement


find f''(x) <-- second derivative
f(x) = 3e^-x2 <-- that 2 is x squared

The Attempt at a Solution


my attempt was 6x^2 e^x2


On the right track, but you're not quite remember your rules correctly.

For the first derivative, use the chain rule. Derivative of the outside 3e^(x^2) times the derivative of the inside (x^2)

Once you've got that, you're going to have a function that is an x times an exponential along the lines of ?xe^(x^2). From there, you need to use the product rule. Which is the derivative of the first function (?x) times the second function (e^(x^2)) plus the first function times the derivative of the second function. Or f'(x)g(x)+f(x)g'(x) (should be familiar from your text) On the derivative of your second function, don't forget the chain rule again!

Hopefully that helps, or if not, that someone can come and correct me.
 
thanks that helped a bunch i think i got it.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top