Thread Closed

exponent error question

 
Share Thread Thread Tools
Apr2-10, 05:42 AM   #1
 

exponent error question


i need to calculate [tex]e^{-0.5}[/tex]

why the solution develops [tex]e^{-x}[/tex] and puts 0.5
and not [tex]e^{+x}[/tex] and putting -0.5
?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Apr2-10, 06:24 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I have no idea what you are talking about. What do you mean by "develops [itex]e^{-x}[/itex]? Writing as a Taylor's series? Approximating by the tangent line?

I suspect that both them method your book gives and your method would give the same answer. Have you tried it?
Apr2-10, 07:05 AM   #3
 
yes developing in taylor series
but in the first we have libnits series and on the other not
so its not the same

why they are not the same?
Apr2-10, 07:54 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

exponent error question


If [itex]f(x)= e^{-x}[/itex] then f(0)= 1, [itex]f'= -e^{-x}[/itex] so f'(0)= -1, [itex]f"(0)= e^{-x}[/itex] so f"(0)= 1, etc. The "nth" derivative, evaluated at x= 0, is 1 if n is even, -1 if n is odd. The Taylor's series, about x= 0, for [itex]e^{-x}[/itex] is
[tex]\sum_{n=0}^\infty \frac{(-1)^n}{n!}x^n[/itex].

In particular,
[tex]e^{-0.5}= \sum_{n=0}^\infty \frac{(-1)^n}{n!}(0.5)^n[/itex]

The usual Taylor's series for [itex]e^x[/itex] is, of course,
[tex]\sum_{n=0}^\infty \frac{1}{n!}x^n[/itex]

and now
[tex]e^{-0.5)= \sum_{n=0}^\infty \frac{1}{n!}(-0.5)^n= \sum_{n=0}^\infty \frac{1}{n!}(-1)^n(0.5)^n[/tex]
[tex]= \sum_{n=0}^\infty \frac{(-1)^n}{n!}(0.5)^n[/tex]

They are exactly the same.
Thread Closed
Thread Tools


Similar Threads for: exponent error question
Thread Forum Replies
Exponent Question Precalculus Mathematics Homework 8
Measurement error analyses, fitting min/max slopes to data with error bars. Set Theory, Logic, Probability, Statistics 2
Hopefully a simple exponent question. General Math 2
Simple exponent question Precalculus Mathematics Homework 2
exponent question General Math 9