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

Generate Exponential Growth Formula Based on End Value

As the title suggests I'm attempting to generate an exponential growth formula giving an initial, and final value. I am writing this for a videogame, where there are 8 skills that the player can level up. The main level of the character depends on a…
0
votes
3 answers

Why is this true $(-1)^n (-x^{n+1} )= (-x)^{n+1}$?

I found this identity while reading a proof. The context: $-1\leq x<0$. I am unable to see this identity being true intuitively. Can someone show me a proof of this, or how to get from the left side of the equality to the right side?
John Mayne
  • 2,148
0
votes
1 answer

Solve for unknown in exponential equation

How do I solve for an unknown in the base of an exponential equation. In my example W is unknown: $$PPV=K\cdot\left(\frac{D}{W^{0.5}}\right)^{-1.6}$$
Kevin
  • 1
0
votes
1 answer

Modeling Exponential Equation with 2 given points?

So let's say that the population of rabbits increase according to the law exponential growth. If a certain population of rabbits has 100 rabbits after the second day and 300 after the fourth day, can we figure out how many rabbits that there were…
0
votes
2 answers

How to model an exponential growth problem?

Let's say I have 5000 bacteria at $t$ (time) $= 0 $, and 8000 bacteria at $t = 10$. Assuming the number of bacteria grow exponentially, how do I model an equation for this situation to help me find the amount of bacteria present at $t=30$?
0
votes
1 answer

Function problem involving solving for real solutions

Question: Find all real solutions for $x$ in $$ 2(2^x- 1) x^2 + (2^{x^2}-2)x = 2^{x+1} -2 . $$ Hint: First prove that $2^x - 1$ and $x$ have the same sign. My Approach: I proved the same sign thing, but I do not understand where to go from there. I…
clache547
  • 129
0
votes
2 answers

Solving Exponential Equations with Addition of Bases

I was given this equation, $$4^x + 4^{x+1} = 40$$ I know that $x = 1.5$, but the problem lies with the solution. I have tried searching for examples with the same situation but there seems to be less detail on how they come up with the answer.
0
votes
2 answers

Exponential performance decreases with load

In a process, the number of cycles to failure decreases exponentially with an increase in load. At a load of 80 units, it takes 100 cycles for failure. When the load is halved, it takes 10000 cycles for failure. The load for which the failure will…
Nishant
  • 201
0
votes
1 answer

How do I calculate the time t taken for a value to reach x(t) given exponential growth?

There are many challenges on Facebook, of the form: for each day of N days you must perform a given task and on each day nominate one friend to also take part in the challenge So, every time someone completes the challenge, they should have…
j b
  • 103
0
votes
4 answers

Law of Natural Logarithms

This is an old example and since I've free time, I am working on it. $$B(t)= \frac{12}{1+e^{-0.6(t-6)}} $$ If we set $$10= \frac{12}{1+e^{-0.6(t-6)}}$$ $$ \ln 10 = \ln \frac{12}{1+e^{-0.6(t-6)}} $$ We know that:$ \ln 1 = 0…
0
votes
2 answers

Calculating Children in a Hierarchy

I am creating "children" in script and would like to calculate the number of children before launching the script. I have "width" the number of child nodes and "depth" the depth of the nodes. 5 wide and 1 deep = 5 5 wide and 2 deep = 30 = (5+25) 5…
0
votes
3 answers

Reformulate a term

How did we got this? We had to find $T$. From: $$\frac{R}{R_1}= e^{b(\frac{1}{T}-\frac{1}{T_0})}$$ This: $$T= \frac{b T_0}{T_0\ln R-T_0\ln R_0+b}$$
user295683
0
votes
2 answers

Value of $\lambda$

If $y=e^{2\cos^{-1}x}$ also $$(1-x^2)y_2-xy_1-\lambda y=0$$ then the value of $\lambda$ is. I see that the question is incomplete but answer is given as $2$. Am I missing on anything.
0
votes
3 answers

how so simplify this exponential equations

((a^3/2)/(b^3))/((a^-1)/(b^2)) I tried to solve this problem many times, however I tend to get the wrong answer. Here is the method I tried (((a^3)^1/2)/(b^3))*... sorry I get confused i got (a^2)/(b)
SPICA
  • 3
0
votes
1 answer

Please explain how to do this, base e

Express $ 3^X$, $x^\pi$, $x^{\sin x} $ using base $e$.
AFerrara
  • 231
  • 4
  • 9