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

Exponential Functions $e^{-2x}$

sketch the graph of the following function $f(x) = e^{-2x}$ for $x \in \mathbb R$ this what i got, y-intercept $x=0$ implies $y=\cfrac{1}{e^{2\times 0}}$ therefore $y=1$ and I have used the fact that $t= -2x$ $\rightarrow -\infty$ as $x…
purugin
  • 189
0
votes
1 answer

rewrite expressions in terms of exponentials and simplify

I need to rewrite two expressions in terms of exponentials and simplify. First expression: 2cosh(ln x) --> Answer should be x + 1/x Second expression: ln(cosh x + sinh x) + ln(cosh x - sinh x) --> Do not know answer A step by step would be helpful,…
bankey
  • 331
0
votes
3 answers

What other form can $\exp(\tan x)$ be written as.

Is there a another form in which $\exp(\tan x)$ can be written as? For example can it be written as: $e^{\tan x}$.
0
votes
2 answers

Trying to understand an expansion/limit from geometric sum to exponentials, what kind of rule is at play?

Can someone help me understand what's going on here? This is for a problem involving moment generating functions, which is related to statistics and probability, but I figured it was more of a math questions. The whole expansion is below:
L Xandor
  • 113
0
votes
1 answer

try to create a more linear part in a sigmoid curve

I want to create a function for a curve which is similar to a sigmoid curve but the center part is linear. That curve must pass through 2 points (-1.5,20) and (1.5,80). The range for y value is [0,100]. I have create two functions which are shown in…
opmfan
  • 5
0
votes
4 answers

Is it possible to figure out the coefficients of an exponential equation given a certain number of points?

For exponential equations in the form of: $$f(x) = a^x + b^x ,$$ is it possible to solve for a and b if you have a certain number of points? The answers to the similar question here pertain to equations in the form of $f(x)=ae^{bx}$, and this…
0
votes
1 answer

Exponential equation with fractions

Solve $6^{5/2}$ $\left(\dfrac{3}2\right)^{-3/2}$ where i get $6^{5/2}$ *$\dfrac{3^{-3/2}}{2^{-3/2}}\cdot$ which i get to $6^{5/2}$ *$\dfrac{2^{3/2}}{3^{3/2}}\cdot$ which leads to $\dfrac{12^{8/2}}{3^{3/2}}\cdot$ that i get to $4^{5/2}$. Can you show…
addde
  • 449
0
votes
3 answers

Questions regarding exponential equations

Question:solve $(\sqrt{2}+1)^x +(\sqrt{2}-1)^x=6^{x/2}$ My try:First I was trying to solve it algebrically and tried some things like squaring both sides and tried to simplify but anything didn't came up.So i started graphing LHS and RHS seperatly…
0
votes
1 answer

Solving a exponential/log equation

I was looking for inspirations for solving the below equation for x $$ -e^x \ln \left( \frac{(e^x -2 \alpha)(1+\alpha)}{1-\alpha} \right) + xe^x +2\alpha e^x - 4 \alpha^2 - 2\alpha = 0$$ where $0<\alpha<1$. Is is analytically possible at all? Many…
Learner
  • 245
0
votes
1 answer

How to solve the following exponential equation?

How to solve the following exponential equation? $h_1 = x - yq_1^z $ $h_2 = x - yq_2^z$ $h_3 = x - yq_3^z$ here $x$, $y$, $z$ are unknown and $h_1$, $h_2$, $h_3$, $q_1$, $q_2$, $q_3$ are constants.
0
votes
1 answer

Solving an exponential equation for yield curve rates

I'm preparing for an exam and one of the topics is pricing bonds where bootstrapping a yield curve is used. Among other things, it involves solving exponential equations which is a recurring problem. A sample equation may look like this: $$ 106.065…
user247712
0
votes
6 answers

How to prove an exponential equation.

Is there any law of exponents that applies to this equation? How can show that the LHS gets converted into the RHS $(e^x −e^{−x})^2 =(e^x +e^{−x})^2 −4$
Ali Naqvi
  • 177
0
votes
1 answer

Rules of powers of exponents

Why is $e^x \times e^{\ln 2} = e^{x \times \ln 2}$ Not correct? I thought that if you had something to the power, you could split them E.g $e^4 = e^2.e^2$ Sorry for the lack of latex I find it very confusing to use.
0
votes
2 answers

Function Growth Question

Which is greater as $n$ gets larger, $f(n) = 2^{2^{2^n}}$ or $g(n) = 100^{100^n}$? I tried differentiating the terms but it didn't really reveal anything. Can anyone come up with a solution? Thanks in advance for any contributions.
0
votes
1 answer

Isolating $t$ in doubling time formula: $500000 = 120 \cdot 2^{\frac t 2}$

I am a having trouble figuring out a way to rearrange the formula $500000 = 120 \cdot 2^{\frac t 2}$ in order to isolate t and get the time.