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

Is it possible to have a positive exponential function that starts below zero?

I'm working on a project for my math class. We need to make an image on our calculators (Texas Instruments) using the DrawF function (which graphs functions as y=). I need an exponential function that starts below zero. From what I understand, they…
Piccolo
  • 113
  • 1
  • 5
1
vote
2 answers

Continuous exponential growth and misleading rate terminology

I'm learning about continuous growth and looking at examples of Continuously Compounded Interest in finance and Uninhibited Growth in biology. While I've gotten a handle on the math, I'm finding some of the terminology counterintuitive. The best way…
ivan
  • 3,237
1
vote
2 answers

Why use exponential equation in a (simple) rate problem?

I have a problem: In the beginning there were 4. When time equaled 5, there were 20. How many would there be when time equaled 40? To begin with, I really don't like this problem for its lack of units, making it very ambiguous. Also, what does…
1
vote
1 answer

Does $e^{xy}=(e^x)^y$ hold when $x$ and $y$ are real?

The question is as above. Does $e^{xy}=(e^x)^y$ hold when $x$ and $y$ are real? I remember that the answer is yes but am a little bit not confident. I know that the equality fails when $x$ an $y$ are extended to complex numbers(there is an issue of…
Keith
  • 7,673
1
vote
1 answer

Find a Formula for an exponential function satisfying $f(1)=5$ and $f(3)=d$.

Can anyone help me find a formula for an exponential function satisfying $f(1)=5$ and $f(3)=d$ with the answer in terms of the parameter $d$.Is anyone able to help me out with this question? I don't really know where to begin and how to find the…
Kristie
  • 11
1
vote
1 answer

Is it possible to to solve an equation with both power(?) and exponential terms for $x$?

If I have an equation of the form $Y=A+x^B+C^x$ is it possible to solve for $x$, where $A$, $B$, and $C$ are all rational numbers? More specifically, is it possible to solve $y=12 + 2x + x^{1.92} + 2^{0.425(x-12)}$ and, if so, how would I do it?
1
vote
2 answers

Easy exponential equation but…

$$\left(\sqrt{5+2\sqrt6}\right)^x-\left(\sqrt{5-2\sqrt6}\right)^x=96$$ I was trying to use that $$(5+2\sqrt6)(5-2\sqrt6)=1$$ but I end up with $$t^2-98t+1=0$$ which has some ugly solutions and I think I should have some nice ones there. Thx
Numbers
  • 539
1
vote
2 answers

How would I simplifiy this fraction with exponents?

How would I simplify this: $$ \frac{\eta^{k-2}}{\eta_c^k} $$ so that $\eta_c$ can also be raised to the power of $k-2$? Would there be an $\eta_c^2$ on the top or bottom?
Jackson Hart
  • 1,600
1
vote
2 answers

Algebraic expression to the algebraic expressionth power equation

How can you solve problems like $ x^{x-1}=7 $? More generally, how can you solve equations like $(ax+b)^{cx+d}=e$ , where $a,b,c,d,e$ are given?$($Give all the roots, including complex ones$)$
1
vote
2 answers

Squaring $e^{-ax^2}$ graph

When studying wavefunctions in Chemistry, we modelled an oscillator in the form $e^{-ax^2}$. When I squared this wave function (taking $a = 1$) and plotted the graph, I found that the line decayed faster than my original function. This is shown…
vik1245
  • 893
1
vote
1 answer

How to compute Euler constant $(e^x)$ to its any power.

How to compute $e^x$ ($2.71218...$) to its any power with any shortcut or a method. I want to know a method to calculate in big powers like $e^{50}$ not small powers, For eg-$0.02$ (using Taylor series or Feymenn method.) If you want to give any…
1
vote
1 answer

Find x with $4^{x-1} = 9\cdot x^{3-x}+7$

How to solve this exponential functuion? $4^{x-1} = 9\cdot x^{3-x}+7$ The solution is $x=3$.
ScoobyDuh
  • 113
  • 6
1
vote
0 answers

Finding exponential coefficients given 3 pairs of y values evenly spaced, but not the distance between the pairs

I'm trying to find the coefficients of an exponential curve: $$y=a^{x-h}+k$$ I've got three pairs of $y$ values, and I know that the $x$ difference between the $y$ values in each pair is 1 unit of $x$, but not the actual $x$ position. I also don't…
Ben
  • 11
  • 1
1
vote
1 answer

Exponential decay with a discrete step

I'm quite sure it's a dumb question, but I'm struggling with it. I have a modelization in which the state/value of a variable is updated every $2u$. This is the discrete step I'm using. The variable will experience an exponential decay with a known…
Mathieu
  • 171
1
vote
2 answers

Converting product multiplier of exponential to summation

Why is $$\prod_{n=1}^N (\exp(x_n - y)) = \exp\left( \sum_{n=1}^N (x_n)-Ny\right) $$ How does the product operator with exponential break out into a summation operation with the exp outside?