These two in particular are really thumping around inside my head going nowhere in particular, any help would be greatly appreciated.
Find the intervals of concavity for: y=ln sqrt(8-x^3)
Find the regions of increase and decrease for: y=xln(x^2)
Printable View
These two in particular are really thumping around inside my head going nowhere in particular, any help would be greatly appreciated.
Find the intervals of concavity for: y=ln sqrt(8-x^3)
Find the regions of increase and decrease for: y=xln(x^2)
Some definitions:
A function is said to be concave up on a certain interval if its second derivative is positive on that interval, it is said to be concave down on the interval if its second derivative is negative on the interval
A function is said to be increasing on an interval if its first derivative is positive on the interval, it is said to be decreasing on an interval if its first derivative is negative on the interval
so to do the first question, find the second derivative, then solve
to find where it's concave down and solve
to find where it is concave up
for the second question, find, solve
to find where the function is increasing and solve
to find where the function is decreasing
do you understand? if not, ask questions, if yes, do the problems and post your solutions so we can check it
EDIT: Soroban seems to be posting a solution as we speak, so you can check your work against his
Hello, turillian!
I think I have the first one . . .
First, we note that: .Quote:
1) Find the intervals of concavity for: .![]()
We have: .
Differentiate: .
Differentiate: .
We see that.when
.and .
We have two critical values: .
. . and three intervals to test.
On, try
. . . concave down
On, try
. . . concave up
On, try
. . . concave down
Therefore, the function is concave up on: .
. . and concave down on: .
Soroban seems to have neglected this one for some reason, so let me start you off.
.........By the product rule
Now find for what values ofis
positive or negative
Note: We did not have to simplify the ln before taking the derivative, but i figured it would eb easier to see that way
Okay, I ended up with the following for "Find the regions of increase and decrease for: y=xln(x^2)" :
critical values happen when ln(x^2)+2 = 0.
ln(x^2)=-2
2ln(x)=-2
ln(x)=-1
x=(+/-)e^-1
so the critical values are plus or minus (e^-1).
Then from there the intervals are straight forward and easy to test.
Thanks a lot, I kind of just forgot the general approach to solving these.
I have another problem, I don't know where to start.
Find dy/dx of e^(xy) = x^3 + 2x + xy
Thank you all, thank you.
correct. though your method does not clearly show how you got
for this problem we need implicit differentiation, are you familiar with that?Quote:
Thanks a lot, I kind of just forgot the general approach to solving these.
I have another problem, I don't know where to start.
Find dy/dx of e^(xy) = x^3 + 2x + xy
Thank you all, thank you.
we differentiate normally, but whenever we differentiate a y term, we attach a dy/dx to it (since we took the derivative of y with respect to x). Note that we also attach something when we differentiate an x term, we attach dx/dx (the derivative of x with respect to x), but derivative notations can function as fractions and so dx/dx becomes 1 and we dont see it. whenever we have a term made up of x and y, we use the product rule and attach dy/dx when we differentiate the y part and so on (when differentiating with respect to y we treat x as a constant, when differentiating with respect to x we treat y as a constant).
Differentiating implicitly we obtain:
Now just solve for
I'm in your debt, thanks a lot.
Good to know about the notation.