
Byron S. answered 10/04/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
Assuming this is calculus, these problems involve both the product rule and chain rule.
Product rule: If y = uv, then y' = u'v + uv'
Chain rule d(f(u))/dx = f'(u) * u'
I will work through b, and hopefully you can use that as a guide for a and c.
y = (x2-1)√(1+x)
y = (x2-1)(1+x)1/2
Splitting this into factors for the product rule:
u = (x2-1)
u' = 2x
The second factor requires chain rule, although the derivative of the inside is 1 in this case. In both a and c, the inner derivatives are more complicated.
v = (1+x)1/2
v' = (1/2)(1+x)-1/2 * (1)
v' = 1/(2√(1+x))
Put together:
y' = u'v + uv'
y' = (x2-1) * 1/(2√(1+x)) + (2x) * (1+x)1/2
y' = (x2-1)/(2√(1+x)) + (2x)√(1+x)