Limit problem with work so far

sarahjohnson

New member
Joined
Jul 20, 2013
Messages
20
Let P be a point on the graph of

y=e−x2/3


with NONZERO x-coordinate a. The normal line to the graph through P will have y-intercept b. (Note: The normal line at P is perpendicular to the tangent line at P.)

Diagram:
Screen Shot 2013-08-18 at 1.43.01 PM.jpg(a) Calculate

lima 0 b=

So far I have found the derivative of the equation: (-e^(-x^2/3)((-2/3)(x)) and take the negative reciprocal to find the slope of the normal line. Then I found the equation of the normal to be y=-1/(-e^(-a^2/3)((-2/3)(a))(X)+b
so if taking the limit wouldn't the slope of 1/0 which DNE?

Thanks for any help
 
Let P be a point on the graph of

y=e−x2/3


with NONZERO x-coordinate a. The normal line to the graph through P will have y-intercept b. (Note: The normal line at P is perpendicular to the tangent line at P.)

Diagram:
View attachment 3119(a) Calculate

lima 0 b=

So far I have found the derivative of the equation: (-e^(-x^2/3)((-2/3)(x)) and take the negative reciprocal to find the slope of the normal line. Then I found the equation of the normal to be y=-1/(-e^(-a^2/3)((-2/3)(a))(X)+b
so if taking the limit wouldn't the slope of 1/0 which DNE?

Thanks for any help
Yes. Just looking at the figure should confirm your conclusion: as P approaches the y-axis, the slope of the the normal becomes vertical and b is completely undetermined.

There is ambiguity in where the "3" goes in the exponent. You need more parentheses or curly brackets:
e^{-x^2/3} or e^{-x^{2/3}}
when expressed as LaTeX code, becomes
ex2/3 or ex2/3\displaystyle \displaystyle e^{-x^2/3} \text{ or } e^{-x^{2/3}}
 
Last edited:
Yes. Just looking at the figure should confirm your conclusion: as P approaches the y-axis, the slope of the the normal becomes vertical and b is completely undetermined.

There is ambiguity in where the "3" goes in the exponent. You need more parentheses or curly brackets:
e^{-x^2/3} or e^{{-x^2}/3}
when expressed as LaTeX code, becomes
ex2/3 or ex2/3\displaystyle \displaystyle e^{-x^2/3} \text{ or } e^{-x^{2/3}}

Yes sorry It is e^(-x^2)/3 with the x squared. I tried DNE but it says it is the wrong answer...
 
You may try \displaystyle -\infty. I don't like that as an answer. But it may work.

So so far I have tried DNE, infinity, 0 and -infinity but all those are wrong. I don't understand what it can be...I thought it would be zero at first because X=0 when Y=b and that would make the equation y=0+b which is 0?
 
Let P be a point on the graph of

y=e−(x2)/3


with NONZERO x-coordinate a. The normal line to the graph through P will have y-intercept b. (Note: The normal line at P is perpendicular to the tangent line at P.)

Diagram:
View attachment 3119
(a) Calculate
lima 0 b=

So far I have found the derivative of the equation:
(-e^(-x^2/3)((-2/3)(x))
and take the negative reciprocal to find the slope of the normal line. Then I found the equation of the normal to be y=-1/(-e^(-a^2/3)((-2/3)(a))(X)+b
so if taking the limit wouldn't the slope of 1/0 which DNE?

Thanks for any help
y=ex2/3\displaystyle \displaystyle y = e^{-x^2/3}

y=ex2/3×(2/3) x\displaystyle \displaystyle y\prime = e^{-x^2/3} \times (-2/3)\ x [I think you have an extra minus, The slope of the function is - if x is +.]

At point P=(a,ea2/3)\displaystyle \displaystyle P = (a, e^{-a^2/3}), the slope of the normal m\displaystyle m is

m=1y=3 ea2/32 a\displaystyle \displaystyle m = -\dfrac{1}{y\prime} = \dfrac{3\ e^{a^2/3}}{2\ a }

Have you calculated the intercept, b\displaystyle b? That is what the question asked for. Running the line backwards from point P\displaystyle P, that is, from x=a\displaystyle x=a, to x=0\displaystyle x=0,

b=ea2/3m a\displaystyle \displaystyle b = e^{-a^2/3} - m\ a

That looks promising! perhaps, even though m\displaystyle m is not defined, b\displaystyle b IS defined?
 
So so far I have tried DNE, infinity, 0 and -infinity but all those are wrong. I don't understand what it can be...I thought it would be zero at first because X=0 when Y=b and that would make the equation y=0+b which is 0?
I would like to continue from my previous post, with some editing.
DrPhil said:
y(x)=ex2/3\displaystyle \displaystyle y(x) = e^{-x^2/3}

y(x)=ex2/3×2x3\displaystyle \displaystyle y\prime(x) = e^{-x^2/3} \times \dfrac{-2x}{3}

At point P=(a, y(a))=(a, ea2/3)\displaystyle \displaystyle P = (a,\ y(a)) = (a,\ e^{-a^2/3}), the slope of the normal  m\displaystyle \ m is

m(a)=1y(a)=+e+a2/3×32a\displaystyle \displaystyle m(a) = - \dfrac{1}{y\prime (a)} = + e^{+a^2/3} \times \dfrac{3}{2a}
Now it is clear that m(a)\displaystyle m(a) becomes infinite (with the same sing as a\displaystyle a)as a0\displaystyle a \to 0, but that should not stop us from trying to find b\displaystyle b. Running the normal line backwards from point P\displaystyle P to the y-axis, that is from x=a\displaystyle x=a to x=0\displaystyle x=0, we have

m(a)=ΔyΔx    Δy=(a) m(a)=ea2/3×32\displaystyle \displaystyle m(a) = \dfrac{\Delta y}{\Delta x} \implies \Delta y = (-a)\ m(a) = -e^{a^2/3} \times \dfrac{3}{2}

Thus b(a)=ea2/3ea2/3×32\displaystyle \displaystyle b(a) = e^{-a^2/3} - e^{a^2/3} \times \dfrac{3}{2}

lima0b(a)=132=12=b(0)\displaystyle \displaystyle \lim_{a\to 0} b(a) = 1 - \dfrac{3}{2} = -\dfrac{1}{2} = b(0)

Note that limit is the same as a\displaystyle a approaches 0\displaystyle 0 from either side.
 
Top