Questions tagged [exponential-function]

For question involving exponential functions and questions on exponential growth or decay.

The exponential function is one of the most important functions in mathematics (though it would have to admit that the linear function ranks even higher in importance).

Definition: If $~b~$ be any number such that $~b\gt 0~$ and $~b\neq 1~$ then an exponential function is a function in the form,$$f(x)=a~b^x$$ where $~b~$ is called the base , the exponent,$~x~$ can be any real number and $~a\neq0~$.

${}$

Properties:

  • The graph of $~f(x)~$ will always contain the point $~(0,1)~$. Or put another way, $~f(0)=1~$ regardless of the value of $~b~$.
  • For every possible $~b~$we have $~b^x\gt 0~$. Note that this implies that $~b^x\neq 0~$.
  • If $~0\lt b\lt 1~$then the graph of $~b^x~$ will decrease as we move from left to right. Check out the graph of $~\left(\frac{1}{2}\right)^x~$ above for verification of this property.
  • If $~b\gt 1~$ then the graph of $~b^x~$ will increase as we move from left to right. Check out the graph of $~2^x~$ above for verification of this property.
  • If $~b^x=b^y~$, then $~x=y~$.

${}$ The Natural Exponential Function: In mathematics, the natural exponential function is $$f(x)=e^x~,$$ where $e$ is Euler's number.

Note: $f(x)=e^x~$ is a special exponential function. In fact this is so special that for many people this is THE exponential function.

Applications:

Exponential functions are solutions to the simplest types of dynamical systems. It is used to model a relationship in which a constant change in the independent variable gives the same proportional change (i.e. percentage increase or decrease) in the dependent variable. Exponential growth occurs when the growth rate of the value of a mathematical function is proportional to the function's current value. Exponential decay occurs in the same way when the growth rate is negative.

References:

https://en.wikipedia.org/wiki/Exponential_function

http://www.montereyinstitute.org/courses/DevelopmentalMath/COURSE_TEXT2_RESOURCE/U18_L1_T1_text_final.html

7880 questions
0
votes
1 answer

How can I solve this equation: $xe^{ax}=b$?

How can I solve this type of equation? $xe^{ax}=b$?
Stefan
  • 141
0
votes
3 answers

How to isolate X in ${A * B ^X = C * D ^ X}$

${A * B ^X = C * D ^ X}$ The idea is to find in how much time (X) a small (A) investment with a good tax (B) beats a big investment (C) with a bad tax (D). All values are nonzero and positive.
0
votes
2 answers

is there any integral from zero to infinity that sums up to e?

This may be very basic question, I just don't know. I just want to look and study that function. Thanks in advance Edit: Sorry it may not meet requirements of a good question. I probably don't know what i need to know. You can delete
xcvbnm
  • 261
0
votes
2 answers

Solving exponent on both side of equation

I'm new here on Mathematics and have only basic algebraic knowledge. I have a problem in how to solve the following equation: $$ P^x = R_0^x + R_1^x + ... +R_n^x $$ I know the value of P and the values of all $R$'s. Sometimes there are only two…
JH6
  • 1
0
votes
1 answer

exponential growth calculated in two ways

Maybe quite basic question, but was little surprise for me. Lets say we start with $2$ units (maybe thousands of microbes) and we have $30 \%$ increase (growth rate) over time unit. The question is how large their population will be after $12$ time…
0
votes
1 answer

$EXP$ formula in excel using $e$

Can someone explain what this formula is doing? $$=EXP(x)/(1+EXP(x))*100$$ If you are not familiar with $EXP$, $EXP$ calculates the $e^x$. Thanks
0
votes
2 answers

How to determine if $e^{-t}(\cos t +i\sin t)$ is periodic

$x(t) =e^{-t} (\cos t+i\sin t)$ determine $x(t)$ is periodic or nonperiodic and the period if its periodic
D_1027
  • 21
0
votes
4 answers

When $t$ goes to infinity in function $-2 (te^{-t} + e^{-t} )$

How to compute the following limit: $$\lim_{t\to\infty}-2\left(te^{-t}+e^{-t}\right)$$
D_1027
  • 21
0
votes
1 answer

The radioactive polonium decays to half of its original amoun every 159 days

The radioactive polonium decays to half of its original amount every 139 days (i.e. its half-life is 139 days). If your sample will not be useful to you after 78% of the radioactive nuclei present on the day the sample arrives had disintegrated, for…
fleech
  • 25
0
votes
2 answers

Euler identity: why isn't "e" a "number"?

$\pi$ is a real number $\mathbb R$ and can be calculated using an infinite product. As far as I know, $\mathrm{e}$ is a real number $\mathbb R$, too. There is an exponential function which is $\mathrm{exp}(x) = e^x$ , and can be defined by an…
0
votes
2 answers

Problems with term transformation

my math book gives the following question: A company sells phones and models the daily sales with the following function: $$f(t) = k*(t-15)*e^{-0,01t}+k*15$$ I have to find the value for t, so that f(t) = 4500 with k = 200 This is where I am…
Bobface
  • 297
0
votes
1 answer

Writing a doubling equation given only amount of time to double.

Write an equation to model the generation of Ecoli if the doubling time is 20 minutes. I can't for the life of me figure this out.
0
votes
1 answer

isolating a exponent from the sum of two terms ($16^x - 10^x = y$)

$16^x - 10^x = y$ How can I isolate x in this case? Not much other information to give, This is just an equation that I came up with, whilst messing around.
0
votes
1 answer

Exponent Laws and the Ceiling Function

Suppose I have $f(x) = 5^{\lceil \frac x 3 \rceil}$, where $x \in \Bbb N$. If I were to simplify $f(x+4)$, can I do the following: $f(x+4) = 5 ^{\lceil \frac {x+4} 3 \rceil} = 5^{\lceil {\frac x 3} \rceil} \cdot 5^{\lceil \frac 4 3 \rceil}$, by the…
0
votes
2 answers

Constructing an exponential function

I need to create a number picker via slider where you can pick numbers from 1 to a million, but the lower numbers should have a better resolution so you could choose 1, 13,43,50 easily but when it gets to higher numbers the jumps will be higher,…