Log Problem: deriv of f(x) = log_2(log_3(log_4(x)))

mikexz

New member
Joined
Feb 21, 2006
Messages
46
I am trying to do this question, find the derivative

f(x) = log[sub:17ully7v]2[/sub:17ully7v] (log[sub:17ully7v]3[/sub:17ully7v]( log[sub:17ully7v]4[/sub:17ully7v] x)

My attempt,
I reversed it to

4^3^2^y

but I am not sure whether I can use this property (x^a)^b = a^ab because if I were to do this
(2^3)^4 = x 2^(3^4) = c where c does not equal x.
 
Re: Log Problem

What are you trying to DO with it? A problem statement might help.

If y=log2log3log4(x)\displaystyle y = log_{2}log_{3}log_{4}(x), then

2y=log3log4(x)\displaystyle 2^{y} = log_{3}log_{4}(x), then

32y=log4(x)\displaystyle 3^{2^{y}} = log_{4}(x), then

432y=x\displaystyle 4^{3^{2^{y}}} = x

Is that what is wanted? It seems pretty straight-forward.
 
Re: Log Problem

thanks lol, I forgot, I was trying to get the derivative
 
mikexz said:
I am trying to do this question, find the derivative

f(x) = log[sub:1jtwtfzj]2[/sub:1jtwtfzj] (log[sub:1jtwtfzj]3[/sub:1jtwtfzj]( log[sub:1jtwtfzj]4[/sub:1jtwtfzj] x)

My attempt,
I reversed it to

4^3^2^y

but I am not sure whether I can use this property (x^a)^b = a^ab because if I were to do this
(2^3)^4 = x 2^(3^4) = c where c does not equal x.

f(x)=1ln(2)ln[1ln(3)ln(ln(x)ln(4))]\displaystyle f(x) \, =\, \frac{1}{ln(2)}\cdot ln[\frac{1}{ln(3)}\cdot ln(\frac{ln(x)}{ln(4)})]

Now use chain rule - very carefully.....
 
That was what I was originally doing but just asked my teacher (via email) said that this way is better (I don't think it is valid though, is there a proof I can do to prove it wrong? or is it correct?)

4^3^2^y = x using (x^a)^b = x^(ab)
it becomes
x= 4^(6y)
then derive.

OR (this method from another student)

4^3^2^y = x
it becomes
x= (4^3^2)^y
x = 4096^y
then derive.

Is either of these solutions correct?? If not, why?
I think atleast one of them HAS to be wrong.

thanks for your help
 
mikexz said:
x= 4^(6y) then derive.

OR (this method from another student)

x = 4096^y then derive.
What is 4[sup:2xfp48yc]6[/sup:2xfp48yc]? :wink:

Eliz.
 
thanks but

2^(3^4) doesn't equal (2^3)^4 ??? Why is that?

Also with that property does it work with more than 2 exponents so ((x^a)^b)^c = x^(abc) ?

-I am really rusty with my exponents, expecially the properties that I don't use often, is there a website that has ALL the properties? and maybe some material that would be useful for solving thinking/contest type questions?

thanks again
 
234=281\displaystyle 2^{3^4}\, = \, 2^{81}

it is not

(23)4=212or=84\displaystyle (2^3)^4\, = \, 2^{12} \, or \, = 8^4
 
mikexz said:
That was what I was originally doing but just asked my teacher (via email) said that this way is better (I don't think it is valid though, is there a proof I can do to prove it wrong? or is it correct?)

4^3^2^y = x using (x^a)^b = x^(ab)
it becomes
x= 4^(6y) <<<< This is wrong - see my example above
then derive.

OR (this method from another student)

4^3^2^y = x
it becomes
x= (4^3^2)^y
x = 4096^y<<<< This is wrong too - see my example above
then derive.

Is either of these solutions correct?? If not, why?
I think atleast one of them HAS to be wrong.

thanks for your help
 
Hello, Mike!

Find the derivative: . f(x)=log2[log3(log4x)]\displaystyle f(x) \:= \:\log_2[\log_3(\log_4 x)]

I used the Base Change formula . . .

f(x)  =  log2[log3(lnxln4)]  =  log2[log3(lnx)log3(ln4)]  =  log2[ln(lnx)ln3ln(ln4)ln3]\displaystyle f(x) \;=\;\log_2\left[\log_3\left(\frac{\ln x}{\ln 4}\right)\right] \;=\;\log_2\bigg[\log_3(\ln x) - \log_3(\ln4)\bigg] \;= \;\log_2\left[\frac{\ln(\ln x)}{\ln3} - \frac{\ln(\ln 4)}{\ln 3}\right]

f(x)  =  log2[ln(lnx)ln(ln4)ln3]  =  log2[ln(lnx)ln(ln4)]log2(ln3)\displaystyle f(x) \;=\; \log_2\left[\frac{\ln(\ln x) - \ln(\ln4)}{\ln 3}\right] \;=\; \log_2\bigg[\ln(\ln x) - \ln(\ln4)\bigg] - \log_2(\ln 3)

f(x)  =  ln[ln(lnx)ln(ln4)]ln2ln(ln3)ln2  =  1ln2{ln[ln(lnx)ln(ln4)]ln(ln3)}\displaystyle f(x) \;=\; \frac{\ln\left[\ln(\ln x) - \ln(\ln4)\right]}{\ln 2} - \frac{\ln(\ln3)}{\ln 2} \;=\;\frac{1}{\ln2}\bigg\{\ln\bigg[\ln(\ln x) - \ln(\ln 4)\bigg] - \ln(\ln 3)\bigg\}


Then:   f(x)  =  1ln21ln(lnx)ln(ln4)1lnx1x\displaystyle \text{Then: }\;f'(x) \;=\;\frac{1}{\ln 2}\cdot\frac{1}{\ln(\ln x)-\ln(\ln4)} \cdot\frac{1}{\ln x}\cdot\frac{1}{x}

Therefore:   f(x)  =  1ln2xlnx[ln(lnx)ln(ln4)]\displaystyle \text{Therefore: }\;f'(x)\;=\;\frac{1}{\ln2\cdot x\cdot \ln x\cdot\left[\ln(\ln x)-\ln(\ln4)\right]}


 
Thanks :D

why is 2^3^4 = 2^(3^4) ? Is there some explanation of this concept on some website (explanation of all possible scenarios with exponents)? because I really want to fully understand this before the math test in 2 days.

thank you so much
 
Top