Derivative of (x+1)^2 / (x+2)^3

  • Thread starter Thread starter vanmaiden
  • Start date Start date
  • Tags Tags
    Derivative
vanmaiden
Messages
101
Reaction score
1

Homework Statement


I am not sure how to exactly solve this problem: dy/dx (x+1)^2 / (x+2)^3

Homework Equations


chain rule, product rule

The Attempt at a Solution


(x+1)^2 / (x+2)^3

(x+1)^2 * (x+2)^-3

from this point, I am unsure if I should use the chain rule and turn it into:

(2 * (x+1) * 1) * (-3 * (x+2)^-4 * 1)

should I then simplify and apply the product rule?
 
Last edited:
Physics news on Phys.org
Hi vanmaiden! :smile:

When deriving a product, you must always use the product rule

(fg)^\prime=f^\prime g+fg^\prime

Now (x+1)^2(x+2)^{-3} is a product with f(x)=(x+1)^2 and g(x)=(x+2)^{-3}...
 
micromass said:
Hi vanmaiden! :smile:

When deriving a product, you must always use the product rule

(fg)^\prime=f^\prime g+fg^\prime

Now (x+1)^2(x+2)^{-3} is a product with f(x)=(x+1)^2 and g(x)=(x+2)^{-3}...

Ah, I see. Thank you very much micromass for clearing that up for me.
 
micromass said:
When deriving a product, you must always use the product rule
In English, we say, "When differentiating a product, ..."
vanmaiden said:

Homework Statement


I am not sure how to exactly solve this problem: dy/dx (x+1)^2 / (x+2)^3
Taking this literally, there is no problem. dy/dx is the derivative of some function y with respect to x, so the expression above is the product of an unknown derivative and the rational function (x + 1)^2 / (x + 2)^3.

It's clear that it should be
\frac{d}{dx}\frac{(x + 1)^2}{(x + 2)^3}
vanmaiden said:

Homework Equations


chain rule, product rule


The Attempt at a Solution


(x+1)^2 / (x+2)^3

(x+1)^2 * (x+2)^-3

from this point, I am unsure if I should use the chain rule and turn it into:

(2 * (x+1) * 1) * (-3 * (x+2)^-4 * 1)

should I then simplify and apply the product rule?

Certainly, you can turn a quotient into a product, and then use the product rule to find the derivative, but you can also use the quotient rule, which looks like this:
\frac{d}{dx}\frac{u}{v} = \frac{v u' - u v'}{v^2}
 
Mark44 said:
In English, we say, "When differentiating a product, ..."
Taking this literally, there is no problem. dy/dx is the derivative of some function y with respect to x, so the expression above is the product of an unknown derivative and the rational function (x + 1)^2 / (x + 2)^3.

Yes, thank you for catching me. I see how my mistake could have been interpreted incorrectly. I was taking the derivative of (x + 1)^2 / (x + 2)^3 and not y. On a side note, how do you type with those large italics Mark44? I see it used all the time when equations are typed.
 
I was using LaTeX. Here's what I had.
[ tex ]\frac{d}{dx}\frac{u}{v} = \frac{v u' - u v'}{v^2}[ /tex ]

I added extra spaces in the tex tags, otherwise the browser will render it, and you wouldn't be able to see the LaTeX script I used.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top