.obsidian
.stfolder
IT
education
calculus
computer engineering
math
MATH1050
Exponents
Exponents.md
Logarithms.md
Quadratics.md
Dividing Polynomials.md
Domain.md
Inverse Functions.md
Matrices.md
Partial Fractions.md
Polynomial Fractions.md
Rational Inequalities.md
Standard forms of circles.md
Systems of Equations.md
MATH1060 (trig)
MATH1210 (calc 1)
nutrition
statistics
notes
personal
software
..gitignore.un~
.gitignore
.gitignore~
842 B
842 B
The standard form of an exponential function looks something like this:
a(b)^{cx-h}+k
a
: Vertical stretch/compressionc
Horizontal stretch/compressionh
: Horizontal translation left or rightk
: Vertical translation up or down
Without stretch:
a^{x-b}+c
A negative exponent is the equivalent of 1/x
, EG
x^{-2} = \frac{1}{x^2}
An equation in the base form 2^x
will have an asymptote of y = 0
.
Putting a negative in front of something like 2^x
flips it over the x axis (-2^x
).
Putting a negative in front of the exponent (2^{-x}
) flips it over the y axis.
Solving Exponents
To solve an equation that's got variables in the exponents, work on setting the bases on each side equal, then you can treat the exponents like standalone. Refer to the notes on Logarithms for ways to do that.