0

I'm trying to solve

$y=e^{^{\frac{x}{2}}}$

The derivative:

$\frac{\sqrt{e^{^x}}}{2}$

So, I need to find the "slope" to the linear function $y\:-\:y_1\:=m\left(x-x_1\right)$, solving the derivative by replacing $x$ by $0$ is $m=\frac{1}{2}$, so the answer is:

$y-y_1=m\left(x-x_1\right),\:y-0=\frac{1}{2}\left(x-0\right),\:y=\frac{1}{2}x$

But the answer that Wolfram Alpha gives me is:

$\frac{ex}{2}$


So, does this problem requires another formula or process to be solved? Or did I just fail in the process?

Greetings!

Feel free to edit the post if there are any English issues in the post, I appreciate it so much!

2 Answers2

3

Firs of all note that $(0,0)$ is not a point of the graph of the function. So fix $x_0\in\mathbb{R}.$ The tangent line at $(x_0,y_0)$ is given by $$y-e^{x_0/2}=\frac 12 e^{x_0/2}(x-x_0).$$ (Note that $f'(x)=\frac12 e^{x/2}$.) If this line contains the point $(0,0)$ then we have $$e^{x_0/2}=\frac 12 e^{x_0/2}x_0.$$ Since $e^{x_0/2}\ne 0$ we get that $x_0=2.$ Thus the tangent line is

$$y-e=\frac{e}{2}(x-2)$$ That is $$y=\frac{e}{2}x.$$

mfl
  • 29,399
  • So many thanks @mfl! I have a question..

    Why this $e^{^{\frac{x_0}{2}}}\ne 0$? And why $x_0=2$?

    – Andrés David Hernández Sánchez Aug 02 '17 at 17:08
  • @AndrésDavidHernándezSánchez $x_0=2$ was just an example. You didn't specify which point you wanted to take the tangent line at in WA probably. – Simply Beautiful Art Aug 02 '17 at 17:09
  • We have that $e^x>0$ for all real $x.$ So it is $\ne 0.$ Thus we can divide both terms of the equality $e^{x_0/2}=\frac 12 e^{x_0/2}x_0$ by the nonzero number $e^{x_0/2}.$ Thus we get $1=\frac12 x_0.$ That is, $x_0=2.$ – mfl Aug 02 '17 at 17:09
  • @SimplyBeautifulArt You don't need to say the point where you take the tangent. See https://www.wolframalpha.com/input/?i=tangent+line+to+y%3De%5E(x%2F2)+through+(0,0) – mfl Aug 02 '17 at 17:12
  • No everything have sence! So many thanks @mfl, I never expect to do this analisys for $e^{^x}>0$... – Andrés David Hernández Sánchez Aug 02 '17 at 17:16
  • You're welcome. Remember that if $f(x)=e^{x/2}$ then it is $f'(x)=\frac12 e^{x/2}\ne \frac{\sqrt{e^x}}{2}.$ – mfl Aug 02 '17 at 17:21
1

How did you take the derivative here? Remember that $\frac{d}{dx}(e^x) = e^x$ and try using the chain rule.

platty
  • 3,555