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
21
votes
7 answers

Can anyone help me with a graph: exponential but never reaches 1

The following is what I am hoping to accomplish: The main points here are: It curves It can't ever reach $1$ Any number can be supplied for $X$ The resulting $Y$ gets the most 'bang for its buck' earlier on the $X$ $Y$ past a certain point (lets…
18
votes
10 answers

Solve $e^x+x=1$

This seems to have stumped even my TA, so I'm asking it here. Given $e^x + x = 1$, solve for $x$. I already know that the answer is zero, but have no idea how to get there.
YellPika
  • 291
18
votes
1 answer

domain of $x^x$

What will be the domain of $f(x)=x^x$? I have asked this to some teachers, they say that the domain is set of all nonnegative real numbers. It is true that there are infinite negative numbers for which $f(x)$ is not defined, but at the same time…
11
votes
5 answers

A function with a property $f(x+y)=f(x)f(y)$

A function with the property $f(x+y)=f(x)f(y)$ is well known exponential function, $f(x)=a^x$. My question is, how do you prove if there is no other function with this kind of property? Edit: I always find this in math contests. At first glance, it…
cgo
  • 1,810
9
votes
1 answer

Are these equations known?

Hello I found two equations that lead to constant e. I wonder if they are known. I think especially first one is most likely known but I couldn't find, it is hard to search google with all these symbols, and please forgive my bad formatting. I…
xcvbnm
  • 261
8
votes
2 answers

Is this a new expression for $e$?

Let $f(x) = x^x$. Then, let us define a function $p(x)$ such that: $$p(x) = \frac {f(x+1)}{f(x)} - \frac {f(x)}{f(x-1)}$$ As the value of $x$ increases, $p(x)$ approaches $e$, or (I think), $$\lim_{x\rightarrow \infty} p(x) = e$$ I have no idea why…
8
votes
6 answers

How would you explain why "e" is important? (And when it applies?)

Possible Duplicate: Intuitive Understanding of the constant “e” Let's say you want to explain this to your teenage son. I understand the technical definition of $e$ $$ e=\lim_{n\to\infty}\left( 1 + \frac1n \right)^n $$ But, I don't want to get…
JackOfAll
  • 4,701
8
votes
2 answers

Difficult exponential equation $6^x-3^x-2^x-1=0$

$$6^x-3^x-2^x-1=0$$I don't have any idea how to solve this equation. I don't know how to show that the function $f(x)=6^x-3^x-2^x-1$ is strictly increasing (if it's the case). The derivative doesn't show me anything. I tried also to use the Lagrange…
PaulDirac
  • 879
7
votes
5 answers

If $\frac{d}{dx}e{^x} = e{^x}$, then why does $\frac{d}{dx}e^{-14}$ = 0?

If $\frac{d}{dx}e{^x} = e{^x}$, then why does $\frac{d}{dx}e^{-14}$ = 0? Why doesn't $\frac{d}{dx}e^{-14}$ = $e^{-14}$? I don't understand.
Monica
  • 145
7
votes
2 answers

$e$ is the only number in the universe having this property?

I read that $e$ is the only number in the universe which, if used as a base raised to any power has the highest value compared to when the base and power are exchanged i.e., $$e^p > p^e,\forall p\neq e$$ Is it a true statement? Is there any proof…
user12345
  • 589
6
votes
4 answers

exponential function with values between 0 and 1 for x values between 0 and 1

I am looking for a function that fits well to be used as a weight with exponential behavior. My x values are between 0 and 1, and i would like this function to behave exponentially, so that only x values close to 1 have y values close to 1 (and vice…
6
votes
0 answers

Say how many solutions an equation has

$16^x+81^x+625^x=60^x+90^x+150^x$ How many solutions does this equation has? I solved this but I am looking for another approach. I used the arithmetic-mean, geometric-mean property. This is how I did it: We have:…
C. Cristi
  • 3,283
6
votes
4 answers

Which function satisfies these constraints?

What is the simplest monotone increasing, continuous function that satisfies these constraints? \begin{align} \frac{f(x)}{f(-x)} &= e^x \\ \lim_{x\to\infty} \frac{f(x)}{x} &= 1 \end{align} I guess this implies that \begin{align} \lim_{x\to-\infty}…
Neil G
  • 2,479
6
votes
7 answers

Why do we use base $e$ in population growth questions?

I know that we need base e to differentiate but I don't see what makes this formula work. $$ P = P_0 e^{rt} $$ where the $P_0$ refers to initial population, $r$ the rate, and $t$ the time. Changing the base changes the curve, so why does base $e$…
6
votes
4 answers

Why is $e$ so special?

The number $e$ (and the exponentiation function $e^x$) appears in so many places in mathematics and engineering. There seem to be a multitude of applications of it. I want to know why.
1
2 3
45 46