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
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top