Find the X coordinate with slope of -2

  • Thread starter Thread starter smith007
  • Start date Start date
  • Tags Tags
    Coordinate Slope
smith007
Messages
9
Reaction score
0

Homework Statement



Function defined as:

y = The integral from 0 to x2 of 1 / (1 - Sqrt(t) + t)

There exists a point where the slope of the tangeant is = -2. Find the x coordinate at this point.

Homework Equations



Fundemental Theorem of Calculus

The Attempt at a Solution



If I use FTC and replace t with x2. Then I get two equations because sqrt(x2) is +/- x. I use those to create two separate equations.

y = 2x and y = 2x/1+2x

These should be 2 equations for the tangeant line but I am unsure what to do next.

This was on my exam yesterday and I tried some things, none of which seemed right. I know I lost mark just would like to know how many. :)
 
Physics news on Phys.org
smith007 said:

Homework Statement



Function defined as:

y = The integral from 0 to x2 of 1 / (1 - Sqrt(t) + t)

There exists a point where the slope of the tangeant is = -2. Find the x coordinate at this point.

...

The Attempt at a Solution



If I use FTC and replace t with x2. Then I get two equations because sqrt(x2) is +/- x. I use those to create two separate equations.

y = 2x and y = 2x/1+2x

These should be 2 equations for the tangeant line but I am unsure what to do next.

Assuming you mean: y(x)\equiv \int_0^{x^2} \frac{1}{1-\sqrt{t}+t}dt and y'(x)=2x or 2x/(1+2x) , then you have the right idea. However, 1-\sqrt{x^2}+x^2=1-|x|+x^2 not 1 or 1+2x!...And y'(x) is the equation for the slope of the tangent line, not the tangent line itself!

So, where does y'(x)=-2?
 
I forgot one of the squares on the bottom, bad mistake.

So my equation becomes:
y' = 2x / 1 - |x| + x2

-2 = 2x / 1 - |x| + x2 but we know x is positive because of the range of the original question so it becomes:

-2 = 2x / 1 - x + x2

Solve for x = 1? I still don't think that is quite right.
 
smith007 said:
I forgot one of the squares on the bottom, bad mistake.

So my equation becomes:
y' = 2x / 1 - |x| + x2

-2 = 2x / 1 - |x| + x2 but we know x is positive because of the range of the original question so it becomes:
Where did this come from? You didn't say anything about a range or domain (which is what I think you really mean) before. The only reference to the variable was a "x2 in which x can be positive of negative.

-2 = 2x / 1 - x + x2

Solve for x = 1? I still don't think that is quite right.
That isn't at all right because x= 1 does NOT satify that equation!

But if you take x to be negative then you must have -2= 2x/(1+ x+ x2) so that -1- x- x2= x or x2+ 2x+ 1= 0. What negative solution does that have? Does it satisfy -2= 2x/(1- |x|+ x2)?
 
As Halls said, unless you are explicitly told that x must be positive, you must examine two cases: (1)x is positive and (2)x is negative.
 
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