How do I differentiate y = x^2/1-x^2 correctly?

  • Thread starter Thread starter Hollysmoke
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Hollysmoke
Messages
185
Reaction score
0
I just wanted to make sure I differentiated this correctly before I started graphing it:

y=x^2/1-x^2

y' = (2x)/(1-x^2)^2

y''=(2+6x^2)/(1-x^2)^3
 
Physics news on Phys.org
Hollysmoke said:
I just wanted to make sure I differentiated this correctly before I started graphing it:

y=x^2/1-x^2

y' = (2x)/(1-x^2)^2

y''=(2+6x^2)/(1-x^2)^3

I don't think that it is quite correct. I believe you are missing a term for your y' derivative (I haven't checked your y''). How did you differentiate? Using the quotient rule?
 
Yes, I used the quotient rule:

y'= (1-x^2)(2x)-(-2x)(x^2) / (1-x^2)
y'= 2x-2x^3+2x^3 / (1-x^2)
 
Don't forget to square the denominator ;)