We are given a log function.
y= log(x-3).
Note: A log never takes 0 or negative values.
We have x-3 there.
The value of x-3 should be greater than 0.
Let us solve it for x.
x-3>0.
Adding 3 on both sides, we get
x-3+3 >0+3.
x>3.
So, we got domain of the given function x>3. So, we can take any value greater than 3 for x.
Let us make a table of different values of x and y for the given function
______________________________________
x y=log(x-3)
______________________________________
4 y=log(4-3) = log(1) = 0
5 y=log(5-3) = log(2) = 0.3010
6 y=log(6-3) = log(3) = 0.4771
7 y=log(7-3) = log(4) = 0.6021
10 y=log(10-3)= log(7) = 0.8450
______________________________________
Ploting points on the graph.