The other day, one of my students was asking me for help with a homework problem, because the automatic computer homework system was telling her that her answer was wrong, and so I found myself in the situation, very common for math teachers, of trying to figure out what mistake she made. I commented that that was one shortcoming of such systems, that they don’t usually say what’s wrong with a wrong answer, though they could in principle be programmed to catch some of the more common ones. So the student asked if that was something that AI could do.
I told her I didn’t know, because it’s a fairly specialized skill, but then again, AIs have shown some surprising skills before. And it’s known that they’re sometimes unreliable at math, but for an application like this (finding mistakes) it doesn’t need to be perfect (after all, I don’t always identify student mistakes correctly on the first try, either). So I decided to test it. Here’s my transcript, with additional commentary in italics.
Math problem (you might need a calculator for this):
ChatGPT said:
Sure, go ahead and give me the math problem!
You said:
In triangle ABC, angle A = 62.1 degrees. Side c is 12.3 meters. Side a is 17.5 meters. What is angle C?
ChatGPT said:
We can use the Law of Sines to find angle C in triangle ABC.
The Law of Sines states:
a/sinA=c/sinC
Note 1: This is the correct method and correct formula for this problem. So far, so good.
You’re given:
- A=62.1∘
- a=17.5
- c=12.3
Plug values into the formula:
17.5/sin62.1∘=12.3/sinC
First, calculate sin62.1∘:
sin62.1∘≈0.8829
Note 2: It isn’t, quite. The correct value is 0.8838. I had hoped that my starting off with “You might need a calculator for this” would lead the AI to use a (reliable) calculator plugin, but apparently not.
Now plug in:
17.50.8829=12.3sinC 0.05045=12.3sinC
Note 3: The formatting is a bit mixed up here from copying and pasting: It’s apparently putting the denominators first. The arithmetic here is correct, using the previous result.
Multiply both sides by 12.3:
sinC=0.05045×12.3≈0.6205
Now take the inverse sine:
C=sin−1(0.6205)≈38.3∘
Final Answer:
C≈38.3∘
Note 4: This threw me for a bit of a loop, since this (slightly) wrong answer was actually one of the wrong answers I meant to use to test it. This is also what one would get if one rounded intermediate results (something I always warn students not to do). So I changed tactics slightly.
Would you like help finding angle B too?
You said:
Your answer is close, but it’s not quite right. The actual answer is 38.4 degrees. What do you think might have caused your answer to be off?
ChatGPT said:
You’re right! The actual answer is C≈38.4∘, and my calculation gave C≈38.3∘. The small discrepancy is likely due to rounding at different steps during the calculation.
Note 5: So far, so good: That is what that discrepancy would be likely to be due to.
Here’s where the small difference could have come from:
-
Rounding of sine value: When I used sin62.1∘≈0.8829, I rounded it to four decimal places. However, if a more precise value (e.g., sin62.1∘=0.882946) were used, the result would likely be closer to 38.4∘.
Note 6: It’s being consistent with its previous result, however it is that it finds sines, but those extra digits are just as wrong as the original ones. -
Intermediate rounding: I rounded at the intermediate step when I multiplied 0.05045×12.3. If I kept more decimals during that calculation, it would yield a slightly higher value for sinC, leading to a more accurate final angle.
The difference is very minor and mostly comes from the precision of intermediate values. Let me know if you’d like to go through the calculation with more precision!
You said:
A student did this problem, and got a result that C = -0.4889 . What mistake did the student likely make?
ChatGPT said:
If the student got C=−0.4889, it’s likely they made a mistake when applying the inverse sine (also known as arcsine) function.
Here’s a potential mistake:
1. Misuse of inverse sine function
Note 7: This was not the issue.
- The inverse sine function, sin−1(x), can only return values between −90∘ and +90∘ for real numbers.
- The result −0.4889 doesn’t correspond to a valid angle. The sine of an angle can only be between −1 and +1, so if the student tried to take the inverse sine of a value like −0.4889, they would have gotten an error or an invalid result, because the inverse sine of such a number is undefined for real values (it’s outside the possible range of the sine function).
Note 8: This is nonsense. -0.4889 is between -1 and 1, so it’s a perfectly valid argument for inverse sine.
2. Possible calculation or input error
- The value −0.4889 might suggest that the student accidentally miscalculated the sine value or incorrectly entered it into their calculator.
- It’s also possible that they made a mistake when calculating or simplifying the sine ratio asinA or misunderstood the steps to isolate sinC.
To avoid such a mistake, always ensure that the value inside the inverse sine function is between −1 and +1. If the sine ratio falls outside that range, something went wrong earlier in the calculation.
Would you like to review the steps together to identify where this could have happened?
You said:
Is there anything else that might lead a student to get a completely unexpected answer, when doing a trigonometry problem?
Note 9: Anyone familiar with trigonometry should be able to name the most likely culprit of a completely unexpected answer when doing a trig problem.
ChatGPT said:
Yes, there are several other potential mistakes or pitfalls that could lead a student to get a completely unexpected answer, especially in trigonometry problems. Here are some common ones:
1. Calculator Settings (Angle Mode)
One of the most common mistakes in trigonometry is having the calculator set to the wrong angle mode (degrees vs. radians). If a student accidentally uses radians instead of degrees (or vice versa), they will get completely incorrect results. For example:
- If the student is solving for an angle and the calculator is in radian mode, the result would be incorrect, as trigonometric functions will give different values in radians than they would in degrees.
Note 10: This is indeed what led to that wrong answer
Solution: Ensure the calculator is set to degree mode when solving problems involving degrees.
2. Not Understanding the Law of Sines or Cosines
Students might incorrectly apply the Law of Sines or Law of Cosines. These laws have specific conditions for when they should be used, and applying them inappropriately can lead to incorrect answers. For example:
- Law of Sines requires knowing an angle and the sides opposite those angles (angle-side-side or angle-angle-side scenarios).
- Law of Cosines is typically used when dealing with side-side-side (SSS) or side-angle-side (SAS) scenarios.
Solution: Double-check which law applies to the situation. If given two sides and an included angle, for instance, use the Law of Cosines instead of the Law of Sines.
Note 11: This is correct (aside from missing the angle-side-angle case). But it’s not possible to use the wrong law in any given situation: Use of the wrong law won’t give the wrong answer; it just won’t give any answer at all.
3. Confusing the Sine and Cosine Laws
The Law of Sines and Law of Cosines are similar, but they have different formulas and applications. A student might mix them up, particularly when trying to solve for an angle or side. For example:
- Using the Law of Cosines incorrectly when the Law of Sines would be more appropriate (or vice versa).
- This could lead to incorrect values for angles or sides.
Note 12: This is the same thing it already said.
4. Misapplication of the Formula
Sometimes, students apply the formula incorrectly. For instance, in the Law of Sines, if solving for an angle, the student might misarrange the equation. Instead of:
asinA=csinC
they might incorrectly write it as:
csinA=asinC
This will yield an incorrect result.
Note 13: This is a possible student mistake, though in my experience a relatively uncommon one, and when it happens, is likely to result in an out-of-bounds argument for an inverse trig function, and hence an error on the calculator.
5. Sign Errors in Trigonometric Calculations
Trigonometric functions can be positive or negative depending on the quadrant in which the angle lies. For example:
- If the student is working with an angle in the second or third quadrant, the sine or cosine value might be negative, and they may neglect this sign change.
- Misinterpreting the signs of trigonometric functions can lead to the wrong angle or side length.
Note 14: This can be an issue in some trig problems, but it won’t ever come up with the problem I gave it, since all of the angles are acute (first quadrant).
Solution: Pay attention to the quadrant the angle lies in and whether the sine, cosine, or tangent is positive or negative.
6. Incorrectly Solving for the Angle (Multiple Solutions)
Some trigonometric equations (especially with the sine and cosine functions) may have multiple solutions, depending on the angle’s range. For example:
- If solving for an angle using sin−1(x), there may be two possible solutions depending on the quadrant, but the student may only consider one solution.
- This could lead to missing an additional angle, which might result in a different and unexpected outcome.
Note 15: This is actually the same issue it just mentioned.
Solution: When solving for angles using inverse trigonometric functions, check for multiple possible solutions, especially for angles that could lie in different quadrants.
7. Assuming the Triangle is Right-Angled
Note 16: OK, this is a fairly common student error when dealing with problems of this sort, but it’ll usually give an answer at least somewhat close to correct, since they generally assume that the “right angle” is the one closest to right.
Sometimes, a student might mistakenly assume the triangle is a right triangle, especially when they’re not given enough information to apply right-triangle trigonometry (like Pythagoras’ theorem). This could lead them to incorrectly apply formulas specific to right-angled triangles, such as:
- Using sine, cosine, and tangent inappropriately.
- Assuming the angle is 90∘ when it’s not, which could significantly throw off their calculations.
Solution: Always check what type of triangle you are dealing with and verify the given information before applying right-triangle formulas.
8. Failure to Double-Check Units
In more complex problems, such as those involving real-world applications (like physics problems), failing to keep track of units can cause confusion. A student might mix up meters, feet, or other units of measurement, leading to errors in the final solution.
Note 17: This can be a common student mistake, but it has no connection at all to trigonometry, and no relevance to the problem at hand.
Solution: Always ensure consistency of units throughout the problem.
Summary of Tips:
- Check the calculator’s angle mode (degrees vs. radians).
- Be careful when using the Law of Sines and Law of Cosines—ensure you’re applying the right one.
- Double-check the signs of the trigonometric functions based on the quadrant.
- Take note of multiple possible solutions when solving for angles.
- Verify whether the triangle is a right triangle and use the correct approach.
- Be meticulous with units and conversions.
Would you like help with any specific part of the process or a more detailed example?
You said:
One of those mistakes does indeed result in the answer that the student gave. Can you tell which mistake it was?
ChatGPT said:
Ah, I see! The mistake that likely led the student to get the result C=−0.4889 is the calculator mode mistake, specifically with radian mode.
Note 18: Right so far.
Here’s how it works:
- The student may have been working in radian mode on their calculator instead of degree mode.
- If they tried to find sin−1(0.6205) (the value we calculated for sinC), the calculator would return the result in radians instead of degrees.
- In radians, the inverse sine of 0.6205 would give a result close to 0.4889 radians (since sin−1(0.6205)≈0.4889 radians).
Note 19: In fact, inverse sin of 0.6205 is 0.6694 radians, not even close.
To convert radians to degrees:
Degrees=Radians×(π180)
So:
0.4889radians×π180≈28.0∘
But that’s still off from the correct result for angle C, which should be approximately 38.4∘, suggesting the initial result might have been slightly off due to rounding errors or other minor miscalculations.
Note 20: This is far too big of an error to be due to mis-rounding.
This suggests that the student might have misused their calculator’s angle mode by accidentally leaving it in radians. They would have gotten an angle that doesn’t match the problem’s context, which uses degrees.
Solution:
The student should ensure that the calculator is in degree mode when working with degree-based trigonometry problems. That would fix the issue and give the correct result.
Does this sound like the mistake the student might have made?
You said:
A mistake of the wrong calculator mode would affect two different steps in the problem, not just one.
ChatGPT said:
You’re absolutely right! A mistake involving the wrong calculator mode would affect more than just one step. Upon reconsidering, the mistake that likely led the student to get C=−0.4889 involves a sign error when applying the inverse sine function, which happens specifically when the sine value is negative.
Note 21: This is a completely different kind of mistake. The AI is just wandering through the woods right now.
Here’s the scenario:
If the student encountered a negative result for sinC, like −0.4889, it suggests that they may have mistakenly interpreted the sine of angle C as negative, possibly due to an error in the earlier part of the problem.
Possible mistake:
- Incorrect sign of the sine ratio:
- When solving using the Law of Sines, the student should have arrived at a positive value for sinC (since sinC=0.6205, which is positive).
- However, they may have mistakenly entered a negative sine value (such as sinC=−0.4889) into the calculator when using the inverse sine function to solve for C.
- How this leads to the unexpected result:
- If they tried to take sin−1(−0.4889), this would give a result of negative angle in radians, corresponding to a value like −0.4889 radians.
- This mistake could happen if the student didn’t recognize that sinC should be positive, perhaps confusing the direction or quadrant of the angle. In this case, it leads to an impossible negative angle result, which is not relevant to this particular triangle problem.
What the student should have done:
- The correct value for sinC should be positive (as sin38.4∘≈0.6205), and the student should have used that positive value in the inverse sine function.
- A negative value like −0.4889 would correspond to an error in the sign of the sine ratio, which caused the angle to be incorrectly calculated.
In summary:
The mistake the student likely made is a sign error when calculating sinC, leading them to apply the inverse sine to a negative value, which resulted in the unexpected answer C=−0.4889.
Let me know if you’d like to dive deeper into how to avoid such mistakes!
Conclusion: ChatGPT isn’t completely hopeless for this purpose: It did list inappropriate rounding and use of the wrong angle mode as possible sources of mistakes, and it did correctly identify which one led to this mistake (though that might be a lucky guess). A later version of ChatGPT might well be good enough at tasks like this. But as it stands right now, it took so much hand-holding to get it there that this is not currently something that could make things easier on teachers.