Calculus I - Double Derivitive

RaptorsFan
Messages
12
Reaction score
0

Homework Statement



Find dy/dx and d^2y/dx^2

y = x / (x^(2)+1)

Homework Equations



d/dx (f/g) = (g d/dx f - f d/dx g) / g^2

The Attempt at a Solution



Finding d/dx:

d/dx y = (x^(2)+1) d/dx (x) - (x) d/dx (x^(2) + 1) / (x^(2)+1)^2

= (x^2 + 1) - (2x^2) / (x^(2)+1)^2

So that's my first derivative answer.. now on to the second.

d/dx(d/dx y) (x^2 + 1)^2 d/dx [(x^(2)+1)-(2x^2)] / (x^(2)+1)^4

((x^(2)+1)^2)(2x-4x)-[4x(x^(2)+1)-(2x^2)/ (x^(2)+1)^4So, there is bound to be a mistake somewhere.. thank you in advance
 
Physics news on Phys.org
RaptorsFan said:

Homework Statement



Find dy/dx and d^2y/dx^2

y = x / (x^(2)+1)


Homework Equations



d/dx (f/g) = (g d/dx f - f d/dx g) / g^2

The Attempt at a Solution



Finding d/dx:

d/dx y = (x^(2)+1) d/dx (x) - (x) d/dx (x^(2) + 1) / (x^(2)+1)^2

= (x^2 + 1) - (2x^2) / (x^(2)+1)^2
i find it quite difficult to read, as you leave out brackets,

\frac{d}{dx} y = \frac{d}{dx} (\frac{x}{x^2 + 1})

= \frac{(x^2 + 1)\frac{d}{dx} (x) - x \frac{d}{dx}(x^2 + 1)}{(x^2 + 1)^2}

= \frac{((x^2 + 1) - 2x^2) }{(x^2 + 1)^2}
looks similar to what you had, but with an extra bracket,

though you should also simplify before differentiating again
= \frac{ 1 - x^2 }{(x^2 + 1)^2}



RaptorsFan said:
So that's my first derivative answer.. now on to the second.

d/dx(d/dx y) (x^2 + 1)^2 d/dx [(x^(2)+1)-(2x^2)] / (x^(2)+1)^4

((x^(2)+1)^2)(2x-4x)-[4x(x^(2)+1)-(2x^2)/ (x^(2)+1)^4


So, there is bound to be a mistake somewhere.. thank you in advance
as mentioned its hard to read without missing +,-,= & brackets

that said I find wreting it as below, then diifferntiating again using the product rule a little easier, though it will lead to identical result as the quotient rule
\frac{dy}{dx} = (1 - x^2)(x^2 + 1)^{-2}
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top