Math Help: Improve Skills, Grade 80%, Vector Spaces

  • Thread starter Thread starter sarah22
  • Start date Start date
AI Thread Summary
The discussion centers on concerns about an 80% grade in Calculus II and its implications for future studies in computer graphics. The participant is contemplating whether to revisit college algebra or continue with linear algebra, currently focusing on vector spaces. It is noted that while an 80% is not a terrible grade, mastering linear algebra and advanced calculus concepts is crucial for success in computer graphics. Recommendations include understanding the underlying math for graphics work and utilizing resources like the Graphics Gems series for deeper learning. The participant seeks guidance on improving math skills without formal classes available.
sarah22
Messages
26
Reaction score
0
OK I got my overall final grade in Calculus II. It is pretty low, only 80% and really made me want to blame myself for not really studying on my finals because I had a bunch of work to do the week after. I studied for many hours the day after, but it is really bad idea for me to study the day after the exam.

Now, there are no more math offered for my course. I want to know how to improve my skills in math? Should I step backward and study college algebra again or move to the next? But what is that? Currently, I'm studying linear algebra and I'm on the vector spaces topics.

btw, is 80% grade pretty low? I'm so worried that I might not get into computer graphics research on this kind of grade.
 
Physics news on Phys.org
sarah22 said:
I studied for many hours the day after, but it is really bad idea for me to study the day after the exam.
This is actually a good idea, the most important thing is to understand what you did wrong so that you learn it for the later courses.
 
sarah22 said:
btw, is 80% grade pretty low? I'm so worried that I might not get into computer graphics research on this kind of grade.
It's a b/b-. That's fine. Not terrific, but not hideous. What aspect of graphics work are you doing? For the most part calc II doesn't even matter, linear algebra is much more important in graphics work.
My experience with undergrad research is that if it's at your school, the professors don't ask for grades. They want to know that you've taken enough comp sci and math to be useful, that you're fairly competent, and that you're motivated. Helps if you stand out enough that they ask you to work for them/let you work for them.

I studied for many hours the day after, but it is really bad idea for me to study the day after the exam.
as long as you study before the exam, the more review of the material the better. Math is one of those subjects you only get better at by doing a zillion times.
 
sarah22 said:
OK I got my overall final grade in Calculus II. It is pretty low, only 80% and really made me want to blame myself for not really studying on my finals because I had a bunch of work to do the week after. I studied for many hours the day after, but it is really bad idea for me to study the day after the exam.

Now, there are no more math offered for my course. I want to know how to improve my skills in math? Should I step backward and study college algebra again or move to the next? But what is that? Currently, I'm studying linear algebra and I'm on the vector spaces topics.

btw, is 80% grade pretty low? I'm so worried that I might not get into computer graphics research on this kind of grade.

Computer graphics makes use of a lot of math. Triangle rasterization uses calculus. Coordinate system transformations use linear algebra. If you want to write a good geometry engine then geometry beyond your standard euclidean stuff will be required: things like convex hull voronoi diagrams, barycentric coordinates, heaps of stuff.

If you are going to do work with bezier curves or surfaces or even NURBs you will need to know multivariable and vector calculus well enough. This is also true for understanding
how basic lighting works.

If you are modelling light then radiosity and raytracing will be your friend if you're doing things like in say a pixar movie.

BSP trees make good use of euclidean geometry where splitting planes need to be identified.

You can learn computer graphics in a plug and chug way but if you are going to be really good at it, you need to understand the underlying math and the math extends beyond what you will find in an introductory calculus course.

Theres a lot of books like the Graphics Gems series books that don't shy away from the math required.
 
It's not after, it's before. lol

Anyway, I remembered I told to myself last semester on my calculus 1 class that I really want to get 95% on my next class but I definitely failed. The exam is really easy except for the 3 problem. The first and second one is in trigonometric integrals and the third is in 1/(sqrt(function))^(function). And they are both 10 points each which will definitely fail to get a 80+ score.

Now, I'm thinking on studying again my algebra. I don't if this the best way but is there any more advance level of algebra? I heard there's a algebra 2 but I don't have that class on my curriculum. The last math is this, calculus 2. It really sucks here in asia.

Yeah, that's why I'm studying linear algebra first. Most of the people in gamedev.net told me that I should really know linear algebra first then move to vector calculus and more advanced concept to help me in 3d graphics. Others told me that I should study multivariate calculus first because that's the pre-requisite of linear algebra. But I try to get into linear algebra first and found no calc 3 concepts inside. Or maybe I'm wrong.

So what should I do now to improve my math skills without any math class in the university?
 
Bit Britain-specific but I was wondering, what's the best path to take for A-Levels out of the following (I know Y10 seems a bit early to be thinking about A-levels, but my choice will impact what I do this year/ in y11) I (almost) definitely want to do physics at University - so keep that in mind... The subjects that I'm almost definitely going to take are Maths, Further Maths and Physics, and I'm taking a fast track programme which means that I'll be taking AS computer science at the end...
After a year of thought, I decided to adjust my ratio for applying the US/EU(+UK) schools. I mostly focused on the US schools before, but things are getting complex and I found out that Europe is also a good place to study. I found some institutes that have professors with similar interests. But gaining the information is much harder than US schools (like you have to contact professors in advance etc). For your information, I have B.S. in engineering (low GPA: 3.2/4.0) in Asia - one SCI...
I graduated with a BSc in Physics in 2020. Since there were limited opportunities in my country (mostly teaching), I decided to improve my programming skills and began working in IT, first as a software engineer and later as a quality assurance engineer, where I’ve now spent about 3 years. While this career path has provided financial stability, I’ve realized that my excitement and passion aren’t really there, unlike what I felt when studying or doing research in physics. Working in IT...
Back
Top