Points where gradient is zero (plotting it)

Click For Summary

Homework Help Overview

The problem involves finding the coordinates of points on the curve defined by the equation x^2 + 2xy - 3y^2 + 16 = 0 where the derivative dy/dx equals zero. Participants are exploring methods to differentiate the equation and plot the function using Mathematica.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss differentiating the implicit function and setting the derivative to zero to find critical points. There are attempts to substitute values back into the original equation to find coordinates. Questions arise regarding the interpretation of results from Mathematica and how to plot implicit functions.

Discussion Status

There is ongoing exploration of differentiation techniques and plotting methods. Some participants have identified potential coordinates but express uncertainty about the plotting process and the nature of the curve. Guidance is sought on how to visualize the function despite curriculum constraints.

Contextual Notes

Participants note that the problem is derived from a past exam paper and express concerns about the nature of the solutions, particularly regarding the expectation of integer answers. There is also mention of curriculum limitations regarding plotting implicit functions.

W3bbo
Messages
31
Reaction score
0

Homework Statement



A curve has equation:

x^2+2xy-3y^2+16=0

Find the co-ordinates of the points on the curve where dy/dx=0

I think I was able to differentiate it and get the coordinates fine, but I'm wanting to plot the function in Mathematica (5.2) to see if I'm right or not (BTW, I tried Ma's Dt[] and Differential[] functions, but I can't interpret the results. And plot[f, {x,-2,2}] just gives me error messages because y is undefined).

2. The attempt at a solution

x^2+2xy-3y^2+16=0

2x+2x(dy/dx)+y-3(2y(dy/dx))=0

y+2x+(dy/dx)(2x-6y)=0

(dy/dx)=-(y+2x)/(2x-6y)=0

For the fraction to equal zero, the numerator must also be zero, therefore:

-y-2x=0
y=-2x

Given this, substituting this value for y:

x^2+2x(-2x)-3(-2x)^2+16=0
x^2-4x^2-12x^2+16=0
-15x^2+16=0

Therefore (using the quadratic formula):

x=Sqrt(960)/-30
x=Sqrt(960)/30

but it seems a little hackish to me, this from a past-paper (Edexcel Advanced Level C4, 28th June 2005), usually you get integer answers.

But besides asking if I'm right, how can I plot functions with multiple instances of x and y within? I'm guessing I'd need to convert it to a parametric somehow.
 
Physics news on Phys.org
W3bbo said:
A curve has equation:

x^2+2xy-3y^2+16=0

2. The attempt at a solution

x^2+2xy-3y^2+16=0

2x+2x(dy/dx)+y-3(2y(dy/dx))=0

y+2x+(dy/dx)(2x-6y)=0

diff. gives [itex]\ 2x + 2x \frac{dy}{dx} + 2y - 3(2y \frac{dy}{dx} ) = 0[/itex]
 
f(x) said:
diff. gives [itex]\ 2x + 2x \frac{dy}{dx} + 2y - 3(2y \frac{dy}{dx} ) = 0[/itex]

Where did [itex]+2y[/itex] come from? I didn't have a solitary [itex]y^2[/itex] expression.

EDIT: Ah I see, product rule; I forgot to reapply the coefficient (2) of xy after performing the product differentiation.

Still, how can I plot the function?
 
Last edited:
the question is asking for the critical points of the surface right? I have a question do you need to graph this function? Do you need to find the saddle points and min max?
 
Mathgician said:
the question is asking for the critical points of the surface right? I have a question do you need to graph this function? Do you need to find the saddle points and min max?

I'm not being asked to plot the graph, and I've since found what I think are the right co-ordinates (by substituting the resolved value of y into the equation and solving) as [itex]{ (2,0) , (-2,0) }[/itex].

I want to plot the graph out of personal curiosity, to see what the graph actually looks like (but also to make sure I'm right). I haven't covered the plotting of implicit functions on my curriculum's syllabus though. Hence why I'm asking :)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
Replies
3
Views
2K