- Thread starter
- #1
Let's see if this helps:well actually I'm taking d/dy ( when i say that I am guessing, i am not really sure) I i meant to say y'. I'll fix that. All it said was differentiate y = cos(a^3 + x^3) so how do i know what to say like y'(whatgoeshere)' = ? How do i know whether its x or a. I beleive i am taking the dy/dx derivative of y in respect of x if im saying that right
\(\displaystyle \frac{d}{dx}(a^3 + x^3) = \frac{d}{dx}(3x^2)\) ?Okay, I would assume then that $a$ is a constant...otherwise it should be written as $a(x)$. That being the case, what is:
\(\displaystyle \frac{d}{dx}\left(a^3+x^3 \right)\) ?
You actually want to write:\(\displaystyle \frac{d}{dx}(a^3 + x^3) = \frac{d}{dx}(3x^2)\) ?
Yes, that's correct!Oh I see now! Since a is constant it goes away, so i have:
\(\displaystyle -sin(u) * 3x^2\) which becomes \(\displaystyle -3x^2 sin(u)\) which becomes \(\displaystyle y'(x)\) or \(\displaystyle \frac{dy}{dx}\) = \(\displaystyle -3x^2 sin(a^3 + x^3)\)
Yes, that's correct!
I want to offer a $\LaTeX$ tip...
Precede predefined functions such as the trigonometric and logarithmic functions with a backslash so that their names are not italicized. This way they are distinguished from a string of variables. For example:
\sin(x) gives \(\displaystyle \sin(x)\)
but
sin(x) gives \(\displaystyle sin(x)\)