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

Actual definition of function of exponential order?

So I've been trying to find the definition of function of exponential order and I found it in various places --> and some variations in said places (???). So a definition I found says: $\left| {f\left( t \right)} \right| \le C{e^{at}},\;{\forall _a}…
Edw590
  • 105
0
votes
0 answers

How can I make a function that creates a quadratic curve between two values?

Basically I want f(x, min, max) = $\frac{1}{x*x}$ between min and max. I'm trying to make a light whose intensity falls off with 1 over the distance squared. It seems to have the following intensity when I do $1$ over distance square: $0 = \infty…
Zebrafish
  • 325
0
votes
1 answer

How to convert a point in a linear range (a - b) to a point in an exponential range (x -y)?

How would one write a function to convert a point in a linear range to a point in an exponential or logarithmic range? i.e. Input -> Output 0.0 -> 0.00 0.2 -> 0.50 (Estimate) 0.5 -> 0.80 (Estimate) 0.9 -> 0.95 (Estimate) 1.0 -> 1.00 I am not…
kohloth
  • 101
0
votes
2 answers

Is it true that: $e^{\theta^{N}} = e^{N\theta} \:\: \forall N \in \mathbb{N}$?

I have a simple exponential power question about e (mathematical constant), is it true that: $$e^{\theta^{N}} = e^{N\theta} \:\: \forall N \in \mathbb{N}$$
Dexter
  • 189
0
votes
1 answer

Solving for a variable in an exponential equation

I have a problem i'm trying to work out and I would like some advice please. The intrinsic carrier equation for a semiconductor is the following: $$n_i = BT^{3/2}e^{\bigl(\frac{-E_g}{2KT}\bigr)}$$ my question is, is there a way to solve for…
Bucephalus
  • 1,386
0
votes
1 answer

Formula for annual interest with monthly payments

I'm trying to work out a short formula for calculating the final amount if paying in $1000 per month with an annual ROI of 45%... At the moment, I am having to enter the ROI% in 12…
0
votes
2 answers

If $\left(\sqrt2\right)^x + \left(\sqrt3\right)^x = \left(\sqrt{13}\right)^{\frac{x}{2}}$ then the number of values of $x$ is?

If $\left(\sqrt2\right)^x + \left(\sqrt3\right)^x = \left(\sqrt{13}\right)^{\frac{x}{2}}$ then the number of values of $x$ is? It is an exponent topic question tried squaring method but couldn't get to the right answer. The answer is $1$.
0
votes
1 answer

How to find $k$ from $f(x)\;=\;\frac c{1+a\cdot b^x}$?

The population of a culture of bacteria is modeled by the logistic equation: $P(t)\;=\;\frac{14,250}{1+29\cdot e^{-0.62t}}$ To the nearest tenth, how many days will it take the culture to reach 75% of its carrying capacity? What is the carrying…
Nay Sie
  • 407
0
votes
2 answers

Solving the equation: $ (x - 1)e^x + x + 2 = 0$

We have : $(x - 1)e^x + x + 2 = 0$. From the equation we have: $e^x = \frac{x + 2}{1 - x} \implies $ $x \in (-2,1)$. I don't know how to proceed to isolate $x$.
0
votes
1 answer

Can a half life be stated in terms of percentage loss?

Radioactive decay and other phenomena are measured in terms of half lives. I think this is just an easily-comparable way of stating a repeated percentage loss, but my mathematical knowledge is very weak. As a crutch, I wrote a program to start with…
Nathan Long
  • 131
  • 4
0
votes
3 answers

$f(x) = x^2 - 6x + 4$. What is the maximum value of $\frac{1}{f(x)}$?

The solution to this in my book says $\frac{1}{5}$. But greater values can be achieved by using $f(x)$ values approaching zero, right ?
0
votes
1 answer

Exponential decay of temperature of tea

A cup of tea is poured at 98 degrees. After two minutes it has reached 94 degrees. The difference between the temperature of the tea and the room temperature (22 degrees) falls exponentially. Find the time it takes for the tea to cool to 78…
Tan
  • 67
0
votes
4 answers

Plotting a sum of 2 exponentials looks like... well nothing

I have been trying to plot a sum of 2 exponentials where one has positive and the other a negative exponent. I tried to plot this function: $$ f(x) = 30e^{2x} + 3e^{-2x} $$ And i get nothing here while WolframAlpha wont even draw this! Could anyone…
71GA
  • 841
0
votes
2 answers

Solve $6^{2x}-9^x=27$

My friend asked me this question and he also sent me his solution and just wanted to check if its correct or not. Can you guys check it. What he did was, $6^{2x}-9^x=6^2-9$ then he equated the terms with the same bases, i.e $6^{2x}=6^2 and…
0
votes
1 answer

How to solve $\frac{6^x-1}{8^x-1}=\frac{3}{4}$

How do you solve $$\frac{6^x-1}{8^x-1}=\frac{3}{4}$$ so $x$ must not be $0$. Using some algebra I could simplify it into $4×6^x-3×8^x-1=0$. I don't know what I should do after this. I put this exercise into Wolfram Alpha I get the approximate of…