Help! i need to find all the second partial derivatives
z= y/(2x+3y)
i am not sure how to do this one
Math isn't my thing, but I'm taking some math classes right now. I think this is right.
@jim_thompson5910
yeah but how did you get that?
Honestly I don't even know if it is right. Let me make sure its right before I try to explain
have you tried using quotient rule yet?
\[\text{ Let } f=y \text{ and } g=2x+3y \\ \text{ do you know how to find the following: } \\ f_x , g_x , f_y,g_y\] if so can you please state them each
fx=0 fy=1 gx=2 gy=3 i think
that's right \[f=f(x,y) \text{ and } g=g(x,y) \\ z=\frac{f}{g} \\ z_x=\frac{f_x \cdot g-g_x \cdot f}{g^2} \\ z_y=\frac{f_y \cdot g-g_y \cdot f}{g^2}\] can you find these? this is by quotient rule
that is z_x and z_y
okay let me work it out
okay for zx i got 2y/(2x+3y)^2 and for zy i got 2x/(2x+3y)^2
\[z_x=\frac{0 \cdot (2x+3y)-2 \cdot y}{(2x+3y)^2} =\frac{-2y}{(2x+3y)^2} \\ z_y=\frac{1 \cdot (2x+3y)-3 \cdot y}{(2x+3y)^2}=\frac{2x+3y-3y}{(2x+3y)^2}=\frac{2x}{(2x+3y)^2}\]
now for second partial derivatives do i do the same thing?
you apply quotient rule yes \[(\frac{u}{v})_k=\frac{u_k \cdot v-v_k \cdot u}{v^2}\]
before you do that let me ask you if you know how to find the following: \[\text{ Let } u=-2y \text{ and } v=(2x+3y)^2 \\ \text{do you know how \to find the following } \\ u_x , u_y, v_x, v_y\]
let see ux= 0 uy=-2 vx=4(2x+3y) vy=6(2x+3y)
are they right?
omg you did it I was kinda wondering if you would do the chain rule correctly but you did great job
yes!
there is one other problem im stuck on if you could help me with real quick its v=sin(s^2-t^2)
\[z_{xx}=(z_x)_x=\frac{u_x \cdot v-v_x \cdot u}{v^2} \\ z_{xy}=(z_x)_y=\frac{u_y \cdot v-v_y \cdot u}{v^2}\] and okay ... I guess you are able to finish this other problem now?
i know that sin changes to cos but the inside part is confusing when looking for the second partial derivatives
\[v=\sin(s^2-t^2) \\ v_s=(s^2-t^2)_s \cos(s^2-t^2) \\ v_t=(s^2-t^2)_t \cos(s^2-t^2)\] so you have gotten this far?
(s^2-t^2)_s and the (s^2-t^2)_t still need to be evaluated
yes
so you know \[v_s=2s \cos(s^2-t^2) \\ \text{ and } v_t=-2t \cos(s^2-t^2)\]
to find v_ss you will need product rule
v_st you do not need product rule
\[v_{ss}=(2s)_s \cos(s^2-t^2)+2s[ \cos(s^2-t^2)]_s\]
yeah i got vs but why dont you need the product rule for v_st?
because you have a function s times a function of t
you can treat the function of s as a constant multiple since it is to be treated independently of t in partials
when it comes to finding that partial w.r.t. t of course
\[v_{st}=2s[\cos(s^2-t^2)]_t\] you could use product rule but you don't need it if you used product rule instead of constant multiple rule it would look like this: \[v_{st}=[2s]_t \cos(s^2-t^2)+2s[\cos(s^2-t^2)]_t \\ \text{ but notice this is the same thing I just wrote since } [2s]_t=0\]
oh okay
so would v_st and v_ts be the same?
I was trying to prove it but it was taking too long but yeah they are http://tutorial.math.lamar.edu/Classes/CalcIII/HighOrderPartialDerivs.aspx
i still dont get it so you only have to derive functions of t when its ts and derive functions of s when its st?
not sure what you mean
\[z_{ts}=(z_t)_s \\ \text{ means we are differentiating } z_t \text{ with respect to } s\]
\[z_{st}=(z_{s})_t \\ \text{ means we are differentiating } z_s \text{ with respect to } t \]
could you show that with the problem we were working on?
so did you understand what I wrote eariler about z_st and z_ts ?
sort of
\[v_s=2s \cos(s^2-t^2) \\ \text{ and } v_t=-2t \cos(s^2-t^2) \] \[v_{st}=2s[\cos(s^2-t^2)]_t \\ v_{ts}=-2t[\cos(s^2-t^2)]_s\]
I used constant multiple rule
then you just need chain rule
okay so for v_st you get (4st)sin(s^2-t^2) cause you're only differentiating t right?
right you differentiating the function called v_s w.r.t. t
and same thing for v_ts = 4s^2sin(s^2-t^2) cause you're only differentiating s right?
oh no where you get s^2?
s^2 = 2s
yes but why is there an extra s
\[v_t=-2t \cos(s^2-t^2) \\ v_{ts}=(v_t)_s=(-2t \cos(s^2-t^2))_s \\ \\ v_{ts}=-2t \cdot (2s) \cdot -\sin(s^2-t^2) \\ \\ v_{ts}=4 ts \sin(s^2-t^2)\]
oh sorry i made a mistake
so yeah its 4ts sin(s^2-t^2)
so we use the first partial derivatives to find v_st and v_ts
right?
we use the first partials always to find the second partials
even if we were finding v_ss or v_tt
we still have to use v_s and v_t to find those
okay i think understand it a little bit more
example \[v=st^2 +s+t^2\\ v_s=t^2+1 \\ v_t =2s t+2t \\ \text{ to find } v_{st} \text{ we use } v_s \\ v_{st}=(v_s)_t=(t^2+1)_t=2t \\ \text{ to find } v_{ss} \text{ we use } v_s \\ v_{ss}=(v_s)_s=(t^2+1)_s=0 \\ \text{ to find } v_{ts} \text{ we use } v_t \\ v_{ts}=(v_t)_s=(2st+2t)_s=2t \\ \text{ to find } v_{tt} \text{ we use} v_t \\ v_{\tt}=(v_t)_t=(2st+2t)_t=2s+2\]
oh i see it now
i know what to do now thank you @freckles your a lifesaver
np
I made a type-o
left off the subscript (tt) on that last line on the first part
\[v=st^2 +s+t^2\\ v_s=t^2+1 \\ v_t =2s t+2t \\ \text{ to find } v_{st} \text{ we use } v_s \\ v_{st}=(v_s)_t=(t^2+1)_t=2t \\ \text{ to find } v_{ss} \text{ we use } v_s \\ v_{ss}=(v_s)_s=(t^2+1)_s=0 \\ \text{ to find } v_{ts} \text{ we use } v_t \\ v_{ts}=(v_t)_s=(2st+2t)_s=2t \\ \text{ to find } v_{\tt} \text{ we use} v_t \\ v_{tt}=(v_t)_t=(2st+2t)_t=2s+2\]
Join our real-time social learning platform and learn together with your friends!