MHB Find Tangent Line for ln(xy) + 2x - y + 1 =0 at (1/2,2)

AI Thread Summary
To find the tangent line for the curve defined by ln(xy) + 2x - y + 1 = 0 at the point (1/2, 2), the first step is to confirm that the point lies on the curve, which it does. The equation is rewritten using logarithmic properties to facilitate implicit differentiation. After differentiating, the derivative dy/dx is expressed in terms of x and y, leading to the calculation of the slope at the specified point. The slope is determined to be 8, resulting in the tangent line equation y = 8x - 2.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

how to slove for y? ln(xy) + 2x - y + 1 =0?


I can't figure it out.

In order to find the equation of the tangent line at (1/2, 2)

I got as far a ln(x) + 2x +1 = y - ln(y)

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Re: Ivan's question at Yahoo! Answers regarding finding the line tangent to an implicitly defined ci

Hello Ivan,

We are given the implicitly defined curve:

$$\ln(xy)+2x-y+1=0$$

and are asked to find the equation of the line tangent to this curve at the point:

$$(x,y)=\left(\frac{1}{2},2 \right)$$

The first thing I like to do is verify that in fact the given point lies on the curve. So, if we substitute for $x$ and $y$ into the equation of the curve, we find:

$$\ln\left(\frac{1}{2}\cdot2 \right)+2\left(\frac{1}{2} \right)-2+1=0$$

$$\ln(1)+1-2+1=0$$

$$0+1-2+1=0$$

$$0=0$$

So, the given point is on the curve. Next, let's use the logarithmic property:

$$\log_a(bc)=\log_a(b)+\log_a(c)$$

to rewrite the equation of the curve to make implicit differentiation easier:

$$\ln(x)+\ln(y)+2x-y+1=0$$

Now, implicitly differentiate with respect to $x$:

$$\frac{1}{x}+\frac{1}{y}\frac{dy}{dx}+2-\frac{dy}{dx}=0$$

We want to solve for $$\frac{dy}{dx}$$, so let's move all terms not involving this to the right side:

$$\frac{1}{y}\frac{dy}{dx}-\frac{dy}{dx}=-\frac{1}{x}-2$$

Multiply through by $-1$ and factor out $$\frac{dy}{dx}$$ on the left side:

$$\frac{dy}{dx}\left(1-\frac{1}{y} \right)=\frac{1}{x}+2$$

Combine terms:

$$\frac{dy}{dx}\left(\frac{y-1}{y} \right)=\frac{2x+1}{x}$$

Multiply through by $$\frac{y}{y-1}$$:

$$\frac{dy}{dx}=\frac{(2x+1)y}{x(y-1)}$$

To get the slope of the tangent line, we need to evaluate this for:

$$(x,y)=\left(\frac{1}{2},2 \right)$$

Hence:

$$m=\left.\frac{dy}{dx}\right|_{(x,y)=\left(\frac{1}{2},2 \right)}=\frac{\left(2\left(\frac{1}{2} \right)+1 \right)2}{\frac{1}{2}(2-1)}=\frac{4}{\frac{1}{2}}=8$$

Now, we have the slope, and a point on the line, so using the point-slope formula, we find the tangent line is given by:

$$y-2=8\left(x-\frac{1}{2} \right)$$

Arranging this in slope-intercept form, we obtain:

$$y=8x-2$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top