From what I understand, the derivative formula is: nx^(n-1)
Example,
f(x) = 4x^2
f'(x) = 4x^2
= 4 * 2 * x^(2-1)
= 8x
1) y = a * e^v + (b/v) + (c/(v^2)), find y'.
Here's what I've got so far:
y' = 1 * ve^(v-1) + (1/1) + (1/(2v))
= ve^(v-1) + 1 + (1/2)v
Where do I go from here (assuming that is right)?
2) z = A/(y^10) + B * e^y, find z'.
Again:
z' = 1/(10y^9) + 1 * ye^(y-1)
When you have a variable to the power of 1, that means it can be canceled, right? f(x) = B, f'(x) = 1*B^(1-1) = 1?
2006-09-29
10:38:35
·
7 answers
·
asked by
Derek
4
in
Science & Mathematics
➔ Mathematics
Oh, one more question: Is the cubic root of x squared the same as x^(3/2) or is it x^(2/3)?
2006-09-29
10:48:08 ·
update #1