y = x^5 + x^3 + x^2 + x
y' = 5x^(5 - 1) + 3x^(3 - 1) + 2x^(2 -1) + 1x^(1 - 1) (note x^1 = x and x^0 = 1)
y' = 5x^4 + 3x^2 + 2x + 1
Chat with our AI personalities
The anti-derivative of X2 plus X is the same as the anti-derivative of X2 plus the anti-derivative of X. The anti derivative of X2 is X3/3 plus an integration constant C1 The anti derivative of X is X2/2 plus an integration constant C2 So the anti-derivative of X2+X is (X3/3)+(X2/2)+C1+C2 The constants can be combined and the fraction can combined by using a common denominator leaving (2X3/6)+(3X2/6)+C X2/6 can be factored out leaving (X2/6)(2X+3)+C Hope that helps
I will use the quotient rule here. d/dx(f(x)/g(x) = g(x)*f'(x) - f(x)*g'(x)/[g(x)]2 x3*1/x - ln(x)*3x2/(x3)2 x3/x - 3ln(x)x2/x6 x2 - 3ln(x)x2/x6 = - 3ln(x)/x4 =========
x3 + 1 = x3 + x2 - x2 - x + x + 1 = x2(x + 1) - x(x + 1) +1(x + 1) = (x + 1)(x2 - x + 1)
x3 + 8 = x3 + 23 = (x + 2)[x2 - (x)(2) + 22] = (x + 2) (x2 - 2x + 4)
x3=x2 x3-x2=0 Factor out x2 x2(x - 1) = 0 If x2=0 then x=0. If x - 1 = 0 then x = 1. Therefore the number is 0 or 1.