Problems with def. integrals/fundamental theorem

  • Thread starter Thread starter myanmar
  • Start date Start date
  • Tags Tags
    Theorem
myanmar
Messages
32
Reaction score
0
1. Find \frac{dy}{dx} and \frac{d^{2}y}{dx^{2}} if \int^{3x}_{1} \frac{1}{t^{2}+t+1}\,dt

I expect that I'd make u=3x, then du=3dx. I think when I differentiate, I'd end up with \frac{dy}{dx}=\frac{1}{3t^{2}+3t+3}. I think that \frac{d^{2}y}{dx^{2}} would just be the derivative of \frac{dy}{dx}

2. Find and classify the relative maxima and minima of f(x), if
f(x) = \int^x_0 \frac{t^{2}-{4}}{{1}+{cos}^{2}{t}}\,dt

I think to find max and min, I just need to find the second derivative and solve for zero right? Is the first derivative \frac{x^{2}-{4}}{{1}+{cos}^{2}{x}}?
 
Last edited:
Physics news on Phys.org
Assuming that y is the integral expression in #1, then I guess you could use substitution, but it'd be easier just to apply the chain rule. But either way, you need to substitute u = 3x in place of t so dy/dx should be [1/(9x^2 + 3x +1)] * 3. I think it's a lot less confusing if you applied the FTC (remember the parameter t should disappear) by substituting 3x in place of t and then applied the chain rule to the upper limit of integration.

The second derivative is then just the derivative of 3/(9x^2 + 3x +1), which is easy.

For #2, you applied the FTC correctly but your subsequent reasoning is a bit flawed. To find the relative min and max, you need to find the zeros of f'(x), which you determined correctly. You could use the second derivative test to verify whether each critical point (zeros of f'(x)) is a relative max or min (or neither). Suppose x = a is a zero of f'(x). If f''(a) < 0, then f(x) has a relative max at x = a and if f''(a) > 0, then f(x) has a relative min at x = a. Of course just looking at sign changes prevents you from having to take the second derivative of f(x).
 
Last edited:
So I've got the first one now, it's quite easy due to the help I've recieved.

However, on the second one. I have my x values for the extrema, but I can't figure out the y values because I'm not sure how to take the integral of \frac{t^2-4}{1 + cos^{2}t}. I just need to take the def. integral from (0,2) and from (0,-2). Also, I need that integral because I can't figure out how I'd plug in values around 2 and -2 to figure whether they were max/min
 
myanmar said:
So I've got the first one now, it's quite easy due to the help I've recieved.

However, on the second one. I have my x values for the extrema, but I can't figure out the y values because I'm not sure how to take the integral of \frac{t^2-4}{1 + cos^{2}t}. I just need to take the def. integral from (0,2) and from (0,-2). Also, I need that integral because I can't figure out how I'd plug in values around 2 and -2 to figure whether they were max/min

You don't need to plug values in if you can figure out whether the second derivative is positive or negative at those x values.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top