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

I need to find the values of A, B and r in this exponential decay function. A, B and r are all constants.

The function is $f(x)=A+Be^{rx}$. The y-intercept is $(0, 65.59)$. The x-intercept is $(78, 0)$. For this function $B$ has to be negative and $r$ has to be positive to match the required curve shape. At this point all i've found is that…
0
votes
1 answer

Some help with an exponential decay curve

I have a graph in Desmos which I use to create a formula I can use in excel. I do this as Desmos has some easy slider functionality for people who don't 100% know what they're doing, like me. I'm not trained in mathematics. I have managed to work…
0
votes
1 answer

Find initial value exponential decay

You have a heat of 76 after 4 hours and the heat decays exponentially with time towards the outside which is 0 degrees. The heat decays by a rate of 4.1 degrees per hour. Find the initial value So I tried something like this A(4) = 76 =…
Corvo
  • 61
0
votes
1 answer

Graphing Basic Exponential Functions

How can we use the graph of $y=2^x$ to sketch the graph of $y=2^{x-1}$?
jaykirby
  • 852
0
votes
1 answer

How can I prove the folloing statement?

Let $X_{1}, . . . , X_{n}$ i.i.d. random variables with $X_{1} ∼ \text{Exp}(λ)$ for $λ > 0$. Show that $$\min_{1≤i≤n} X_{i} ∼ \text{Exp}(nλ)$$.
aldd.
  • 1
0
votes
0 answers

Does an exact solution exist for exponential equations in which the variable in the exponent is squared?

Recently, a friend had asked me to find all values of $x$ which satisfy $9^{x^2 + 1} + 3^{x + 2} = 18$. My immediate thought was to divide both sides by $9$ to obtain $9^{x^2} + 3^{x} = 2$. The problem was initially a homework problem, and my friend…
0
votes
1 answer

Closed-form expression for the exponent?

Assume we have a simple equation $a^x = y, \quad a, x \in \mathbb{R}, \; a \neq 0$ from where $x$ needs to be evaluated. If we set a restriction $a > 0$, there is a simple logarithm expression available $x = \log_a y = \frac{\log y}{\log…
Tim
  • 3
0
votes
1 answer

Exponential functions with 2 data points

It's been 30 yrs since I've done this kind of math and I'm extremely weak on even the basics. I need a function that is exponential ($y=a*b^x$) but will fit 2 data points. I think I came up with a way to develop a function but I used a calculator's…
0
votes
1 answer

Exponential transition

I have a general formula to calculate temperature gradient. It is quite old and there are better ways of doing it but I need to do it this way. I have a description of a formula for the transition between day and night that says "The transition from…
Erik Thysell
  • 101
  • 3
0
votes
1 answer

Exponent calculation confused about the negative sign

In the below example why did he use -1/12? For me I just take the twelfth square root i.e. 1/12. How did the - sign show?
OMAR
  • 105
  • 4
0
votes
3 answers

Find $1/x+1/y+1/z$

The values are as follows: $p^{x-1}=qr,r^{z-1}=pq,q^{y-1}=rp$ I have to find: $$\frac{1}{x}+\frac{1}{y}+\frac{1}{z}$$ What I have tried so far: $$\frac{p^x}{p}=qr,\frac{q^y}{q}=rp,\frac{r^z}{r}=pq$$ $$p^x=pqr,q^y=pqr,r^z=pqr$$ I am not sure if this…
user948358
0
votes
1 answer

Finding common terms of exponential terms

I'm working my way through a textbook on Fourier Analysis and came across this stumbling block during a worked example. The example obtains the following expression for the Fourier coefficients: $$C_k = \frac{1}{N_o}…
0
votes
1 answer

Is $x=\infty$ considered or not as a solution to $\exp(-x)=0$?

Is $x=\infty$ considered or not as a solution to $\exp(-x)=0$ ? If not, why?
0
votes
0 answers

Are there any simple decay functions that are always less than y=x?

I'm looking for a simple decay function, where the rate of change of $y$ gradually gets smaller as $x$ grows, like $y=\sqrt{x}$, but it needs to stay less than $y=x$ at all times. You can see how the blue line, $y=\sqrt{x}$, is larger than the red…
0
votes
1 answer

Looking for help finding the crossover point for two exponential growth functions with different growth rates

Okay, so long story short, I'm a small-time sci-fi writer who likes to keep as much sci in his fi as possible. I dabble in some exponential growth equations for finding things like population growth on extrasolar colonies (y'know, as you do), and…