
Christoforos A.
asked 03/08/23What is the derivative of y = In (x^3 - 1)^4 times sqrt 3x - 1 / x^2 + 4
I am getting confused about the finding of this derivative. Please show steps!
2 Answers By Expert Tutors

Jay T. answered 03/08/23
Retired Engineer/Math Tutor
The Chain Rule says if y=f(g(x)) then y’=f’(g(x))g’(x). Let
f(((x3-1)4√(3x-1))/(x2+4))=ln(((x3-1)4√(3x-1))/(x2+4))
g(x)=((x3-1)4√(3x-1))/(x2+4)
Then, since (ln(x))’ = 1/x
f’(g(x)) = 1/((x3-1)4√(3x-1))/(x2+4)
Next, we must now determine g’(x)
Use the Quotient Rule which states that if g(x)=h(x)/k(x) then g’(x) = (k(x)h’(x) – h(x)k’(x))/(k(x))2
Here,
h(x)=(x3-1)4√(3x-1)
k(x)=(x2+4)
Using the Product Rule which states that if g(x)=h(x)k(x) then g’(x)=h’(x)k(x)+h(x)k’(x)
h’(x) = (4(x3-1)3*3x2)√(3x-1)+(x3-1)4*(1/2)/√(3x-1)*3
= 12x2(x3-1)3√(3x-1)+(3/2)(x3-1)4/√(3x-1)
= (12x2(x3-1)3+(3/2)(x3-1)4/(3x+1))/√(3x-1)
k’(x)=(x2+4)’=2x
From all this, we get
g’(x)=[√(3x-1)*(12x2(x3-1)3+(3/2)(x3-1)4/(3x+1))/√(3x-1)+√(3x-1)*2x]/(x2+4)2
So the final result is
(f(g(x)))’=[(1/((x3-1)4√(3x-1))/(x2+4))*[√(3x-1)*(12x2(x3-1)3+(3/2)(x3-1)4/(3x+1))/√(3x-1)+(x3-1)4√(3x-1)*2x]/(x2+4)2
= [√(3x-1)*(12x2(x3-1)3+(3/2)(x3-1)4/(3x+1))/√(3x-1)+(x3-1)4√(3x-1)*2x]/(x2+4)2 / ((x3-1)4√(3x-1))

Annie T. answered 03/08/23
Mathematics Teacher Tutoring from Pre-Algebra to Calculus
Since this function is a natural logarithmic function, you can use the Laws of Logarithm to rewrite the function.
So, it can first be written as y = ln(x3 – 1)4 + ln(3x – 1)1/2 – ln(x2 + 4).
This can be changed some more to y = 4ln(x3 – 1) + (1/2)ln(3x – 1) – ln(x2 + 4).
From here, you can take the derivative of each term. You will need to use the derivative of y = ln x and the chain rule.
So you will get y' = 4·1/(x3 – 1)·(3x2) + (1/2)·1/(3x – 1)·(3) –1/(x2 + 4)·(2x).
From here, you will simplify each term to finish finding the derivative.
y' = 12x2/(x3 – 1) +3/[2(3x – 1)] – 2x/(x2 + 4)
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Try applying properties of logarithms BEFORE finding the derivative. For example ln A^4B^(1/2)/C = 4lnA+1/2 lnB - ln C. Now finding the derivative is fairly simple. Let us know if that helps or if you still need some clarification.03/08/23