[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
/sqt/ Stupid Questions Thread
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /sci/ - Science & Math

Thread replies: 255
Thread images: 41
File: 1444884256832.jpg (2 MB, 2560x3840) Image search: [Google]
1444884256832.jpg
2 MB, 2560x3840
How do I determine if an intersection between two geometric objects exist?
>>
>>7654887
What on this green earth is happening in your pic?

are they convex? Then use separating axis theorem. If you are trying to make your own collision detection system, just use bullet.
>>
>>7654894
for all shapes

I'm looking for a general solution
>>
>>7654910
You can't detect collision for real, any-shape because you can't represent it in computer memory. You need to simplify it first.
Do you want shape based on triangles or voxels or mathematical perfect primitive shapes like spheres or cylinders? 2D or 3D or higher dimensions?
>>
>>7654926
I'm not doing any collision detecting algorithms, I'm only interested in the math
>>
>>7654936
Then.
Let's say we have two shapes A and B. If there is a point that is a part of shape A and shape B then these shapes intersect.
>>
>>7654948
Yeah, but how would you prove that with any given equations/conditions for each shape?
>>
>>7654957
you need to look for points in whatever space the shapes are that both solve the shapes equations


if you don't have the equations then you don't know what the shapes are
>>
>>7654957
That's easy, you just put their equations together and look for points that are true for both.
eg intersection of x^2 parabole(A) and line y=1(B)
[math]
A = \{ (x,y): y=x^2 \}
[/math]
[math]
B = \{ (x,y): y=1 \}
[/math]

[math]
\left\{\begin{matrix}
y=1
\\ \ y=x^2
\end{matrix}\right.
[/math]

[math]
1= x^2
[/math]

[math]
x = \pm 1
[/math]
[math]
y = 1
[/math]

So [math](-1,1)[/math] and [math](1,1)[/math] are points of intersection, therefore shapes intersects.
>>
>>7654990
What about inequalities?
>>
>>7654998
You still have to do the same, look for points that solve both inequalities. If you have one inequality and one equality you can be able to solve it the same way.
Also you can always help yourself by looking for potential points of intersection on graph, and treat these inequalities as equalities to find points. eg. if you have two disks on a plane, you can treat them as circles and one of the created areas will be area of intersection.
>>
>>7655017
The point is to not use any arbitrary points. How could one even know if the intersection exists or not?
>>
>>7655037
Range and domain
>>
>>7655037
Define arbitrary point.
>>
>>7655064
nfrared
does it go through walls?
>>
>>7654887
I'm going for a maths PhD in the UK, what should I know?
>>
>>7654887

General method (one approach):

1) Describe both objects algebraically and consistently in terms of some coordinate system: cartesian, polar, spherical, R^3, CAD software, etc. Higher-tier coordinate systems for higher math/dimensions.

1a) Note that the above may result in multiple expressions, even if your problem only entails "two" geometric objects. For example, a regular dodecahedron in R^3 (being only the planes of its faces, excluding its interior) could be described as a union of piecewise plane segments.

2) Take the algebraic expression (or expressions) describing the one object (typically equations), and compare with the expression(s) describing the other object. Find all the coordinates in your coordinate system satisfying both families of expressions. Take care to account for all possible cases in whatever you've set up. Show that there can't be any other intersection points apart from the ones you've given, and then you're done.

3) An example: In R^2, the unit circle centered at the origin is given by x^2 + y^2 = 1 , while the line y = x cuts through this at a nice "45-degree" angle when graphed in the usual way. Note that the circle could be broken down into piecewise functions, but we pass over this. What it means for the line and the circle to have intersection points, is that the same coordinate(s) simultaneously satisfy the above two equations. In other words, we can assume the one condition in the other, thus

[math] \displaystyle 2x^2 = 1 \rightarrow x = y = \pm \frac{1}{ \sqrt{2} } = \pm \frac{ \sqrt{2} }{2} \rightarrow (x,y) = \bigg( \pm \frac{ \sqrt{2} }{2} , \pm \frac{ \sqrt{2} }{2} \bigg) [/math]

For extra rigor, add in some stuff about how a line and a circle cannot coincide at more than two points / a quadratic cannot have more than two roots, as needed.
>>
>>7655114
so how do you deal with discontinuous or non-differentiable cases? You know the sorts of stuff that occurs in CAD systems.
>>
>>7655124

oh lawdz I dunno, I've never used a CAD.

How about verbally describing your problem(s)? You seem to be doing something "applied", but your big calculator can still goof/punt, which is why you need math, as you're sensing.

This guy's latter sentence >>7654994 is true, although perhaps "expressions" is a better word (inequalities, etc).
>>
>>7655066
>nfrared
>does it go through walls?

Like anything else, that depends on what the wall is made of.
>>
>>7655108
https://www.youtube.com/watch?v=6oC5WnNL1fk
>>
If the planet mercury shrunk as time went on, would it have more or less density now compared to the density of the original?
>>
Is globoheat meme real

Pls anser here http://www.strawpoll.me/5989392/

No b rude k :3
>>
>>7654887
Ok, it's super simple but I don't have the method :

Using Fermat's little theorem, prove that :

[math]4^{20} \equiv 1[41][/math]

I have a lot more to do after this question, I just need to start...
>>
File: waveform-quant.png (29 KB, 585x335) Image search: [Google]
waveform-quant.png
29 KB, 585x335
how do i go from quantized data (red) to the original signal (grey)? how do i get a function for the curve between t[n] and t[n + 1]? and can i still do it if the data isn't evenly spaced?

an anon in >>>/g/dpt told me to use
>https://en.wikipedia.org/wiki/Fourier_inversion_theorem
but how do i get the fourier transform for the red data?
>>
>>7655880
4^20 = 2^40 = 1 mod 41 since 41 doesn't divide 2.
>>
File: why.png (2 KB, 217x88) Image search: [Google]
why.png
2 KB, 217x88
How do I demonstrate pic related? Or where can I find step by step demonstration of Fourier's sen and cos integrals from 0 to Pi/2
>>
>>7655934
What is t here ?
>>
>>7655937
Time.
>>
>>7655945
But this is wrong in general. You're integrating a nonnegative continuous unction and getting zero so whatever you are integrating is zero on the interval
>>
>>7655890
>https://www.youtube.com/watch?v=FLPqshreE-g
>getting X(t) out of X(n) is the equivalent of getting X(Ω) from Xs(Ω)
holy shit is this tedious. he didn't even explain what X(Ω) and Xs(Ω) is, i don't think. and no i didn't just watch youtube videos, i read some stuff from some university but it just went through extremely simple stuff without explaining the fourier transform or anything (it just assumed that you already knew about the fourier transform).

for fuck's sake
>>
is there some program where I can generate waveforms and add them together, and play them as a sound?
or take a waveform, take it apart, and listen to the resultant waveforms?
>>
>>7655977
>https://www.youtube.com/watch?v=r18Gi8lSkfM
this was neat t᠎bh

>>7655996
maybe audacity? not sure. if you're good at programming you can fill up PCM samples yourself. then there's this fourier transform thing to take apart the waveforms
>>
So line integrals of a function of two variables (so a surface) over a curve C returns the area above C and below curve etched into the surface (f(x,y) evaluated only on points on C). Why then Do line integrals of vector fields return volume over a curve returns volume?
>>
File: imagehjhs.jpg (17 KB, 479x307) Image search: [Google]
imagehjhs.jpg
17 KB, 479x307
Do you have pic related full size?
>>
>>7655890
i don't want to modify or analyze the signal... i just want to reconstruct the signal!!! so taking the fourier transform and then the inverse fourier transform will accomplish nothing?!?!

then how the fuck am i supposed to reconstruct the original signal?
>>
>https://en.wikipedia.org/wiki/Signal_reconstruction
this doesn't say jack shit!
>>
>http://math.nyu.edu/faculty/greengar/glee_nufft_sirev.pdf

this is some fucking bullshit

at least this is closer to what i want

but they're fucking horrible at "explaining" the formulas, they don't even say what the variables are
>>
>https://en.wikipedia.org/wiki/Unevenly_spaced_time_series
>Ideally, unevenly spaced time series are analyzed in their unaltered form. However, most of the basic theory for time series analysis was developed at a time when limitations in computing resources favored an analysis of equally spaced data, since in this case efficient linear algebra routines can be used and many problems have an explicit solution. As a result, fewer methods currently exist specifically for analyzing unevenly spaced time series data.[5][6][7][8][9][10]
so now that our computers are less crappy, people are too stupid and lazy to come up with proper solutions for this problem! now it's some fucking rocket surgery and academic wankery!
>The nonequispaced Fourier transform arises in a variety of application areas, from medical
imaging to radio astronomy to the numerical solution of partial differential equations.
>>
>>7654887
>>7654894
>What on this green earth is happening in your pic?

Ukraine - a philanthropist apparently donated chickens to a youth organization - one kid is playing half life
>>
File: Untitled.png (506 KB, 494x558) Image search: [Google]
Untitled.png
506 KB, 494x558
What did I do wrong? The answer is suppose to be all positive.
>>
File: Untitled.png (5 KB, 257x90) Image search: [Google]
Untitled.png
5 KB, 257x90
>>7656583
>>
>>7656583
Lemme get this straight, you're trying to get the Laplace of f(t)?
>>
>>7656587

I'm doing laplace.
>>
>>7656586
Well the way I'd do this is by rewriting it with the unit step function, but if you're supposed to use the definition of the Laplace I can't help you because I'm shit at integrating.

So I'd rewrite f as [eqn] sin(t) + u(t- \pi )*[0-sin(t)] [/eqn] Then when you take the Laplace, sin(t) becomes [eqn] \frac{1}{s^2+1} [/eqn] and the unit step function is taken into account with an exponential [math] e^{- \pi s} [/math] so it looks like your answer was correct.
>>
File: Untitled.png (2 KB, 153x81) Image search: [Google]
Untitled.png
2 KB, 153x81
>>7656594

Yeah, I'm suppose to use the definition. The back of the book says pic related.
>>
>>7656598
The back of the book is a lying shit
>>
>>7656601

I hope so.
>>
I have an algorithm on two structures A,B, its running time is in [math]\mathcal{O}(|A|*|B|)[/math]

Is it correct to say that the algorithm has quadratic runtime?
>>
>>7656754
No. Is there any relationship between structures A and B?

>>7655890
I would take the discrete fourier transform of it, and then just feed the components into a inverse fourier transform (not discrete). However, I dont think that's exactly what you mean? Do you want to get a higher sample rate from low rate signals?
>>
>>7656785
>Is there any relationship between structures A and B?
They are both graphs but their size is independent
>>
>>7655238
if shrunken without loosing mass, the density goes up.
if he looses volume and mass at the same rate the density would stay the same
>>
File: photo-shingo-matsuba-3.jpg (247 KB, 1024x683) Image search: [Google]
photo-shingo-matsuba-3.jpg
247 KB, 1024x683
>>7654887
Can I soak stainless steel in vinegar to remove scratches?
>>
>>7656821
lose*

They aren't homophones. You don't "loos" something, you "looz" it. You never "loost", you "lahst". The knot isn't "looz", it's "loose".

They're very subtle pronunciation differences. I think if your and you're, there, their, and they're were taught as being subtly different, we wouldn't have all these problems. Instead the first damn thing they tell kids are "they're homophones!" And they hear and say them all the same, or randomly, from that point onwards.
>>
>>7656824
sandpaper
>>
>>7656825
or im just not a nativ english speaker/writer
>>
>>7654887
Really stupid question here, how do you call a student that's been studying math for three years ? A "third-year mathematic major" ?
Also, what is he going through ? A "third year of mathematic studies" ?
For some reasons Google won't give me the answer
>>
>>7656890
A maths student in his Xth year/semester
>>
>>7656842
That's alright, I'm not meaning to be a prick about it.
>>
>>7656903
Alright, thanks!
>>
If you reject the axiom of infinity does that mean theres a largest number?
>>
>>7656942
If you reject gravity, does that means we all float freely?
>>
>>7656953
I tried this and it didn't work.

Did I just not try hard enough, or the right way?
>>
>>7656956
Try dissing gravity with a sick yo mama joke. It worked for me, but Ive heard other people have been having issues with it. Just keep trying, anon. :)
>>
>>7656958
Okay, will do. I'm thinking up a good one as we speak.
>>
File: Untitled.png (7 KB, 444x134) Image search: [Google]
Untitled.png
7 KB, 444x134
How do I solve using l'hopital's?
>>
How likely is heat death?
>>
>>7657219
~100%
>>
>>7657226
we are the .000000...1%
>>
>>7657226
How likely is there anything after it?
>>
>>7657230
~100%
>>
>>7657228
We're the .000000...1% for the universe happening in the first place. The final state of the universe is a different story and heat death is based on a seemingly concrete view of thermodynamics.

Grant you heat death relies on things like the universe ultimately being a closed system, gravity to not play any major role, and for our understanding of thermodynamics to never change but with those in mind it's a much more likely outcome than the big crunch, multiverses, or any other opposing theories.

The big question becomes if anything can occur once heat death happens. Small instances of reversed entropy are one thing but any significant changes (shit like the spontaneous brain and stuff) to that system are completely unknown. With infinite time behind it you'd assume something would happen but that's not actually a given.
>>
>>7656785
what i want to do is to find values that correspond to the original signal in between samples.

like in the pic if the latest values (in red) are say a(t[n-2])=0.5, a(t[n-1])=0.55 and a(t[n]) = 0.4, i want to be able to find values on the grey curve in between samples such as a(t[n-0.5])=~0.5

the samples are unevenly spaced but i would greatly appreciate a solution for evenly spaced samples to start with, so that i have more of an idea of what i'm dealing with with the fourier transform stuff.
>>
>>7654887
anybody knows if there's a virus database? or good resources about virus/virology?
>>
Mexican descent who's 27 years old and applied to transfer to CSU school. How do I get scholarships? I heard of EOPS, but I don't have two recommendations.
>>
>>7657773
http://vxheaven.org/
>>
>>7657800
thanks bb
>>
>>7657782
Write letters.

Also >not transferring to a UC

pleb
>>
>>7657803
oh, I meant the other kind of viruses, but that's also interesting, thanks anyway
>>
>>7657808
kek i should have realized when you said virology that you didn't mean computer viruses
>>
>that pic
The fuck am I looking at?
>>
Why am I stuck on this simple as fuck question. I never took probability in college

Suppose we draw 2 cards from a deck from a deck of playing cards, what is the probability of drawing 2 spades?

I'm stuck I want to say 1/16 because the probability of 1 spade is 1/4 so .25*.25 = 1/16

OR
1/4 * 12/51 = 1/17
>>
>>7657825
the latter

if you drew one card and then placed it back into the deck and shuffled it would be the former but now you draw 2 at once so there's only 51 total cards of which 12 cards are spades remaining in the deck
>>
>>7657831
>there's only 51 total cards of which 12 cards are spades remaining in the deck
after you draw the first spade that is
>>
>>7657804
I heard UCs are more for research oriented while CSU are more for industry employment. Plus, CSUs are more cheaper than UCs. I don't want to have a 300k debt like this person.

https://www.youtube.com/watch?v=_tV6L-wzfHY
>>
>>7657835
>be poor white person
>get $19k/year in grants
>work
>literally taking zero debt to graduate
>>
>>7657831
Alright I'm back I have 20 minutes to finish this shit

Toss a normal coin 4 times. You get heads 3 times

what is the prob of the last toss?

Is it 1/2? Can't be that simple
>>
>>7658052
fuck it I put 1/16
>>
>>7657531
>pic related
what am i even looking at here ;_;

i want to do this:
>https://en.wikipedia.org/wiki/Sample_rate_conversion
>https://en.wikipedia.org/wiki/Upsampling
or find out the arc lengths between samples but it seems that at least for sinusoids you're best off just approximating with line segments between discrete points
>>
>>7658052
>prob of the last toss
Presumably being heads or tails, it's 1/2, the odds of 4 coin tosses being all heads or all tails is 1/(2^4)=1/16
>>
Can you breath in tetanus?

It snowed here, and I was using a broom and I got dirt (thought it was poo) on my sleeve, and briefly breathed it in. It has been 3 days but I haven't felt anything. I worked out hard yesterday so my muscles are tired, but I don't know if that could mean anything, whenever I do the workout I did I feel tired. I want to know if tiredness is a symptom of it. Also, my jaw has been slacking open when I don't pay attention, but that may have been happening for awhile and I haven't noticed since I didn't pay attention.
>>
>>7658273
chill your shit retard.
>>
Why are /pol/tards so ignorant about humanity?
Why do they ignore other facts and act like they are always right?
>>
>>7658369
this is a science board. this question is retarded so it fits the Stupid Questions Thread but it's not related to science or math.
>>
is there a way I can teach myself electrical engineering?
>>
>>7658370
It is science related.
>>
>>7658367
So that means I'm okay?
>>
File: 1442758241336.jpg (182 KB, 978x655) Image search: [Google]
1442758241336.jpg
182 KB, 978x655
>>7658369
i think it's just that you don't agree with their opinions. like in sweden, everyone was so butthurt about the anti-immigration party, but now they're recognizing that unrestricted mass immigration is a very serious issue and that the party was right all along. now they're the biggest party in sweden.
>>
Is [math]$W_1=\{(a_1,a_2,a_3)\in\mathbb{R}^3\ |\ a_1=3a_2\ \wedge\ a_3=-a_2\}$[/math] a linear subspace over [math]\mathbb{R}^3[/math]? I'm kind of stumped on the null vector part.
>>
I'm currently doing Linear Algebra.

I'm having a lot of difficulty writing proofs since I just got out of Calc III. I'm only used to computation babby stuff

Is there any resourceful site or book that can help me overcome this.

Specifically for Linear Algebra proofs.
>>
>>7658420
Alright, fuck this, just see pic related please.
>>
>>7658424
What do you mean by stumped on the null vector?
>>
>>7658552
I mean, which would be the null vector? If I understand correctly, it should be in [math]W_1[/math], but the only three vectors there are [math]a_1,\ a_2,\ a_3[/math]
>>
>>7658562
If you're talking about what I think you're talking about, the null vector in R3 is always (0,0,0) (the unique vector v such that w + v = w for all w). a1 a2 and a3 are scalars, not vectors. This space is all vectors of form (3c, c, -c) [which is a linear subspace]
>>
>>7658568
Goddammit, I understand now; thank you very much anon.
>>
I'm doing some basic topology, and I'm dumb af.
How can I prove that "boundary E= Boundary E(c)"
>>
>>7655162
Fuck, I just watched that, I've got no idea how to even reply.
>>
File: 20151114_165708-1.jpg (661 KB, 1365x1024) Image search: [Google]
20151114_165708-1.jpg
661 KB, 1365x1024
What could this sort of diagram be called?
>>
>>7658954
A tree ?
>>
File: hairline 141115.png (709 KB, 1200x537) Image search: [Google]
hairline 141115.png
709 KB, 1200x537
Is this necessarily a receded hairline? Could I have had this all the time?
It's always been pretty high but I can't really confirm from old photos because there's always hair in the way. I really want some confirmation on whether to start using minoxidil or not.
>>
>>7658772
=> direction should obvious/trivial
<= direction try contradiction IIRC.
>>
>>7658984
You ain't seen nothing yet nigga. 24 here and mine is way worse than you. Not gonna post pics because bud is on here too, but if you wanna get laid, do it now. It's all gonna go downhill from here.
>>
>>7659028
It might not be bad, but is it necessarily receded at all?
>>
>>7657154
what is [math]g(x)[/math] and [math]t[/math]?
>>
Is it theoretically possible to create a rechargeable battery that is perfectly rechargeable (discharging and recharging are fully reversible)? If it is, what practical problems are there to making one?
>>
idk how to write my research proposal

masters focused on computer vision at cambridge

wat do
>>
>>7659129
tg(x) = tan(x)
>>
We learnt some shit about the nth root of a complex number in liner algebra class, but we also learnt in calculus that writing [math]sqrt[n]{z}[/math], for example, is retarded, as there are multiple different numbers that satisfy x^n=z, so you should instead write x^n=z.
Who is right?
On a side note, aren't you annoyed by the six gorillion different notations and even names in use by people for shit in linear algebra? It's annoying as hell.
>>
>>7658984
>>7659097
I'm 18 and mine's been like that since forever.
>>
>>7659182
fucking jslatex
>>
>>7659138
http://gizmodo.com/scientists-solved-the-mystery-of-why-rechargeable-batte-1583247838
>>
>>7659275
(sin(2x))/2=cos(x)sin(x)
>>
Okay, I'm about to finish up Differential Equations. What books should I read as a computer engineer major? I want to get ready now for when I transfer to a university. Do I need to learn Physics now, or can I get into CE books now?
>>
what are the chances an atom in my body was once in the body of someone currently alive on the other side of the earth
>>
File: Schwarz inequality.jpg (47 KB, 678x529) Image search: [Google]
Schwarz inequality.jpg
47 KB, 678x529
Could someone please help me understand the first step in 1.3.18?

Why the 3rd and 4th terms skew, is this normal multiplication followed by switching the inner product of V and W or are there other rules I'm missing?

The axioms do not cover this kind of multiplications of a bra with a ket resulting in 4 different brakets. It just doesn't make physical sense to me.
>>
>>7658984
i'm sorry for your loss
>>
>>7659524
If you're reading this on the front page:

HEEEEEEEEEEEEEEELP!
>>
>>7659524
Bras and kets are just physicist nonsense, it's just the inner product of Z with itself, and Z=V-C*W. The inner product is sesquilinear, that is it's linear in one term and conjugate linear in the other. So you get that

<z,z>=||v||^2-2|<w,v>^2|/||w||^2+|<w,v>|^2||w||^2/||w||^4
=||v||^2-|<w,v>|^2/||w||^2
=>||v||^2\geq|<w,v>|^2/||w||^2

which is the last expression. I guess you use |*| instead of ||*|| because you're working in C^n. Just use whichever you like.
>>
>>7657154
tan (x) = sin(x)/cos(x)
sec (x)= 1/cos(x)

(x sin (x) - (pi)/2)/cos (x)
You can now use L'Hopitat
>>
>>7658984
>tfw 33
>my hair is just as thick and luxurious as it was at 18.
>my dad and my uncle on my moms side both had full heads of hair well into their 60's.

feels good man
>>
>>7657154
>xtg
>sec
???
>>
>>7659594
I know that feel, I think they're some abomination trigonometric functions that you will never see again, I never saw them in the first place, I guess my professors decided not to waste our time with that useless bullshit.
>>
>>7659597
My professor rightfully hated them. We only used sin, cos and tan, which is all you need
>>
>>7659597
>I think they're some abomination trigonometric functions that you will never see again

only if you are stopping at calc 2. periodic functions achieve spectral accuracy when used with the trapezoid rule, so people shoe horn functions into a periodic form just to get that.

beware, you will see this shit again and wish you payed more attention.
>>
pic related

Can I write it like I did or how do I deal with the "bit"?
It's not really a unit, so I can simply "ignore" it, right? or what is the right way to write it?
>>
File: ss+(2015-11-14+at+11.27.40).png (7 KB, 717x217) Image search: [Google]
ss+(2015-11-14+at+11.27.40).png
7 KB, 717x217
>>7659609
I forgot the pic, god dammit
>>
>>7659597
>>7659607
No you won't ever see it again, at least not if you study physics
>>
>>7659613
engineers will. guaranteed.
>>
>>7659607
No, I did my master's in math without seeing any of them.
>>
>>7659614
Then again, you also need to have learnt male anatomy by heart if you're going into engineering
>>
>>7659574
Thanks for the reply.

[spoiler]I'm not sure I understand it, but at least I understand the multiplication now.[/spoiler]
>>
>>7659614
They are utterly pointless, you can write them in other trig format using the 3 normalfag trig relations.

Trig functions show up a lot in transport solutions we've never used weird shit.
>>
>>7659531
What loss? Is it receded?
>>
I have that G is a group such that for all a in G, a^2 = 1. I've shown that a is its own inverse, and now I need to show that G is abelian.

I've used proof by contradiction and assumed that (b^-1)(a^-1) = (ba)^-1 along the way (that wasn't the initial incorrect assumption). Am I justified to do this because of commutativity?
>>
Im not /sci/. Can I ask a chemistry question?
Should water, hot oil(olive oil), or isopropyl alcohol have worked as a solvent for benzoyl peroxide? Im cleaning a bottle of acne cream for other uses, but I cant get the smell out of it. I suspect its probably from one of the filler ingredients, but the active ingredient is the only thing it lists.
>>
any good goft ideas for someone really into quantum physics they have alot if books on the subject and I cant think of anything thoughtful to get them
>>
>>7660030
The second part of your post isn't very clear to me, but if you want to check whether that equality is right just see if that element on the left really behaves like the identity for ba
>>
How do I solve

[math] \int f'(x) dx[/math]
>>
Does anyone know of any good intro to logic books? Or Logic puzzle books
>>
>>7660030
This was asked a few days ago.

x y = x ( (x y) (x y) ) y = ( x x ) y x ( y y ) = y x
>>
File: 13684203607863[1].jpg (17 KB, 320x240) Image search: [Google]
13684203607863[1].jpg
17 KB, 320x240
>>7654887
u used slav pic
so i can answer u like some russian proverb
Axiom of choice Escobar

>thisone garbage and otherone garbage too, both such garbage like i fuck your mother in mouth
or
>If you choose between two entities without alternative, both will be the exclusive garbage
>>
>>7660227
If it simply that, then it is pretty ambiguous. But f'(x) is equivalent to dy/dx

so you can have : dy/dx * dx = dy. The integral of dy would then just be y.

Since the integral of dx is just x.
>>
You probably get this every day....But how the fuck do you succeed at math? I'm upgrading some shitty grade 12 pre calc/linear algebra and I can only ever get B's I always seem to forget or not see tiny little details.
>>
mathematically speaking, what are physical dimensions (length, time, etc) that we use in physics?
do they form any interesting algebraic structures?
they 'look like' vectors but they seem to have additional structure
>>
how do I start it sci?
I want to learn the calculus, but how should I start?
I have finished homework, then I have my scripts, then I have my homeworks that are due.

I want to be good at it, so do I do it like this?

First, repeat the finished homeworks.
Then look at the new homework.
Then work on the script.

Am I missing anything?
I just have no real motivation until I come back from work. So I hope I get some good feedback until I come back from my part-time job
>>
>>7660598
>>7660598
Sorry for the bad english, I am somehow feeling very apathetic today..
>>
File: Untitled.png (6 KB, 488x165) Image search: [Google]
Untitled.png
6 KB, 488x165
I just don't get it, why are they different?, does the fact that one is from the left and the other from the right changes the process in solving them or changes the result?
>>
>>7660757
Graph the function and you'll immediately see why.
>>
>>7660766
I don't know how to graph
>>
>>7660775
in case you weren't pretending to be retarded
https://www.desmos.com/calculator
>>
So if F=ma, then if you're driving a car at a constant 35mph (aka no acceleration) and you hit someone, would they get hit with a force of 0N?
>>
>>7660911
No because your car has momentum and when you hit the person this is transferred to him which is the definition of a force.
>>
How would i know how many times I have to apply l'hopital's?
>>
>>7660944
Until there no longer is an indeterminate form ?
L'Hospital's rule is shit though, an asymptotic expansion is more helpful in order to understand what's going on (incidentally, it also proves l'Hospital's rule in all possible cases)
>>
>>7660911
The car will notice a decrease in speed. Assuming no friction to the road, and no engine on, the decrease in speed is caused by a negative acceleration. The force needed to cause this negative acceleration, equals the force with which the person is hit.

In short, momentum is transfered, causing the car to go slower and the person to move faster
>>
>>7654887
Given the probability distribution of a random variable, X, is there anyway to use R to tell me about X^2?
>>
Can you add scalar fields?
>>
>>7658984
Can someone please tell me it isn't necessarily receded at all?
>>
I just started a course in astrophysical hydrodynamics and I'm a little stuck on the de Laval nozzle. My notes say that to consider the rate of variations I need to take the differential form of the Bernoulli equation.

[eqn] \frac{1}{2} u^2 + \int \frac{dp}{\rho} = constant [/eqn] goes to [eqn] udu + \frac{1}{\rho} \frac{dp}{d\rho} d\rho[/eqn]

But I don't really follow what happened. Can anyone help?
>>
>>7661196
Whoops forgot something on the last equation.

[eqn] udu + \frac{1}{\rho} \frac{dp}{d\rho} d\rho = 0[/eqn]
>>
>>7661099
Well yes of course, if you know about X then you can know about any f(X) if f is measurable.
The opposite is wrong in general, ie. knowing the distribution of some f(X) does not necessarily characterize the distribution of X.
>>
>>7654887
can I use scientific E notation (eg 1.2E+5) in written text or should I just use the standard form as in [math]1.2 * 10^{5}[/math]
>>
>>7661198
you differentiate
d(u^2)=2u du
dunno about the second. also differentiate of course, but i dont know a rigorous way
>>
>>7661198
You are considering what happens during small changes of your variables. A simple example would be:
[math]x+y=const[/math]
which implies that
[math]dx+dy=0[/math]

In your case:
[math]d(u^2)=\frac{d(u^2)}{du}du=2u du[/math]

The infinitesimal change of your second term is given by the integrand.

The constant on the RHS does not change.
>>
>>7661386
[math] d(u^2)=\frac{d(u^2)}{du} du= 2u du[/math]
>>
>>7661386
>The infinitesimal change of your second term is given by the integrand.
i forgot how this works
got a link where i can read about it?
>>
>>7661394
Imagine the integral representing the area under a curve, A. It is a sum over many small contributions to the area, dA:

[math]A=\int dA[/math]

(where I'm sloppily ignoring limits). Thus, the infinitesimal change in A is given by the integrand.
>>
>>7660757
Try thinking about a simpler case: 1/x approaching zero from the left and right.
>>
>>7661404
So,
d(integral dp(r))=dp(r)=dp/dr*dr?
doesnt it depend on the path you take? (given p(r) is not conservative)
>>
>>7661430
Yes, the information of the path taken is contained in dr, though, since you're limiting yourself to 1D then there is only 1 path available.
>>
>>7654887
What is the year of the image? And that context the fuck is this?
>>
File: ss+(2015-11-15+at+04.46.05).png (10 KB, 1703x90) Image search: [Google]
ss+(2015-11-15+at+04.46.05).png
10 KB, 1703x90
Could anyone help with this question? I feel as though I'm over thinking it.
>>
File: 1.png (46 KB, 855x427) Image search: [Google]
1.png
46 KB, 855x427
I have spent hours looking through pdfs online and can find the solution to part a on this problem, please help
>>
>>7661453
Contributions to the scale reading:
- Weight of water in scale
- Momentum flux of falling water
- Weight of scale
>>
File: int.jpg (10 KB, 191x123) Image search: [Google]
int.jpg
10 KB, 191x123
How the heck do I take the integral of this?

Answer is 6.5
>>
>>7661469
[math]\int_0^3 x floor(x)[/math]
[math]= 0 \int_0^1 dx + 1 \int_1^2 x dx + 2 \int_2^3 x dx [/math]
>>
>>7661457
Well, the weight of the scale isn't given. I tried calculating the force due to momentum from F=p/t and then I added that to F=(mb + mw)g but that didn't work.
>>
Compare the total number of microstates, and the number of microstates in the most probable macrostate in a system of two 4-atom crystals with the number of microstates in a single 8-atom crystal. Do the same for two 8-atom crystals and a single 16-atom crystal. Assuming that the atoms can either be atom A or atom B.

So for the 8 atom crystal total microstates is 2^(8)=256, how do I work it is out for a two 4-atom system, is it 32 [2^(4)+2^(4)] or 256 [2^(4)*2^(4)]?
>>
>>7661469
lebesgue integrate that shit my african american friend
>>
>>7661481
>weight of the scale isn't given
I meant the 710g bucket

Your method sounds correct, do you agree then that the momentum contribution is:
[math]F_p = \frac{dm}{dt} v = \frac{dm}{dt} \sqrt{2gh}[/math]
>>
>>7661503
Yeah I got it now, thank you
>>
File: 00060.jpg (15 KB, 320x220) Image search: [Google]
00060.jpg
15 KB, 320x220
>>7661503
>>7661507
anons helping one another, 4chan is not a bad place senpai
>>
>>7661510
Aside from the scientists vs engineers meme /sci/ is actually a really good board.
>>
File: ss+(2015-11-15+at+10.21.36).png (6 KB, 780x84) Image search: [Google]
ss+(2015-11-15+at+10.21.36).png
6 KB, 780x84
Really struggling with this question tbqh. Think it needs its own thread?
>>
>>7661521
See if this helps:
[math]0.999999...=\sum_0^{\infty}\frac{0.9}{10^n}[/math]
>>
>>7661480
>>7661489
thank you my african american brothers!
>>
>>7661482
Since the atoms are in a crystal, they are distinguishable. Thus, I think your latter answer is correct: 2^(4)*2^(4).

>>7661521
Piggybacking this post to see if I can get the tex to work from >>7661529
[math] 0.999 = \sum_{n=0}^{\infty} \frac{0.9}{10^n} [/math]
>>
>>7661543
Thank you friend, it came to me when working out the entropy since:
[math]S=k[ln(W_1)+ln(W_2)][/math]
>>
what does it mean when a variable is powered with *
>>
>>7661652
It means it's running on star power, you need to keep getting those power stars to run it otherwise it'll collapse.
>>
>>7661652
It really depends on what field or topic. Could be the complex conjugate, could be a transfer of coordinate systems. What topic is it?
>>
>>7661521
no its easy you can even prove it, if you imply that there is an epsilon bigger than zero, wich lies inbetween of 0.999.. and 1.
>>
>>7661665
modelisation in biology, when finding for isoclines
>>
File: help.png (28 KB, 649x413) Image search: [Google]
help.png
28 KB, 649x413
please help me i'm desperate
>>
>>7661833
financial math is boring as fuck. sorry
>>
I'm great at coding but absolutely horrible at calculus. Is there any hope for me in a CompSci program at university?
>>
There are some really stupid questions in here.
>>
>>7661892
Yes. Get good at calculus.
>>
>>7661912
But how
>>
>>7661916
Internet, study, learn, read, do
>>
How do I measure absorbance without a coefficient?
>>
>>7661929
Or rather, how do I find it?
>>
need some help with testing for convergence......

is there a way to know what test for convergence to use just by looking at the series???

so far i get that i should use the Ratio Test when something in the numerator or denominator is to the power of n

the Root Test is when everything is to the power of n

But I don't know when I am supposed to use the
>Comparison Test
>Limit Comparison Test
>Alternating Series Test
>Integral Test (I'm thinking that this test is a cop out for when the integral is really easy to find...)
>>
How many 4 factor factorizations are there for 1,000,000
>>
Can anyone find the series for 1,3,9,30. This is discrete math class questions and part of combitorics section so I think it involves choose and factorials
>>
>>7661931
Experimentally? Shine a light through a blank sample and measure how much went through, then shine the same light through your material, then divide.
>>
>>7662226
OEIS will change your life...
https://oeis.org/search?q=1%2C3%2C9%2C30

> Central elements of the (1,2)-Pascal triangle
> number of primes <= n!
Probably one of those.
>>
File: 24.jpg (40 KB, 350x695) Image search: [Google]
24.jpg
40 KB, 350x695
Can anyone explain, in terms a 4th year physics/math undergrad would understand, why the number of gauge bosons for a particle interaction is equal to the dimension of the symmetry group of that interaction?
>>
>>7654887
what exactly are sparks?
>>
>>7662694
>what exactly are sparks?
burning metal fragments.
>>
File: bbtohajiilee22.jpg (375 KB, 1280x720) Image search: [Google]
bbtohajiilee22.jpg
375 KB, 1280x720
>>7655162
fuuuuck
>>
>>7655162
>PhD in science
>in science

wtf if he did a fucking PhD he would know to name the field, nobody and I mean nobody says "I did a PhD in science", it is completely fucking meaningless
>>
>>7656942
No, if you reject the axiom of the existence of an inductive set then you reject being able to have a set closed successor operation being an object of your set theory. You can still create arbitrarily large numbers, simply keep doing [math] x \cup \{x\}[\math] to set x, again you just won't have any set closed under that operation.
>>
Any pharmacists here? How does a pharmD compare to a BA in Biology as far as difficulty and time consumption go?

I've also wondered whether the salary and job demand are memes or not, if the market gets flooded like it's supposed to then I won't bother. My issue is that I'm not extremely interested in pharmacy, my primary interests are animals, the Cold War, foreign policy, and psychological disorders, which are nightmares as far as employment and denbts go.
>>
>>7655890
bro what you need is a low-pass filter.
>>
People who have used Tipler's PHYSICS FOR SCIENTISTS AND ENGINEERS textbook, does it use any multi-variable calculus?
>>
>>7662732
If you stalk his linkedin, it says it was in chemistry
>>
I was taking my grandfather to the hospital when he pointed out a new facility several blocks down from where I live that finished construction. He described it as being used for "atomic waste".

I know very little about proper storage of radioactive waste and he's a crazy old shit who could be making stuff up off the top of his head. Could that actually be a facility for storing radioactive waste? Is it safe? It's close to residential areas but it's all mostly low income or abandoned shit.
>>
>>7662945
There's low radioactive waste and high radioactive waste.

Low waste is everyday stuff like medical products and it's not unlikely they're disposing it there.

High waste is the byproducts of nuclear energy, fuel rods etc. That stuff is extreme and if I remember correctly it's all being deposited under a monument in Carlsbad NM and will remain hazardous for 10,000 years or so.

I'd count on the former being true.
>>
To calculate power you can do force times velocity or P = F*v
This means that I can float in the air with no power at all because floating means v = 0 thus P = 0
This can't be fucking right. What do I need to calculate the true power needed?
>>
>>7662973
I looked into it and apparently back in March it was listed as an acquisition by the crazy old asshole who owns the Detroit Bridge for use as an "automotive logistics facility".

I'm really doubting it's a massive cover up for dumping any sort of waste but idk.
>>
File: may the force be with you.jpg (21 KB, 500x295) Image search: [Google]
may the force be with you.jpg
21 KB, 500x295
>>7662981
P in P = F*v in this context is defined as the rate of doing mechanical work. you are in fact doing no mechanical work since you're not moving in the air so the power in this context is zero.

if you're sitting still on a rocket engine it still doesn't do any mechanical work, it has no propulsive power output
https://en.wikipedia.org/wiki/Thrust#Thrust_to_propulsive_power

but you would still need thrust (force) that counters the gravitational force in the opposite direction of gravity. now how much input power you would need to get that thrust, as in what rate of energy would a perfect rocket consume... idunnolol
>>
If a grad school asks for a statement of purpose and a personal statement, should I leave all things not immediately about past classes, research, and career goals out of the statement of purpose? Should I be doing this anyways?

Fuck applying for things.
>>
Is the sum of quasi-linear function and convex one, quasiconvex function?
>>
Who is paying for the invasion of Europe?
>>
File: Greater_israel.jpg (263 KB, 461x483) Image search: [Google]
Greater_israel.jpg
263 KB, 461x483
>>7663196
the zionist us-israeli alliance
it's a long term plan
2065:
>the middle east is now greater israel due to little to no resistance to expansion in the past 50 years, given the instability of the region and declining populace
>europe is completely fucked and the us decides some "liberation" is due
>>
Hey /sci/
I am trying to solve an boolian equation namely:
[code]f1(x, y, z) := (¬x Ʌ y Ʌ z) V (x Ʌ ¬y Ʌ ¬z) V (x Ʌ ¬y Ʌ z) V (x Ʌ y Ʌ z)[/code]

would this be an ok start? It looks off to me.

[code]f1(x, y, z) := (¬x Ʌ y Ʌ z) V (x Ʌ ¬y Ʌ ¬z) V (x Ʌ ¬y Ʌ z) V (x Ʌ y Ʌ z)
f1(x, y, z) := ¬(¬x Ʌ y Ʌ z) V ¬(x Ʌ ¬y Ʌ ¬z) V ¬(x Ʌ ¬y Ʌ z) V ¬(x Ʌ y Ʌ z) |de morgan
f1(x, y, z) := x V ¬y V ¬z V ¬x V y V z V ¬x ¬y V ¬z V ¬x V ¬y V ¬z |de morgan[/code]
>>
>>7663743
If this is wrong ( I have the strong believe it is)
what would be a good start?
Which boolean rules do I have to apply?
Sorry for the bump forgot to montion that in the first post
>>
File: Functions.jpg (105 KB, 860x1024) Image search: [Google]
Functions.jpg
105 KB, 860x1024
>>7656083
>>
>>7663743
stop using shitty notation

F = (x'yz) + (xy'z') + (xy'z) + (xyz)
F = [ (xy'z') + (xy'z)] + [ (xyz) + (x'yz) ]
F= xy' + yz

QED
>>
File: 1433222712923.png (13 KB, 418x359) Image search: [Google]
1433222712923.png
13 KB, 418x359
>be me
>take a short-term introductory class to c++
>few weeks later
>all the people in the class are now friends with each other
>haven't talked to a single person

should I be worried? I'm 27 and no friends.
>>
>>7664108
nah

you have plenty of other opportunities to make friends.

join a club. take up acting lessons. try out a sport.
>>
I feel like an idiot but how can I use greens theorem on a conservative vector field? I'm given a function in x and y, the question asks me to check line integral using any means, than asks me to use greens theorem to get the same value. The thing is Qx and Py cancel out no matter what as Qx=Py. What am I doing wrong here?
>>
File: Screenshot_14.png (38 KB, 621x423) Image search: [Google]
Screenshot_14.png
38 KB, 621x423
So, i am trying to find the real part of a complex number and then stumbled across this step is needed. i probably just confuse myself too much and don't really get how to get from the left side to the right one.
Can someone please explain (see picture).
>>
>>7664398
[math]i^2 = -1[/math]

[math]-i^2 = 1[/math]
>>
Why does the order of multiplication and division not always matter? Is there a way to predict when it wont matter?
>>
>>7664401
>>7664402
Yes, thanks for the quick answers. Should've known that.
>>
>>7664398
That picture looks pretty good. What software did you use to make it?
>>
>>7664439
I use OneNote on a Surface Pro 2, I'm looking for a similar software for linux though.
>>
>>7664447
Wine maybe ?
>>
How do I proof by induction?
HOw do I proof recursively?
How do I do recursion?
Is there any way doing it?
>>
Okay, I need to take Physics I this spring to have a chance of transferring to Pomona, SDSU, Long Beach, or CPSLO. On assist, there's two different CCs that I go to where one CC only needs Physics I & II while the other CC needs Physics I, II, and III. The CC that only needs two Physics had a terrible professor while the one with three have great professors. What should I do?
>>
What is the error in y when:
[math]y=mx+c[/math]
when m x and c have an error?
>>
How can an integral domain D have a nonzero characteristic if D has no nonzero divisors. I know prime numbers work, but pa=0 for all a in D seems contradictory to me. What am I missing?
>>
>>7665192
to further explain my question: Since D is an integral domain, pa=0 implies that either p or a is equal to zero, yet this goes against the definition of the characteristic p prime in D.
>>
>>7665192
>>7665200
I struggled with the same concept. Here's the deal. When we write pa = 0, we're not talking about multiplying two elements of our ring. We're adding a with itself p times.

For example, the integers mod 7 are a ring (specifically a field but that's beside the point) which is both an integral domain and has characteristic 7. There is no element '7' in this ring (as 7 = 0 mod 7), yet we can talk about 7*5, just because we treat it as 5 + 5 + .. + 5
Thread replies: 255
Thread images: 41

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.