How can I find the tangent line to y(x) at x=0 using the integral equation?

AI Thread Summary
To find the tangent line to y(x) at x=0, the equation involves two integrals that must be equal for a given value of x. The correct interpretation shows that when x=0, y(0) must equal 0, not 1, as the left integral evaluates to zero. The derivative of y can be found using the fundamental theorem of calculus, yielding y'(0) = -1 at that point. Therefore, the tangent line at (0,0) has a slope of -1, resulting in the equation y = -x. This confirms that the tangent line is correctly identified as y = -x.
Chen
Messages
976
Reaction score
1
y(x) is defined by this equation:

\int_0^y{\sqrt[3]{1+t^2} dt} + \int_x^0{(2t+1)^2 dt} = 0

How do I find the tangent line to y(x) at x=0?

Here's what I tried to do:

y(x) = \int_0^y{\sqrt[3]{1+t^2} dt} = \int_0^x{(2t+1)^2 dt}

Taking the derivative of both sides of the equation:

y'(x) = ... = (2x+1)^2 = 4x^2 + 4x + 1
y'(x=0) = 1

First, is this method correct?

Second, how do I find y(x=0)? I'm guessing that it's 0, but I'm not sure.

Thanks,
Chen
 
Physics news on Phys.org
seems simple enough...

just substitue the first and second integrals using the y and x as if they're values and equate them to each other like you have done. find y'. may have to use implicit differentiation. then equate to 0
 
You say that y is defined by
\int_0^y{\sqrt[3]{1+t^2} dt} + \int_x^0{(2t+1)^2 dt} = 0

It does NOT follow that
y(x) = \int_0^y{\sqrt[3]{1+t^2} dt} = \int_0^x{(2t+1)^2 dt}
There is no reason for the first "y= ". Saying that y is "defined by" the formula does not mean you can just set y equal to both parts- it means that for any given value of x, y must have the value that makes the two integrals equal. In particular, when x= 0, the right hand side is 0 so y must be such that \int_0^y{\sqrt[3]{1+t^2}dt}= 0 and that means that y(0)= 0, not 1.

You can use the "fundamental theorem of calculus" to find the derivative of y:

The derivative of the left side is \sqrt[3]{1+ y^2}y' while the the derivative of the right side is -(2x+1)2. In particular, at x= 0, y= 0,
\sqrt[3]{1+0^2}y'(0)= -(2(0)+1)^2 or y'(0)= -1. The tangent line goes through (0,0) and has slope -1: y= -x.
 
Thanks Ivy. :smile:
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top