Differential dy problem

torque

New member
Joined
Oct 26, 2010
Messages
2
How do I find the differential dy to the function y = x(sqrt(1-x^2)) ?


I got it down to y = x(1-x^2) ^ 1/2 but I'm stuck from there. Am I supposed to use the chain rule here for the product rule?
 
torque said:
How do I find the differential dy to the function y = x(sqrt(1-x^2)) ?


I got it down to y = x(1-x^2) ^ 1/2 but I'm stuck from there. Am I supposed to use the chain rule here for the product rule?

y = x(1x2)12\displaystyle y \ = \ x * (1 - x^2)^{\frac{1}{2}}

dydx = 1(1x2)12+x12(1x2)12(2x)\displaystyle \frac{dy}{dx} \ = \ 1 * (1 - x^2)^{\frac{1}{2}} + x * \frac{1}{2} * (1 - x^2)^{-\frac{1}{2}} * (-2 * x)

Now simplify the above......
 
I got sqrt(1 - x^2) - x^2 / sqrt(1 - x^2)


My book's correct answer is: 1 - 2x^2 / sqrt(1 - x^2)

What did I do wrong?
 
Use proper grouping symbols. They mean everything. You have 12x21x2\displaystyle 1-\frac{2x^{2}}{\sqrt{1-x^{2}}} written, when I think you mean

12x21x2\displaystyle \frac{1-2x^{2}}{\sqrt{1-x^{2}}}

You're not wrong. It's the same thing. The book found a common denominator and put it in a different form

1x2x21x2=12x21x2\displaystyle \sqrt{1-x^{2}}-\frac{x^{2}}{\sqrt{1-x^{2}}}=\frac{1-2x^{2}}{\sqrt{1-x^{2}}}
 
Top