Deriving the Derivative of y=(x^2+1)^4 + 2(x^2+1)^3

studentxlol
Messages
40
Reaction score
0

Homework Statement



A curve has equation y=(x^2+1)^4 + 2(x^2+1)^3. Show that \frac{dy}{dx}=4x(x^2+1)^2(2x^2+5).

Homework Equations



\frac{dy}{dx}=(\frac{dy}{du}\times \frac{du}{dx})+(\frac{dy}{dv} \times \frac{dv}{dx})

The Attempt at a Solution



y=(x^2+1)^4 + 2(x^2+1)^3

let u = (x^2+1)^4 and v=x^2+1 so that y=u^4+v^3

\frac{dy}{du}=4u^3=4(x^2+1)^3 and \frac{du}{dx}=2x

\frac{dy}{dv}=3v^2=3(x^2+1)^2 and \frac{dv}{dx}=2x

\therefore \frac{dy}{dx}=(\frac{dy}{du}\times \frac{du}{dx})+(\frac{dy}{dv} \times \frac{dv}{dx})=8x(x^2+1)^3+6x(x^2+1)^2

Why am I not getting the answer 4x(x^2+1)^2(2x^2+5)?
 
Physics news on Phys.org
studentxlol said:

Homework Statement



A curve has equation y=(x^2+1)^4 + 2(x^2+1)^3. Show that \frac{dy}{dx}=4x(x^2+1)^2(2x^2+5).

Homework Equations



\frac{dy}{dx}=(\frac{dy}{du}\times \frac{du}{dx})+(\frac{dy}{dv} \times \frac{dv}{dx})

The Attempt at a Solution



y=(x^2+1)^4 + 2(x^2+1)^3

let u = (x^2+1)^4 and v=x^2+1 so that y=u^4+v^3

\frac{dy}{du}=4u^3=4(x^2+1)^3 and \frac{du}{dx}=2x

\frac{dy}{dv}=3v^2=3(x^2+1)^2 and \frac{dv}{dx}=2x

\therefore \frac{dy}{dx}=(\frac{dy}{du}\times \frac{du}{dx})+(\frac{dy}{dv} \times \frac{dv}{dx})=8x(x^2+1)^3+6x(x^2+1)^2

Why am I not getting the answer 4x(x^2+1)^2(2x^2+5)?


WELL YOU HAVE TO FACTOR IT. 8x(x^2+1)^3+12x(x^2+1)^2
IS THE SAME AS 4X [2(X^2+1)^3 +3(X^2+1)^2]...KEEP DOING IT..AT THE END YOU WILL HAVE THE ANSWER

BY THE WAY IT SHOULD BE 12 X NOT 6X
 
I would start by writing
y=(x^2+1)^4+2(x^2+1)^3= (x^2+ 1)(x^2+ 1)^3+ 2(x^2+ 1)^3= (x^2+ 1)^3(x^2+ 3).

Now,
dy/dx= 3(x^2+ 1)^2(2x)(x^2+ 3)+ (x^2+ 1)^3(2x)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top