<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mathbooks.unl.edu/OAM/index.php?action=history&amp;feed=atom&amp;title=Math_101_Exam_2</id>
	<title>Math 101 Exam 2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mathbooks.unl.edu/OAM/index.php?action=history&amp;feed=atom&amp;title=Math_101_Exam_2"/>
	<link rel="alternate" type="text/html" href="https://mathbooks.unl.edu/OAM/index.php?title=Math_101_Exam_2&amp;action=history"/>
	<updated>2026-04-04T15:45:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>https://mathbooks.unl.edu/OAM/index.php?title=Math_101_Exam_2&amp;diff=41&amp;oldid=prev</id>
		<title>Nwakefield2: Created page with &quot;'''Exponential Functions'''  *$Q(t)=ab^t$, where $a$ is the initial value, $b$ is the growth factor, and $b-1$ is the growth rate *Exponential Growth occurs when $b&gt;1$ and exp...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mathbooks.unl.edu/OAM/index.php?title=Math_101_Exam_2&amp;diff=41&amp;oldid=prev"/>
		<updated>2020-05-26T23:43:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Exponential Functions&amp;#039;&amp;#039;&amp;#039;  *$Q(t)=ab^t$, where $a$ is the initial value, $b$ is the growth factor, and $b-1$ is the growth rate *Exponential Growth occurs when $b&amp;gt;1$ and exp...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Exponential Functions''' &lt;br /&gt;
*$Q(t)=ab^t$, where $a$ is the initial value, $b$ is the growth factor, and $b-1$ is the growth rate&lt;br /&gt;
*Exponential Growth occurs when $b&amp;gt;1$ and exponential decay occurs when $0&amp;lt;b&amp;lt;1$.&lt;br /&gt;
&lt;br /&gt;
'''Compound Growth '''&lt;br /&gt;
*If a bank has a nominal interest rate of $r$ and compounds $n$ times a year, the amount of money in an account $t$ years after the principal $P$ is deposited $$A(t)=P(1+\frac{r}n)^{nt}.$$&lt;br /&gt;
*Effective growth rate: $(1+\frac{r}n)^n-1$&lt;br /&gt;
&lt;br /&gt;
'''Continuous growth'''&lt;br /&gt;
*If a bank has a nominal interest rate of $r$ and compounds continuously, the amount of money in an account $t$ years after the principal $P$ is deposited is $$A(t)=Pe^{rt}.$$&lt;br /&gt;
*Effective growth rate: $e^r-1$&lt;br /&gt;
&lt;br /&gt;
Overview of all exponential formulas: (In tex version)&lt;br /&gt;
&lt;br /&gt;
'''Inverses'''&lt;br /&gt;
* If $y=f(x)$ is a function, the ''inverse'' is $x=f^{-1}(y)$ with inputs $y$ and outputs $x$. &lt;br /&gt;
* A function is ''invertible'' if its inverse is also a function.&lt;br /&gt;
** Horizontal Line Test: If a horizontal line intersects a function at more then one spot, it's not invertible. (When the inputs and outputs swap roles, this horizontal line becomes a vertical line intersecting the graph at more then one spot...)&lt;br /&gt;
&lt;br /&gt;
'''Logarithms'''&lt;br /&gt;
* The ''logarithmic function'' $t=\log_b(P)$ is the inverse of $P=b^t$.&lt;br /&gt;
** So, solving for $t$ in $t=\log_3(9)$ is the same as finding $t$ so that it satisfies $3^t=9$. So $t=2$ in this case.&lt;br /&gt;
*$\log(t)=\log_{10}(t)$, so if $t=\log(P)$, $P=10^t$.&lt;br /&gt;
* $\ln(t)=\ln_e(t)$, so if $t=\ln(P)$, $P=e^t$.&lt;br /&gt;
* Properties:&lt;br /&gt;
**$\log_b(x)+\log_b(y)=\log_b(xy)$&lt;br /&gt;
**$\log_b(x)-\log_b(y)=\log_b(x/y)$&lt;br /&gt;
**$\log_b(x^y)=y\log_b(x)$&lt;br /&gt;
***So... $\log_b(b^y)=y\log_b(b)=y$&lt;br /&gt;
**$b^{\log_b(x)}=x$&lt;br /&gt;
*The ''half-life'' of a substance is the time it takes for half of the substance to decay.&lt;br /&gt;
*The ''doubling-time'' of a substance is the time it takes for a substance to double.&lt;br /&gt;
&lt;br /&gt;
'''Compositions'''&lt;br /&gt;
*If $f(x)$ and $g(x)$ are functions, then $f(g(x))$ is called a ''composition'' of functions.&lt;br /&gt;
* Work with the inside function first: &lt;br /&gt;
**If $f(x)=x+1$, and $g(x)=2x^2+3$, &lt;br /&gt;
***$g(f(3))=g(3+1)=g(4)=2(4^2)+3=35$&lt;br /&gt;
***$g(f(x))=g(x+1)=2(x+1)^2+3$&lt;br /&gt;
* When decomposing functions, there may be more then one way to do it:&lt;br /&gt;
** Here are two ways to find $f(x)$ and $g(x)$ so that $f(g(x))=\frac{1}{\sqrt{x+3}}$:&lt;br /&gt;
***$f(x)=\frac{1}{x}$, $g(x)=\sqrt{x+3}$&lt;br /&gt;
***$f(x)=\frac{1}{\sqrt{x}}$, $g(x)=x+3$.&lt;br /&gt;
&lt;br /&gt;
'''Transformations'''&lt;br /&gt;
*Horizontal transformations will effects the input values of points. Vertical transformations effects the output values of points.&lt;br /&gt;
*Shifts: If $k&amp;gt;0$, &lt;br /&gt;
**$f(x)=g(x)+k$ is the graph of $g(x)$ shifted up $k$ units&lt;br /&gt;
**$f(x)=g(x)-k$ is the graph of $g(x)$ shifted down $k$ units&lt;br /&gt;
**$f(x)=g(x+k)$ is the graph of $g(x)$ shifted left $k$ units&lt;br /&gt;
**$f(x)=g(x-k)$ is the graph of $g(x)$ shifted right $k$ units &lt;br /&gt;
* Refelctions: &lt;br /&gt;
**$f(x)=-g(x)$ is the graph of $g(x)$ reflected across the $x$-axis&lt;br /&gt;
**$f(x)=g(-x)$ is the graph of $g(x)$ reflected across the $y$-axis&lt;br /&gt;
* A function is ''even'' if $f(x)=f(-x)$, that is, $f(x)$ is even if you get the same graph after reflecting across the $y$-axis.&lt;br /&gt;
* A function is ''odd'' if $f(x)=-f(-x)$, that is, $f(x)$ is odd if you get the same graph after reflecting it across the $x$ and $y$-axis&lt;/div&gt;</summary>
		<author><name>Nwakefield2</name></author>
		
	</entry>
</feed>