Graphing Implicit Function: Find HTL & VTL

  • Thread starter Thread starter Light bulb
  • Start date Start date
  • Tags Tags
    Graphing Implicit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Light bulb
Messages
7
Reaction score
0
Graphing Implicit Function

Homework Statement



Graph (x^2+Y^2)^2=4xy
A)Find Y'
B)Find all points that have vertical tangent lines.
C)Find all points that have horizontal tangent lines.

The Attempt at a Solution



I feel like I'm going nuts on this problem, y' is (-x^3-xy^2+y)/(y^3+x^2y-x) right?
I used a graphing program and it looks like an 8 reflected over y=x, but I just can't understand why I'm not getting the right answers for the HTL and the VTL.
 
Last edited:
Physics news on Phys.org
Light bulb said:

Homework Statement



Graph (x^2+Y^2)^2=4xy
A)Find Y'
B)Find all points that have vertical tangent lines.
C)Find all points that have horizontal tangent lines.

The Attempt at a Solution



I feel like I'm going nuts on this problem, y' is (-x^3-xy^2+y)/(y^3+x^2y-x) right?
I used a graphing program and it looks like an 8 reflected over y=x, but I just can't understand why I'm not getting the right answers for the HTL and the VTL.

Your derivative is correct. Try factoring an x out of the first two terms of the numerator and a y out of the first two terms of the denominator and replace the x2 + y2 with square root of 4xy from the original equation and see if that helps.
 
alright ill give it a try
 
Im still getting stumped, if I do that, I can turn the top half into y=4x^3, and the bottom half into x=4y^3, but obviously those won't give me an answers, I've looked at the graph and there are HTL at (+-.66,+-1.16) and VTL at (+-1.16,+-.66)
 
Vertical tangent lines are where the denominator of the derivative, [itex]y^3+x^2y-x[/itex] is 0 and horizontal tangent lines are where the numerator of the derivative, [itex]-x^3-xy^2+y[/itex] is 0. For each of those, you still have [itex](x^2+y^2)^2=4xy[/itex] so in each case you have two equations to solve for x and y.

For vertical tangent lines solve the system
[itex]y^3+x^2y-x= 0[/itex]
[itex](x^2+y^2)^2=4xy[/itex].

For horizontal tangent lines solve the system
[itex]-x^3-xy^2+y= 0[/itex]
[itex](x^2+y^2)^2=4xy[/itex].
 
Last edited by a moderator:
You're on the right track. For the horizontal asymptote given as [itex]y=4x^3[/itex] you need to solve is simultaneously with the curve [itex](x^2+y^2)^2=4xy[/itex] as hallsofivy has said.
Same thing goes for the vertical asymptote.
 
ahh ill give it another try, thanks guys
 
A little additional point: The first equation for vertical tangent lines can be written as [itex]y^3+ x^2y- x= y(y^2+ x^2)- y= 0[/itex] so [itex]x^2+ y^2= y/y= 1[/itex]
 
I had to talk a little break from it but I just came back to it and got it right, thanks pf!