ScratchData LogoScratchData
Back to lemonpretzel's profile

power; exponents calculator v1.0

LElemonpretzel•Created February 10, 2011
power; exponents calculator v1.0
3
4
603 views
View on Scratch

Description

UPDATE: In the online player, it does .000000000002 or something like that after the number. For it to work properly, download it. It works with negative exponents and to the power of 0. also fractions. Pretty simple, really. Just type in the base, then type in the exponent. It calculates the value using a simple formula: x^y=e^y(ln(x)). (e is Euler's number). Deriving the formula from the formula e^ln(x)=x is shown below: e^ln(x)=x. x^2=x*x=(e^ln(x))*(e^ln(x)) Since x^a*x^b=x^(a+b), (e^ln(x))*(e^ln(x))= (e^ln(x))+(e^ln(x)) =e^2(ln(x)). So, x^y=e^y(ln(x)). Then you can calculate exponents quickly using the built-in "e^" function instead of using slow and unreliable methods like manually multiplying the number by itself. :)

Project Details

Project ID1589260
CreatedFebruary 10, 2011
Last ModifiedFebruary 10, 2011
SharedFebruary 10, 2011
Visibilityvisible
CommentsAllowed