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
0 answers

Response of a seismic array

I need to prove: $$\sum_{r=0}^{n-1}\sin(\omega t-r\gamma)=\dfrac{\sin(\frac{1}{2}n\gamma)}{\sin(\frac{1}{2}\gamma)}\sin[\omega t-\dfrac{1}{2}(n-1)\gamma]$$ Hint: $\cos x-i\sin x=e^{-ix}$
pymath
  • 1
  • 2
0
votes
1 answer

Ensure exponential function passes through two specific points

I made this function and I'd like to know how can I make sure the function passes through (0,0) and (1,1) and how can I mirror it so I have the same function but inverted that goes downward instead of upward and passes through (0,0) and (1,-1) ? All…
Elie G.
  • 103
0
votes
1 answer

How many years will it take to displace half of all gasoline use?

Electric vehicles displaced 3% of automobile gasoline use, per year, at the end of 2019. This is exponential growth, since the growth depends on a percentage of the initial amount. How long will it take to displace half of the automobile gasoline…
Robert
  • 17
0
votes
2 answers

Exponential grown Calculation

It's been some time since I've been in an academic setting, but it's embarrassing for me to have to ask this all the same. I'm trying to figure out with a %12 daily growth, over what period will it take for take for a number of units 46,000 to crest…
0
votes
1 answer

Misunderstanding of Interest Equation.

I was looking at the derivation for the constant $e$ when I came across this article. Where does $e$ come from and what does it do? Suppose you put £$1$ in a bank. The bank pays 4% interest a year, and this is credited to your account at the end…
0
votes
1 answer

How to calculate the doubling time of coronavirus cases

I want to calculate the doubling time of coronavirus notifications, having a daily multiplier value of 1.24. In other words, if the number of infections increases at 24% per day, how many days does it take for the number to double? Other replies…
everpom
  • 21
0
votes
1 answer

How to solve exponential equation $a + bx + c\exp(x) + dx\exp(x) = 0$?

I'm trying to solve: $a + bx + c\exp(x) + dx\exp(x) = 0$ I didn't get any further than rewriting it as: $(x+c/d)(\exp(x)+b/d) = bc - a/d$ Which doesn't get me anywhere. If someone is able to help me with this that would be great!
31Noah
  • 1
0
votes
2 answers

Solving Difficult Exponential Equation

I have been using tools such as WolframAlpha to solve a series of equations. I've recently come across an equation which the computers seemingly aren't able to solve. I'd like to know what about this equation makes it unsolveable by computers and…
0
votes
3 answers

Prove a function is exponential decaying after a finite time

Consider a function $f(t) = te^{-t}$ and $t > 0$, obviously, it is not exponentially decaying. However, the derivative of $f(t)$ is less than $0$ for $t > 1$, and from plot, $f(t)$ is exponentially decreasing after $t > 1$. Is there any paper…
Geek
  • 15
0
votes
1 answer

what will be the time when temperature reach $30◦ C$?

Assume that the rate at which a body cools is proportional to the difference in temperature between the body and its surroundings. A body is heated to $110◦C$ and is placed in air at $10◦C$. After one hour, its temperature is $60◦C.$ At what time…
jasmine
  • 14,457
0
votes
2 answers

How do I simplify this expression

I have the expression $$e^{log(3)* log(7)\over log 2}$$ I know it can be simplified to $$3^{log(7)\over log(2)}$$ But I don't know how its done.
0
votes
1 answer

Why does the exponential-function domain need greater than zero and unequal to one?

For example, f(x) = 0ˣ. Is it a exponent? Is it a function? I think f(x) = 0ˣ is an exponential function, but it's base is zero. Do you think? Can you help me?
段雪彬
  • 11
  • 3
0
votes
2 answers

How much pure water must be added to lower the concentration by 2%

The concentration of salt in a 6000-gallon sea world aquarium is a bit high at 4% salt. How much pure water must be added to lower the concentration by 2%? What I tried: I tried to draw this out and I believe that the equations…
0
votes
0 answers

how to prove a set of exponentials is dense

so there is this thing define as the set of all numbers in the form of $$V=\{\exp(k_0\cdot \exp(k_1\cdot \exp(\ldots k_{n-1}\cdot \exp(k_n)) \mid k_i=\pm1\} $$ I asked my teacher that if I let $n$ approach infinity, would $V$ span the positive…
0
votes
3 answers

My growth rate is 1.41. My starting point is 1359033. I am trying to calculate my growth over 5 years

I am trying to calculate population growth over 5 years, and my rate is 1.41%. My starting point is 1,359,033. I should be ending up with a number of 1,486,521 after that 5 year period, but for some reason I keep getting 11 thousand something or 81.…