76.8k views
4 votes
Find the x- and y-intercepts of the function f(x) = log(2x + 1) − 1.

User Karikari
by
5.8k points

2 Answers

5 votes

Answer:

The x-intercept of the function f(x) = log(2x + 1) − 1 is (4.5, 0). Its y-intercept is (0, -1).

# 2022 Edmentum

Explanation:

User Kmkaplan
by
6.0k points
4 votes
Alright, here's your answer.

y-intercept is computed (not found) by assigning x = 0 and computing y: here that is f(0) = Log(2*0 + 1) – 1 = Log(1) – 1 = 0 – 1 = -1
y-intercept is (0, -1)

x-intercept is computed by solving f(x) = 0 for x: here that is
0 = Log(2x + 1) – 1 → 1 = Log(2x + 1)

Assuming the Log cited is base 10, then 10^1 = 10^Log(2x + 1) = 2x + 1

That’s 10 = 2x + 1

Therefore 9 = 2x
x = 9/2 = 4.5
Check this result in the original equation, I did!

Your answer is - x-intercept is (4.5, 0)

I hope I helped! :)

User Ewen Cartwright
by
6.3k points