Question 211243
g(x) = ln x + 2
:
This is ambiguous:
do you mean g(x) = ln(x)+2
or g(x) = ln(x+2)
:
If you mean: g(x) = ln(x) + 2
y = g(x)
:
Substitute the values of x and find the ln, record it as y
For example:
 y = ln(.25) + 2
 y = -1.38 + 2
 y = .6137 ~ .6
:
 x | y
-------
.25| .6
.50|1.3
.75|1.7
1.0|2.0
1.5|2.4
2.0|2.7
2.5|2.9
3.0|3.1
:
Plot these points.
:
{{{ graph( 300, 200, -2, 5, -4, 6, ln(x)+2) }}}
:
domain: > 0; Range > -2