So the answer would be 16+36=52? If I understood you correctly![]()
Since f is normalized, we know that p does not divide a_(p-1)=1
So p divides a_0, but p^2 does not. So we got two of the criteria already. Lets get to the final one:
So yes. Thats a beast. And I am pretty unsure if it fits the bill. Since I can not prove that a_k is a integer. If I can, I would be done, wouldn't I? Every criteria will be done and fulfilled and I get the prize: f is irreducible. So anyone can help me that?
Any Algebra fans here?
So yes. Thats a beast. And I am pretty unsure if it fits the bill. Since I can not prove that a_k is a integer. If I can, I would be done, wouldn't I? Every criteria will be done and fulfilled and I get the prize: f is irreducible. So anyone can help me that?
How would I show the cardinality of this set? I've spent like 7+ hours on this one single subproblem that's like 1/50th of my homework set. I started learning the GMP library so I could work with big numbers to find an answer numerically, but my code has like 8 nested functions just to try and calculate values for the rational function on the left-hand side of the inequality but before I finish that, I thought I'd check here and see if there's something fundamental that I'm missing that makes this pretty easy to calculate.
S = { z ∈ Z s.t. | (3z^3 + z^2 - 2z + 4)/( 3z + 4) | ≤ 2^50 - 1 }
find cardinality of the set S.
So I think all I need to do is find the intersection points of the two functions, find what z values they intersect at, and then count the number of discrete z values between the two intersection points....right?
If this is the correct way to do it, how do I throw this into a calculator or something and not have some approximation? I need an exact answer to the number of elements in the set. Then I need to find relative complement, union, and symmetric difference of this set with other sets of similar complexity. I feel like after I can find an easy way to get the cardinality of this set, those other operations shouldn't be that hard.
(3z^3 + z^2 - 2z + 4)/( 3z + 4) = z(z-1) when z is sufficiently large,
Okay I think I got it thanks to Wolfram Alpha (assuming i'm my intersection method makes sense). The program I wrote would have taken about 24 hours to come up with the solution brute force style. Now that I think about it I probably could have written one that would have taken like 5 seconds, but would have had to spend a bunch more time to solve 1/50th of my homework.
Here's hoping sub-problem 1.b doesn't take me half a day.
By dividing the polynomials we get:How'd you get this?
3z^3 + z^2 - 2z + 4 = z^2 - z + ((2z+4)/(3z+4))
And as the (2z+4)/(3z+4) part is always less than 1 you can ignore it (or call it epsilon)
So z^2 - z + epsilon ~ z^2 - 2z = z(z-2) <= (2^25 + 1)(2^25 - 1)
z <= 2^25
You can try 2^25 in the new equation... 2^50 - 2^25 + e <= 2^50 -1, then try z = 2^25 + 1 (does not satisfy the condition) and z = 2^25 - 1 (satisfies)
ex: (2^25 - 1)^2 - (2^25 - 1) + epsilon = 2^50 - 3*2^25 + 2 + epsilon which is <= 2^50 - 1
So your "exact" answer would be z<= 2^25
Literature student and professional editor who dropped maths at 17
> sees thread about helping people with maths
> thinks "cool, maths is cool, I suck at it, I'm sure there'll be some useful tips in here
> opens thread
Haha, you will be surprised. Without grammar and clear sentences, we couldn't communicate math.
Haha... it might seem complicated, but trust me, it's not. The problem usually comes from a lack of concentration... I mean I'm sure you'd need some level of concentration in literature, and after a while most of the stuff become second nature.Literature student and professional editor who dropped maths at 17
> sees thread about helping people with maths
> thinks "cool, maths is cool, I suck at it, I'm sure there'll be some useful tips in here
> opens thread
![]()
What class is this? Sounds like a pain.
Discrete Math II.
The material in the book is not that hard. Easier than like Differential Equations for sure. The hw problems (that come from the teacher, not the book) just all require you to use some sort of calculation software, or actually program custom solutions yourself, which takes forever. The reason for this is because the problems the teacher gives us involve insane numbers with like 200 digits. This makes a problem you fully understand conceptually impossible to solve without computer help.
I can program code to solve all the problems, but doing so would take like 50 hours per week because of the number of problems. So what the homework ends up testing is just your access and ability to use to calculation software. Which sucks for me because I've never had to use it for any other class. I'm sure people who can afford Maple or Matlab or whatever and are proficient aren't having any issues. I just do not see the point at all in making simple problems artificially difficult. Got an A in Discrete Math I, which the teacher for that just assigned HW problems from the book that you could do by hand because you weren't having to do calculations on 3^213. Definitely not getting an A in this class...
Sorry for the rant.
I'd like to brush up on my math skills and work my way back up to doing some calculus. I want to get a master's degree in finance but I know my math is way rusty.
Is there some sort of program or routine out there that will help with practice and take me through a relevant curriculum?
Free is preferable.
Effectively, you are trying to solve ln(1-y) = -y where y is greater than or equal to zero. When y = 0, the equation holds. As y increases, the left hand side decreases while the right hand side increases so no positive value of y will hold. So y = 0.11t = 0 so t = 0.
I just completed my summer class of Linear Algebra. Got an A on it. I've shown some of the material we covered in the class and people have been saying this professor covers stuff they normally didn't in a college Linear Algebra class. Here is the practice test for our final exam. Does the material in this exam seem typical for a first time Linear Algebra class?
He gave out the solution to this practice exam and he filled up like 27 pages to answer these 9 questions too.No, I don't think most were good final questions for a first linear algebra course. #6 and #7 are all right (except the spectral norm, as matrix norms aren't usually covered), and I don't understand the notation in #9. #4 is a cute problem, but maybe not in an exam.
Your professor seems to really want you to remember all the definitions and theorems by heart.
I just completed my summer class of Linear Algebra. Got an A on it. I've shown some of the material we covered in the class and people have been saying this professor covers stuff they normally didn't in a college Linear Algebra class. Here is the practice test for our final exam. Does the material in this exam seem typical for a first time Linear Algebra class?
![]()
![]()
It's not what I'd cover at my university, but our first Linear class may not go as far as yours. That's stuff that would be at the end of my Linear 1 and into a second course.
At a glance, this looks like it's closer to material I covered in my second LA class, which was more theoretical based and used one of my favorite textbooks, Axler's Linear Algebra Done Right.I just completed my summer class of Linear Algebra. Got an A on it. I've shown some of the material we covered in the class and people have been saying this professor covers stuff they normally didn't in a college Linear Algebra class. Here is the practice test for our final exam. Does the material in this exam seem typical for a first time Linear Algebra class?
![]()
![]()
I just completed my summer class of Linear Algebra. Got an A on it. I've shown some of the material we covered in the class and people have been saying this professor covers stuff they normally didn't in a college Linear Algebra class. Here is the practice test for our final exam. Does the material in this exam seem typical for a first time Linear Algebra class?
![]()
![]()
I just completed my summer class of Linear Algebra. Got an A on it. I've shown some of the material we covered in the class and people have been saying this professor covers stuff they normally didn't in a college Linear Algebra class. Here is the practice test for our final exam. Does the material in this exam seem typical for a first time Linear Algebra class?
![]()
![]()
This isn't an introductory linear algebra class, is it?... Because I understand almost none of that stuff.
Yes, it is. It's a class that only has Calculus as a prerequisite for it.
Thanks guys, I see what you're saying. I know that at t=0, my distance should also be 0, so the integration constant is thus the -909 correct? Oops, totally forgot about this, a shaky start to the semester!
Thanks a ton!
Just looking for a bit of advice and some feedback on a book if people wouldn't mind.
Firsts, I'm entering my third year of my degree and three of the optional modules (of which I can choose one) at the moment are "Set Theory", "Differential Geometry", and "Numerical Algorithms". I'm not sure which of these to pick. Set Theory is the one I'm most interested in, as I think it's something I'd really enjoy, and the lecturer is fantastic. On the other hand "Numerical Algorithms" contains Matlab programming which would be really interesting, and I think if I was to go into a career in IT or mathematical modelling in finance, that Numerical Algorithms would look great on my transcript and be very useful to have; the only 'issue' here is that while the lecturer is absolutely phenomenal as a teacher, the exams can be quite often brutally difficult and I worry about it hitting my GPA. Those are the two I'm currently focusing on most, as I'm not too sure which would be the most useful and interesting, but I don't really know a huge amount about differential geometry. Calculus is one of my weaker areas (line integrals and Green's and Stoke's Theorems primarily) and this has me wary of differential geometry, but I don't know if maybe it's a highly interesting topic or would serve as a good balance of the other two, or how useful it is.
So any ideas as to which of the three might be the best choice in this case?
Second question, I have a book recommended for my Number Theory course (https://www.amazon.com/dp/0387901639/?tag=neogaf0e-20). I've never had to buy a book before, and while I'm not yet sure if it's essential (probably not) I'm just wondering if anybody can vouch for this book being worth the cost and useful if it does prove to be optional?
How strong is your interest in applied math in comparison to the theoretical stuff?
The Summer off from math killed my memory. These are simple questions that I'm forgetting how to set up.
1. f(t) = 3-5t and I'm finding f(a + h) - f(a) / h
Where am I substituting in 3-5t?? I wrote something down that has it as 3-5(a+h)*, which doesn't look correct, and the end substitution as 3-5a-5h-(3-5a) / h
**only because I don't understand why I'm keeping "a" and not substituting it for "t". Unless I'm only looking at substituting where F is?
Stump, the way you articulated several basic math definitions and how they are related to each other shows a real passion toward math and teaching. I say that because I teach math (up to M.S.) besides my work, and consider myself a math freak... Are you by any chance a teacher?
Thank you, I really appreciate the compliment. I'm sure your students are in good hands too. I am in the middle of a PhD in a somewhat related field (quant-heavy social science) and I have taught graduate probability/stats/econometrics classes to incoming students, many of whom haven't touched math since high school. Everyone learns math differently, so trying to poke at multiple ways of thinking at things is super useful to reach as many students as you can.
i realize this isnt pure math but maybe someone can help me anyways as i dont have a clue what i did wrong with this physics problem
1. Picture a bank building. In front of the building an old lady is trying to cross the road (10m left to right). Just as the lady gets ready to cross the road, a bank robber is fleeing in his car and driving right at the crossing the lady stands at. Unfortunately the lady is blinddeaf and doesnt have a clue whats happening. The car of the bank robber has a motor thats spinning with a constant never changing 3000 rpm. A convienently placed radar trap (1km away from the old lady) is registering a frequency delta of 4Hz right as the car is passing it (this is also the time the lady starts walking).
How fast is the Car ? Will the robber hit the lady if we assume that he doesnt like old ladies (speed of the lady 1m/s) ?
Assume that sound travels at 340m/s that day.
how fast is the car ?
so the motor is the source in this problem while the radar trap is the observer.
the frequency delta is f, frequency of the car if f1, speed of sound is v1 while the speed of the car is v2
if i only take the positive result into consideration i get this
[/IMG]https://i.gyazo.com/244e70a05246a831d2dc650a51e5f8cf.png[/IMG]
it takes the lady 10secs to cross the road. the car is only advancing 13.6m/s * 10secs = 136m at that time so theres no way hes gonna hit the lady
is there any other way to solve this because my prof did not mark this as correct ....