I Differentiation of sin function where's my mistake?

Hawksteinman
Messages
59
Reaction score
23
I was thinking and came up with this. I know it's wrong but can't find the mistake :(

dy/dx sin(x) = cos(x)
dy/dx sin(kx) = kcos(kx)

So dy/dx sin(3x) = 3cos(3x)
Now let Y = 3x
dy/dx sin(Y) = cos(Y) = cos(3x)

3cos(3x) = cos(3x)
3 = 1

Where is the mistake?
 
  • Like
Likes Delta2
Physics news on Phys.org
Hawksteinman said:
I was thinking and came up with this. I know it's wrong but can't find the mistake :(

dy/dx sin(x) = cos(x)
dy/dx sin(kx) = kcos(kx)

So dy/dx sin(3x) = 3cos(3x)
Now let Y = 3x
dy/dx sin(Y) = cos(Y) = cos(3x)

3cos(3x) = cos(3x)
3 = 1

Where is the mistake?
## \dfrac{d}{dx}\sin(Y) \neq \cos(Y)##
You've made the chain rule vanish by pretending ##Y=y##.
 
  • Like
Likes QuantumQuest and Hawksteinman
Your notation doesn’t make sense.
dy/dx is the derivative of y with respect to x. “dy/dx sin(x)” is not a well-defined expression.

What you nean is d/dx sin(x). And suddenly the issue disappears:

d/dx sin(3x)=3cos(3x)
d/dx sin(y)=? - here we need the chain rule and d/dx 3x = 3:
d/dx sin(y) = cos(y) d/dx y = cos(y) * 3 = 3cos(3x)
 
  • Like
Likes Nucleus _Basalis and Hawksteinman
mfb said:
Your notation doesn’t make sense.
dy/dx is the derivative of y with respect to x. “dy/dx sin(x)” is not a well-defined expression.

What you nean is d/dx sin(x). And suddenly the issue disappears:

d/dx sin(3x)=3cos(x)
d/dx sin(y)=? - here we need the chain rule and d/dx 3x = 3:
d/dx sin(y) = cos(y) d/dx y = cos(y) * 3

I haven't done the chain rule yet I'll need to look into that :)
 
Basically:
If y =3x changes three times as fast as x, and sin(y) changes cos(y) times as fast as y, then sin(y)=sin(3x) changes 3*cos(y) = 3*cos(3x) times as fast as x.
 
  • Like
Likes Hawksteinman
Hawksteinman said:
So dy/dx sin(3x) = 3cos(3x)
As already noted, the above should be ##\frac d {dx}\left(\sin(3x)\right) = 3\cos(3x)##
##\frac{dy}{dx}## is the derivative of y with respect to x, so it is a thing, a noun.
##\frac d{dx}## is the operator that signifies taking the derivative of something with respect to x. It is an action that hasn't completed yet, a verb. Don't confuse these two things.

Hawksteinman said:
I haven't done the chain rule yet I'll need to look into that :)
Actually, you used the chain rule in the first line of what I quoted, above. The chain rule is what gives you that leading factor of 3.
 
  • Like
Likes QuantumQuest and Hawksteinman
Mark44 said:
As already noted, the above should be ##\frac d {dx}\left(\sin(3x)\right) = 3\cos(3x)##
##\frac{dy}{dx}## is the derivative of y with respect to x, so it is a thing, a noun.
##\frac d{dx}## is the operator that signifies taking the derivative of something with respect to x. It is an action that hasn't completed yet, a verb. Don't confuse these two things.

Actually, you used the chain rule in the first line of what I quoted, above. The chain rule is what gives you that leading factor of 3.

I don't know, I just used a table of derivatives :/
 
Hawksteinman said:
I don't know, I just used a table of derivatives :/
They were using the chain rule in the table.
 

Similar threads

Back
Top