Find the y-intercept of the tangent line to: -.4/ sqrt(3 + x) at

Click For Summary
To find the y-intercept of the tangent line to the function y = -0.4/√(3 + x) at the point (2.5, -0.170560573084488), the slope of the tangent line must first be determined by taking the derivative. The derivative was initially calculated using the Quotient Rule, but it was suggested that rewriting the function to use the Power Rule would be simpler and less error-prone. After correcting the derivative and substituting x = 2.5, a slope of 0.0155 was found, leading to the calculation of the y-intercept, which resulted in b = -0.209. The final answer was confirmed as correct after refining the calculations.
Lo.Lee.Ta.
Messages
217
Reaction score
0
1.Find the y-intercept of the tangent line to: y= -.4/√(3 + x) at [2.5, -.170560573084488]

2. So I thought the first step would be to find the slope of the tangent line.
I think we find the slope of the tangent line by taking the derivative.

So I am going to use the Quotient Rule to take the derivative.

[(√3 + x)(0) - (-.4)(.5(x + 3)^-1/2) * 1] / √(x + 3)^2

.2√(x + 3) / (x + 3) <----- This is the slope of the tan line to y= -.4/√(3 + x)

If we want to know the slope at x = 2.5, then wouldn't we plug in 2.5 for x?

So, [.2√(3 + 2.5)]/(2.5 + 3) = .085<----- This is the slope


Now, I thought we could substitute everything into y = mx + b in order to find out what b is.

-.1705606 = .085(2.5) + b

b = -.3831

3. But this is NOT the right answer!
Please tell me what I am doing wrong!
Thank you! :)
 
Physics news on Phys.org
Lo.Lee.Ta. said:
1.Find the y-intercept of the tangent line to: y= -.4/√(3 + x) at [2.5, -.170560573084488]

2. So I thought the first step would be to find the slope of the tangent line.
I think we find the slope of the tangent line by taking the derivative.

So I am going to use the Quotient Rule to take the derivative.

[(√3 + x)(0) - (-.4)(.5(x + 3)^-1/2) * 1] / √(x + 3)^2

.2√(x + 3) / (x + 3) <----- This is the slope of the tan line to y= -.4/√(3 + x)

If we want to know the slope at x = 2.5, then wouldn't we plug in 2.5 for x?

So, [.2√(3 + 2.5)]/(2.5 + 3) = .085<----- This is the slopeNow, I thought we could substitute everything into y = mx + b in order to find out what b is.

-.1705606 = .085(2.5) + b

b = -.3831

3. But this is NOT the right answer!
Please tell me what I am doing wrong!
Thank you! :)

Your derivative is wrong. What is u^(-1/2)/u? You aren't combining the exponents correctly. u^(-1/2)=1/sqrt(u). Not sqrt(u).
 
For calculating the derivative, instead of using the quotient rule, rewrite the equation:
y = -0.4/SQRT(x+3) as y = -0.4 * (x+3)^(-1/2)

Now, you have an eqn. of the form y = a u^n and you can use the power rule to get the derivative.

The Quotient Rule is useful when you are dealing with the ratio of two functions.
 
Lo.Lee.Ta. said:
1.Find the y-intercept of the tangent line to: y= -.4/√(3 + x) at [2.5, -.170560573084488]

2. So I thought the first step would be to find the slope of the tangent line.
I think we find the slope of the tangent line by taking the derivative.

So I am going to use the Quotient Rule to take the derivative.
A better choice (because it's simpler and less prone to errors) would be write your equation as y = -.4 * (x + 3)-1/2
Lo.Lee.Ta. said:
[(√3 + x)(0) - (-.4)(.5(x + 3)^-1/2) * 1] / √(x + 3)^2
It's a good idea to keep track of what you're doing. For the above, you're working with the derivative, so this line should start with y' = or dy/dx = .

I see that you are including brackets around your numerator, so you've been listening. Good!

You have a mistake above that might just be a transcription error. At the beginning you have (√3 + x)(0) ...
That should be [(√(3 + x)(0)
Lo.Lee.Ta. said:
.2√(x + 3) / (x + 3) <----- This is the slope of the tan line to y= -.4/√(3 + x)
You have a mistake above. You should have gotten
dy/dx = .2(x + 3)-1/2/(x + 3)

Lo.Lee.Ta. said:
If we want to know the slope at x = 2.5, then wouldn't we plug in 2.5 for x?

So, [.2√(3 + 2.5)]/(2.5 + 3) = .085<----- This is the slope


Now, I thought we could substitute everything into y = mx + b in order to find out what b is.

-.1705606 = .085(2.5) + b

b = -.3831

3. But this is NOT the right answer!
Please tell me what I am doing wrong!
Thank you! :)
 
To expand on what SteamKing said, you should NEVER use the quotient rule if either the numerator or denominator is a constant.

It's not incorrect to use it in this case, but it's more complicated, and the chances are greater of making a mistake.

For example, if f(x) = 2/(x2 + 1), write this as f(x) = 2(x2 + 1)-1 and use the chain rule to get f'(x) = 2(-1)(x2 + 1)-2(2x).
 
When I was working it out on paper, I left out the (-) on the -1/2 exponent!

Thanks for pointing that out!

So the Quotient Rule method is:

[.4(1/2(x + 3)^-1/2)]/(x + 3)

.2/(x + 3)^1/2 * (x + 3)

= .2/ (x + 3)^3/2

If I substitute the x = 2.5, then I get: .0155 as the slope.

I tried the Product Rule as well to see if I'd get the same thing.

So, -.4*-1/2(x + 3)^-3/2 + [(x + 3)^-1/2](0)

= .2(x +3)^-3/2

When substituting x = 2.5, I get the same slope of .0155


When I substitute everything into y = mx + b, I get: -.17056 = .0155(2.5) + b
b = -.209

...But this is not the right answer...
Do you know what could be wrong?
Is my derivative still wrong?
Thanks! :)
 
Lo.Lee.Ta. said:
When I was working it out on paper, I left out the (-) on the -1/2 exponent!

Thanks for pointing that out!

So the Quotient Rule method is:

[.4(1/2(x + 3)^-1/2)]/(x + 3)

.2/(x + 3)^1/2 * (x + 3)

= .2/ (x + 3)^3/2

If I substitute the x = 2.5, then I get: .0155 as the slope.

I tried the Product Rule as well to see if I'd get the same thing.

So, -.4*-1/2(x + 3)^-3/2 + [(x + 3)^-1/2](0)

= .2(x +3)^-3/2

When substituting x = 2.5, I get the same slope of .0155


When I substitute everything into y = mx + b, I get: -.17056 = .0155(2.5) + b
b = -.209

...But this is not the right answer...
Do you know what could be wrong?
Is my derivative still wrong?
Thanks! :)

Now I don't see anything wrong with what you did. It looks correct to me. I get b=(-0.209324).
 
@Dick - Thank you so much for always helping me! :) You are kind.

I used the extra digits you found, and NOW the computer counts it as correct!
Thanks! :D
 

Similar threads

Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
966
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K