Parametric curve and some irregular integtrals

  • Thread starter Thread starter sapiental
  • Start date Start date
  • Tags Tags
    Curve Parametric
sapiental
Messages
110
Reaction score
0

Homework Statement



1) Consider the paramerric curve given by x = t^2 + 3t and y = 4 - t^2
a) Find an equation of the tangent lne to the curve at the point (x,y) = (0,-5)
b) Determine the equation of every vertical tangent line to this parametric curve.

2)For each of the following definite integrals, determine its value if it convereges, otherwise, explain why it diverges.

a) integral (e to infinity) [dx/(x(ln(x))^(3/2))]
b) integral (-2 to -3) [dx/(sqrt(x^2 - 4))]

The Attempt at a Solution



1)

a) dy/dx = (-2t)/(4-t^2)

since x = t^2 + 3t and y = 4 - t^2 and (x,y) = (0,-5)

t = -3

dy/dx = (-2*-3)/(4 - (-3)^2) = -(6/5)

y = -6/5(x) -5

b) 4 - t^2 = 0

t = -2, 2

(x,y) = (-2, 0) and (10, 0)

I can figure out the equation if these points are correct

2)

a) integral (e to infinity) [dx/(x(ln(x))^(3/2))]

I get

-2 lim (t -> inf) [ 1 / ln(x)^1/2 ] ( e - t)



b) integral (-3 to -2) [dx/(sqrt(x^2 - 4))]

I got as far as lim ( t -> -2) [ln | x + sqrt(x^2 - 4) | - ln 2 ] ( -3 to t)

any support is much appreciated.

Thanks
 
Physics news on Phys.org
sapiental said:

Homework Statement



1) Consider the paramerric curve given by x = t^2 + 3t and y = 4 - t^2
a) Find an equation of the tangent lne to the curve at the point (x,y) = (0,-5)
b) Determine the equation of every vertical tangent line to this parametric curve.

2)For each of the following definite integrals, determine its value if it convereges, otherwise, explain why it diverges.

a) integral (e to infinity) [dx/(x(ln(x))^(3/2))]
b) integral (-2 to -3) [dx/(sqrt(x^2 - 4))]

The Attempt at a Solution



1)

a) dy/dx = (-2t)/(4-t^2)

since x = t^2 + 3t and y = 4 - t^2 and (x,y) = (0,-5)

t = -3

dy/dx = (-2*-3)/(4 - (-3)^2) = -(6/5)

y = -6/5(x) -5
How did you get dy/dx= -2t/(4-t^2)? That is
\frac{\frac{dy}{dt}}{y}
Shouldn't x have something to do with dy/dx?

b) 4 - t^2 = 0

t = -2, 2

(x,y) = (-2, 0) and (10, 0)

I can figure out the equation if these points are correct
Those points are NOT correct because you have the denominator of the derivative wrong. What is the equation of ANY vertical line?

2)

a) integral (e to infinity) [dx/(x(ln(x))^(3/2))]

I get

-2 lim (t -> inf) [ 1 / ln(x)^1/2 ] ( e - t)
Again, how did you get that? The result of a definite integral (from e to t) with respect to x cannot contain an "x". And even if that were correct, you haven't yet answered the question! Does the integeral exist and if so what is it? Try the substitution u= ln(x)


b) integral (-3 to -2) [dx/(sqrt(x^2 - 4))]

I got as far as lim ( t -> -2) [ln | x + sqrt(x^2 - 4) | - ln 2 ] ( -3 to t)
Again, that is obviously incorrect- the result of the integral cannot contain "x"! What is the derivative of arcsin(x)?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top