I believe these are the first steps: $$ f´(x)=2xe^{-x}-x^2 e^x$$ $$f´(a)= 2ae^{-a}-a^2 e^a $$ Since it goes through the origin, the tangent line on $a$ is given by: $$y-0 = f´(a)(x-0)...$$ but I don´t know what goes next in order to find the value of $a$... Thanks to everyone!
2026-03-25 12:50:58.1774443058
Find $a>o$ so that the tangent line to the graph of $f(x)=x^2e^{-x}$ on $x=a$ goes through the origin.
141 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You made a mistake: $$ \begin{split} f(x) &= x^2 e^{-x}\\ f'(x) &= 2xe^{-x}-x^2e^{-x}\\ f'(a) &= \frac{2a-a^2}{e^a}. \end{split} $$ As you mention, you need to have the tangent line at $a$ go through the origin, so it must have equation $$ y = f'(a)x, $$ In other words, $L(a) = f'(a)a$. But since it is a tangent line, it must pass through $(a, f(a))$, i.e. $L(a) = f(a)$, so you end up with $$ f(a) = L(a) = f'(a)a. $$ Hence, you must solve $$ \frac{a^2}{e^a} = \frac{2a-a^2}{e^a}. $$