Topic: Graphing Logarithms
How can you graph logarithms? For example, y = 2log (x-5)? Would i have to rearrange it to graph? Thanks in advance for the help.
You are not logged in. Please login or register.
Graph Forums → Support → Graphing Logarithms
How can you graph logarithms? For example, y = 2log (x-5)? Would i have to rearrange it to graph? Thanks in advance for the help.
Insert function -> f(x) = 2*log(x-5)
... Would i have to rearrange it to graph? ...
If you like rearranging, why not?
You must know that logarithm of a negative number doesn't give a result as a real number. But you might know that log(-1) = i*pi/ln(10). So, your function can be rearranged:
2 log (x - 5) = 2 log [(-1) (5 - x)] = 2 i * pi/ln(10) + 2 log(5 - x)
for values x lower then 5.
It's difficult to plot three numbers - x, Re(y) and Im(y) - in 2D graph. Just for better imagination, a parametric function can be plotted, where original x input is replaced by t. As there is no scale for t values, only selected points of the function are shown, marked with corresponding original values of the input x.
I know, it doesn't look as a graph, it's only a demonstration. ;-)
Graph Forums → Support → Graphing Logarithms
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.014 seconds (65% PHP - 35% DB) with 11 queries