domyy said:
Homework Statement
f(x) = √x^2 + x + 1
Based on your work below, you need parentheses. I think this is your function -
f(x) = √(x
2 + x + 1)
domyy said:
Homework Equations
Chain Rule
The Attempt at a Solution
f ' (x) = (x^2+x+1)^1/2
No, the right side isn't the original function. You should indicated that the right side is the derivative of what you started with. Also, although you have some parentheses now, you need some around the exponents
f ' (x) = d/dx [/color][(x^2+x+1)^(1/2)]
domyy said:
= 1/2 (x^2+x+1)^-1/2(x^2+x+1)'
= 1/2(x^2+x+1)^-1/2(2x + 1)
OK except for missing parens around the exponent.
domyy said:
= 1/2(2x+1)/√(x^2+x+1)
f '' (x) = So I am having trouble with that. Unless my answer for the first derivative is incorrect. I've already tried the quotient rule as well as the product rule. I haven't succeed in any.
Here, I'll use the product rule:
f '' (x) = d/dx [/color]1/2(2x+1)(x^2+x+1)^-1/2
It would have been easier to just pull out that factor of 1/2, rather than working with it as you did below.
domyy said:
= (x+1/2)' (x^2+x+1)^-1/2 + (x+1/2)(x^2+x+1)^-1/2'
= (1)(x^2+x+1)^-1/2 + (x+1/2)(-1/2)(x^2+x+1)^-3/2(x^2+x+1)'
= (x^2+x+1)^-1/2 + (-1/2x - 1/4)(x^2+x+1)^-3/2(2x+1)
= (x^2+x+1)^-1/2 + (-1 -1/2x - 1/2x - 1/4)(x^2+x+1)^-3/2
= (x^2+x+1)^-1/2 + (-4-4x-1/4)(x^2+x+1)^-3/2
= (-5/4 - x)(x^2+x+1)^-3/2 + 1/(x^2+x+1)^1/2
I know for sure this is not the right answer.
The right answer should be 3/4(x^2+x+1)^3/2
Your first derivative is correct. Your work for the 2nd derivative might be correct, but the way you did it makes it difficult to check.
Start with f'(x) = (1/2)(2x + 1)(x
2 + x + 1)^(-1/2)
f''(x) = (1/2)[ (2x + 1)(-1/2)(x
2 + x + 1)^(-3/2)(2x + 1) + 2(x
2 + x + 1)^(-1/2)]
Do NOT bring that first factor of 1/2 inside the brackets!
If you clean the above up, by factoring (x
2 + x + 1)
-3/2 from the two factors inside the brackets, you should end up with the correct answer.