How do I apply the Product Rule to three functions instead of just two?

  • Context: Undergrad 
  • Thread starter Thread starter zonniboy
  • Start date Start date
  • Tags Tags
    Differentiate
Click For Summary

Discussion Overview

The discussion revolves around applying the Product Rule for differentiation to a function involving three components, specifically the function y=(x)(sinx)(cosx). Participants explore different methods to differentiate this function and share their understanding of the Product Rule in this context.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant expresses uncertainty about how to apply the Product Rule to more than two functions and seeks clarification on the steps involved.
  • Another participant suggests an alternative approach by combining two of the functions into one, proposing f(x) = x and g(x) = (sin x)(cos x).
  • A later reply introduces a generalization of the Product Rule for n functions, providing a formula for differentiation.
  • One participant provides a detailed step-by-step differentiation of the function using the Product Rule, including intermediate steps and simplifications.
  • Another participant notes a simplification of the function using a trigonometric identity, leading to a different expression for differentiation.
  • Further contributions reiterate the use of the identity and provide additional simplifications and derivative forms.

Areas of Agreement / Disagreement

Participants present multiple approaches to applying the Product Rule, and while some methods are discussed in detail, there is no consensus on a single preferred method. The discussion remains open with various interpretations and techniques being explored.

Contextual Notes

Some participants rely on specific trigonometric identities and simplifications that may not be universally applicable without further context. The discussion includes various assumptions about the functions involved and their derivatives.

zonniboy
Messages
3
Reaction score
0
I'm not sure how to do this one. Only way I can think of is using the Product Rule but I don't know how to apply it when there are more than two functions.

Something like:

y=(x)(sinx)(cosx)

--separate it into three different functions--

f(x)=x, g(x)=sinx, z(x)=cosx

--use Product Rule--

?

Are those the right steps to differentiate the function and if they are how do I apply the Product Rule to three functions instead of just two?

Any help would be appreciated.
 
Physics news on Phys.org
whats wrong with

f(x) = x
g(x) = (sin x)(cos x)

?
 
Ah. Didn't think of it that way. Sorry, brand new to Trig and Calc.
 
There is a generalization of the product rule; I just wanted to realize this other approach to the problem because this idea it may be useful in the future. (and, IMHO, is easier to remember!)

Anyways, the generalization is:

[tex] \begin{array}{l}<br /> (f_1 f_2 f_3 \ldots f_n)' = \\<br /> f_1' f_2 f_3 \ldots f_n +<br /> f_1 f_2' f_3 \ldots f_n +<br /> f_1 f_2 f_3' \ldots f_n +<br /> \ldots +<br /> f_1 f_2 f_3 \ldots f_n'<br /> \end{array}[/tex]
 
Last edited:
Differentiation Product Rule...

Differentiate:
y = x(sin(x))(cos(x))

f(x) = x
g(x) = sin(x)
h(x) = cos(x)

Product Rule:
(d/dx)[f(x)g(x)h(x)] = f'(x)g(x)h(x) + f(x)g'(x)h(x) + f(x)g(x)h'(x)

Factor g(x):
(d/dx)[f(x)g(x)h(x)] = f(x)h(x)g'(x) + g(x)(h(x)f'(x) + f(x)h'(x))
(d/dx)[f(x)g(x)h(x)] = x*cos(x)*(d/dx)[sin(x)] + sin(x)(cos(x)(d/dx)[x] + x(d/dx)[cos(x)])

Derivative:
(d/dx)[f(x)] = (d/dx)[x] = 1
(d/dx)[g(x)] = (d/dx)[sin(x)] = cos(x)
(d/dx)[h(x)] = (d/dx)[cos(x)] = -sin(x)

= x*cos(x)*cos(x) + sin(x)(cos(x)(1) + x*-sin(x))
= x*cos^2(x) + sin(x)(cos(x) - x*sin(x))
= x*cos^2(x) + sin(x)*cos(x) - x*sin^2(x)
= sin(x)*cos(x) + x*cos^2(x) - x*sin^2(x)

Factor x:
= cos(x)sin(x) + x(cos^2(x) - sin^2(x))
x(cos^2(x) - sin^2(x)) = x*cos(2x)

Solution:
= x*cos(2x) + cos(x)*sin(x)

---

(d/dx)[f(x)g(x)h(x)] = (d/dx)[x(sin(x))(cos(x))]

Use Product Rule:
[tex]\frac{d(u,v)}{dx} = \frac{du}{dx}v + u \frac{dv}{dx}[/tex]
u = x, v = cos(x)sin(x)
(d/dx)[x] = 1
= x(d/dx)[cos(x)sin(x)] + cos(x)sin(x)(d/dx)[x]
= x(d/dx)[cos(x)sin(x)] + cos(x)sin(x)

Use Product Rule:
[tex]\frac{d(u,v)}{dx} = \frac{du}{dx}v + u \frac{dv}{dx}[/tex]
u = cos(x), v = sin(x)
= cos(x)sin(x) + x(cos(x)(d/dx)[sin(x)] + sin(x)(d/dx)[cos(x)])
(d/dx)[sin(x)] = cos(x)
(d/dx)[cos(x)] = -sin(x)
= cos(x)sin(x) + x(cos^2(x) - sin^2(x))
x(cos^2(x) - sin^2(x)) = x*cos(2x)

Solution:
= x*cos(2x) + cos(x)sin(x)
 
xcosxsinx = xsin(2x)/2 so
(xcosxsinx)' = sin(2x)/2 + xcos(2x)
 
As h2 said, use the identity.

[tex]f(x) = x\cos x\sin x = \frac{x\sin 2x}{2}[/tex]
[tex]f'(x) = \frac{1}{2}(\sin 2x + 2x\cos 2x) = \frac{\sin 2x}{2} + x\cos 2x = \cos x\sin x + x\cos 2x[/tex]
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K