Jeff K. answered 05/24/20
Together, we build an iron base of understanding
The rate of increase of a function, y(x), is just y'(x) or dy/dx.
Let's differentiate the 2 functions.
f(x) = (√x)x^3 [Take logs on both sides, whenever an exponent (power) involves a function of x, x^3
log f = x3 log (√x)
= x3 log (x1/2) [Always replace roots with fractional powers for logs and differentiation
= x3 (1/2)log (x) [Now, we can differentiate, implicitly, on both sides
(1/f) f' = (3x2/2) log x + (1/2)x3 / x [Multiplication Rule
f' = f ( (3x2/2) log x + (1/2)x2 )
= (√x)x^3 ( (3x2/2) log x + (1/2)x2 ) [ Now to get f'(x) at x =1, plug 1 for x into this equation
At x = 1, f'(1) = (√1)1^3 ( (3(1)2/2) log x + (1/2)(1)2 )
= 1 ( 0 + 1/2) [ Since log (1) = 0 in any base
= 3/2
g(x) = (cuberoot(x))^x^2 [Notice that the correct term is cube root, not cubic root
= (x1/3)x^2 [Replacing the root by the correct fractional power
log g = x2 log (x1/3)
= x2 (1/3) log (x) [By laws of logs
(1/g) g' = (2/3)x log x + (1/3) x2 (1/x) [Multiplication Law
g' = g ( (2/3) x log x + (1/3) x ) [Multiply both sides by g
= (x1/3)x^2 ( (2/3) x log x + (1/3) x ) [Replace g by its definition
=> g(1) = (11/3)1^2 ( (2/3) (1) log 1 + (1/3) 1 ) [Setting x =1 all the way through
= 1 ( (2/3) 0 + 1/3 )
= 1/3
Since 3/2 > 1/3, we know that function, f, is increasing faster than function, g.
Stanton D.
Shame on me, I blew it completely at "a^b^c = a^(b*c)"! In all fairness to lay blame all around, I'll note that Jeff K. also misstepped at the last piece of f '(x): 1* (0 + 1/2) = 1/2 , not 3/2. The implicit differentiation is a good route.05/25/20