this is consuming to much of my time, I may be overlooking somthing simple....Ive been trying to use calculus to solve it ( also unsuccessfully)
ok
0 = 1-(2x)(arctan(x))
ive been trying to do sort of an algebriac substituion...trying to integrate to obtain the arclength in terms of x .....which I relly dont think will actually get me anywhere. be interested to see just how much time ive wastedπ΅
After much work trying to involve integration to determine arclength ( which will be my next step) Ive decided to try and simplify the process by using the chord length as an approximation
so Ill start by trying to find a right triangle whose tangent is "x"
this yields a triangle with the following sides
HYP : sqrt(x^2 + 1)
OPP : x
ADJ: 1
such that the radius of the circle is = to sqrt(x^2 + 1 )
the arclength in question can be estimated with a chord length
cord length = sqrt[(sqrt(x^2 +1) - 1)^2 + x^2]= sqrt(2x^2 - 2sqrt(x^2 +1)+2 )
using the above function as an approximation for "arctanx", and for the variable "x" = approx acrctanx/radius
i plug it all into the original equation
y =1-(2x)(arctanx) is approximatley = to y = -4sqrt(x^2+1) +5
now the approximation function becomes less accurate as x increases/decreases because of the difference between chord length and arclength in large angles, but I got lucky....
so, can integration of the arclength of the circle in question be done without introducing more trancendental functions....I cant seem to figure a way to do it?
Originally posted by joe shmoThe arclength of the sector swept out is fairly easy to calculate. All you really need to do is read the following equation out loud:
After much work trying to involve integration to determine arclength ( which will be my next step) Ive decided to try and simplify the process by using the chord length as an approximation
so Ill start by trying to find a right triangle whose tangent is "x"
this yields a triangle with the following sides
HYP : sqrt(x^2 + 1)
OPP : x
ADJ: 1
such ...[text shortened]... without introducing more trancendental functions....I cant seem to figure a way to do it?
arctan(x) = 1/2x
"The angle whose tangent is x is 1/2x."
From that, it's easy to see that the angle A = 1/2x, and the corresponding right angle triangle has side lengths 1, x and SQRT(1+x^2) as you stated above. From the definition of a radian, the arc length is therefore:
L = (A/2pi)*(2pi*r) = A*r = (1/2x)*SQRT(1+x^2)
However, I'm not sure this really helps you find an analytical answer to your equation. I'm not even sure it's possible, given that arctan(x) seems to be defined in terms of an infinite series:
arctan(x) = x - x^3/3 + x^5/5 - x^7/7 + ...
Originally posted by blacknight1985He could get an answer that way, but it wouldn't be an explicit algebraic solution he's looking for.
use newton-ramphson method and find an approximation..π
EDIT: Oops! He doesn't actually care to find an explicit algebraic solution. An approximation method, like Newton-Raphson, should be sufficient then.
Originally posted by blacknight1985Yeah, I had already done tangentline approximation. I just wanted to explore the concept a little more... Anyway, as PBE6 stated, arctanx is defined by an infinite series which seems to draw the line on the journey, or just maybe......... π² naaaa π
use newton-ramphson method and find an approximation..π
Originally posted by PBE6your were right the first time, I was trying to use appoximations as "stepping stones", i was looking for an analytical result.
He could get an answer that way, but it wouldn't be an explicit algebraic solution he's looking for.
EDIT: Oops! He doesn't actually care to find an explicit algebraic solution. An approximation method, like Newton-Raphson, should be sufficient then.
Originally posted by joe shmoSorry, I was mistaken. So I deleted the whole posting...
this is consuming to much of my time, I may be overlooking somthing simple....Ive been trying to use calculus to solve it ( also unsuccessfully)
ok
0 = 1-(2x)(arctan(x))
ive been trying to do sort of an algebriac substituion...trying to integrate to obtain the arclength in terms of x .....which I relly dont think will actually get me anywhere. be interested to see just how much time ive wastedπ΅