3trQN said:
<br />
\frac{dy}{dx} = (-x^2-2x+3)\frac{d}{dx}(-x^2-2x+3) + (x^2+x-2)\frac{d}{dx}(x^2+x-2)<br />
Uhmm, this line is wrong. What you have written in this line is udu + vdv, in stead of udv + vdu.
mathaTon said:
no i don't know how to take the derivative of a polynomial?
Uhmm, you know that:
\left( x ^ {\alpha} \right) ' = \alpha x ^ {\alpha - 1}, right?
And you should also know that the derivative of a sum, is the sum of derivatives, i.e:
(u + v + w + k) = u' + v' + w' + k'
And if k is a constant then:
[kf(x)]' = k f'(x)
A polynomial has the form:
n_m x ^ m + n_{m - 1} x ^ {m - 1} + ... + n_1 x + n_0
This is a polynomial of degree m.
The derivative of that polynomial is:
\left( n_m x ^ m + n_{m - 1} x ^ {m - 1} + ... + n_1 x + n_0 \right)' = n_m \left( x ^ m \right)' + n_{m - 1} \left( x ^ {m - 1} \right)' + ... + n_1 (x)' + (n_0)'
= mn_m \left( x ^ {m - 1} \right)' + (m - 1)n_{m - 1} \left( x ^ {m - 2} \right)' + ... + n_1.
first i expand this two terms:
i ended with some cubes nd quartics
then i took the derivative.(when u multiply the exponent with coffiencent and the subtract the exponent with 1)
Uhmm, not very sure what you mean though. Can you type it out?
--------------------
The problem ask you to find the derivative of a product. You can use the
Product Rule:
(uv)' = u'v + uv'
By letting:
u = 3 - 2x - x
2
and v = x
2 + x - 2.
We have:
[(3 - 2x - x
2) (x
2 + x - 2.)]' = (3 - 2x - x
2)' (x
2 + x - 2.) + (3 - 2x - x
2) (x
2 + x - 2.)'.
Can you go from here? :)