Finding the Tangent Line at a Point on a Curve

Ron Powers
Messages
3
Reaction score
0
I need to find the tangent line to the curve xe^Y+ye^x=1 at the point (0,1).
I took the derivative and found to be:
dy/dx=-(ye^x-e^y)/(xe^y+ye^x)

I set that equal to 0 so:
0=-ye^x-e^y

I have tried using a natural log to get y on one side and x on the other, but so far no good. How can I separate the two variables, or was there a mistake in my derivative that I am just not catching?
 
Physics news on Phys.org
Homework-type questions must be posted in the Homework & Coursework section.
 
Ron Powers said:
I need to find the tangent line to the curve xe^Y+ye^x=1 at the point (0,1).
I took the derivative and found to be:
dy/dx=-(ye^x-e^y)/(xe^y+ye^x)

I set that equal to 0 so:
0=-ye^x-e^y
Why?

You have dy/dx, so evaluate it at the point (0, 1) to get the slope of the tangent line at that point.
Ron Powers said:
I have tried using a natural log to get y on one side and x on the other, but so far no good. How can I separate the two variables, or was there a mistake in my derivative that I am just not catching?
 
Well I end up having y=-x+lny, and unless I am mistaken I cannot get an equation for the tangent line with that equation. I can find the slope, but I can't really find y=mx+b using that, can I?
 
Never mind, I figured it out. I have to take the natural log of the equation first and then find the derivative.
 
Ron Powers said:
Well I end up having y=-x+lny, and unless I am mistaken I cannot get an equation for the tangent line with that equation. I can find the slope, but I can't really find y=mx+b using that, can I?

You have an expression for dy/dx in post 1. All you need to do to find the slope of the tangent line at the point (0, 1) is to substitute 0 for x and 1 for 1 in what you have for dy/dx. When you have the slope of a line and a point on the line, it's not hard to find the equation of the line.

Ron Powers said:
Never mind, I figured it out. I have to take the natural log of the equation first and then find the derivative.
Why? You already found the derivative in post 1 (assuming that your work was correct - I didn't check it).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top