[Math] Analytically find the domain of a logarithmic function

logarithms

I'm taking pre-calc and I'm already falling behind this semester.

I'm hoping someone could give me a simple explanation on how to solve these types of problems:

$$f(x) = \log_5(4-x^2)$$

I have the answer, but I don't know how to get to it exactly.

I think I factor whatever is inside of the log. But then what's the point of the log?

Here's a few more problems that are similar:

$$f(x) = \log(x^2 – 13x + 36)$$

$$f(x) = \ln|7 + 28x|$$

Best Answer

If $f : I \subset \mathbb{R} \to \mathbb{R}$ is a function that maps an interval of the real numbers to the real numbers and if you want to know the domain of $f$ and there's no restriction you assume that the domain is the maximum set where the function can be defined. In other words, the interval $I$ will be the maximum set where $f$ can be defined.

For instance, what means the function $\log_5$? This function, when applied to a number $x$ gives the number $y$ such that $5^y = x$. But $5$ raised to any power will always give a strictly positive number then the maximum set where it makes sense of talking about $\log_5$ is the set of positive real numbers.

However, you are composing $\log_5$ with $f : \mathbb{R} \to \mathbb{R}$ defined by $f(x) = 4-x^2$. The domain of the composition will be then the subset of the domain of $f$ that the function $f$ maps to the domain of the function $\log_5$, in other words, you want all real $x$ such that:

$4 - x^2 > 0$

Of course this implies $x^2 < 4$ and so $-2<x<2$. Then the domain of the function $\log_5(4-x^2)$ is the set $I = \{x\in \mathbb{R} \mid -2<x<2\}$.

Don't preocupate if you didn't understand what I meant by the domain of the composition and so on, try to understand this case and then study those topics deeper. I think this way you'll be fine.

I hope this answer helps you somehow. Good luck.

Related Question