Finding tan line to curve via implicit dif.

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
4 replies · 2K views
QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


Stewart Calculus (6E) 3.6 question #26
Using implicit differentiation, find the equation of a tangent line to the curve at the given point.
[tex]x^2+2xy-y^2+x=2[/tex]
Through point p(1,2)

I just want to know if I am doing this correctly.

Homework Equations



The Attempt at a Solution


I start with the original equation, and find the derivative with respect to x. (I am assuming x right?)

[tex]x^2+2xy-y^2+x=2[/tex]
[tex]\frac{d}{dx}x^2+2xy-y^2+x=2[/tex]
[tex]2x+2(y+xy')-2yy'+1=0[/tex]
[tex]2x+2y+2xy'-2yy'+1=0[/tex]

Now I isolate the derivative of y(y') and solve for it:
[tex]2x+2y+1=y'(2y-2x)[/tex]
[tex]y'=\frac{2x+2y+1}{2y-2x}[/tex]

So, to get the derivative (slope of tangent) at that point, I put that x/y coordinate in for the derivative equation and get y' :

[tex]\frac{2(1)+2(2)+1}{2(2)-2(1)} = \frac{2+4+1}{4-2} = \frac{7}{2}[/tex]

Now, having the slope of the tangent line at that point on the original curve, I can just stick it in the equation of a line with the coordinate points.
[tex]2=\frac{7}{2}(1)+k[/tex]
[tex]2-\frac{7}{2} = k[/tex]
[tex]k = -\frac{3}{2}[/tex]

So the solution is:
[tex]y=\frac{7}{2}x-\frac{3}{2}[/tex]

?
 
Last edited:
Physics news on Phys.org
Thank you.

When I check the dy/dx on my calculator (TI-89) via:
d(x^2+2xy-y^2+x=2,x)
it returns 2x+1=0 ??

and I can't figure out how to get the original equation in terms of y= +/- something to graph it with my tangent line to see if it looks right. How can I verify this solution via other means?

Also, how do I know they want the dy/dx and not a dx/dy ? There is no indication in the problem.
 
QuarkCharmer said:
Thank you.

When I check the dy/dx on my calculator (TI-89) via:
d(x^2+2xy-y^2+x=2,x)
it returns 2x+1=0 ??

and I can't figure out how to get the original equation in terms of y= +/- something to graph it with my tangent line to see if it looks right. How can I verify this solution via other means?

Let me present you one of the best free graphing programs out there:

http://www.padowan.dk/graph/

Install it, then go to function -> add a relation (or something like that) or type F6.
This way you can add the implicit relation.

Then go to function -> add a function (or type Ins) and add the tangent line.

You'll see that the line is a perfect tangent at the curve!

(Also, your calculator is weird! :biggrin: )


Also, how do I know they want the dy/dx and not a dx/dy ? There is no indication in the problem.

This shouldn't really matter. If you try it the other way, then I'm pretty sure you'll end up with the same answer.
 
I used that program to verify the solution, that won't do me much good on a test though!

Thanks for the help! I am sure I will post many more questions, it's the weekend :(.