Sunday, September 13, 2015

Solve x if ln(ln(x)) = 4

The logarithmic equation `ln(ln(x)) = 4` has to be solved
for x.


ln is used to denote natural logarithm which is
logarithm to the base e.


`ln(ln(x)) = 4` can be rewritten
as:


`log_e(log_ex) = 4`


If
`log_b a = c` , we can write `a = b^c`


This gives: `log_e x
= e^4`


Again doing the
same.


`x = e^(e^4)`


The root
of the equation `ln(ln(x)) = 4` is `x = e^(e^4)`

No comments:

Post a Comment

Calculate tan(x-y), if sin x=1/2 and sin y=1/3. 0

We'll write the formula of the tangent of difference of 2 angles. tan (x-y) = (tan x - tan y)/(1 + tan x*tan y) ...