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
4
votes
1 answer

What is the name of this function, $f(x) = \frac{1}{\exp(-kx)+1}$?

What is this function, $f(x) = \frac{1}{\exp(-kx)+1}$, where $k$ is a constant, called?
Kai Xu
  • 41
3
votes
0 answers

Why is the base of an exponential function limited to the set of real numbers greater than zero?

From Rogawski, Jon (2011-04-01). Single Variable Calculus (Page 339). W. H. Freeman. An exponential function is a function of the form $f (x) = b^x$, where $b > 0$ and $b \neq 1$. Why is $b$ limited to the set of real numbers greater than zero?
StudentsTea
  • 2,218
3
votes
2 answers

how to convert 1e+11 into number?

What will be 1e+11 in number? I know e2 means * 10^2 but i am confused with this above question. What will its value be? I know how to use exponential function when required in computer calculator but how does it work? I am still studying and our…
ashutosh
  • 141
  • 1
  • 1
  • 5
3
votes
1 answer

Working out an exponentially increasing value without a function

This may seem very basic, but I am stumped by this. I have been set this by my Math tutor and I have no idea what to do. I have checked everywhere, but I am pretty sure my tutor made these set of questions himself, so I havn't found anything. Here's…
arch
  • 221
3
votes
2 answers

Behavior of $y = x^x$ when $x$ approaches zero

I am trying to understand the behavior of $y = x^x$ when $x$ approaches zero. When $x \le 1$, $y$ initally decreases but becomes larger at some point (around $x = 0.35$) and starts approaching one as $x\to0$ (see graph below). This might likely be a…
Stefan
  • 133
3
votes
5 answers

How does $e^x\cdot e^X$ equal $e^{x+X}$?

I know that they equal each other, but when I'm trying to prove it, something doesn't match. Please mind the difference between the two equations, one is a lowercase $x$ and the other is an uppercase $x.$ I know that the formula to get $e^x$ is…
Heech.p
  • 93
3
votes
1 answer

How to express exponential virus spread in a population?

Like a lot of people around the globe, I'm a little worried about the Coronavirus spreading and I thought rather than reading statistics from the news and media, I would take matters into my own hands and work things out (approximately). I am trying…
3
votes
2 answers

Prove that $\exp : \mathbb{C} \to \mathbb{C}$ is periodic using as little geometry as possible.

The proof attempt below is long, please consider it to be an attachment of sorts. The main content of the question is the introduction paragraph, and the proof attempt is my attempt to answer my question myself. I know it's possible to define $\sin$…
Greg Nisbet
  • 11,657
3
votes
3 answers

Need help with some basic math/exponential rules I don't understand. How do I get from a to be here?

See image. I've looked up just about every rule I can find and I can't figure out how I am supposed to arrive at that answer. Can someone explain to me what has been done step by step here?
3
votes
2 answers

Evaluating $3^{a-1}$

If $$3^{-a}=2$$ Evaluate $$3^{a-1} $$ Here's my attempt: $$3^{-a}=2$$ Rewriting the equation $$3^{a}=2^{-1} \implies 3^{a-1} = 2^{-2} = \dfrac 1 4$$ Regards!
Maxwell
  • 47
3
votes
1 answer

Solve $e^x=1.25 (1+x) $.

I'm stuck trying to solve this: $$e^x=1.25 (1+x). $$ I've looked at simple questions that use Lambert's $W,$ but it's not helping me in this case. By trial and error I get to $0.824$, but I'd really like to know if there's a way to get an exact…
Kael
  • 33
  • 4
3
votes
3 answers

What is the logic behind this answer?

$$9^x = 2 \times 3^{x}+6$$ The method in my book to solve this: $$(3^2)^x = 2 \times 3^x + 6$$ $$(3^x)^2 = 2 \times 3^x + 6$$ $$ p=3^x, p^2=2p+6$$ After using quadratic equation we get the answers ($x = \log_3(1+\sqrt{7})$) This bothers me: Why…
JohnPhteven
  • 2,007
3
votes
1 answer

Ratio of multiple exponential processes

If a population is subject to two simultaneous, independent exponential decay processes ($x_1$ and $x_2$), the decay rate is the sum of the two processes and the proportion remaining after time $t$ becomes: $$N_t = N_0 e^{-(x_1+x_2)t}$$ But what…
3
votes
0 answers

How is $a^x$ defined (without using Logarithm) for $a<0$?

let $a\in \mathbb{R},x\in \mathbb{R}\backslash \mathbb{Q}$ . now : how is defined $a^x$ ?(without using Logarithm) i know that : if : $a>1$ then: $$a^x:=\sup\{a^r:r\in \mathbb{Q},rx\}$$ and if $b\in(0,1)$. then…
Almot1960
  • 4,782
  • 16
  • 38
3
votes
2 answers

Odd function effect in desmos

Graph in desmos (Zoom in on its negative side starting at x=-30) Why is it choppy? Why does it stop at x=-35.63? Desmos: Symbolab: Is it just that the graphers can't handle it? Thanks in advance.
we3f2f
  • 81
1 2
3
45 46