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

Change the unknown factor

I need help with an equation that was given me, but I need to change the unknown factor. So far, the equation is A=7*B^0.2 However, A is known and the unknown factor is B. How do I change this equation into the form of B=... ? Thank you very much,…
0
votes
1 answer

How can i find the unknown parameters in the following system of equations?

$$ f(t_1) = m + k\cdot e^{\dfrac{-t_1}{\tau}} \hspace{1cm} (1)\\ f(t_2) = m + k\cdot e^{\dfrac{-t_2}{\tau}} \hspace{1cm} (2)\\ f(t_3) = m + k\cdot e^{\dfrac{-t_3}{\tau}} \hspace{1cm} (3) $$ The $t_1$, $f(t_1)$, $t_2$, $f(t_2)$, $t_3$, $f(t_3)$…
0
votes
1 answer

Finding the number of roots of an equation

Number of real roots of the equation $2^x + 2^{x-1} + 2^{x-2} = 7^x + 7^{x-1} + 7^{x-2} $ are This is how i attempted it $2^x + \frac {2^x}{2} + \frac {2^x}{2^2} = 7^x + \frac {7^x}{2} + \frac {7^x}{2^2} $ $= 2^x (1 + \frac {1}{2} + \frac…
Aditi
  • 1,349
0
votes
2 answers

Increase and Decay Question why is $500(1.05)^5$ not equal to $500(0.95)^5$?

I would think the values would be the same but the increase is $638.1$ an $138$ dollar increase and the decrease is $386.89$ an $113.10$ decrease. Can someone explain?
0
votes
3 answers

How to turn low/high values into 0.10 and 1.00 exponentially?

Let's say I got an array of several numbers, I know the highest one is $115$ (for example) and the lowest one is $9$. I want to turn a middle number into a decimal value in a exponential way. For example Highest value: $115$ Lowest value: $9$ $9 =…
0
votes
2 answers

why is $1+4e^t + 6e^{2t} + 4e^{3t} +e^{4t} = (1+ e^t)^4$

I have a problem with this question. Thanks for your help. I'm not sure why I'm not meeting quality standards. Oh well.
Helena
  • 19
0
votes
0 answers

exponential decay as input goes to 0

I don't know why but i'm having trouble figuring this out. I'm trying to find an exponential growth function where the value grows exponentially as it goes from any positive number and approaches a limit of zero. Any ideas how this could be done?
Ben Arnao
  • 143
0
votes
2 answers

Exponential growth: deriving the growth factor

Basic exponential growth is $$x(t) =ab^{t/\tau} $$ where $b$ is the growth rate or factor. Now, as Wikipedia describes with a bacteria example, the growth rate is $2$. This comes from starting with one bacteria (initial condition), then "doubling,"…
147pm
  • 920
0
votes
3 answers

I'm given an exponential decay equation but only given the half life, time and new value help?

So i'm told that a radioactive substance has a half life of 10 years and is modelled by the following equation: A=A_0 * e^(-kt) where A_0 is the original activity and k is some constant. And t is time in years. And i am given that time is 5 years…
0
votes
1 answer

Expanding exponential

In a town of 50,000 people the number of people at time t who have influenza is $N(t)= (1000)/(1+9999e^{-t})$ where $t$ is measured in days. Note that the flu is spread by the one person who has it at $t=0$. At what time $t$ is the rate of…
0
votes
0 answers

proportional exponential decay formula

I know that exponential decay can be done by so... $a\exp(-x/b)$ where $b$ is the factor that determines how quickly the values will decay and $x$ is the input. My question is how can I apply this to a range of data so that the decay is evenly…
Ben Arnao
  • 143
0
votes
1 answer

population of bacteria after some years

Suppose we have a population of bacterial that grows by 10 % every day. Suppose right now we have 10 000 bacteria count then in 10 days how many bacteria we got?? Attempt Let $A_0 = 10000$ be initial amount. So, $A(1) = A_0 + A_0\frac{1}{10} $ and…
ILoveMath
  • 10,694
0
votes
1 answer

Find necessary and sufficient conditions on A so that $e^{At}$ is bounded for all $t>0$

Let A be an n × n real matrix. Find necessary and sufficient conditions on A so that $e^{At}$ is bounded for all $t>0$. I am trying to figure this out. Can anyone give me a hint? Does it have to do with the eigenvalues of A?
MathIsHard
  • 2,733
  • 16
  • 47
0
votes
2 answers

Using a Binary Search to find a power constant

I have been on this for 2 days. I have the following equation B-N*E = Sum N, i=1 (P1-E/i^a) sorry for the poor formatting. I know: B = 10000 N = 50 E = 15 P1 = 3000 So: 9250 = Sum N, i=1 (2985/i^a) The tutorial I am reading states: We can…
0
votes
0 answers

Why does an exponential function have two forms?

I saw two different forms for an exponential function which are: $f(x)=a^x$ and $f(x)=a \cdot b^x$ where $a$ is the initial value Are the rules and cases the same in both forms such as: It is always greater than 0, and never crosses the…
Steve
  • 35