Heat said:
Homework Statement
Find d^2y/dx^2.
y = x cos x
First find the first derivative. You get two terms (product rule!).
What is the difference of dx/dy, d^2y/dx^2, dy^2/d^2x, etc...
dx/dy is the derivative of
x with respect to
y. Writing this down sort of implies that
x is a function of
y, like [itex]x(y) = 3 \sqrt{1 + y^2} / y[/itex], though it's a bit against conventions to call the function
x and the variable
y.
d^2 y / dx^2 is the second derivative of y with respect to x, of which y is a function. It can be viewed as shorthand for
[tex]\frac{d^2 y}{dx^2} = \frac{d\left( \frac{ dy }{ dx } \right) }{ dx }[/tex]
Of course this is possible, since dy/dx is again a function of
x, for example:
[tex]y(x) = x^2, \frac{dy}{dx} = 2 x, \frac{d^2 y}{dx} = \frac{d (2x) }{dx} = 2.[/tex]
Oh, and dy^2/dx^2 doesn't really mean anything, it's usually an error if someone writes that down. (Though it is possible to make sense of it, by viewing x^2 as a variable, e.g. [itex]y = 2 x^2[/itex] s.t. [itex]y^2 = 4 (x^2)^2 = 4 x^4[/itex]. Then [itex]\frac{ d y^2 }{ d x^2 } = 8 x^2[/itex] as you can see by temporarily writing [itex]z = x^2[/itex] everywhere, deriving, and writing it back in x^2).