[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/sci/ - Science & Math

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • Additional supported file types are: PDF
  • Use with [math] tags for inline and [eqn] tags for block equations.
  • Right-click equations to view the source.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


/sqt/ - simple questions thread (aka /qtddtot/)

Previous thread: >>16893204

>what is /sqt/ for?
Basic questions regarding maths and science. Also homework.
>where do I go for advice?
>>>/sci/scg or >>>/adv/
>where do I go for other questions and requests?
>>>/wsr/ >>>/g/sqt >>>/diy/sqt etc.
>how do I post math symbols (Latex)?
rentry.org/sci-latex-v1
>a plain google search didn't return anything, is there anything else I should try before asking the question here?
scholar.google.com
>where can I search for proofs?
proofwiki.org
>where can I look up if the question has already been asked here?
warosu.org/sci
eientei.xyz/sci
>how do I optimize an image losslessly?
trimage.org
pnggauntlet.com
>how do I find the source of an image?
images.google.com
tineye.com
saucenao.com
iqdb.org

>where can I get:
>books?
libgen.rs
annas-archive.org
stitz-zeager.com
openstax.org
activecalculus.org
>articles?
sci-hub.st
>book recs?
4chan-science.fandom.com/wiki//sci/_Wiki
math.ucr.edu/home/baez/physics/Administrivia/booklist.html
>online courses and lectures?
khanacademy.org
>charts?
imgur.com/a/pHfMGwE
imgur.com/a/ZZDVNk1
>tables, properties and material selection?
www.engineeringtoolbox.com
www.matweb.com
www.chemspider.com

Tips for asking questions here:
>avoid replying to yourself
>ask anonymously
>recheck the Latex before posting
>ignore shitpost replies
>avoid getting into arguments
>do not tell us where is it you came from
>do not mention how [other place] didn't answer your question so you're reposting it here
>if you need to ask for clarification fifteen times in a row, try to make the sequence easy to read through
>I'm not reading your handwriting
>I'm not flipping that sideways picture
>I'm not google translating your spanish
>don't ask to ask
>don't ask for a hint if you want a solution
>xyproblem.info
>>
Any recent news involving quantum computing?
>>
>>16945820
Anyone?
>>
Holy kek this /sqt/ is on life support
>>
File: puppet-awkward.gif (3.27 MB, 373x498)
3.27 MB GIF
>>16946435
Don't worry, it'll be up and going right after spring break.
>>
Can someone do my homework, it's a geogebra question thing making a construction for the Riemann integrals, thanks y'all <3
>>
>>16947913
ask ai
>>
>>16947913
If you can construct the diagram like this, that could work out alright in Geogebra
>>
>>16949655
no...
>>
>>16949655
>muh ai
kys
>>
has qc surpassed the 40 qubit number or whatever it was 5 years ago? I mean actual qubits that can be entangled and used, not some meme marketing number.
>>
>>16953175
ask ai
>>
>>16953180
ai is bought and paid for by qc companies and their not useful qubit counts
>>
https://www.youtube.com/watch?v=JtSYeftGUGE
Did he use LLM to rewrite his script? The style just gives me LLM vibe.
>>
>>16947913
>it's a geogebra question
https://www.geogebra.org/
>>
>>16956910
I don't think so because at 5:18 mark, he used ChatGPT to "cross-reference with the devil"
>>
What is the most elegant "triangle inequality check"?
>>
>>16957721
s = (a + b + c)/2
If (s – a)*(s – b)*(s – c) > 0,
then the side lengths form a triangle.
Otherwise they don't.
>>
>>16957721
Basically the same as >>16957863, but just check if (a+b-c)(a-b+c)(-a+b+c) > 0, cause triangle equality says all 3 terms are positive and it isn't possible for 2 to be negative. No need to consider area
>>
>>16944314
I want to make a borax mixture, as explained here: https://alsnetbiz.com/homeimprovement/homemade.html (the "equivalent to Bora-Care". instructions under "Prepare the concentrate")
I plan on using propylene glycol, and heating the mix in an electric kettle made of glass and/or a ceramic pot.
is this propylene glycol as safe as the instructions say? is the borates mix safe enough to reuse the pot, or should I only keep it for chemical stuff in the future?
>>
>>16958715
>propylene glycol
they put it in food and cosmedic products, and is a laxative
>>
>>16958904
yeah, that's why I chose to use it instead of the ethylene.
still, I want to be as cautious as possible. that's why I'm asking.
what about the borax and boric acid? also wonder about the gases. at 260°F I can imagine some nasty things might form and fly from the mix?
>>
>>16958170
>(a+b-c)(a-b+c)(-a+b+c)
= (a + b – c)*(a + c – b)*(b + c – a)
= (a + b + c – 2*c)*(a + b + c – 2*b)*(a + b + c – 2*a)
= (2*s – 2*c)*(2*s – 2*b)*(2*s – 2*a)
= 2*(s – c)*2*(s – b)*2*(s – a)
= 2^3*(s – a)*(s – b)*(s – c)
>>
>>16958170
>(a+b-c)(a-b+c)(-a+b+c)
= (a + b – c)*(a + c – b)*(b + c – a)
= (a + b + c – 2*c)*(a + b + c – 2*b)*(a + b + c – 2*a)
= (2*s – 2*c)*(2*s – 2*b)*(2*s – 2*a)
= 2*(s – c)*2*(s – b)*2*(s – a)
= 2^3*(s – a)*(s – b)*(s – c)
>>
>>16959149
This post was invisible for more than one hour. That's why I accidentally posted it a second time. It only became visible after I posted it the second time.
>>
>>16944314
>13 days
>25 posts
JUST
>>
>>16958918
>wonder about the gases
No harmful gases should come off, borates will not decompose from the heat and they wont react with anything in your mixture.

Dont reuse the pot for making food borates are toxic to eat keep that pot for chemistry/junk
>>
>Le particle is in a bunch of places at once until it's measured, then it's in one place
So how do they know that it was in a bunch of places at once before they measured it? Nobody ever actually describes the experiment, they just show you the alleged conclusion and go "ooh, spooky science!"
>>
>>16960315
Because they perform experiments. That was what the 2022 Nobel Prize was for.

It's also what the Dual Slit experiment demonstrates, which is why it is brought up all the time. It's the simplest experiment that shows the particle can't be in a single place before it is measured.
>>
>>16960337
The claim of self-interference is not reducible to an empirically verifiable sequence. The label of self-interference is hyper specified to particular experimental arrangements not having anything to do with self-interference of one or more underlying elements.
Consider an experiment that sets out to demonstrate a claim about an element interacting with itself. There is no means to isolate the element from the experimental apparatus or any of its partial interactions without reflexively destroying the claim of self.
As such, the inductive chain does not exist and the conclusion about underlying particles or emissions is confabulation.
A further paradox arises when trying to minimally fit the frame to the apparatus and experimental parameters. We don't even get to say a self-cycle is occurring by the same logic before.
>>
>>16960404
> when AI halucinates
>>
What are the best books from a beginner's perspective for embedded systems and aerospace engineering, particularly astronautics?
>>
So, if you push a long thin rod into a wormhole with a throat diameter smaller than its length sideways, what happens? Does the rod bend around the curved spacetime of the wormhole until it hits itself?
>>
File: download .png (21 KB, 379x636)
21 KB PNG
What are the three acute angles equal to (in radians)?
Hints:

h = [irrelevant]
S(r) = {(x, y): |x| < r, |y – h/2| < Sqrt[r^2 – x^2] + h/2}

region 1 = S(7)
facecolor = (G + C)/2

region 2 = S(5)
facecolor = G = green

region 3 = S(3)
facecolor = (G + Y)/2

region 4 = [irrelevant]
facecolor = G

region 5 = {(x, y): |x| < 1, |y + 9/2| < h + 9/2}
facecolor = Y = yellow

region 6 = [irrelevant]
facecolor = C = cyan
>>
I have to design and complete a research project/paper (for Geoscience) for my major. If I'm understanding, I'll have eight weeks for design and prep, and eight weeks to complete it, with some time in between the two courses.
How do I...do a research project? I swear half the time I Just try to come up with something that sounds like I can get credit for it and toss it at the wall but that's probably not a good idea for a final level assignment.
>>
>>16961592
The kinda goofy, but overall answer to this is "follow the scientific method":
1. Pick a phenomenon or a problem (maybe even one that seems obvious -- a good jumping off place is "extra credit problems you may have had on tests," because that's how profs often talk about their own real research.)
2. Make a hypothesis about a solution to that problem -- what do you need to test to prove if it's true or if a technique is "good"? What assumptions does that require?
3. Hit the literature & find papers and books around the topic. Use the keywords from 2. to dig -- to start, you really should use actual library tools or your textbooks to find papers etc., but Google Scholar also works. (Your school probably has a research guide for a particular field like this:
https://libraries.etsu.edu/research/guides/geosciences/methods)
4. You'll probably end up getting an answer to some of your idea through the literature, but there's probably a gap or someone not doing a good job explaining why or having shitty code or whatever. Bingo, there's your Thing To Do.
5. Iterate

There's also a textbook, "Research Methods in Geography" that you can probably find on libgen or by searching around.
>>
File: α = ArcSec[r] .png (34 KB, 534x309)
34 KB PNG
>>16961027

y = –Sqrt[r^2 – x^2]
Tan[θ] = dy/dx = –x/y
α = π/2 – θ = ArcSec[Abs[r]/x]

If r > 0 and x = 1 (which is the case),
then α = ArcSec[r].

Thus the acute angles are
ArcSec[3], ArcSec[5], and ArcSec[7]
from top to bottom.
>>
>>16961610
Thank you. I found that book. It was free for whatever reason, praise be to abdul or whoever uploaded it.
>>
File: IMG_0509.png (1004 KB, 1053x2733)
1004 KB PNG
Solve Fermi’s paradox from a biologist’s point of view.
>>
>>16961027
>G = green
>Y = yellow
>C = cyan
That one is based on the dark blue one, on the wall.
>>
>>16962475
Get out there and take tissue samples from the few planets we can land on, nerd.
>>
File: gabriels_horn_m.jpg (112 KB, 968x645)
112 KB JPG
Consider the trumpet formed by rotating the curve around e^{-ax}. A wire coils around it at some particular angle starting from x = 0. It makes an angle theta at the meridian of x = 0. What is its length at x = t?
>>
>>16963753
I meant rotating the curve of e^-ax around x axis.
>>
>>16963753
> A wire coils around it at some particular angle starting from x = 0.
> It makes an angle theta at the meridian of x = 0.
> What is its length at x = t?
Huh?? I have no idea what you are even trying to describe.

Maybe try a better picture?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.