Burjam
- 52
- 1
The discussion revolves around finding the derivative of the function y = sin(πx)², focusing on the application of the chain rule in calculus.
The discussion is active, with participants sharing their attempts and reasoning. Some guidance has been offered regarding the breakdown of the function to facilitate the application of the chain rule, and there is acknowledgment of varying levels of understanding among participants.
Some participants express confusion over the correct application of the chain rule and the definitions of the functions involved. There is a mention of using external tools for verification, and the discussion reflects a range of familiarity with the concepts involved.
Burjam said:Homework Statement
Find the derivative of y = sin(πx)2
Homework Equations
Chain Rule: y' = f'(u) * u'
The Attempt at a Solution
(See attached image)
The answer according to the textbook is 2π2xcos(πx)2. What am I doing wrong here?
Write your function asBurjam said:Homework Statement
Find the derivative of y = sin(πx)2
Homework Equations
Chain Rule: y' = f'(u) * u'
The Attempt at a Solution
(See attached image)
The answer according to the textbook is 2π2xcos(πx)2. What am I doing wrong here?
Burjam said:Ok I did it by counting u as (π*x)2. When I took the derivative of that and made sin(πx)2 into cos(πx)2 I got the correct answer. But I don't see why you don't make it 2cos(πx)(2π2x). That's how I got my initial answer. I only was able to get the correct answer by trying different things until it worked.
Burjam said:Well I just said what I used u as. I used cos u as f
5hassay said:A good way to do this is to break it down so its easier to apply the chain rule for derivation.
I'll assume we are considering the function f(x)=\sin((\pi x)^2).
To break this down, define the function S(x)=x^2.
Also, define the function g(x)=\pi x.
(Note that these x parameters in these function definitions are not some same variable x, but just a dummy variable/parameter.)
Therefore, f(x) can be rewritten as (\sin \circ S \circ g)(x)=\sin(S(g(x ))).
Now, it is much easier to apply the chain rule, which turns out to be a triple application of it, here:
f^{\prime}(x)=\sin^{\prime}(S(g(x))) \cdot \frac{d}{dx} (S(g(x)))
\therefore f^{\prime}(x) = \cos(S(g(x))) \cdot S^{\prime}(g(x)) \cdot \frac{d}{dx} (g(x))
\therefore f^{\prime}(x) = \cos(S(g(x))) \cdot (2 \cdot g(x)) \cdot g^{\prime}(x) \cdot \frac{d}{dx} (x)
I guess it might appear a bit tedious to define even more functions than you already have, but it makes application of the chain rule even more clear. Of course, once you get better at this, you'll be able to do this extra work mentally (I still do it sometimes, though, ^_^)
Burjam said:Practice makes perfect, I can see. Well thanks for the help. I think I understand this a little better now.