Differentiating f(x) = x·e^(-π·x²)

  • Context: Undergrad 
  • Thread starter Thread starter galipop
  • Start date Start date
  • Tags Tags
    Differentiate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
galipop
Messages
51
Reaction score
0
f(x) = x.e^(-pi.x^2)

this is how I tried to do it...

f'(x) = x.(-pi.2.x.e^(-pi.x^2)) + 1.e^(-pi.x^2)
f'(x) = (1 - 2.pi.x^2).e^(-pi.x^2)

can anyone see anything wrong with this?

Cheers
 
Physics news on Phys.org
Seems correct to me, at least
 
Well, you could try this way:
[tex]x \times e^{ - \pi x^2}=e^{- \pi x^2 \ + ln x}[/tex]
so you get:
[tex](\frac{1}{x} - 2\pi x) e^{- \pi x^2 \ + ln x}[/tex]
which is the same.

Looks good to me.