Implicit Differentiation for Tangent Line Equations

  • Thread starter Thread starter EvilBunny
  • Start date Start date
  • Tags Tags
    Implicit
EvilBunny
Messages
39
Reaction score
0

Homework Statement



I need to find a tangent line equation but my main problem is isolating actually.

sqrt ( 2x + 2y ) + sqrt ( 3xy) = 13





The Attempt at a Solution



0.5 ( 2x + 2y ) ^ -0.5 (2+2y') + 0.5(3xy) ^ -0.5 ( 3 ( y + y' x ) ) = 0

this is where I get stuck
 
Physics news on Phys.org
The differentiation looks good to me. Now you just need to simplify.

If you're having trouble, I'd multiply out
0.5 ( 2x + 2y ) ^ -0.5 (2+2y')

and
0.5(3xy) ^ -0.5 ( 3 ( y + y' x ) )

and then pull a y' out of two terms, move the remaining terms to the other side and divide by what's multiplied with y'.
 
Don't let the fact that it looks complicated stop you. The equation you get by "implicit differentiation" is always linear in y'. Separating y' as Martin III said should be easy.

0.5(2x+2y)1/2(2x+ 2y')+ 0.5(3xy)1/2(3y+ 3y')= 0
(2x+2y)1/2x+ (2x+2y)1/2y'+ (3/2)y(3xy)1/2+(3/2)y'(3xy)1/2= 0
[(2x+2y)1/2+ (3/2)(3xy)1/2]y'= -(2x+2y)1/2x- (3/2)y(3xy)1/2.

In fact, since you say you are to "find a tangent line equation", you must be given some point at which to find the tangent line. If you just put the values you are given for x and y into the original equation you should find it much easier.
 
Last edited by a moderator:
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