Ask your own question, for FREE!
Mathematics 18 Online
OpenStudy (el_arrow):

Help! i need to find all the second partial derivatives

OpenStudy (el_arrow):

z= y/(2x+3y)

OpenStudy (el_arrow):

i am not sure how to do this one

OpenStudy (alphadxg):

OpenStudy (alphadxg):

Math isn't my thing, but I'm taking some math classes right now. I think this is right.

OpenStudy (alphadxg):

@jim_thompson5910

OpenStudy (el_arrow):

yeah but how did you get that?

OpenStudy (alphadxg):

Honestly I don't even know if it is right. Let me make sure its right before I try to explain

OpenStudy (freckles):

have you tried using quotient rule yet?

OpenStudy (freckles):

\[\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

OpenStudy (el_arrow):

fx=0 fy=1 gx=2 gy=3 i think

OpenStudy (freckles):

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

OpenStudy (freckles):

that is z_x and z_y

OpenStudy (el_arrow):

okay let me work it out

OpenStudy (el_arrow):

okay for zx i got 2y/(2x+3y)^2 and for zy i got 2x/(2x+3y)^2

OpenStudy (freckles):

\[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}\]

OpenStudy (el_arrow):

now for second partial derivatives do i do the same thing?

OpenStudy (freckles):

you apply quotient rule yes \[(\frac{u}{v})_k=\frac{u_k \cdot v-v_k \cdot u}{v^2}\]

OpenStudy (freckles):

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\]

OpenStudy (el_arrow):

let see ux= 0 uy=-2 vx=4(2x+3y) vy=6(2x+3y)

OpenStudy (el_arrow):

are they right?

OpenStudy (freckles):

omg you did it I was kinda wondering if you would do the chain rule correctly but you did great job

OpenStudy (el_arrow):

yes!

OpenStudy (el_arrow):

there is one other problem im stuck on if you could help me with real quick its v=sin(s^2-t^2)

OpenStudy (freckles):

\[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?

OpenStudy (el_arrow):

i know that sin changes to cos but the inside part is confusing when looking for the second partial derivatives

OpenStudy (freckles):

\[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?

OpenStudy (freckles):

(s^2-t^2)_s and the (s^2-t^2)_t still need to be evaluated

OpenStudy (el_arrow):

yes

OpenStudy (freckles):

so you know \[v_s=2s \cos(s^2-t^2) \\ \text{ and } v_t=-2t \cos(s^2-t^2)\]

OpenStudy (freckles):

to find v_ss you will need product rule

OpenStudy (freckles):

v_st you do not need product rule

OpenStudy (freckles):

\[v_{ss}=(2s)_s \cos(s^2-t^2)+2s[ \cos(s^2-t^2)]_s\]

OpenStudy (el_arrow):

yeah i got vs but why dont you need the product rule for v_st?

OpenStudy (freckles):

because you have a function s times a function of t

OpenStudy (freckles):

you can treat the function of s as a constant multiple since it is to be treated independently of t in partials

OpenStudy (freckles):

when it comes to finding that partial w.r.t. t of course

OpenStudy (freckles):

\[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\]

OpenStudy (el_arrow):

oh okay

OpenStudy (el_arrow):

so would v_st and v_ts be the same?

OpenStudy (freckles):

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

OpenStudy (el_arrow):

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?

OpenStudy (freckles):

not sure what you mean

OpenStudy (freckles):

\[z_{ts}=(z_t)_s \\ \text{ means we are differentiating } z_t \text{ with respect to } s\]

OpenStudy (freckles):

\[z_{st}=(z_{s})_t \\ \text{ means we are differentiating } z_s \text{ with respect to } t \]

OpenStudy (el_arrow):

could you show that with the problem we were working on?

OpenStudy (freckles):

so did you understand what I wrote eariler about z_st and z_ts ?

OpenStudy (el_arrow):

sort of

OpenStudy (freckles):

\[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\]

OpenStudy (freckles):

I used constant multiple rule

OpenStudy (freckles):

then you just need chain rule

OpenStudy (el_arrow):

okay so for v_st you get (4st)sin(s^2-t^2) cause you're only differentiating t right?

OpenStudy (freckles):

right you differentiating the function called v_s w.r.t. t

OpenStudy (el_arrow):

and same thing for v_ts = 4s^2sin(s^2-t^2) cause you're only differentiating s right?

OpenStudy (freckles):

oh no where you get s^2?

OpenStudy (el_arrow):

s^2 = 2s

OpenStudy (freckles):

yes but why is there an extra s

OpenStudy (freckles):

\[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)\]

OpenStudy (el_arrow):

oh sorry i made a mistake

OpenStudy (el_arrow):

so yeah its 4ts sin(s^2-t^2)

OpenStudy (el_arrow):

so we use the first partial derivatives to find v_st and v_ts

OpenStudy (el_arrow):

right?

OpenStudy (freckles):

we use the first partials always to find the second partials

OpenStudy (freckles):

even if we were finding v_ss or v_tt

OpenStudy (freckles):

we still have to use v_s and v_t to find those

OpenStudy (el_arrow):

okay i think understand it a little bit more

OpenStudy (freckles):

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\]

OpenStudy (el_arrow):

oh i see it now

OpenStudy (el_arrow):

i know what to do now thank you @freckles your a lifesaver

OpenStudy (freckles):

np

OpenStudy (freckles):

I made a type-o

OpenStudy (freckles):

left off the subscript (tt) on that last line on the first part

OpenStudy (freckles):

\[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\]

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!