A math question about business calc

redbox

Golden Member
Nov 12, 2005
1,021
0
0
Well, guys I know there are alot of smart people on this forum so I figured you could help her out. :thumbsup:


Function: how to find derivative.

f(x)= 1
___
2x


f(x)= 1
___
6x squared


We are looking for the second derivative of these functions.
 

redbox

Golden Member
Nov 12, 2005
1,021
0
0
The book has the answer x^-2 on the first question.

The other answer the book has as x^-4.

Could you show your work on how you got to your answers?

Thanks again guys.
 

hypn0tik

Diamond Member
Jul 5, 2005
5,866
2
0
For any n, if f(x) = x^n, f'(x) = nx^(n-1)

1) f(x) = 1/2 * x^-1
2) f(x) = 1/6 * x^-2

The constants out front don't change. When you apply the differentiation rule, you simply need to multiply by the constant in front.

For example, the first question:
f(x) = 1/2 * x^-1. In this case, n = -1 --> f'(x) = 1/2 * (-1) * x^-2 = -1/2 * x^-2. f"(x) = -1/2 * -2 * x^-3 = x^-3
 

Cogman

Lifer
Sep 19, 2000
10,286
147
106
mathmatica is your friend. Everything hypn0tik said is right, just think of 1/x as x^-1 and derive from there.