Use implicit differentiation to find the slope of the tangent line to the curve
\[\frac{ y }{ x+4y} = x^8 - 9 \] at the point (1, -8/33)
So I am going to use to the quotient rule on the first term
\[\frac{ (x+4y)*y' - (y)(1+4y*y') }{ (x+4y)^2 }\]
that is the first term, can I simplify that?
it looks good you can distribute and start gathering your y' terms on top
@freckles will it look like this: \[\frac{ y'x+4 * yy'-y+4y^2 * yy' }{( x + 4y)^2}\]
close
\[\frac{ y'x+4 * yy'-y-4y^2 * y' }{( x + 4y)^2}\]
okay, is that as far as I can simplify?
you can gather your y' terms if you want
you will need to do that to solve for y' later
have you differentiated the other side yet?
so \[\frac{ y'x + 4*yy' - y -4y2 * y' }{ (x + 4y)^2 } = 8x^7 - 0\]
ok that is beautiful so far
so the only thing to do is put your y'
isolate your y'
you could undo that ugly division there on the left hand side by multiplying both sides by the (x+4y)^2
and then gather those y's on the left hand side and put everything that doesn't have a y' on the opposite side
okay, let me give that a try
\[y = x^3 + 4x^2y - 9x -36y\]
now take the derivative of both sides?
\[y' = 3x^2 + 8xy'-9-36y'\]
whoa whoa
Wouldn't have used quotient rule. Would have used product rule.
you have already differentiated
something happened to all your y'
is this a different question you asking now
I'm confused
I am too
lol... I though you said to undo the division and multiply both sides
\[\frac{ y'x + 4*yy' - y -4y2 * y' }{ (x + 4y)^2 } = 8x^7 - 0 \\ y'x+4yy'-y-4y^2y'=8x^7(x+4y)^2 \] didn't you have this
OH okay, I misunderstood, now let me see.
I multiply both sides by (x+4y)^2 to undo the division on the left
now you need to gather your terms on the left hand side that have y'
I am having the trouble figuring the proper way to gather those terms, distribution?
factoring
Since \( (x,y) =(1, -8/33)\)\[ \frac{ (x+4y)*y' - (y)(1+4y*y') }{ (x+4y)^2 }\\= \frac{ ((1)+4(-8/33))*y' - (-8/33)(1+4(-8/33)*y') }{ ((1)+4(-8/33))^2 } = (1)^8-9 \]
like you know ab+ac+e =a(b+c)+e
okay, let me try
and I think that -9 isn't suppose to be there and that should be 8(1)^7 on the right
\[y'(x + 4y)-y-4y^28y' = 8x^7\]
is the first term correct?
I forgot to append the rest on the second term
I think the 8 is a type-o \[y'(x+4y-4y^2)-y=8x^7(x+4y)^2\]
now you are solving for y' so add y on both sides then divide both sides by what y' is multiply multiplied by
okay, let's see how messy this can get
it isn't too bad from here
just 2 steps to solve for y'
\[y' = \frac{8x^7(x+4y^2)+y }{ x + 4y - 4y^2}\]
I think the denominator can be factored
or maybe not... will it cancel out?
hmmm not sure I can play it with it ...
and I think that square is missplaced on top
\[y'=\frac{8x^7(x+4y)^2+y}{x+4y-4y^2}\]
I can't really see a prettier way to write it
maybe you can write in a different form
You do not need to find the implicit formula for \(y'\). You could have substituted in the point a long time ago to solve for the tangent line's slope.
okay, assuming its correct, let's find the slope of the tangent line. So plug the x in corrent?
@wio really?
Yes, look what I wrote above.
But that would be the slope is 8?
No, you would need to solve for \(y'\).
I am so lost.... I think I need to get rid of the Ys in the simplified equation
from what @wio had written (copy pasting) \[\frac{ (x+4y)*y' - (y)(1+4y*y') }{ (x+4y)^2 }\\= \frac{ ((1)+4(-8/33))*y' - (-8/33)(1+4(-8/33)*y') }{ ((1)+4(-8/33))^2 } = (1)^8-9\]All you'd have to d is factor out y' from the left hand side and shift all the other stuff over. It makes finding y' a lot easier .
\[y=(x^8-9)(x+4y) \\ y'=(8x^7-0)(x+4y)+(x^8-9)(1+4y') \\ y'=8x^7(x+4y)+x^8+4x^8y'-36y'-9 \\ y'-4x^8y'+36y'=8x^7(x+4y)+x^8-9 \\ y' (1-4x^8+36)=8x^7(x+4y)+x^8-9 \\ y'=\frac{8x^7(x+4y)+x^8-9}{ 37-4x^8}\] we could replace x^8-9 with y/(x+4y) \[y'=\frac{8x^7(x+4y)+\frac{y}{x+4y}}{1-4\frac{y}{x+4y}} = \frac{8x^7(x+4y)^2+y}{(x+4y)-4y} =\frac{8x^7(x+4y)^2+y}{x}\] So maybe we made a mistake somewhere I would have to go back through it -- you guys you are pluggin in the point without differentiating the right hand side
\[ \frac{ y }{ x+4y} = x^8 - 9 \] at the point \((1, -8/33)\) I generally don't like the quotient rule, so I use the product rule.\[ \begin{split} &y = (x^8-9)(x+4y) \\ \implies &y'=(x^8-9)'(x+4y)+(x^8-9)(x+4y)'\\ \implies &y'=8x^7(x+4y)+(x^8-9)(1+4y') \end{split} \]It is at this point I would sub in \((x,y) = (1,-8/33)\):\[ y'=8(1)^7(1+4(-8/33))+((1)^8-9)(1+4y') \]Then it's a lot of simplification, and solving for \(y'\).
but about the y' at the end of that?
It's a variable. It will become easier to solve once you've gone through the order of operations.
The purpose of implicit differentiation is to make it easier to solve for a derivative.
@johnnydicamillo I see the mistake now
it was in the quotient rule earlier
\[\frac{ (x+4y)*y' - (y)(1+4y') }{ (x+4y)^2 }\]
so after making that correction you would have \[y'=\frac{8x^7(x+4y)^2+y}{x+4y-4y} \]
since you already solved for y' you could also put your point into that
and yes the 4y-4y is 0
either way though
okay to clear everything up \[y' = \frac{ (1)^7(1+4y)2+y }{ 1 }\]?
scratch that. typos
Suppose I even wanted to solve for \(y\) for whatever reason. I shouldn't do it in this problem for my own time, but if I wanted to do so then... \[ \frac{ y }{ x+4y} = x^8 - 9 \\ y = (x^8-9)(x+4y) =x(x^8-9)+4(x^8-9)y \\ y - 4(x^8-9)y =x(x^8-9)\\ y(1 - 4(x^8-9)) =x(x^8-9)\\ y = \frac{x(x^8-9)}{(1 - 4(x^8-9))} \]
8/11?
\[y'=\frac{8(1)^7(1+4 \frac{-8}{33})^2+\frac{-8}{33}}{1}=8(1-\frac{32}{33})^2+\frac{-8}{33}=8(\frac{1}{33})^2-\frac{8}{33} =\frac{8}{33^2}-\frac{8}{33} \\ =\frac{8-8(33)}{33^2}\] I think this is right if i didn't make a mistake and yes I know this is kinda ugly I don't think that reduces to 8/11 looks negative to me also you can check my work there and finish it
-256/1089
yes!!!!!
You are the best! Super messy problem
Join our real-time social learning platform and learn together with your friends!