Second partial derivative of v=e^(x*e^y)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 13K views
sdoyle1
Messages
22
Reaction score
0

Homework Statement


Find the second partial derivative of v=e^(x*e^y)


Homework Equations



I know that I need to find Vx and Vy first and then the second partial derivative would be Vxx, Vyy, Vxy.

The Attempt at a Solution



I'm really confused on how to find Vx or Vy
Vx= the derivative with regards to x, if y is a constant
so would it be Vx=e^(x*e^y) * (e^y)?
Any help would be great
 
Physics news on Phys.org
sdoyle1 said:
Find the second partial derivative of v=e^(x*e^y)

I know that I need to find Vx and Vy first and then the second partial derivative would be Vxx, Vyy, Vxy.

You're forgetting one.

sdoyle1 said:
Vx=e^(x*e^y) * (e^y)

That's correct. What's Vy?
 
Would Vy= e^(x*e^y) * (xe^y)
 
sdoyle1 said:
Would Vy= e^(x*e^y) * (xe^y)

Correct. Now you need to take the second partial derivatives.
 
Vxx would be the second derivative with respect to x but keeping y as a constant. This is where I get confused. Would it be:

Vxx=e^(xye^y)(ye^y)
= e^(xy^2e^y)
 
Wait, you would add the exponents, not multiply them.
So Vx= e^((xe^y)+y)
Vxx= e^(xe^y+y) * (e^y)
 
sdoyle1 said:
Vxx= e^(xe^y+y) * (e^y)

Correct
 
Ok then Vyy= xe^((xe^y)+y) * (x(e^y) +1)

Then Vxy= e^((xe^y)+y) * ((xe^y)+1) and Vyx is the same as Vxy

As an aside, how would I integrate t(t-1)^1/2 ?
 
sdoyle1 said:
Ok then Vyy= xe^((xe^y)+y) * (x(e^y) +1)

Then Vxy= e^((xe^y)+y) * ((xe^y)+1) and Vyx is the same as Vxy

Correct.

sdoyle1 said:
As an aside, how would I integrate t(t-1)^1/2 ?

Try integration by parts.
 
sdoyle1 said:
...

As an aside, how would I integrate t(t-1)^1/2 ?

Use the substitution: u = t-1 .
 
Good call. Both methods should work, but this is much simpler to do.