jcheema said:
Hi there danago, thankyou for your reply to the problem i was having earlier. Although I'm still struggling in how you solve this kind of equation by factorising and simplifying, if you have the time would you please explain in simpler terms how to work out this equation. Thanks for your time, James
Sure. You had the equation:
<br />
f(x) = x^4 (3x - 1)^3 <br />
Your differentiation of that was almost perfect, but you made one slight error. Break that function up into two separate functions, x^4
and (3x - 1)^3. You got the derivative of the first one right, but the second one was slightly off. Use the chain rule to differentiate it.
The chain rule states that:
<br />
\frac{{dy}}{{dx}} = \frac{{dy}}{{du}}\frac{{du}}{{dx}}<br />
Therefore, if we let:
<br />
\begin{array}{l}<br />
u = 3x - 1 \\ <br />
y = u^3 \\ <br />
\end{array}<br />
We can then differentiate it:
<br />
\begin{array}{l}<br />
\frac{{dy}}{{du}} = 3u^2 \\ <br />
\frac{{du}}{{dx}} = 3 \\ <br />
\therefore \frac{{dy}}{{dx}} = 9u^2 = 9(3x - 1)^2 \\ <br />
\end{array}<br />
Therefore, from the product rule, we get:
<br />
\frac{d}{{dx}}(x^4 (3x - 1)^3 ) = 9x^4 (3x - 1)^2 + 4x^3 (3x - 1)^3 <br />
Now, you could leave it like that, but its a bit messy. So you now need to factorize it. If you had something like this:
<br />
y = ab + ac<br />
You could easily factorize by taking out a factor of a.
<br />
y = ab + ac = a(b + c)<br />
The same principal applies to the derivative. If you find it a little hard to do, try this:
Let:
<br />
\begin{array}{l}<br />
a = 3x - 1 \\ <br />
\therefore \frac{{dy}}{{dx}} = 9x^4 a^2 + 4x^3 a^3 \\ <br />
\end{array}<br />
Now notice that each term has an 'a' and an 'x' in it. Just factorize them both out, like so:
<br />
9x^4 a^2 + 4x^3 a^3 = x^3 a^2 (9x + 4a)<br />
And then substitute a=3x-1 back into that, to get:
<br />
\begin{array}{c}<br />
x^3 a^2 (9x + 4a) = x^3 (3x - 1)^2 (9x + 4(3x - 1)) \\ <br />
= x^3 (3x - 1)^2 (21x - 4) \\ <br />
And that's it. I hope that helped. If you didnt understand any of what i said, feel free to message back. I am more than willing to help.
Dan.
PS. I am not sure if TeX works in private messages. If my equations arent working, just tell me, and ill fix them.