How Do You Solve Second Derivatives Using Implicit Differentiation?

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
6 replies · 4K views
AdiV
Messages
15
Reaction score
0
Hi, I need some help with these question, and would appreciate the help.

Homework Statement


Part 1
Use implicit differentiation to find y'' if 2xy = y^2 Simplify and Leaev in terms of x and y.

Part 2
Use implicit differentiation to find y '' if xy + y^3 = 1
Simplify your answer and leave it in terms of x and y

Homework Equations



The Attempt at a Solution


For part 1;

I had

2x dy/dx + 2y = 2y dy/dx
Took out 2's
solved for dy/dx

dy dx = y / [y-x]

Part 2
I tried the same, took d/dx to get

dy/dx + 3y^2 dy/dx = 0 But here I get stuck because of the zero.
 
Physics news on Phys.org
It asked for y'' not y', let me work it but am I correct on that part?
 
Ohh, so go through the process again? Ok, but can you help me along?
 
AdiV said:
Ohh, so go through the process again? Ok, but can you help me along?
Sure, so now we're at

[tex]y'=\frac{x}{y-x}[/tex]

Take the derivative again, quotient rule:

[tex]y'=\frac{d}{dx}(\frac{x}{y-x})[/tex]

so...

[tex]y''=\frac{(y-x)\frac{d}{dx}(x)-x\frac{d}{dx}(y-x)}{(y-x)^2}[/tex]
 
Last edited:
For part 2: You forgot or did the the product rule incorrectly;

[tex]xy+y^3 =1[/tex]

[tex]xy'+y+3y^2 y'=0[/tex]

The zero means nothing. It's the same thing as saying x-2=0, well then x=2.

Solving for y'

[tex]y'=\frac{-y}{x+3y^2}[/tex]

Now take the 2nd derivative, quotient rule:
 
Last edited:
You don't need to solve for y' itself. If [itex]2xy= y^2[/itex], then [itex]2y+ 2xy'= 2yy'[/itex]. Now differentiate both sides of that with respect to x: [itex]2y'+ 2y'+ 2xy"= 2y'^2+ yy"[/itex] or [itex]4y'- 2y'^2= (y- 2x)y"[/itex] so [itex]y"= (4y'-2y'^2)/(y- 2x)[/itex]. Personally, I would consider that a perfectly good answer but since your problem specifically says "leave in terms of x and y", NOW use x/(y- x).
 
Last edited by a moderator:
Wow, thanks for clearing it up for me, I greatly appreciate the help =]