Finding Stationary Points on Implicitly Differentiated Curves

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
3 replies · 2K views
aanandpatel
Messages
16
Reaction score
0

Homework Statement



Find the coordinates of the stationary points on the curve:
x^3 + (3x^2)(y) -2y^3=16


Homework Equations


Stationary points occur when the first derivative of y with respect to x is equal to zero



The Attempt at a Solution


I implicitly differentiated the equation and got
dy/dx = (x^2 + 2xy) / (2y^2 - x^2)

I know I have to make this equal to zero but then I'm not sure how to find the x and y coordinates of the stationary point.

Help would be greatly appreciated :)
 
Physics news on Phys.org
You have two equations,
[tex]x^3 + (3x^2)(y) -2y^3=16[/tex]
and
[tex](x^2 + 2xy) / (2y^2 - x^2)= 0[/tex]
to solve for x and y. The second equation can easily be solved for y in terms of x since a fraction is equal to 0 if and only if the numerator is 0.
 
Thanks guys - helped a lot! :)