Other Differential Functions - AP Calculus AB
Card 0 of 12012
What is the first derivative of sin(x2)(3x2 + 5x)?
What is the first derivative of sin(x2)(3x2 + 5x)?
To find the derivative, we must use both the product and the chain rule. Let us consider each part:
f(x) = sin(x2)
g(x) = 3x2 + 5x
For f(x), we will need to apply the chain rule. Consider f(x) as being f(h(x)) where h(x) = x2; therefore f'(x) = f'(h(x)) * h'(x) or cos(x2) * 2x = 2x * cos(x2).
Gathering together all of our data, we have:
f(x) = sin(x2)
f'(x) = 2x * cos(x2)
g(x) = 3x2 + 5x
g'(x) = 6x + 5
The product rule states that if a(x) = f(x) * g(x), then a'(x) = f'(x) * g(x) + f(x) * g'(x)
For our data, then, the derivative of a(x) = sin(x2)(3x2 + 5x) is:
a'(x) = 2x * cos(x2) * (3x2 + 5x) + sin(x2) * (6x + 5)
Distributing, this gives us:
a'(x) = 6x3cos(x2) + 10x2cos(x2) + 6x * sin(x2)+ 5sin(x2)
To find the derivative, we must use both the product and the chain rule. Let us consider each part:
f(x) = sin(x2)
g(x) = 3x2 + 5x
For f(x), we will need to apply the chain rule. Consider f(x) as being f(h(x)) where h(x) = x2; therefore f'(x) = f'(h(x)) * h'(x) or cos(x2) * 2x = 2x * cos(x2).
Gathering together all of our data, we have:
f(x) = sin(x2)
f'(x) = 2x * cos(x2)
g(x) = 3x2 + 5x
g'(x) = 6x + 5
The product rule states that if a(x) = f(x) * g(x), then a'(x) = f'(x) * g(x) + f(x) * g'(x)
For our data, then, the derivative of a(x) = sin(x2)(3x2 + 5x) is:
a'(x) = 2x * cos(x2) * (3x2 + 5x) + sin(x2) * (6x + 5)
Distributing, this gives us:
a'(x) = 6x3cos(x2) + 10x2cos(x2) + 6x * sin(x2)+ 5sin(x2)
Compare your answer with the correct one above
What is the first derivative of f(x) = sin(2x2 + 5x) – sin(cos(x))?
What is the first derivative of f(x) = sin(2x2 + 5x) – sin(cos(x))?
For each of the parts of f(x), you will have to apply the chain rule:
For sin(2x2 + 5x): cos(2x2 + 5x) * (4x + 5)
For (sin(cos(x)): cos(cos(x))*(-sin(x))
Therefore, for our original:
f'(x) = cos(2x2 + 5x) * (4x + 5) – cos(cos(x)) * (–sin(x))
Simplifying:
f'(x) = 4x*cos(2x2 + 5x) + 5cos(2x2 + 5x) + cos(cos(x)) * sin(x)
For each of the parts of f(x), you will have to apply the chain rule:
For sin(2x2 + 5x): cos(2x2 + 5x) * (4x + 5)
For (sin(cos(x)): cos(cos(x))*(-sin(x))
Therefore, for our original:
f'(x) = cos(2x2 + 5x) * (4x + 5) – cos(cos(x)) * (–sin(x))
Simplifying:
f'(x) = 4x*cos(2x2 + 5x) + 5cos(2x2 + 5x) + cos(cos(x)) * sin(x)
Compare your answer with the correct one above
What is the first derivative of f(x) = ln(x2 tan(x2))?
What is the first derivative of f(x) = ln(x2 tan(x2))?
f(x) = ln(x2 * tan(x2))?
The chain rule is necessary. For the natural logarithm "portion", we know the derivative will be:1/(x2 * tan(x2))
However, we must add the derivative of the argument using the product rule: 2x*tan(x2) + x2 * 2x * sec2(x2)
The whole derivative: f'(x) = (2x * tan(x2) + x2 * 2x * sec2(x2))/(x2 * tan(x2))
Splitting apart the fraction, we have the sum of:
(2x * tan(x2))/(x2 * tan(x2))
and
x2 * 2x * sec2(x2)/(x2 * tan(x2))
The first simplifies to 2/x
The second is a bit trickier. First let us simplify the non-trigonometric components:
2x * sec2(x2)/tan(x2)
Now, since sec(x) = 1/cos(x) and tan(x) = sin(x)/cos(x), we can rewrite:
2x * sec2(x2)/tan(x2) = 2x/(cos2(x2) * sin(x2)/cos(x2))
This reduces to: 2x/(cos(x2) * sin(x2)), which is the same as 2x * sec(x2) * csc(x2)
Therefore, we can write our solution as f'(x) = (2/x) + 2x * sec(x2) * csc(x2)
f(x) = ln(x2 * tan(x2))?
The chain rule is necessary. For the natural logarithm "portion", we know the derivative will be:1/(x2 * tan(x2))
However, we must add the derivative of the argument using the product rule: 2x*tan(x2) + x2 * 2x * sec2(x2)
The whole derivative: f'(x) = (2x * tan(x2) + x2 * 2x * sec2(x2))/(x2 * tan(x2))
Splitting apart the fraction, we have the sum of:
(2x * tan(x2))/(x2 * tan(x2))
and
x2 * 2x * sec2(x2)/(x2 * tan(x2))
The first simplifies to 2/x
The second is a bit trickier. First let us simplify the non-trigonometric components:
2x * sec2(x2)/tan(x2)
Now, since sec(x) = 1/cos(x) and tan(x) = sin(x)/cos(x), we can rewrite:
2x * sec2(x2)/tan(x2) = 2x/(cos2(x2) * sin(x2)/cos(x2))
This reduces to: 2x/(cos(x2) * sin(x2)), which is the same as 2x * sec(x2) * csc(x2)
Therefore, we can write our solution as f'(x) = (2/x) + 2x * sec(x2) * csc(x2)
Compare your answer with the correct one above
What is the first derivative of s(x) = 2sin(sin(x))?
What is the first derivative of s(x) = 2sin(sin(x))?
We must carefully parse this function in order to apply the chain rule correctly. Let us make the following substitutions:
f(x) = 2x
g(x) = sin(sin(x))
s(x) = f(g(x)) = 2sin(sin(x))
According to the chain rule, we know that s'(x) = f'(g(x)) * g'(x)
f'(g(x)) = ln(2) * 2sin(sin(x))
g'(x) = cos(sin(x)) * cos(x)
Therefore, s'(x) = ln(2) * 2sin(sin(x)) * cos(sin(x)) * cos(x)
We must carefully parse this function in order to apply the chain rule correctly. Let us make the following substitutions:
f(x) = 2x
g(x) = sin(sin(x))
s(x) = f(g(x)) = 2sin(sin(x))
According to the chain rule, we know that s'(x) = f'(g(x)) * g'(x)
f'(g(x)) = ln(2) * 2sin(sin(x))
g'(x) = cos(sin(x)) * cos(x)
Therefore, s'(x) = ln(2) * 2sin(sin(x)) * cos(sin(x)) * cos(x)
Compare your answer with the correct one above
What is the first derivative of f(x) = sin2(x) – sin(x)cos(x)?
What is the first derivative of f(x) = sin2(x) – sin(x)cos(x)?
Consider each of the elements in isolation:
sin2(x) can be differentiated using the chain rule.
Step 1: 2(sin(x))
Step 2: take the derivative of sin(x): cos(x)
Therefore, d/dx (sin2(x)) = 2sin(x)cos(x)
sin(x)cos(x) can be differentiated by the product rule:
cos(x)cos(x) + sin(x) * –sin(x) = cos2(x) – sin2(x)
Combine these:
2sin(x)cos(x) – (cos2(x) – sin2(x)) = 2sin(x)cos(x) – cos2(x) + sin2(x)
Consider each of the elements in isolation:
sin2(x) can be differentiated using the chain rule.
Step 1: 2(sin(x))
Step 2: take the derivative of sin(x): cos(x)
Therefore, d/dx (sin2(x)) = 2sin(x)cos(x)
sin(x)cos(x) can be differentiated by the product rule:
cos(x)cos(x) + sin(x) * –sin(x) = cos2(x) – sin2(x)
Combine these:
2sin(x)cos(x) – (cos2(x) – sin2(x)) = 2sin(x)cos(x) – cos2(x) + sin2(x)
Compare your answer with the correct one above
What is the first derivative of f(x) = sin(x)ln(cos(x))?
What is the first derivative of f(x) = sin(x)ln(cos(x))?
This is a mixture of the product rule and the chain rule:
The first term of the product rule is: cos(x)ln(cos(x))
The second term will have sin(x) but will include the differentiation of the ln(cos(x)), which will require the chain rule:
sin(x) * (1/cos(x)) * (–sin(x)) = –sin2(x)/cos(x)
Combining both we get:
cos(x)ln(cos(x)) – sin2(x)/cos(x)
Now, note that none of the answers are the same as this ;however, we can make an alteration:
sin(x)/cos(x) is the same as tan(x)
Therefore, the answer is: cos(x)ln(cos(x)) – tan(x)sin(x)
This is a mixture of the product rule and the chain rule:
The first term of the product rule is: cos(x)ln(cos(x))
The second term will have sin(x) but will include the differentiation of the ln(cos(x)), which will require the chain rule:
sin(x) * (1/cos(x)) * (–sin(x)) = –sin2(x)/cos(x)
Combining both we get:
cos(x)ln(cos(x)) – sin2(x)/cos(x)
Now, note that none of the answers are the same as this ;however, we can make an alteration:
sin(x)/cos(x) is the same as tan(x)
Therefore, the answer is: cos(x)ln(cos(x)) – tan(x)sin(x)
Compare your answer with the correct one above
What is the first derivative of f(x) = sin(cos(tan(sin(x))))
What is the first derivative of f(x) = sin(cos(tan(sin(x))))
Okay, don't be overwhelmed. Take this chain rule one step at a time:
Step 1: Do the sine...
cos(cos(tan(sin(x))))
Step 2: Do the cosine . . .
–sin(tan(sin(x)))
Step 3: do the tangent . . . this is the simple chain rule, so diffentiate the argument as well
sec2(sin(x))cos(x)
Step 4: Multiply them together:
–cos(cos(tan(sin(x)))) * sec2(sin(x))cos(x) * sin(tan(sin(x)))
Okay, don't be overwhelmed. Take this chain rule one step at a time:
Step 1: Do the sine...
cos(cos(tan(sin(x))))
Step 2: Do the cosine . . .
–sin(tan(sin(x)))
Step 3: do the tangent . . . this is the simple chain rule, so diffentiate the argument as well
sec2(sin(x))cos(x)
Step 4: Multiply them together:
–cos(cos(tan(sin(x)))) * sec2(sin(x))cos(x) * sin(tan(sin(x)))
Compare your answer with the correct one above
What is the first derivative of f(x) = sec(x2 + 4x)?
What is the first derivative of f(x) = sec(x2 + 4x)?
This is a simple chain rule. The derivative of the secant is secant * tangent; therefore:
f'(x) = sec(x2 + 4x) * tan(x2 + 4x) * (2x + 4)
Distribute everything to get your answer: 2x * sec(x2 + 4x)tan(x2 + 4x) + 4sec(x2 + 4x)tan(x2 + 4x)
This is a simple chain rule. The derivative of the secant is secant * tangent; therefore:
f'(x) = sec(x2 + 4x) * tan(x2 + 4x) * (2x + 4)
Distribute everything to get your answer: 2x * sec(x2 + 4x)tan(x2 + 4x) + 4sec(x2 + 4x)tan(x2 + 4x)
Compare your answer with the correct one above
What is the first derivative of f(x) = cos4(x2)
What is the first derivative of f(x) = cos4(x2)
Consider this as a chain rule case. Do each step:
Step 1: cos4
4cos3(x2)
Step 2: cos(x2); this can be treated like a normal case of the chain rule
–sin(x2) * 2x
Combining these, we get
–8x * sin(x2)cos3(x2)
Consider this as a chain rule case. Do each step:
Step 1: cos4
4cos3(x2)
Step 2: cos(x2); this can be treated like a normal case of the chain rule
–sin(x2) * 2x
Combining these, we get
–8x * sin(x2)cos3(x2)
Compare your answer with the correct one above
What is the first derivative of f(x) = (100/x2) + (50/x) – 200x2?
What is the first derivative of f(x) = (100/x2) + (50/x) – 200x2?
f(x) = (100/x2) + (50/x) – 200x2
First, rewrite the equation: 100x–2 + 50x–1 – 200x2
At this point, it is relatively easy to differentiate:
f'(x) = –2 * 100x–3 – 50x–2 – 400x = (–200/x3) – (50/x2) – 400x
Simplify by making x3 the common denominator:
(–200 – 50x – 400x4)/x3
Factor out the common –50 in the numerator to make things look nicer:
–50(4 + x + 8x4)/x3
f(x) = (100/x2) + (50/x) – 200x2
First, rewrite the equation: 100x–2 + 50x–1 – 200x2
At this point, it is relatively easy to differentiate:
f'(x) = –2 * 100x–3 – 50x–2 – 400x = (–200/x3) – (50/x2) – 400x
Simplify by making x3 the common denominator:
(–200 – 50x – 400x4)/x3
Factor out the common –50 in the numerator to make things look nicer:
–50(4 + x + 8x4)/x3
Compare your answer with the correct one above
What is the first derivative of f(x) = 2x * ln(sin(x))?
What is the first derivative of f(x) = 2x * ln(sin(x))?
f(x) = 2x * ln(sin(x))
Here, we have a product rule with a chain rule.
The derivative of ln(sin(x)) = (1/sin(x)) * cos(x). Note that this is cot(x).
Therefore, our full derivative is:
f'(x) = 2ln(sin(x)) + 2x * cot(x) = 2(ln(sin(x)) + x * cot(x))
f(x) = 2x * ln(sin(x))
Here, we have a product rule with a chain rule.
The derivative of ln(sin(x)) = (1/sin(x)) * cos(x). Note that this is cot(x).
Therefore, our full derivative is:
f'(x) = 2ln(sin(x)) + 2x * cot(x) = 2(ln(sin(x)) + x * cot(x))
Compare your answer with the correct one above
What is the first derivative of f(x) = sin4(x) – cos3(x)?
What is the first derivative of f(x) = sin4(x) – cos3(x)?
f(x) = sin4(x) – cos3(x)?
Treat these as chain rules:
The derivative of sin4(x) is therefore: 4sin3(x)cos(x)
The derivative of cos3(x) is therefore: 3cos2(x) * –sin(x) or –3cos2(x)sin(x)
This gives us 4sin3(x)cos(x) + 3cos2(x)sin(x), which really cannot be simplified any further.
f(x) = sin4(x) – cos3(x)?
Treat these as chain rules:
The derivative of sin4(x) is therefore: 4sin3(x)cos(x)
The derivative of cos3(x) is therefore: 3cos2(x) * –sin(x) or –3cos2(x)sin(x)
This gives us 4sin3(x)cos(x) + 3cos2(x)sin(x), which really cannot be simplified any further.
Compare your answer with the correct one above
What is the the first derivative of f(x) = 2tan(x)?
What is the the first derivative of f(x) = 2tan(x)?
This is a case of the chain rule.
Step 1: Deal with the exponential function
ln(2) * 2tan(x)
Step 2: Deal with the exponent
sec2(x)
Multiply them together to get your answer:
sec2(x) * ln(2) * 2tan(x)
This is a case of the chain rule.
Step 1: Deal with the exponential function
ln(2) * 2tan(x)
Step 2: Deal with the exponent
sec2(x)
Multiply them together to get your answer:
sec2(x) * ln(2) * 2tan(x)
Compare your answer with the correct one above
What is the first derivative of f(x) = sin4(x) – cos4(x)?
What is the first derivative of f(x) = sin4(x) – cos4(x)?
Applying the chain rule to each element, we get:
f'(x) = 4sin3(x)cos(x) + 4cos3(x)sin(x)
If we factor out the common factors, we get:
f'(x) = 4sin(x)cos(x)(sin2(x) + cos2(x)) = 4sin(x)cos(x)(1) = 4sin(x)cos(x)
Also, since we know that 2sin(x)cos(x) = sin(2x), we know that 4sin(x)cos(x) = 2sin(2x)
Applying the chain rule to each element, we get:
f'(x) = 4sin3(x)cos(x) + 4cos3(x)sin(x)
If we factor out the common factors, we get:
f'(x) = 4sin(x)cos(x)(sin2(x) + cos2(x)) = 4sin(x)cos(x)(1) = 4sin(x)cos(x)
Also, since we know that 2sin(x)cos(x) = sin(2x), we know that 4sin(x)cos(x) = 2sin(2x)
Compare your answer with the correct one above
What is the first derivative of f(x) = x2sin(4x3)?
What is the first derivative of f(x) = x2sin(4x3)?
This is a product rule combined with a chain rule. Let's do the chain rule for sin(4x3) first:
cos(4x3) * 12x2 = 12x2cos(4x3)
With this in mind, let's solve our whole problem:
2x * sin(4x3) + x2 * 12x2cos(4x3) = 2x * sin(4x3) + 12x4cos(4x3) = 2x(sin(4x3) + 6x3cos(4x3))
This is a product rule combined with a chain rule. Let's do the chain rule for sin(4x3) first:
cos(4x3) * 12x2 = 12x2cos(4x3)
With this in mind, let's solve our whole problem:
2x * sin(4x3) + x2 * 12x2cos(4x3) = 2x * sin(4x3) + 12x4cos(4x3) = 2x(sin(4x3) + 6x3cos(4x3))
Compare your answer with the correct one above
What is the first derivative of f(x) = x4 – x * sin(x–5)?
What is the first derivative of f(x) = x4 – x * sin(x–5)?
The first element is merely differentiated as 4x3
The second element is a relatively simple product rule:
sin(x–5) + x * cos(x–5) * –5 * x–6 = sin(x–5) + cos(x–5) * –5 * x–5 = sin(x–5) – (5 * cos(x–5)/x5)
Put everything back together:
4x3 – ( sin(x–5) – (5 * cos(x–5)/x5) ) = 4x3 – sin(x–5) + (5 * cos(x–5)/x5)
The first element is merely differentiated as 4x3
The second element is a relatively simple product rule:
sin(x–5) + x * cos(x–5) * –5 * x–6 = sin(x–5) + cos(x–5) * –5 * x–5 = sin(x–5) – (5 * cos(x–5)/x5)
Put everything back together:
4x3 – ( sin(x–5) – (5 * cos(x–5)/x5) ) = 4x3 – sin(x–5) + (5 * cos(x–5)/x5)
Compare your answer with the correct one above
What is the first derivative of f(x) = 5x * ln(2x)?
What is the first derivative of f(x) = 5x * ln(2x)?
This is just a normal product rule problem:
5 * ln(2x) + 5x * 2 * (1/2x)
Simplify: 5ln(2) + 5 = 5(ln(2) + 1)
This is just a normal product rule problem:
5 * ln(2x) + 5x * 2 * (1/2x)
Simplify: 5ln(2) + 5 = 5(ln(2) + 1)
Compare your answer with the correct one above
What is the slope of the tangent line at x = 2 for f(x) = 6/x2?
What is the slope of the tangent line at x = 2 for f(x) = 6/x2?
First rewrite your function to make this easier:
f(x) = 6/x2 = 6x–2
Now, we must find the first derivative:
f'(x) = –2 * 6 * x–3 = –12/x3
The slope of the tangent line of f(x) at x = 2 is: f'(2) = –12/23 = –12/8 = –3/2 = –1.5
First rewrite your function to make this easier:
f(x) = 6/x2 = 6x–2
Now, we must find the first derivative:
f'(x) = –2 * 6 * x–3 = –12/x3
The slope of the tangent line of f(x) at x = 2 is: f'(2) = –12/23 = –12/8 = –3/2 = –1.5
Compare your answer with the correct one above
What is the slope of the line tangent to f(x) = x4 – 3x–4 – 45 at x = 5?
What is the slope of the line tangent to f(x) = x4 – 3x–4 – 45 at x = 5?
First we must find the first derivative of f(x).
f'(x) = 4x3 + 12x–5
To find the slope of the tangent line of f(x) at 5, we merely have to evaluate f'(x) at 5:
f'(5) = 4*53 + 12* 5–5 = 500 + 12/3125 = 500.00384
First we must find the first derivative of f(x).
f'(x) = 4x3 + 12x–5
To find the slope of the tangent line of f(x) at 5, we merely have to evaluate f'(x) at 5:
f'(5) = 4*53 + 12* 5–5 = 500 + 12/3125 = 500.00384
Compare your answer with the correct one above
What is the first derivative of f(x) = 2ln(cos(x)sin(x))?
What is the first derivative of f(x) = 2ln(cos(x)sin(x))?
This requires both the use of the chain rule and the product rule. Start with the natural logarithm: 2/(cos(x)sin(x))
Now, multiply by d/dx cos(x)sin(x), which is: –sin(x)sin(x) + cos(x)cos(x) = cos2(x) – sin2(x)
Therefore, f'(x) = (cos2(x) – sin2(x)) * 2/(cos(x)sin(x)) = 2(cos2(x) – sin2(x))sec(x)csc(x)
From our trigonometric identities, we know cos2(x) – sin2(x) = cos(2x)
Therefore, we can finilize our simplification to f'(x) = 2cos(2x)sec(x)csc(x)
This requires both the use of the chain rule and the product rule. Start with the natural logarithm: 2/(cos(x)sin(x))
Now, multiply by d/dx cos(x)sin(x), which is: –sin(x)sin(x) + cos(x)cos(x) = cos2(x) – sin2(x)
Therefore, f'(x) = (cos2(x) – sin2(x)) * 2/(cos(x)sin(x)) = 2(cos2(x) – sin2(x))sec(x)csc(x)
From our trigonometric identities, we know cos2(x) – sin2(x) = cos(2x)
Therefore, we can finilize our simplification to f'(x) = 2cos(2x)sec(x)csc(x)
Compare your answer with the correct one above