How Do You Calculate the Second Derivative Using Implicit Differentiation?

AI Thread Summary
To calculate the second derivative using implicit differentiation for the equation x^3 + y^3 = 6xy, start with the first derivative, which is found to be (2y - x^2)/(y^2 - 2x). The second derivative can be derived using the Quotient Rule on this first derivative, leading to a complex expression that involves substituting the first derivative back into the equation. Simplifying the resulting expression yields the final form of the second derivative in terms of x and y. This method demonstrates the application of implicit differentiation for higher-order derivatives, emphasizing the importance of practice and understanding of differentiation rules.
erik05
Messages
50
Reaction score
0
Find the second derivative by implicit differentiation:

x^3 + y^3 = 6xy

Wow, a lengthy question when you have to show all your work. Anyway, for the first derivative I got:

\frac {2y-x^2}{y^2-2x}

How would one start to calculate the second derivative? I tried the Quotient Rule and got:

\frac {(y^2-2x)(2\frac{dy}{dx}-2x) - (2y-x^2)(2y\frac{dy}{dx}-2x)}{(y^2-2x)^2}

I'm not too sure what to do now.Would it be easier to bring the denominator to the top to get (2y-x^2)(y^2-2x)^-1 and then using the chain and product rule? Thanks in advance.
 
Physics news on Phys.org
Don't make the first derivative look like a quotient yet. Keep it in the form of :

\frac{dy}{dx}(y^2 - 2x) = 2y - x^2

and differentiate both sides implicitly. Use the product rule and the chain rule.

You'll get the second derivative as an expression in terms of the first derivative, x and y. You need to substitute in the expression you found for the first derivative (the quotient) at this point and simplify. Keep that simplification to the last step. Your final answer should be in terms of x and y only.

EDIT : Although, honestly, even doing it the way you did it is fine. Just take that expression (after the quotient rule) and substitute in the expression you already have for the first derivative and simplify till you get an answer in x and y.
 
Last edited:


To find the second derivative, we can use the Quotient Rule again, but it would be easier to simplify the first derivative first. Let's start by rewriting the first derivative as:

\frac {2y-x^2}{y^2-2x} = \frac {2y-x^2}{y^2-2x} \cdot \frac {1}{1} = \frac {2y-x^2}{y^2-2x} \cdot \frac {y^2-2x}{y^2-2x} = \frac {2y^3-2xy^2-2x^2y+2x^3}{(y^2-2x)^2}

Now, we can use the Quotient Rule on this simplified form to find the second derivative. Let's label the first derivative as f(x) and the second derivative as f'(x). Using the Quotient Rule, we get:

f'(x) = \frac {(y^2-2x)(2f(x)-2x) - (2y-x^2)(2yf(x)-2x)}{(y^2-2x)^2}

We can simplify this further by expanding the terms in the numerator and collecting like terms. This will give us the final form of the second derivative:

f'(x) = \frac {2y^3-4xy^2-2x^2y+4x^3}{(y^2-2x)^3}

This process of implicit differentiation can be used to find higher order derivatives as well. It may seem daunting at first, but with practice and understanding of the rules, it becomes easier to grasp. Keep up the good work!
 


To find the second derivative, we can use the quotient rule again, this time with the first derivative as the numerator and the original function as the denominator. So, we have:

\frac{\frac{d}{dx}(\frac{2y-x^2}{y^2-2x})}{\frac{d}{dx}(x^3+y^3-6xy)}

Using the quotient rule, we get:

\frac{\frac{(y^2-2x)(2\frac{dy}{dx}-2x)-(2y-x^2)(2y\frac{dy}{dx}-2x)}{(y^2-2x)^2}}{3x^2+3y^2-6y\frac{dy}{dx}-6x\frac{dy}{dx}-6y}

Simplifying this, we get:

\frac{(y^2-2x)(2\frac{d^2y}{dx^2}-2)-(2y-x^2)(2y\frac{d^2y}{dx^2}-2)}{(y^2-2x)^2(3x^2+3y^2-6y\frac{dy}{dx}-6x\frac{dy}{dx}-6y)}

Now, we can use the chain rule and product rule to simplify this further. First, we can rewrite the numerator as:

2\frac{d^2y}{dx^2}(y^2-2x)-2(y^2-2x)-2y(2\frac{dy}{dx})+2x(2y\frac{d^2y}{dx^2}-2)

Then, using the chain rule for the terms involving y, we get:

2\frac{d^2y}{dx^2}(y^2-2x)-2(y^2-2x)-4y\frac{dy}{dx}-4xy\frac{d^2y}{dx^2}+4x

Finally, we can rearrange and simplify to get the second derivative:

\frac{2\frac{d^2y}{dx^2}(y^2-2x)-4xy\frac{d^2y}{dx^2}-2(y^2-2x)-4y\frac{dy}{dx
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top