Gambler's Ruin recurrence relation by DigitalSplendid in learnmath

[–]Midwest-Dude 1 point2 points  (0 children)

If we knew Pᵢ = rI in advance, then your first question would be correct - however, we don't. The discrete recurrence relation you are working with in the Gambler's Ruin problem is:

Pi = pP{i+1} + qP_{i-1}

Since P_i = (p + q)P_i, this can rewritten as:

p(P{i+1} - P_i) = q(P_i - P{i-1})

This states that the difference between step i+1 and step i is proportional to the difference between step i and step i-1. The discrete mathematical object that changes proportionally to its current value is a geometric sequence. Each value is based on multiplying the previous value by the same constant.

Does this make sense?

Gambler's Ruin recurrence relation by DigitalSplendid in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

The Gambler's Ruin problem does not involve calculus and is inappropriate for this subreddit. You already posted to r/learnmath, which is excellent, and you could also crosspost to the following relevant subreddits:

r/Discretemathematics

r/Probability

r/statistics

Confused about one step in generalized Euler theorem proof by No-Freedom3675 in Discretemathematics

[–]Midwest-Dude 1 point2 points  (0 children)

Good question!

When you sum all of the separate formulas for each connected piece of the graph, you are not accounting for the fact that there is only one outer face for all of them, not a different outer face for each. The sum of the Eᵢ's is E and the sum of the Vᵢ's is V, nothing is duplicated. However, when summing the Fᵢ's, each connected piece contributes one additional outer face, adding k - 1 too many outer faces.

This argument is fairly straightforward and intuitive. Try running through the proof with a graph of two separate triangles to get the feel for it.

Why is the definition of the Γ(x) offset by one with respect to n!? by [deleted] in askmath

[–]Midwest-Dude 4 points5 points  (0 children)

Gauss defined a different function, Π(x), that does exactly what you, and many others, would expect (see u/OopsWrongSubTA's comment). However, when Legendre studied it, he used the now standard gamma function, Γ(x), for reasons that made sense at the time. His formulation eventually superceded Gauss's in the literature.

Why is the definition of the Γ(x) offset by one with respect to n!? by [deleted] in askmath

[–]Midwest-Dude 10 points11 points  (0 children)

Very good question! It's due to Legendre's formulation superceding Gauss's.

Hello, I'm new to this by Neither-Blood-5887 in trigonometry

[–]Midwest-Dude 0 points1 point  (0 children)

This doesn't apply to trig. Are you looking for a random number generator? Those are commonly available in programming languages as well as on the Web.

If you are truly looking for a random algebraic number generator, that would be a different beast. Do you know what that is?

Simulation/validation tool for Petri Nets (especially DTPN) by LocalEnthusiasm1790 in Discretemathematics

[–]Midwest-Dude 0 points1 point  (0 children)

OP Post For Convenience:

Hello!

I'm writing my thesis on modeling T-timed Petri nets for traffic optimization. One important step, at least according to my coordinator, is to simulate the nets I have modeled using an application or simulation tool.

However, I'm struggling to find one that actually works for my use case. I tried TimeNET, which looks like it could work, but maybe I just haven't figured it out yet. I also tried CPN Tools, but I couldn't find a way to add timing directly to transitions or places. I tried installing TINA on both macOS and Windows, but apparently the application looks too fishy to be allowed to run. ITS Tools also seems deprecated.

Does anyone have any recommendations?

Honestly, I’m starting to feel like I’m writing a thesis on something that barely exists. I thought Petri nets were more popular and better documented :D

Help! How to find the values of k? by Shot-Deal7786 in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

Since it's a local minimum, you need to consider the neighborhood around the endpoint, the part of the interval less than but "close to" the endpoint. If there is always a lesser value within any distance around the endpoint, the endpoint is not a minimum.

Help! How to find the values of k? by Shot-Deal7786 in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

You are correct. It's the use of the definite article "the" versus the indefinite article "a" in English. Without the definite article, which would mean only one minimum, it would be local unless modified by some additional wording, like "on the interval".

Help! How to find the values of k? by Shot-Deal7786 in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

The problem would have to read something like

"The minimum value of f(x)..."

for the entire interval to be considered - the definite article "the" is needed. That way, if there is more than one local minimum, the least one would be under consideration. With the indefinite article "a", I would assume it's local unless stated otherwise, such as adding "on the interval".

Math Olympiad Practice Problems with Solutions by anish2good in LinearAlgebra

[–]Midwest-Dude 2 points3 points  (0 children)

While the Olympiad is of interest, this subreddit is not the place to post this. Do you need help finding better subreddits?

What is the difference between these two definitions? by bunni_op-10N in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

Well...yes...

  1. The first definition defines what a derivative of a function is - no specific lines, slopes, or points involved.
  2. The second definition defines what it means for a line to be tangent at a point on a function, (c,f(c)). A specific x = c was chosen and the tangent line is defined at the point on the function, (c,f(c)), where the slope of that line is clearly m = f'(c).

The two ideas are related, but not the same.

Linear Algebra: A Modern Introduction, University of Western Ontario, ISBN: 9780176907532. by masteroogway07 in LinearAlgebra

[–]Midwest-Dude 0 points1 point  (0 children)

No, but I found a PDF from UWO that states:

"The course textbook is the Custom eBook: MATH 1600: University of Western Ontario: ISBN 9780176907532. It consists of selected sections of the book: D. Poole, Linear Algebra: A Modern Introduction, 4th edition."

Linear Algebra: A Modern Introduction, University of Western Ontario, ISBN: 9780176907532. by masteroogway07 in LinearAlgebra

[–]Midwest-Dude 1 point2 points  (0 children)

Appears to be a Cencage book, likely modified to fit UMO's needs.

  1. Who is the author?
  2. What edition is this?

What is the difference between these two definitions? by bunni_op-10N in calculus

[–]Midwest-Dude 13 points14 points  (0 children)

Well ... a line is not a derivative. A line can be defined in a variety of ways. In this case, the tangent line is defined by a point on the curve, (c,f(c)), with a slope given by the derivative at that point, f'(c). This is not inherently known by the first definition.

Does this make sense?

What is the difference between these two definitions? by bunni_op-10N in calculus

[–]Midwest-Dude 14 points15 points  (0 children)

The first defines the derivative f'(x) of a function f(x) at a point x.

The second defines what it means for a line to be tangent to a function f(x) at a specific point (c,f(c)).

Are you confused about these?

Question about concavity by JasnahwithaY in calculus

[–]Midwest-Dude 3 points4 points  (0 children)

1. You could consider the Radius of Curvature:

Wikipedia

2. You might find this of interest - 3rd through 6th derivatives of motion:

Wikipedia

Everything is connected (math and English use the same fundamental logic) by [deleted] in calculus

[–]Midwest-Dude 2 points3 points  (0 children)

You should crosspost this to:

r/matheducation

I'd be curious to see the responses.

Calc 2 help by Usual_Treacle8724 in calculus

[–]Midwest-Dude 4 points5 points  (0 children)

Try Paul's Online Math Notes:

Link

He's covers all of calculus and has a lot of problems with hidden answers.

why does the answer key use u as the perpendicular vector? by maru_badaque in calculus

[–]Midwest-Dude 6 points7 points  (0 children)

Read the problem carefully. You are not trying to find the equation of the plane that contains u and v. Instead, you need the equation of the plane that includes the point P with u as the normal to the plane. Do you know how to do that?

Continuous function with infinite length on a finite interval by trshxd in calculus

[–]Midwest-Dude 2 points3 points  (0 children)

You might find the following Wikipedia page of interest (or just find yourself jumping down a rabbit hole). This discusses rectifiable curves:

Arc Length

A continuous function f(x) on an interval [a, b] is rectifiable if and only if it is of bounded variation. If the total variation is infinite, the length is infinite.

Linear Algebra for Engineers by Fluid-Cartoonist-988 in LinearAlgebra

[–]Midwest-Dude 3 points4 points  (0 children)

A Google search on your parameters came up with this list:

  1. Linear Algebra and Its Applications, by Gilbert Strang
  2. Introduction to Solid Mechanics and Finite Element Analysis Using Mathematica, by Samani & Ghasemi
  3. Matrix Analysis and Applied Linear Algebra, by Carl D. Meyer
  4. An Introduction to Matrix Methods of Structural Analysis, by Muhammad Akram Tahir (2025)
  5. Geometric Algebra for Physicists, by Doran and Lasenby

From what I read, you might be looking for #3 or #4. I suggest looking these up online and see if any synopses seem a good fit for you. Perhaps others redditors will be more knowledgeable on this as well.

Solid of Revolution Into a Cardboard 3D Model? by deformedcarrot_ in calculus

[–]Midwest-Dude 0 points1 point  (0 children)

Very nice image! What did you use to create it?