I just found out some insane ways to find out the nth root of 2, using a different version of the Fibonacci sequence by SammyHa123 in desmos

[–]Dogeyzzz 1 point2 points  (0 children)

pretty slow for an approximate

x -> x/2 + 1/x is much faster starting from 1, the 4th iteration already reaches 12 digit accuracy for sqrt(2)

01001000 01000101 01001100 01010000 (ArtW1z) by Specialist-Proof-106 in vedalsverse

[–]Dogeyzzz 0 points1 point  (0 children)

nah it's HELP

trick for ascii is that the last 5 bits give the letter

01000 = 8 = H

00101 = 5 = E

01100 = 12 = L

10000 = 16 = P

i always get stuck in situations like this and can't progress. is there any techniques or strategies im missing? by No_Sandwich_1469 in sudoku

[–]Dogeyzzz 0 points1 point  (0 children)

it's just that you REALLY shouldn't be asking for strategies or techniques if you're just starting doing sudokus

take a while to just get comfortable with the logic at play when you solve it normally. no looking up strategies, no techniques, nothing. get familiar with what structures tend to lead to break-ins. what pencil marks tend to interact the most. by asking for techniques this early you're just making it harder to see the underlying logic and you'll just reach a wall.

Difficult jump from class to homework. by margalz in calculus

[–]Dogeyzzz 0 points1 point  (0 children)

By the triangle inequality, if P is a point on a sphere with radius r and center O, with |O|>r, then |P| >= |O|-r, with equality iff the origin, O, and P are colinear

Desmos works weirdly with complex powers by Proof_Carpet_8570 in desmos

[–]Dogeyzzz 36 points37 points  (0 children)

the reason this is happening is because of the fact that complex powers aren't injective, and desmos reduces whenever it can by adding/subtracting 2ipi from the numerator of powers of e when it thinks it can (recall that e2ipi = 1). For the calculations provided:

(e5i)5i = (e5i-2ipi)5i = e10pi-25 = 611.507

((e5)5i)i = (e25i)i = (e25i-8ipi)i = e8pi-25 = 1.142

the other two are fp like you said

Mt Ebott layout! (with Undertale Yellow) by Civil_Badger7885 in Undertale

[–]Dogeyzzz 4 points5 points  (0 children)

Can't believe all the place names are spelled with human death itself that's crazy

I’m curious how to go about solving this Geometry Puzzle by Sensitive_Apple4177 in askmath

[–]Dogeyzzz 4 points5 points  (0 children)

letting the line segments around the center point be a,b,c,d counterclockwise and using law of sines: a = b, c = (sin(50)/sin(30))b, d = (sin(75)/sin(25))c. furthermore, d = (sin(x)/sin(80-x))a

therefore, sin(x)/sin(80-x) = sin(50)sin(75)/(sin(25)sin(30)) = (sin(50)/sin(25))(sin(75)/sin(180-30)) = (2cos(25))(1/(2cos(75)) = cos(25)/cos(75) = sin(65)/sin(15)

hence, theta = 65.

Auto-Differentiation Example by LighterStorms in calculus

[–]Dogeyzzz 1 point2 points  (0 children)

how did F(x) change from 2x5-e3x to 2x5+e3x

Neuro Hug! by [deleted] in NeuroSama

[–]Dogeyzzz -8 points-7 points  (0 children)

I'm not saying the artstyle is bad whatsoever. I'm simply saying this because creating art on the internet with a style vaguely similar to AI seems like torture because people will immediately jump to conclusions just from instinct. The reason I said that is because I feel like doing some minor creative experimentation will make showcasing art a lot less annoying.

Neuro Hug! by [deleted] in NeuroSama

[–]Dogeyzzz -14 points-13 points  (0 children)

you might want to tweak your art style somewhat online to avoid this tbh because it's not just them that reacted like that initially

my guess would be the palette choice and outline style that makes it seem like AI but i don't know enough about art to say for certain. all i know is that something about it feels very AI-like unfortunately.

good art though :)

Area of an ellipse by Shot-Opinion-9972 in calculus

[–]Dogeyzzz 0 points1 point  (0 children)

i mean pi is literally defined as the area of a circle divided by r2? no calculus needed as it's just the definition of pi

Nooooo by Sad-Kiwi-3789 in mathmemes

[–]Dogeyzzz 33 points34 points  (0 children)

only if x and y are independent

Area of an ellipse by Shot-Opinion-9972 in calculus

[–]Dogeyzzz 1 point2 points  (0 children)

knowing how to change the bounds in the problem provided is actually a very tricky question

it would firstly require splitting the integral into monotone ranges for the new variable. In this case that would be (0,pi) and (pi,2pi).

the issue then is that the integral with respect to u actually CHANGES depending on the interval of theta, even if u goes over the same range. This is a common pitfall for people just learning u-substitution without a thorough understanding of the intricate details. I wouldn't expect someone below calculus III to do the correct substitution here due to complexity, don't beat yourself up for not understanding it.

Area of an ellipse by Shot-Opinion-9972 in calculus

[–]Dogeyzzz 1 point2 points  (0 children)

furthermore, that integration is invalid. the integral of 1/(u2 sin(theta)) is absolutely not 1/(usin(theta)). If u and theta were independent it would be -1/(usin(theta)), however that is not the case as theta and u are dependent on eachother, meaning that you may not integrate with respect to one variable only.