#Tan 90 value approximation, just take a look about my new analogy

151 messages · Page 1 of 1 (latest)

robust falcon
#

Tan 90 sure it big but it's not infinity and cam be approximate as an infinite decimal, check this new idea, the answer is not 2 but the method is correct

void walrusBOT
robust falcon
#

How do u say

robust falcon
dusty yacht
#

Your concept does not work because you have incorrectly defined tan for angles above 45

#

How are you defining all your theta btw?

robust falcon
#

Take a square ⬛️ whose side length, let it be "a"
Now draw a line from the left bottom vertex to the top right vertex which makes the angle between that and the bottom side 45°
Now draw another from that same vertex to the mid point of the right side of the square, that makes the angle smaller. So if we consider the tan value of it it would give , tan theta2= ((1/2)a)/a = 1/2

So then draw another line from the same vertex to the right side as the opposite side of the angle becomes 1/4th of the right side , so the tan value for that angle is ((1/4)a)/a=1/4
And then draw lines from the same vertex to the right side until the hypotenuse of the substended Angle touches the bottom side, so the angle is nomore,
Considering the tan values of those angles we get the sequence,
1,1/2,1/4,1/8,1/16.....till infinity
For the angles,
Tan theta1,tan theta 2, tan theta3.... so on
Do u see that first

dusty yacht
robust falcon
#

Till the angle becomes zero

dusty yacht
#

So $\theta_n=\arctan2^{-n}$. Ok

balmy fernBOT
dusty yacht
#

And $\lim_{n\to\infty}\theta_n=0$. Sure

balmy fernBOT
robust falcon
#

For the tan values, the last value is

$1/(2^(♾️)$

balmy fernBOT
#

nahsed2712

dusty yacht
robust falcon
#

For the last angle , so it is zero or negligible

dusty yacht
#

But you are trying to say that $\lim_{n\to\infty}\tan\theta_n=0$, which is correct so far

balmy fernBOT
dusty yacht
robust falcon
#

Yeah yeah

#

But it's not about the angle that gets smaller and smaller

#

Do u agree on how I took the tan values? First of all

#

.@dusty yacht do u agree

dusty yacht
#

How you took them? I mean, you defined each $\theta_n$ to satisfy $\tan\theta_n=\frac1{2^n}$. You didn't really do any calculations with tan yet

balmy fernBOT
dusty yacht
#

@robust falcon

robust falcon
dusty yacht
robust falcon
#

, then input them to the tangent sum formula

#

I need help on that

dusty yacht
#

Is the basis of your proof based in the assertions that $$\sum_{n=1}^{\infty} \theta_n=90^{\circ}$$ and $$\sum_{n=1}^{\infty}\tan\theta_n=2$$
?

balmy fernBOT
dusty yacht
#

@robust falcon

robust falcon
#

Look for the general formula for an number of angles

robust falcon
# balmy fern **SWR**

All the angles get summed up to 90 caz the angles are same no matter what we do to them
And the tan values are also just as I told

dusty yacht
dusty yacht
#

@robust falcon I'm off to bed. If you care to discuss more, it shall be tomorrow

robust falcon
dusty yacht
dusty yacht
#

Off i go now until tomorrow. I'll leave you to think this over until then

robust falcon
#

, w sum k=0 to infinity [pie/2^(k)]

dusty yacht
#

@robust falcon

robust falcon
#

Thank you bro for your enthusiasm, I think I found where the error is , the angle sum exceeds 90° so the angle isn't 90° means this calculation is kind of flawed , imma fix this as I can

#

Thank you again

dusty yacht
robust falcon
dusty yacht
robust falcon
#

U think I get this sort of weirdo ideas very often enough ti discuss them trough dmsotrue

dusty yacht
robust falcon
#

Alright dude , thanks for telling me where I did wrong, I'll debug the errors, maybe I can get 90 degrees if I got the exact sum of the all angles and then substract the required amount to reach 90

dusty yacht
#

@robust falcon, as a gentle reminder to you, do not pigeonhole yourself into believe that tan90=+infinity.

robust falcon
#

Alright bro thank for the advise

dusty yacht
#

that's only true if you approach it from the left

#

but from the right, it diverges to -infinity

#

,w plot tan(x)

robust falcon
#

But nothing should be either undefined or too big , everything s got their limits

dusty yacht
#

If you try to define everything, you end up breaking a lot of structure

#

if you try to define 1/0, then you are going to break something else that is far more useful than defining 1/0

robust falcon
dusty yacht
robust falcon
dusty yacht
#

And as well, they are undefined because they involve division by zero, which itself is undefined because it breaks several properties of basic arithmetic

robust falcon
robust falcon
# dusty yacht wdym?

We have developed a lot of concepts believing in the fact that 1/0 is undefined

dusty yacht
#

By all means, you are free to explore yourself and see your own ideas.

dusty yacht
#

But I (and others) will be ready to scrutinize them

robust falcon
dusty yacht
#

The things I am telling you, my intention is not "believe them because I know more math than you", I am simply sharing my own experience with you and letting you know the similar pitfalls I have faced

#

Like, when I was younger, I tried solving the quintic equation, fully aware that it was proven unsolvable

robust falcon
#

I know , u re an undergraduate right? I'm still a high-schooler

dusty yacht
#

I foolishly believed that I could think of something really really clever

#

but no, proofs are proven for a reason

dusty yacht
robust falcon
robust falcon
#

U seem to be older than 25 I guess

dusty yacht
dusty yacht
robust falcon
#

Oh sorry, dear I signed up today, so u don't know how these things work

robust falcon
robust falcon
robust falcon
#

How old are u actually

#

To which university did you go

torn ermine
#

bro explain me one thing why the sum off all thetas gives 90? I'm sure it's not 90

robust falcon
dusty yacht
dusty yacht
robust falcon
torn ermine
robust falcon
torn ermine
dusty yacht
#

Or maybe a 4 year old who garduated at 6

#

That would be pretty advanced

robust falcon
#

What a luck, or maybe u re just a teenage like me

dusty yacht
#

🦠

robust falcon
#

@torn ermine here

robust falcon
torn ermine
robust falcon
torn ermine
#

I can't find any books in English in my town, where are you from?

dusty yacht
robust falcon
robust falcon
torn ermine
dusty yacht
robust falcon
robust falcon
#

Mind if I ask you a riddle guys

dusty yacht
#

How is $\sum_{1\le i<j\le n}$ working? Are you iterating $j$ from $1$ to $n$, and in each iteration, doing an inner iteration of $i$ from $1$ to $j-1$?

balmy fernBOT
robust falcon
torn ermine
torn ermine
robust falcon
dusty yacht
#

i.e. if n=4, then your (i, j) iterations are (1, 2), (1, 3), (2, 3), (1, 4), (2, 4), (3, 4)?

torn ermine
#

for i in range(1,n+1):
for j in range(i,n+1):
print(i,j)

robust falcon
#

Well a hunter , shoots down a bear from a distance.then he goes to it's body, then he travels 100m south, then 100m east, then 100m north. And you have got to where the year's dead body lays
So what colour is the 🐻 bear

robust falcon
robust falcon
torn ermine
#

ok guys I gotta sleep

robust falcon
torn ermine
#

sweat dreams

robust falcon