The problem
Consider the following relation: $$x^2-3xy+y^2=7$$
I'm struggling with what is essentially the following task:
Find all coordinates of all points where the gradient of the tangent of the curve is ${2\over3}$.
Using implicit differentiation, I arrive at the following derivative of $y$ wrt $x$: $${\text dy\over\text dx}=\frac{3y-2x}{2y-3x}$$
This is somewhat of a mindbender for me, since it looks like the derivative itself depends on both $x$ and $y$. How can this be? How does one work with this?
Even more daunting is the task of solving $\frac{\text dy}{\text dx}=\frac{2}{3}$. The equation cannot be solved as we have a single, two-variable equation: $$2(2y-3x)=3(3y-2x)$$ Sadder yet is that by my logic, there is an infinite number of solutions ($xy$ pairs) that satisfy this. Unfortunately, graphing this relation gives the solution set $(x,0)$ where $x\inℝ$.
The correct answer is $(\sqrt7,0)\cup(-\sqrt7,0)$.
My questions
- How do I work with a derivative which depends on both $x$ and $y$, and conceptually, how is that even possible?
- Why is it that graphing the solutions of $2(2y-3x)=3(3y-2x)$ did not work and gave erroneous solutions?
- How is the answer $(\sqrt7,0)\cup(-\sqrt7,0)$ obtained?
Thank you very much :)
Note: As per comment everywhere where you read ellipse you should read hyperbola.
In your case the curve is an ellipse. If you go to a value $x$, what is the derivative of the function? Well, it is not clearly defined. First you need to find $y$. You can have 0, 1, or 2 $y$ values corresponding to a single $x$. So where do you calculate the derivative? You need to choose $y$ to be on the ellipsis. Think for example that you have a circle of radius $1$, centered at the origin. And you want to calculate the derivative at $x=0.5$. You notice that you have two intersections. At $y=\sqrt 3/2$ you have a negative derivative, but at $y=-\sqrt 3/2$ the derivative is positive.
So you have an equation for the derivative that involve $x$ and $y$. But you also know that $(x,y)$ is on the given curve. That's the second equation.
What you need to do is to write $y(x)$ from the derivative equation, plug it into the equation for the curve, find $x$, then find $y(x)$.
Let me know how these steps work for you.