Finding first and second derivatives of $y=(x-1) (x+1)^3$ and $y=frac{10}{4x^3-9x^2+6x}$ in order to...
up vote
0
down vote
favorite
I'm having a problem finding the first and second derivatives of the following functions so that I can use them to find the monotonic intervals and the curve.
For the first function, I tried to use the chain rule combined with the product rule, but I am not sure I am doing the right thing. For the second function, I don't have any idea how to get the derivatives, because it's in fraction form.
- $y=(x-1) (x+1)^3$
- $y=dfrac{10}{4x^3-9x^2+6x}$
For the first function, I tried this:
$$begin{align}
y &= (x-1) (x+1)^3 \
&= (x-1)^{-1}cdot 1cdot 3(x+1)^2 =0
end{align}$$
I get lost from here. Any help on this? Thanks.
calculus functions
add a comment |
up vote
0
down vote
favorite
I'm having a problem finding the first and second derivatives of the following functions so that I can use them to find the monotonic intervals and the curve.
For the first function, I tried to use the chain rule combined with the product rule, but I am not sure I am doing the right thing. For the second function, I don't have any idea how to get the derivatives, because it's in fraction form.
- $y=(x-1) (x+1)^3$
- $y=dfrac{10}{4x^3-9x^2+6x}$
For the first function, I tried this:
$$begin{align}
y &= (x-1) (x+1)^3 \
&= (x-1)^{-1}cdot 1cdot 3(x+1)^2 =0
end{align}$$
I get lost from here. Any help on this? Thanks.
calculus functions
1
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm having a problem finding the first and second derivatives of the following functions so that I can use them to find the monotonic intervals and the curve.
For the first function, I tried to use the chain rule combined with the product rule, but I am not sure I am doing the right thing. For the second function, I don't have any idea how to get the derivatives, because it's in fraction form.
- $y=(x-1) (x+1)^3$
- $y=dfrac{10}{4x^3-9x^2+6x}$
For the first function, I tried this:
$$begin{align}
y &= (x-1) (x+1)^3 \
&= (x-1)^{-1}cdot 1cdot 3(x+1)^2 =0
end{align}$$
I get lost from here. Any help on this? Thanks.
calculus functions
I'm having a problem finding the first and second derivatives of the following functions so that I can use them to find the monotonic intervals and the curve.
For the first function, I tried to use the chain rule combined with the product rule, but I am not sure I am doing the right thing. For the second function, I don't have any idea how to get the derivatives, because it's in fraction form.
- $y=(x-1) (x+1)^3$
- $y=dfrac{10}{4x^3-9x^2+6x}$
For the first function, I tried this:
$$begin{align}
y &= (x-1) (x+1)^3 \
&= (x-1)^{-1}cdot 1cdot 3(x+1)^2 =0
end{align}$$
I get lost from here. Any help on this? Thanks.
calculus functions
calculus functions
edited Nov 18 at 9:29
Blue
47k870148
47k870148
asked Nov 18 at 9:14
sam
1051
1051
1
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58
add a comment |
1
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58
1
1
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
I'm having a problem finding the first and second derivatives of the following...
Hint: I will show the first derivative of each function below, hope this helps:
for $y=(x-1) (x+1)^3$
you could use the chain rule: $frac{d}{dx}(u.v)=v.frac{d}{dx}(u)+u.frac{d}{dx} (v)$
Choose $$u=x-1, v=(x+1)^3$$
$$frac{d}{dx}(u)=frac{d}{dx}(x-1)=1$$
$$frac{d}{dx}(v)=frac{d}{dx}(x+1)^3=3(x+1)^{3-1}(x-1)=3(x+1)^2(x-1)$$
$$frac{d}{dx} (x-1) (x+1)^3 =(x+1)^3+(x-1)(3(x+1)^2)$$
Now for the function:
$y=dfrac{10}{4x^3-9x^2+6x}$ This function is of the form $g=frac{u}{v}$ and the derivative is:
$$frac{frac{d}{dx}(u).v -ufrac{d}{dx}(v)}{v^2}$$
choose $$u=10, v= 4x^3-9x^2+6x$$
$$frac{d}{dx}(u)=frac{d}{dx}(10)=0$$
$$frac{d}{dx}(v)=frac{d}{dx} (4x^3-9x^2+6x)=12x^2-18x+6$$
$$frac{d}{dx}(frac{10}{4x^3-9x^2+6x})=frac{-10(12x^2-18x+6)}{(4x^3-9x^2+6x)^{2}}$$
The above derivative is not defined where v=0, that is at values:
$$x=0 , x=frac{9}{8}+ifrac{sqrt {15}}{8}, frac{9}{8}-ifrac{sqrt {15}}{8}$$
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
I'm having a problem finding the first and second derivatives of the following...
Hint: I will show the first derivative of each function below, hope this helps:
for $y=(x-1) (x+1)^3$
you could use the chain rule: $frac{d}{dx}(u.v)=v.frac{d}{dx}(u)+u.frac{d}{dx} (v)$
Choose $$u=x-1, v=(x+1)^3$$
$$frac{d}{dx}(u)=frac{d}{dx}(x-1)=1$$
$$frac{d}{dx}(v)=frac{d}{dx}(x+1)^3=3(x+1)^{3-1}(x-1)=3(x+1)^2(x-1)$$
$$frac{d}{dx} (x-1) (x+1)^3 =(x+1)^3+(x-1)(3(x+1)^2)$$
Now for the function:
$y=dfrac{10}{4x^3-9x^2+6x}$ This function is of the form $g=frac{u}{v}$ and the derivative is:
$$frac{frac{d}{dx}(u).v -ufrac{d}{dx}(v)}{v^2}$$
choose $$u=10, v= 4x^3-9x^2+6x$$
$$frac{d}{dx}(u)=frac{d}{dx}(10)=0$$
$$frac{d}{dx}(v)=frac{d}{dx} (4x^3-9x^2+6x)=12x^2-18x+6$$
$$frac{d}{dx}(frac{10}{4x^3-9x^2+6x})=frac{-10(12x^2-18x+6)}{(4x^3-9x^2+6x)^{2}}$$
The above derivative is not defined where v=0, that is at values:
$$x=0 , x=frac{9}{8}+ifrac{sqrt {15}}{8}, frac{9}{8}-ifrac{sqrt {15}}{8}$$
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
add a comment |
up vote
0
down vote
accepted
I'm having a problem finding the first and second derivatives of the following...
Hint: I will show the first derivative of each function below, hope this helps:
for $y=(x-1) (x+1)^3$
you could use the chain rule: $frac{d}{dx}(u.v)=v.frac{d}{dx}(u)+u.frac{d}{dx} (v)$
Choose $$u=x-1, v=(x+1)^3$$
$$frac{d}{dx}(u)=frac{d}{dx}(x-1)=1$$
$$frac{d}{dx}(v)=frac{d}{dx}(x+1)^3=3(x+1)^{3-1}(x-1)=3(x+1)^2(x-1)$$
$$frac{d}{dx} (x-1) (x+1)^3 =(x+1)^3+(x-1)(3(x+1)^2)$$
Now for the function:
$y=dfrac{10}{4x^3-9x^2+6x}$ This function is of the form $g=frac{u}{v}$ and the derivative is:
$$frac{frac{d}{dx}(u).v -ufrac{d}{dx}(v)}{v^2}$$
choose $$u=10, v= 4x^3-9x^2+6x$$
$$frac{d}{dx}(u)=frac{d}{dx}(10)=0$$
$$frac{d}{dx}(v)=frac{d}{dx} (4x^3-9x^2+6x)=12x^2-18x+6$$
$$frac{d}{dx}(frac{10}{4x^3-9x^2+6x})=frac{-10(12x^2-18x+6)}{(4x^3-9x^2+6x)^{2}}$$
The above derivative is not defined where v=0, that is at values:
$$x=0 , x=frac{9}{8}+ifrac{sqrt {15}}{8}, frac{9}{8}-ifrac{sqrt {15}}{8}$$
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I'm having a problem finding the first and second derivatives of the following...
Hint: I will show the first derivative of each function below, hope this helps:
for $y=(x-1) (x+1)^3$
you could use the chain rule: $frac{d}{dx}(u.v)=v.frac{d}{dx}(u)+u.frac{d}{dx} (v)$
Choose $$u=x-1, v=(x+1)^3$$
$$frac{d}{dx}(u)=frac{d}{dx}(x-1)=1$$
$$frac{d}{dx}(v)=frac{d}{dx}(x+1)^3=3(x+1)^{3-1}(x-1)=3(x+1)^2(x-1)$$
$$frac{d}{dx} (x-1) (x+1)^3 =(x+1)^3+(x-1)(3(x+1)^2)$$
Now for the function:
$y=dfrac{10}{4x^3-9x^2+6x}$ This function is of the form $g=frac{u}{v}$ and the derivative is:
$$frac{frac{d}{dx}(u).v -ufrac{d}{dx}(v)}{v^2}$$
choose $$u=10, v= 4x^3-9x^2+6x$$
$$frac{d}{dx}(u)=frac{d}{dx}(10)=0$$
$$frac{d}{dx}(v)=frac{d}{dx} (4x^3-9x^2+6x)=12x^2-18x+6$$
$$frac{d}{dx}(frac{10}{4x^3-9x^2+6x})=frac{-10(12x^2-18x+6)}{(4x^3-9x^2+6x)^{2}}$$
The above derivative is not defined where v=0, that is at values:
$$x=0 , x=frac{9}{8}+ifrac{sqrt {15}}{8}, frac{9}{8}-ifrac{sqrt {15}}{8}$$
I'm having a problem finding the first and second derivatives of the following...
Hint: I will show the first derivative of each function below, hope this helps:
for $y=(x-1) (x+1)^3$
you could use the chain rule: $frac{d}{dx}(u.v)=v.frac{d}{dx}(u)+u.frac{d}{dx} (v)$
Choose $$u=x-1, v=(x+1)^3$$
$$frac{d}{dx}(u)=frac{d}{dx}(x-1)=1$$
$$frac{d}{dx}(v)=frac{d}{dx}(x+1)^3=3(x+1)^{3-1}(x-1)=3(x+1)^2(x-1)$$
$$frac{d}{dx} (x-1) (x+1)^3 =(x+1)^3+(x-1)(3(x+1)^2)$$
Now for the function:
$y=dfrac{10}{4x^3-9x^2+6x}$ This function is of the form $g=frac{u}{v}$ and the derivative is:
$$frac{frac{d}{dx}(u).v -ufrac{d}{dx}(v)}{v^2}$$
choose $$u=10, v= 4x^3-9x^2+6x$$
$$frac{d}{dx}(u)=frac{d}{dx}(10)=0$$
$$frac{d}{dx}(v)=frac{d}{dx} (4x^3-9x^2+6x)=12x^2-18x+6$$
$$frac{d}{dx}(frac{10}{4x^3-9x^2+6x})=frac{-10(12x^2-18x+6)}{(4x^3-9x^2+6x)^{2}}$$
The above derivative is not defined where v=0, that is at values:
$$x=0 , x=frac{9}{8}+ifrac{sqrt {15}}{8}, frac{9}{8}-ifrac{sqrt {15}}{8}$$
edited Nov 18 at 10:18
answered Nov 18 at 10:13
NoChance
3,59621221
3,59621221
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
add a comment |
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
Thanks so much this really help, i was having problem determine the rules to use to solve it but know i understand better
– sam
Nov 18 at 13:21
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
@sam I am very happy, you found this useful. Please learn this subject well as it is used in many other topics too. There are plenty of courses and material on the net that give much more details on the subject, such as Khan Academy. Good luck.
– NoChance
Nov 18 at 16:48
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003291%2ffinding-first-and-second-derivatives-of-y-x-1-x13-and-y-frac104x3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
As the first function is a product, apply the product rule. The second function is a quotient, so apply the quotient rule. BTW: to examine monotony, only the first derivative is needed.
– Michael Hoppe
Nov 18 at 9:58