How to get the second derivative of this function ?

AbuYusufEg
Messages
19
Reaction score
0
Let a function v in one variable, say u
u is a function also, but in two variables, say x & y

for the first derivative of v, i did the following:
\frac{\partial v}{\partial x} = \frac{d v}{d u} . \frac{\partial u}{\partial x}

And the resutlt is:
\frac{\partial v}{\partial x} = cos(u) . u_x

Note: u_x is so hard to get, may be impossible without computer.

But, if i want the second derivative of v, How to ?

\frac{\partial^2 v}{\partial x^2} = ?

i think that the way for getting it is Differentiating the result, means differentiating: cos(u) . u_x
But how to also ?
 
Last edited:
Physics news on Phys.org
Welcome to PF!

Hi AbuYusufEg! Welcome to PF! :smile:

Just treat cos(u) as your new v, and use the product rule.

(there'll be a (ux)2 in it … was that putting you off? :wink:)

Have a go! :smile:
 
i'll give a try !, tell me if any thing wrong ..
\frac{\partial^2 v}{\partial x^2} = -sin(u).u_x + cos(u).u_{xx}
is that correct ? and where is the (u_x)^2 you talk about ? and why should it be here ?
 
The second term is correct, but the first one should be -sin(u).ux2

can you see why? :smile:
 
Sorry, But No !
 
ok … you have to use the product rule on cos(u).ux

so it's cos(u).(∂/∂x(ux)) + (∂/∂x(cos(u)).ux

= cos(u).uxx + … ? :smile:
 
v_x= cos(u)u_x
use the product rule:

v_{xx}= (cos(u))_x u_x+ cos(u) u_{xx}
And (cos(u))_x= -sin(u) u_x by the chain rule. Because of the "u_x" in that,
(cos(u))_x u_x= (-sin(u) u_x)u_x= -sin(u) u_x^2.
 
tiny-tim said:
ok … you have to use the product rule on cos(u).ux

so it's cos(u).(∂/∂x(ux)) + (∂/∂x(cos(u)).ux

= cos(u).uxx + … ? :smile:

HallsofIvy said:
v_x= cos(u)u_x
use the product rule:

v_{xx}= (cos(u))_x u_x+ cos(u) u_{xx}
And (cos(u))_x= -sin(u) u_x by the chain rule. Because of the "u_x" in that,
(cos(u))_x u_x= (-sin(u) u_x)u_x= -sin(u) u_x^2.

it's clear now !, good.
 

Similar threads

Replies
3
Views
3K
Replies
6
Views
2K
Replies
5
Views
2K
Replies
5
Views
2K
Replies
2
Views
2K
Replies
17
Views
3K
Back
Top