SA3Why does differentiating y^2 give 2yy' when using implicit differentiation?

  • Thread starter Thread starter vanmaiden
  • Start date Start date
  • Tags Tags
    Differentiating
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
vanmaiden
Messages
101
Reaction score
1
differentiating for "y"

Homework Statement


I don't quite understand the reason why one can [itex]\frac{d}{dx}[/itex] y2 and get 2y [itex]\frac{dy}{dx}[/itex] when using implicit differentiation. Why can one even go as far as to change y2 to 2y?

Homework Equations


The Attempt at a Solution


I see the chain rule is applied, I just would like to have a good understanding as to why differentiating y2 gives 2y [itex]\frac{dy}{dx}[/itex] when using implicit differentiation
 
Last edited:
Physics news on Phys.org


you should think of it as y = f ( x ), as y is a function of x.
Then, the use of the chain-rule is obvious. Suppose you have the function T ( x ) = 2 + [ f( x ) ]^2 = 2 + y^2 . Then if you want to differentiate this with respect to x, you have to differentiate T ' ( x ) = 2f(x )*f ' ( x )
 


vanmaiden said:

Homework Statement


I don't quite understand the reason why one can [itex]\frac{d}{dx}[/itex] y2 and get 2y [itex]\frac{dy}{dx}[/itex] when using implicit differentiation. Why can one even go as far as to change y2 to 2y?


Homework Equations





The Attempt at a Solution


I see the chain rule is applied, I just would like to have a good understanding as to why differentiating y2 gives 2y [itex]\frac{dy}{dx}[/itex] when using implicit differentiation

For f(x) = [y(x)]^2 and small h > 0 we have f(x+h) - f(x) = [y(x+h)]^2 - [y(x)]^2. We also have [y(x+h) -y(x)]/h ~ y'(x) for small h > 0 (becoming exact in the limit h --> 0), so f(x+h) - f(X) is almost equal to [y(x) + h*y'(x)]^2 - [y(x)]^2 = 2*y(x)*y'(x)*h + h^2*y'(x)^2, with equality becoming exact in the limit. So, what is limit_{h->0} [f(x+h) - f(x)]/h?

RGV