221k views
5 votes
Find the derivative using quotient rule y = (x + 1)^2(x2 + 1)^-3 step by step pls

User Kalandar
by
6.1k points

2 Answers

1 vote

I'm previewing.


Find the derivative using quotient rule
y\ =\ (\displaystyle (x + 1)^)/(\displaystyle 2(x^2 + 1)^3).

Previous answer due to CastleRook has an error computing h'(x).

Quotient rule:
f(x)\ =\ (\displaystyle g(x))/(\displaystyle h(x))\\f'(x)\ =\ (\displaystyle g'(x)h(x)\,-\,g(x)h'(x))/(\displaystyle (h(x))^2)

In the problem,
f(x)\ =\ (\displaystyle (x + 1)^2)/(\displaystyle (x^2 + 1)^3)\\g(x)\ =\ (x+1)^2\\g'(x)\ =\ 2(x+1)\\h(x)\ =\ (x^2+1)^3\\h'(x)\ =\ 3(x^2+1)^22x\ =\ 6x(x^2+1)^2Substituting,


f'(x)\ =\ (\displaystyle g'(x)h(x)\,-\,g(x)h'(x))/(\displaystyle (h(x))^2)\\\\\ \ =\ (\displaystyle 2(x+1)(x^2+1)^3-(x+1)^26x(x^2+1)^2)/(\displaystyle (x^2+1)^6)\\\\\ \ =\ -(\displaystyle 2 (x+1) \left(2 x^2+3 x-1\right))/(\displaystyle \left(x^2+1\right)^4)


User Sidharth Samant
by
6.5k points
4 votes
let f(x)=g(x)/h(x)
The quotient rule states that:
f'(x)=[g'(x)h(x)-g(x)h'(x)]/[h(x)]²
From the expression given:
y = (x + 1)^2(x2 + 1)^-3
y=(x+1)²/(x²+1)³
where:
g(x)=(x+1)²
g'(x)=2(x+1)

h(x)=(x²+1)³
h'(x)=6x(x+1)²
hence to get the derivative of y we substitute in the formula:
y'=[2(x+1)(x²+1)³-6x(x+1)²(x+1)²]/[(x²+1)^6]
simplifying the above we get:
y[2(x+1)(x²+1)³-6x(x+1)^4]/[(x²+1)^6]
User MalsR
by
6.6k points