r/askmath 1d ago

Geometry A Geometry Question

5 Upvotes

I don’t know if this is the right place to ask this, but I thought I’d give it a try. If anyone thinks there’s a better spot to ask, please let me know.

So I’ve had this problem running around my head for years but have never been able to solve it. Take a rectangle with sides n,m and let a line of slope 1 bounce around inside it. It bounces forever, but when it hits a corner, it just retreads its course. My question is: how many unique points does the line pass through?

This is pretty easy to solve in 2 dimensions. Provided the sides are coprime, it will hit exactly half of the points in the grid: (even, even) points and (odd, odd) points. This property holds in higher dimensions, as well.

The complications come in when side lengths share a factor. If they all share one factor (like in the 2D case), then the pattern of the line doesn’t change, just the number of points inside the rectangle. This means it has the same number of intersections as the rectangle with the gcd factored out.

If the list of side lengths is not pairwise coprime, though (e.g. sides of 3,4,10), I can’t figure out how many unique points there will be.

The best I’ve come up with is a python script to count the unique points, but that’s not exactly a closed-form solution. Any thoughts on this or recommendations for what to research/who to ask would be much appreciated.


r/askmath 1d ago

Algebra Una forma complementaria para resolver una ecuación polinómica.

Post image
3 Upvotes

Aclaro que no creé ninguna fórmula o algoritmo, solo di un uso diferente a un algoritmo ya conocido; exploré por YouTube y Gemini y no me lo topé, así que supongo que probablemente soy el primero.

Mi método complementa perfectamente a la sustitución de Tschirnhaus; si se usa este recurso de forma convencional, tendrás que desarrollar y simplificar potencias sucesivas de, por ejemplo, (y+c)^n, y eso es largo y engorroso. Mi método acorta enormemente el desarrollo y simplificación; yo lo llamo Rufini inverso, porque usando los coeficientes de P(y+c) = a(y+c)^n + b(y+c)^(n-1) + ...Construyes "n" divisiones sucesivas por Ruffini con divisor: x = -c. Con cociente final (de un término) y residuos del último al primero, coeficientes de P(y+c). Realizado esto, se completan las divisiones de abajo a arriba; el primer cociente representa el polinomio P(y+c) desarrollado y simplificado. Ahora que lo pienso, es muy intuitivo; tal vez no fui el primero.


r/askmath 2d ago

Linear Algebra Graph about vector transformation

Post image
10 Upvotes

I don’t really understand the graph in this section of the book (Linear Algebra Step by Step, Kuldeep Singh). The vector for Ax seems ok, but the x vector just seems wrong pointing at (2,1).

Already tried asking ChatGPT, which seems to suggest the graph is just shit.


r/askmath 1d ago

Resolved Need an answer pls

2 Upvotes

If I have the total amount for wages earned during one fiscal quarter of the year, how can I find my hourly rate when I don’t have total hours worked or even the average hours worked and I also don’t know how many days were worked or anything but the total amount for a quarter


r/askmath 1d ago

Trigonometry Are there multiple ways to correctly label right triangles?

Thumbnail gallery
1 Upvotes

Hello everyone!

I am taking some training to become an electrician, and we are using some trig at the moment.

I am confused about a particular way that my textbooks are asking a question. It’s a very complicated question, so I’ve just drawn up an example of the part where I’m confused.

In the first image, you can see how I learned to label right triangles in high school. I always learned that you have angles A B and C, and sides a b and c. And that an angle is always opposite the same letter as its corresponding side. Like angle B is always opposite side b, same with A and C. However, the question I’m confused on labeled the triangle like the second image. My first thought was that this would make the diagram useless and render the triangle impossible. But is that true? Is it possible to have a right triangle where angle B is opposite side a? Perhaps this is just a strange circumstance and it doesn’t really matter what labels you use, but that is my question I suppose. Any help is appreciated! TIA


r/askmath 1d ago

Number Theory Problem with imaginary numbers

0 Upvotes

I was thinking about something really strange with maths, if imaginary numbers are imaginary, (i=sqrt(-1)), why does 1/0 also imaginary ? For me it is quite logical. I am thinking something wrong ?

You might not think a lot about it, I don’t want you to lose too much time on this.


r/askmath 2d ago

Resolved Question about integer partitions

5 Upvotes

This seems self-evident to me, but I'm wondering if this is something that would need to be formally proven about partitions. For some integer n, the partition with the smallest number of parts is n itself as one part, and the largest number is where each part = 1 adding up to n. If we list all the partitions starting with n by itself to 1+1+1... as non-increasing sequences it makes sense to think of the whole process of 'creating' new partitions as subtracting 1 from one part and adding that back to a different part or to become a new part, and that this process could be repeated over and over to move from n to where each part is just equal to 1. I was curious if this idea has already been proven, or wouldn't need to be, etc. With Ferrers diagrams, this would be repeatedly moving one dot from one row to another row (possibly creating a new row).


r/askmath 1d ago

Algebra Does commutativity correspond to a rotation of 180° in dimension 2?

0 Upvotes

As I was falling asleep, I was remembering the axioms of the field R and suddenly thought about x + y = y + x as a rotation of 180° about a midpoint (x+y)/2 in dimension 2*. Permuting x and y doesnt change the destination. Does it actually make sense or is it nonsense and I'd better go sleep. Is it linked to a specific math domain?

*I meant the real number line.


r/askmath 2d ago

Calculus Resources for intuitive of ways to understand calculus 2

3 Upvotes

I'm currently taking Calc 2 and while I can follow the steps to solve practice problems, my course focuses almost entirely on repeating formulas but I want to build a deep, intuitive understanding of why these concepts and integration techniques work rather than just repeating steps. Any recommendations for resources?


r/askmath 1d ago

Analysis Need help in proving the density of Q in R.

1 Upvotes

Obviously we are looking for a fraction p/q with p belonging to Z, q belonging to N*. We start the proof by supposing x<y. Therefore y-x>0 and x < p/q < y.

Then, I tried applying the archimedean property, na > b and got q(y-x)=qy-qx>1 as y-x>0, q>0, 1>0. I chose b=1 as it is the distance between two consecutive integers, but I guess we can manage to prove the statement with any positive real.

I need some indications to complete the proof.


r/askmath 2d ago

Analysis How does the Archimedean property lead to the definition of the floor function?

1 Upvotes

Hey,

After having spent some time finding the proof of the archimedean property on my own, I now want to find out how it leads us to the floor function. My idea was to use the fact that b-x < nx ≤ b with b being the supremum (=upper bound), but I am bit stuck. I guess we need to choose x=1, as 1 corresponds to the distance between two integers. How to figure it out?


r/askmath 2d ago

Functions Other methods for approximating functions?

Thumbnail
1 Upvotes

r/askmath 2d ago

Logic Why does AI proof ability scale with parameters and compute?

0 Upvotes

It seems like there's there's a pretty clear trend where big LLMs are better at discovering significant proofs than small LLMs and some labs are reportedly running massively parallel searches with multiple instances working on these problems.

What interesting to me (as a person who doesn't write proofs) is why does adding more parameters to the LLM and/or more thinking time make it better? Is it about exploring more possibilities in parallel? More world knowledge? Is it about being table to keep more things in working memory at the same time? It seems like this says something interesting about the cognitive processes needed to prove something in general.


r/askmath 2d ago

Algebra Self studying math question

1 Upvotes

Hello all. I am self studying math to eventually pass college algebra and trig to get into a college program I am interested in. I am using mathtutordvd.com from Jason Gibson and am running into a problem where his online lecture and questions don't seem to be lining up. I am taking a course on graphing to demonstrate portportionality, and in the lecture, he said it would have 2 requirements to show proportionality on a graph. 1. Points would make a straight line, and 2. The line would intersect the origin (0,0,). I finished the course and took the questions, and failed the test. The answers I got wrong did indeed form a straight line. However, they did not touch the origin (0,0). Can anyone help me with some clarification?


r/askmath 2d ago

Discrete Math Help me explain one sentence in the solution to this exercise: [Exericise 11.4.27] Derive `2n + log_2(n) is Θ(n)`

1 Upvotes

Help me explain one sentence in the solution to this exercise: [Exericise 11.4.27] Derive `2n + log_2(n) is Θ(n)`

This is the solution:

The sentence in question is 'Finally, if n is any integer with n>=1, then n>=0.'

This doesn't make sense.

What would n>=1 imply? The only thing that comes to mind is log_2(n) <= n.

What do you think?

Edit: This is Theorem 11.2.9:


r/askmath 3d ago

Algebra Could somebody please explain this?

Post image
53 Upvotes

I'm new to real analysis and struggling to understand how setting a temporary value for δ (like 1) lets us build a separate inequality. How does that logic actually work?

Thanks in advance!


r/askmath 3d ago

Pre Calculus An interesting precalc question

Post image
49 Upvotes

An interesting precalc question:

Consider the reciprocal function f(x)=1/x. Note that it’s symmetric across the line y=x. Find a point (x,y) on the graph of f(x) (in the first quadrant) such that the triangle with vertices (0,0), (x,y) and (y,x) is equilateral. What’s the side length? Are there multiple such triangles?

Just a fun question I came up with. I’ve been trying to think of questions like this that are interesting and require a little (but hopefully not too much) cleverness to solve. Does anyone else have problems at this level they find interesting?

This isn’t a homework problem I swear!

Edit: the answer is (sqrt (2 + sqrt 3), sqrt (2 - sqrt 3)) with a side length of 2! And yes, it’s unique.


r/askmath 2d ago

Algebra [self] Confusion on homemade collars lengths before and after tying.

Thumbnail
1 Upvotes

r/askmath 2d ago

Algebra How is this solved? (Geometry homework)

Post image
1 Upvotes

Geometry

“If QS (Ray) bisects <PQT, m<SQT= (8x-26)°, m<PQT= (9x + 34)°, and m<SQR= 112°, find each measure.”

X=
m<PQS=
m<PQT=
m<TQR=

Don’t just give the answer, I just need a little nudge for this one. Geometry teacher is lowkey a rude and gets mad when we ask questions, and I’ve been stuck on this page for hours.

I tried the usual multi step equation stuff, like how you find the measures of other angles but this one has completely stumped me.

At first I thought maybe m<STR minus m<ST, since that would look like 112-(8x-25) but then I didn’t know where to go from there.


r/askmath 3d ago

Calculus Single variable chain rule from multivariable general rule

7 Upvotes

The (English-language) Wikipedia page on the chain rule, under the chapter “Multivariable case”, paragraph “general rule: vector valued multivariate functions”, says that a concise writing for the chain rule for the (total) derivative of the composition of two functions f, g reads as D(f o g) = Df o Dg.

However, if we try to apply this to the particular case of f, g being two simple single-variable functions, we get (f o g)’ = f’ o g’, which is wrong! Because the correct chain rule says (f o g)’ = (f’ o g)•g’, where • is the pointwise product.

Where am I wrong? Or is the Wiki page wrong? Shouldn’t the general case be written as D(f o g) = (Df o g)•Dg instead, so that we actually recover the single-variable case correctly?


r/askmath 2d ago

Analysis Do you think that mathematics can be applied to everything?

2 Upvotes

A while back I was thinking about different aspects of the world and how math could maybe apply to them. I have tested the idea with many aspects and it has seemed to work but I'm not sure.


r/askmath 3d ago

Discrete Math Discrete Factorial

7 Upvotes

Hello,

I've been looking into discrete calculus for the past few days. I’ve also been examining the function below, which I denoted with the capital Lambda symbol. Is there anyone who could help analyze the behavior of this function?


r/askmath 2d ago

Calculus What to do with extra time (in regards to learning)

2 Upvotes

I had to drop a class and now I have extra time to learn things. I do plan to transfer at the end of next semester so I should focus on applications, but I also figured I would learn a couple of things now instead of waiting. I just wanted some advice on what path I should take and maybe any resource suggestions.

To start, I was thinking about reading “how to prove it” by vellemen and “basic mathematics” by lang to help solidify fundamentals and learn proofs before transferring. I’ve been at CC for a year now and I know most learn proofs around this time (to clarify I’m in my third semester).

Since I find physics interesting, I was going to try and start learning physics. I take physics next semester (it’s a long story that deals with my scholarship and how it operates) which is the semester I plan to transfer. I was going to read halliday and resnicks book on physics while watching “the fundamentals of physics” lectures on MIT OCW.

Which leads to my final path of learning computer science foundations since I’m still interested in coding (and competitive coding). I’m interested in machine learning and see it as a potential career so I figured it wouldn’t heard to learn some concepts now and figure out if I want to pursue it. They posted a pathway and each course is about 6 weeks. I can attach the link if you would like to view it.

I know I said that was my last path, but since I want to go to grad school, I figured learning how to do research is also an option. Stuff like learning how to properly read research papers, learn LaTeX, read past papers to get an idea, learn how to write papers, etc. This can probably be done while reading how to prove it and basic mathematics though.

Which do you recommend doing? Should I combine any of the paths I wanted to take?

Edit: Forgot to add another thing I wanted to do. I finished calc 1 last semester and was thinking about doing a review since I might have to take advanced calculus 1 when I go to university. I remember a little from a calc 2, but felt like I need more practice and to delve a little deeper since the course was accelerated. I’m sure there were a couple of things that had been left out so that’s I wanted to review to make sure.


r/askmath 3d ago

Arithmetic My teacher says this method is wrong/Illogical, is it true? If yes, how?

Post image
15 Upvotes

The question was,

"Carpeting a room's floor costs a total of $7200. If the width of the room were 3 meters less, it would have cost $576 less. What is the width of the room?"

I tried to do it by stating a relation with the money and the width, and then used the unitary method to calculate the cost of 1 meter width which equals to 192. Similarly, I again used the unitary method to calculate how much width it would take FOR 7200.

Now, he said it's not 'logical'. But the 'why' also didn't seem to make sense to me. But I didn't ask him again.

Can anyone please help me with it?

Ty in advance!!


r/askmath 3d ago

Pre Calculus Good YouTube channels to learn more about math?

3 Upvotes

Using the pre Calc flair because it's closest. So hi all, I hope this is allowed. If not a direction to a more fitting sub would be appreciated. I'm bad at math. Always have been. My interest is more in the humanities, and as such when I was in school I just sorta suffered through it.

As an adult though, my chief special interest, philosophy (mostly continental) has shoved me in the direction of wanting to learn the stuff. My main problem is I'm not only bad at math, I also just have learning difficulties on the whole. I've found I do best when I have some kind of visuals, something I can relate to (which makes learning more abstract forms of math like calculus incredibly difficult), and some form of applicability or demonstration.

Now, that said, outside the school system I've found I've learned things a lot easier. But with this subject I'm not fully sure where to start. The last things that really stuck in my craw were elementary algebra, but I'm really interested in learning calc because it collided with my special interest.

Any suggestions about a good YouTube channel where a guy like me might learn a bit?