College Physics Quiz: Graph Interpretation Linearization And Log Scales
20 questions · exam conditions
0:00
Graph Interpretation Linearization And Log ScalesQuestion 1 of 20

A physics student measures the current through a resistor for various applied voltages and wants to determine the resistance using a linear graph. However, the data points show significant scatter. To minimize the effect of measurement uncertainty in both voltage and current, which linearization approach is most appropriate?

Plot current (I) versus voltage (V) and find the slope as 1R\frac{1}{R}
Plot voltage (V) versus current (I) and find the slope as RR
Plot ln(I)\ln(I) versus ln(V)\ln(V) to check for power-law behavior
Plot both II vs VV and VV vs II, then average the reciprocal slopes
Plot I2I^2 versus V2V^2 to reduce the effect of small measurement errors
← Back to quizzes

College Physics Quiz

College Physics Quiz: Graph Interpretation Linearization And Log Scales

Practice Graph Interpretation Linearization And Log Scales in College Physics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Graph Interpretation Linearization And Log Scales, giving you a quick way to practice the rules, question types, and explanations that matter most for College Physics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A physics student measures the current through a resistor for various applied voltages and wants to determine the resistance using a linear graph. However, the data points show significant scatter. To minimize the effect of measurement uncertainty in both voltage and current, which linearization approach is most appropriate?

  1. Plot current (I) versus voltage (V) and find the slope as 1R\frac{1}{R}
  2. Plot voltage (V) versus current (I) and find the slope as RR
  3. Plot ln(I)\ln(I) versus ln(V)\ln(V) to check for power-law behavior
  4. Plot both II vs VV and VV vs II, then average the reciprocal slopes (correct answer)
  5. Plot I2I^2 versus V2V^2 to reduce the effect of small measurement errors
Explanation: When dealing with experimental data that has measurement uncertainty in both variables, you need to consider how errors propagate differently depending on which variable you treat as independent. This is a classic problem in data analysis where the choice of axes affects your results. For Ohm's law (V=IRV = IR), you can legitimately plot the relationship two ways: II versus VV (giving slope 1/R1/R) or VV versus II (giving slope RR). Each approach assumes one variable is error-free, which isn't true here. When you have significant scatter due to uncertainties in both measurements, the best strategy is to perform both analyses and combine the results intelligently. Option D is correct because plotting both relationships and averaging the reciprocal slopes accounts for uncertainty in both variables. If you get resistance values R1R_1 from the VV vs II plot and R2=1/(slope from I vs V)R_2 = 1/(\text{slope from } I \text{ vs } V), averaging these gives a more robust estimate that doesn't unfairly weight one measurement type over another. Option A assumes voltage measurements are perfect, while option B assumes current measurements are perfect. Option C is fundamentally wrong because Ohm's law is linear, not a power law—taking logarithms would only add unnecessary complexity and potential distortion. Study tip: When experimental uncertainty exists in both variables of a linear relationship, always consider performing the regression both ways. This technique, related to "orthogonal regression," gives more reliable results than arbitrarily choosing one variable as "independent."

Question 2

A student measures the period T of a pendulum for different lengths L and plots the data. To linearize the relationship T=2πLgT = 2\pi\sqrt{\frac{L}{g}}, which variables should be plotted on the axes to produce a straight line with slope 2πg\frac{2\pi}{\sqrt{g}}?

  1. TT on the y-axis and LL on the x-axis
  2. T2T^2 on the y-axis and LL on the x-axis
  3. TT on the y-axis and L\sqrt{L} on the x-axis (correct answer)
  4. T\sqrt{T} on the y-axis and LL on the x-axis
  5. TT on the y-axis and L2L^2 on the x-axis
Explanation: When you encounter a physics equation that needs linearization, you're looking to transform it into the form y=mx+by = mx + b where the slope and intercept have physical meaning. Starting with the pendulum equation T=2πLgT = 2\pi\sqrt{\frac{L}{g}}, you need to identify what transformations will create a straight line. Notice that this equation can be rewritten as T=2πgLT = \frac{2\pi}{\sqrt{g}} \cdot \sqrt{L}. This is already in the linear form y=mxy = mx where y=Ty = T, m=2πgm = \frac{2\pi}{\sqrt{g}}, and x=Lx = \sqrt{L}. Therefore, plotting TT versus L\sqrt{L} gives you a straight line with the desired slope, making C correct. A is incorrect because plotting TT versus LL would produce a square root curve, not a straight line. The relationship between TT and LL is nonlinear. B is wrong because if you plot T2T^2 versus LL, you get a different slope. Squaring the original equation gives T2=4π2gLT^2 = \frac{4\pi^2}{g} \cdot L, so the slope would be 4π2g\frac{4\pi^2}{g}, not 2πg\frac{2\pi}{\sqrt{g}}. D is incorrect because T\sqrt{T} versus LL doesn't linearize the relationship properly. Taking the square root of TT creates a more complex relationship that won't yield the specified slope. Strategy tip: For linearization problems, manipulate the equation algebraically first to identify what form of y=mx+by = mx + b you need, then match the variables accordingly. Always check that your chosen plot will give the specified slope.

Question 3

A student plots experimental data on a log-log graph and obtains a straight line with slope -2.3. If the relationship between variables xx and yy follows a power law y=Axny = Ax^n, what is the value of the exponent nn?

  1. n=2.3n = 2.3
  2. n=2.3n = -2.3 (correct answer)
  3. n=0.43n = 0.43
  4. n=0.43n = -0.43
  5. n=102.3n = 10^{-2.3}
Explanation: When you encounter data that follows a power law relationship, log-log plots are your best tool for analysis. A power law y=Axny = Ax^n becomes linear when both variables are plotted on logarithmic scales, making it easy to extract the exponent. To find the exponent nn, take the natural logarithm of both sides of y=Axny = Ax^n: ln(y)=ln(A)+nln(x)\ln(y) = \ln(A) + n\ln(x) This transforms the power law into the equation of a straight line where ln(y)\ln(y) is plotted against ln(x)\ln(x). In this linear form, nn is the slope and ln(A)\ln(A) is the y-intercept. Since your experimental data yields a straight line with slope -2.3 on the log-log plot, the exponent n=2.3n = -2.3. Let's examine why the other options are incorrect: A) n=2.3n = 2.3 ignores the negative sign from the slope, which is a critical error since it completely changes the mathematical relationship between variables. C) n=0.43n = 0.43 and D) n=0.43n = -0.43 appear to result from incorrectly taking the reciprocal of 2.3 (since 1/2.30.431/2.3 ≈ 0.43). This suggests confusion about the mathematical relationship between slope and exponent. Remember this key principle: On a log-log plot, the slope equals the exponent directly. There's no conversion needed—if you see slope = -2.3, then n=2.3n = -2.3. This direct relationship makes log-log plots particularly powerful for analyzing power law data in physics experiments.

Question 4

A student plots position versus time squared (xx vs t2t^2) for an object undergoing constant acceleration and obtains a straight line passing through the origin with slope 4.5 m/s². What was the object's initial velocity?

  1. 0 m/s (correct answer)
  2. 4.5 m/s
  3. 9.0 m/s
  4. 2.25 m/s
  5. The initial velocity cannot be determined from this graph
Explanation: When you encounter a graph of position versus time squared, you're dealing with kinematic motion analysis. The key insight is recognizing how this relates to the fundamental equation of motion: x=x0+v0t+12at2x = x_0 + v_0t + \frac{1}{2}at^2. Since the line passes through the origin, the initial position x0=0x_0 = 0. Now, rearranging the kinematic equation with x0=0x_0 = 0: x=v0t+12at2x = v_0t + \frac{1}{2}at^2. To match the form of a straight line when plotting xx versus t2t^2, we can rewrite this as: x=v0t+12at2x = v_0t + \frac{1}{2}a \cdot t^2. However, when we plot xx versus t2t^2 (not tt), we need the equation in the form x=mt2+bx = mt^2 + b, where mm is the slope and bb is the y-intercept. Since the line passes through the origin, there's no linear term in tt, meaning v0=0v_0 = 0. The equation becomes x=12at2x = \frac{1}{2}at^2, so the slope equals 12a=4.5\frac{1}{2}a = 4.5, giving a=9.0 m/s2a = 9.0 \text{ m/s}^2. Answer A (0 m/s) is correct because a straight line through the origin when plotting xx vs t2t^2 indicates no initial velocity component. Answer B (4.5 m/s) incorrectly assumes the slope directly represents initial velocity. Answer C (9.0 m/s) confuses the acceleration value with initial velocity. Answer D (2.25 m/s) represents an arbitrary calculation with no physical basis. Strategy tip: When analyzing kinematic graphs, always start with the fundamental equations and identify which variables are being plotted to determine what each graph feature (slope, intercept) physically represents.

Question 5

In order to linearize the relationship F=kxF = k\sqrt{x} for a spring force measurement, a student should plot:

  1. FF versus xx and expect a curved line with slope kk
  2. F2F^2 versus xx and expect a straight line with slope k2k^2
  3. FF versus x\sqrt{x} and expect a straight line with slope kk (correct answer)
  4. F\sqrt{F} versus xx and expect a straight line with slope k\sqrt{k}
  5. ln(F)\ln(F) versus ln(x)\ln(x) and expect a straight line with slope 0.50.5
Explanation: When you encounter a non-linear relationship in physics, linearization helps you analyze data more easily by transforming it into the familiar y=mx+by = mx + b form. The key is identifying which variables to plot so that your graph becomes a straight line. Starting with F=kxF = k\sqrt{x}, you want to create a linear relationship of the form y=mx+by = mx + b (where the y-intercept is zero in this case). If you plot FF on the y-axis versus x\sqrt{x} on the x-axis, you get exactly this form: F=kxF = k\sqrt{x}, where FF corresponds to yy, x\sqrt{x} corresponds to xx, and kk is the slope. This creates a straight line with slope kk, making choice C correct. Let's examine why the other options fail. Choice A suggests plotting FF versus xx, which keeps the original non-linear relationship intact—you'd still see the characteristic curved shape of a square root function, not a straight line. Choice B involves squaring both sides to get F2=k2xF^2 = k^2x, which would indeed give a straight line, but the slope would be k2k^2, not kk as stated. Choice D rearranges to F=kx4\sqrt{F} = \sqrt{k}\sqrt[4]{x}, creating a relationship with x1/4x^{1/4}, not xx, so plotting F\sqrt{F} versus xx wouldn't yield a straight line. Remember: to linearize any relationship, identify what substitution transforms your equation into y=mx+by = mx + b form. The variables you choose for your axes should make the math work out to a straight line.

Question 6

A student plots ln(P)\ln(P) versus 1T\frac{1}{T} for a gas sample and obtains a straight line with slope -2400 K and y-intercept 15.2. If this follows the relationship P=P0eE/(RT)P = P_0 e^{-E/(RT)}, what is the activation energy E in units where R = 8.31 J/(mol·K)?

  1. 2400 J/mol
  2. 19,944 J/mol (correct answer)
  3. 15.2 J/mol
  4. 126.4 J/mol
  5. 199.4 J/mol
Explanation: When you see a linear relationship involving natural logarithms and temperature, you're likely dealing with an Arrhenius-type equation where the slope reveals important thermodynamic information. Starting with the given relationship P=P0eE/(RT)P = P_0 e^{-E/(RT)}, take the natural logarithm of both sides: ln(P)=ln(P0)ER1T\ln(P) = \ln(P_0) - \frac{E}{R} \cdot \frac{1}{T}. This is now in the form y=b+mxy = b + mx, where y=ln(P)y = \ln(P), x=1Tx = \frac{1}{T}, the y-intercept b=ln(P0)=15.2b = \ln(P_0) = 15.2, and the slope m=ER=2400 Km = -\frac{E}{R} = -2400 \text{ K}. To find the activation energy E, solve for it from the slope: ER=2400-\frac{E}{R} = -2400, so E=2400R=2400×8.31=19,944 J/molE = 2400R = 2400 \times 8.31 = 19,944 \text{ J/mol}. Choice A (2400 J/mol) represents the common mistake of forgetting to multiply by R—you'd get this if you thought the slope directly gave you E. Choice C (15.2 J/mol) comes from confusing the y-intercept with the activation energy, missing that the intercept relates to ln(P0)\ln(P_0), not E. Choice D (126.4 J/mol) might result from incorrectly dividing instead of multiplying: 24008.31×8.31\frac{2400}{8.31} \times 8.31. The correct answer is B: 19,944 J/mol. Study tip: In Arrhenius plots (ln\ln vs. 1/T1/T), always remember that the slope equals energy parameterR-\frac{\text{energy parameter}}{R}. To extract the energy, multiply the absolute value of the slope by the gas constant R.

Question 7

A student measures the intensity I of light at various distances d from a point source and plots logI\log I versus logd\log d. The resulting straight line has a y-intercept of 2.0 and a slope of -2.1. What is the intensity at a distance of 1.0 meter, given that the log is base 10?

  1. 79 W/m²
  2. 100 W/m² (correct answer)
  3. 2.0 W/m²
  4. 95 W/m²
  5. 200 W/m²
Explanation: When you encounter a log-log plot in physics, you're typically dealing with a power law relationship. The equation logI=mlogd+b\log I = m \log d + b represents the linear relationship on the log-log plot, where mm is the slope and bb is the y-intercept. To find the original relationship between intensity and distance, you need to convert back from logarithmic form. Starting with logI=2.1logd+2.0\log I = -2.1 \log d + 2.0, you can rewrite this as logI=logd2.1+2.0\log I = \log d^{-2.1} + 2.0, which becomes logI=logd2.1+log102.0\log I = \log d^{-2.1} + \log 10^{2.0}. This simplifies to logI=log(100d2.1)\log I = \log(100 \cdot d^{-2.1}). Taking the antilog (base 10) of both sides gives you: I=100d2.1I = 100 \cdot d^{-2.1} At a distance of 1.0 meter: I=100×(1.0)2.1=100×1=100 W/m2I = 100 \times (1.0)^{-2.1} = 100 \times 1 = 100 \text{ W/m}^2 Answer B (100 W/m²) is correct. Answer A (79 W/m²) might result from incorrectly handling the conversion from log form or computational errors. Answer C (2.0 W/m²) represents a common mistake of using just the y-intercept value without proper conversion from log space. Answer D (95 W/m²) could arise from rounding errors or misapplying the antilog operation. Remember: when working with log-log plots, the y-intercept in log space corresponds to log(coefficient)\log(\text{coefficient}) in the power law, so you must take 10y-intercept10^{\text{y-intercept}} to find the actual coefficient.

Question 8

A student measures the intensity I of sound at various distances r from a point source and creates a log-log plot. The theoretical relationship is Ir2I \propto r^{-2}. However, the experimental data shows a slope of -2.3 instead of -2.0. Which of the following is the most likely explanation?

  1. The measuring instrument has a systematic calibration error
  2. Air absorption causes additional intensity loss beyond geometric spreading (correct answer)
  3. The source is not truly a point source at the measured distances
  4. Random measurement errors have shifted the slope
  5. The student plotted the wrong variables on the axes
Explanation: When analyzing sound intensity versus distance relationships, you're dealing with fundamental wave propagation physics. The ideal inverse square law I\proropr2I \prorop r^{-2} assumes sound spreads geometrically in a perfect medium with no energy losses. The experimental slope of -2.3 indicates faster intensity decay than pure geometric spreading predicts. This steeper decline occurs because air itself absorbs sound energy through molecular processes - viscous losses, thermal conduction, and molecular relaxation effects. These absorption mechanisms cause additional attenuation beyond the geometric 1/r21/r^2 spreading, making intensity drop more rapidly with distance. Option A (systematic calibration error) would shift intensity values up or down uniformly but wouldn't change the slope of the log-log relationship. The slope reflects how intensity changes with distance, not absolute measurement accuracy. Option C (non-point source effects) typically becomes significant only at very close distances where the source's physical size matters. At longer distances where geometric spreading dominates, most sources behave approximately as point sources. Option D (random measurement errors) would increase scatter around the theoretical line but wouldn't systematically shift the slope to a more negative value. Random errors don't create consistent directional bias. Remember that real-world wave propagation always involves energy losses through the transmission medium. When experimental slopes deviate from ideal theoretical predictions in a consistent direction (steeper decay), look for physical absorption or scattering mechanisms that weren't included in the simplified model.

Question 9

A physics student plots experimental data on both linear and logarithmic scales. On the linear plot, the relationship appears curved, but on the log-log plot, it appears as a straight line with slope 1.5. If the relationship follows y=Axny = Ax^n, and at x=2x = 2, y=12y = 12, what is the value of the constant A?

  1. A=1.5A = 1.5
  2. A=6.0A = 6.0
  3. A=3.0A = 3.0
  4. A=4.2A = 4.2 (correct answer)
  5. A=8.0A = 8.0
Explanation: When you encounter data that's curved on a linear plot but straight on a log-log plot, you're dealing with a power law relationship of the form y=Axny = Ax^n. The key insight is that taking logarithms of both sides gives you logy=logA+nlogx\log y = \log A + n \log x, which is linear in log-space with slope nn. Since the log-log plot has slope 1.5, you know that n=1.5n = 1.5, so your relationship is y=Ax1.5y = Ax^{1.5}. To find AA, substitute the given data point where x=2x = 2 and y=12y = 12: 12=A21.512 = A \cdot 2^{1.5} Calculate 21.5=23/2=23=8=222.832^{1.5} = 2^{3/2} = \sqrt{2^3} = \sqrt{8} = 2\sqrt{2} \approx 2.83 Therefore: A=1222=122.834.24A = \frac{12}{2\sqrt{2}} = \frac{12}{2.83} \approx 4.24 This matches answer choice D. Looking at the wrong answers: A (1.5) incorrectly uses the slope value as the constant. B (6.0) likely comes from dividing 12 by 2 while ignoring the exponent entirely. C (3.0) might result from incorrectly calculating 21.52^{1.5} as 4 instead of 222\sqrt{2}. Strategy tip: When you see log-log plots mentioned, immediately think power laws. The slope of the log-log plot always equals the exponent nn, and you can find the constant AA by substituting any known data point into y=Axny = Ax^n. Always double-check your exponent calculations—fractional powers like 21.52^{1.5} are common sources of error.

Question 10

A researcher plots experimental data and finds that linearizing the relationship y=aebxy = ae^{bx} requires plotting ln(y)\ln(y) versus xx. If the resulting linear fit has a slope of 0.15 and a y-intercept of -1.2, what are the values of constants aa and bb in the original equation?

  1. a=1.2,b=0.15a = -1.2, b = 0.15
  2. a=0.30,b=0.15a = 0.30, b = 0.15
  3. a=0.15,b=1.2a = 0.15, b = -1.2
  4. a=0.30,b=1.2a = 0.30, b = -1.2
  5. a=e1.2,b=0.15a = e^{-1.2}, b = 0.15 (correct answer)
Explanation: When you encounter exponential relationships in data analysis, linearization through logarithms is a powerful technique. The key insight is understanding how taking the natural logarithm transforms an exponential equation into a linear one. Starting with y=aebxy = ae^{bx}, taking the natural logarithm of both sides gives you ln(y)=ln(a)+bx\ln(y) = \ln(a) + bx. This is now in the form of a straight line: ln(y)=mx+c\ln(y) = mx + c, where the slope m=bm = b and the y-intercept c=ln(a)c = \ln(a). From the linear fit, you have a slope of 0.15 and y-intercept of -1.2. Therefore: b=0.15b = 0.15 (the slope directly equals the exponential coefficient), and ln(a)=1.2\ln(a) = -1.2. To find aa, you take the exponential: a=e1.20.30a = e^{-1.2} \approx 0.30. Looking at the wrong answers: Choice A incorrectly assigns the y-intercept value directly to aa without taking the exponential, and uses the wrong assignment of slope to aa. Choice B correctly calculates aa but incorrectly swaps the roles of the constants. Choice C makes the opposite error of A, assigning slope to aa and y-intercept to bb without proper transformation. Choice D correctly finds aa but assigns the y-intercept value directly to bb. The correct answer should be a=0.30,b=0.15a = 0.30, b = 0.15, but this doesn't match any given option, suggesting option E (not shown) is correct. Study tip: Always remember that when linearizing y=aebxy = ae^{bx}, the slope gives you bb directly, but you must exponentiate the y-intercept to get aa.

Question 11

A student analyzes the motion graph shown and concludes that the object travels a total distance of 30 meters. However, the correct displacement is only 10 meters. What error did the student most likely make?

  1. Used the slope of the position graph instead of the area under the curve
  2. Added the absolute values of all position changes instead of the net displacement (correct answer)
  3. Confused velocity with acceleration when reading the graph
  4. Used the maximum position value instead of calculating the area under the velocity curve
  5. Calculated the average position instead of the change in position
Explanation: Distance is the total path length (sum of absolute values of all position changes), while displacement is the net change in position. If the total distance is 30 m but the displacement is only 10 m, this suggests the object moved back and forth, and the student calculated distance by adding all segments regardless of direction, rather than finding the net displacement. Choice A describes a different type of error, choice C is about misreading graph types, choice D confuses different calculation methods, and choice E describes averaging rather than the distance vs. displacement distinction.

Question 12

Based on the error bar plot shown, which data point has the smallest relative uncertainty (uncertainty as a percentage of the measured value)?

  1. Point A at (2, 4)
  2. Point B at (4, 8)
  3. Point C at (6, 12)
  4. Point D at (8, 16) (correct answer)
  5. All points have the same relative uncertainty
Explanation: Relative uncertainty is the absolute uncertainty divided by the measured value, expressed as a percentage. From the graph, all error bars appear to have the same absolute size (±1 unit). Point A: 1/4 = 25%, Point B: 1/8 = 12.5%, Point C: 1/12 ≈ 8.3%, Point D: 1/16 = 6.25%. Point D has the smallest relative uncertainty because while the absolute uncertainty is the same for all points, the measured value is largest for point D. Choice E would be correct if the error bars scaled with the measured values, but they appear constant in absolute terms.

Question 13

Based on the uncertainty analysis table shown, which measurement technique provides the most precise determination of the acceleration due to gravity g?

  1. Simple pendulum: g=9.78±0.15 m/s2g = 9.78 \pm 0.15 \text{ m/s}^2
  2. Free fall timing: g=9.85±0.25 m/s2g = 9.85 \pm 0.25 \text{ m/s}^2
  3. Inclined plane: g=9.72±0.08 m/s2g = 9.72 \pm 0.08 \text{ m/s}^2 (correct answer)
  4. Spring oscillation: g=9.81±0.20 m/s2g = 9.81 \pm 0.20 \text{ m/s}^2
  5. All methods have equal precision since they measure the same quantity
Explanation: Precision refers to the reproducibility of measurements and is indicated by the size of the uncertainty. The inclined plane method has the smallest uncertainty (±0.08 m/s²), making it the most precise. Choice A has ±0.15, choice B has ±0.25, and choice D has ±0.20, all larger uncertainties. Choice E confuses precision with accuracy; different methods can have different precisions even when measuring the same quantity due to different sources and magnitudes of experimental error.

Question 14

A student measures the period TT of a simple pendulum for different lengths LL and wants to determine the acceleration due to gravity gg. The theoretical relationship is T=2πLgT = 2\pi\sqrt{\frac{L}{g}}. To linearize this data for analysis, which variables should be plotted on the axes to produce a straight line whose slope can be used to find gg?

  1. Plot TT vs LL to get slope =2πg= \frac{2\pi}{\sqrt{g}}
  2. Plot T2T^2 vs LL to get slope =4π2g= \frac{4\pi^2}{g} (correct answer)
  3. Plot T\sqrt{T} vs L\sqrt{L} to get slope =2πg= \sqrt{\frac{2\pi}{g}}
  4. Plot 1T\frac{1}{T} vs 1L\frac{1}{\sqrt{L}} to get slope =g2π= \frac{\sqrt{g}}{2\pi}
Explanation: To linearize T=2πLgT = 2\pi\sqrt{\frac{L}{g}}, square both sides: T2=4π2LgT^2 = 4\pi^2\frac{L}{g}. Rearranging gives T2=4π2gLT^2 = \frac{4\pi^2}{g} \cdot L, which is linear in the form y=mxy = mx where y=T2y = T^2, x=Lx = L, and slope m=4π2gm = \frac{4\pi^2}{g}. From the slope, g=4π2mg = \frac{4\pi^2}{m}. Choice A gives a square root relationship (not linear). Choice C still involves square roots. Choice D creates an unnecessarily complex relationship that's not the standard linearization.

Question 15

An experimenter measures the current II through a diode as a function of voltage VV and plots ln(I)\ln(I) versus VV. The result is a straight line with slope m=38.7 V1m = 38.7 \text{ V}^{-1} and y-intercept b=25.3b = -25.3. If the diode equation is I=IseqV/(kT)I = I_s e^{qV/(kT)}, where qq is elementary charge (1.60×10191.60 \times 10^{-19} C) and kk is Boltzmann's constant (1.38×10231.38 \times 10^{-23} J/K), what is the operating temperature?

  1. T=300 KT = 300 \text{ K} (correct answer)
  2. T=273 KT = 273 \text{ K}
  3. T=325 KT = 325 \text{ K}
  4. T=298 KT = 298 \text{ K}
Explanation: Taking the natural logarithm of I=IseqV/(kT)I = I_s e^{qV/(kT)} gives ln(I)=ln(Is)+qkTV\ln(I) = \ln(I_s) + \frac{q}{kT}V. This is linear in VV with slope =qkT= \frac{q}{kT}. Given that the slope equals 38.7 V138.7 \text{ V}^{-1}, we solve: qkT=38.7\frac{q}{kT} = 38.7, so T=qk×38.7=1.60×10191.38×1023×38.7=300 KT = \frac{q}{k \times 38.7} = \frac{1.60 \times 10^{-19}}{1.38 \times 10^{-23} \times 38.7} = 300 \text{ K}.

Question 16

A physics student plots experimental data on a log-log graph and observes that the data points form a straight line with slope 1.5-1.5. If the y-intercept occurs at log(y)=2.0\log(y) = 2.0 when log(x)=0\log(x) = 0, what is the power-law relationship between the variables xx and yy?

  1. y=100x1.5y = 100x^{-1.5} (correct answer)
  2. y=10x1.5y = 10x^{-1.5}
  3. y=100x0.67y = 100x^{-0.67}
  4. y=2.0x1.5y = 2.0x^{-1.5}
Explanation: On a log-log plot, the relationship log(y)=mlog(x)+b\log(y) = m\log(x) + b corresponds to y=10bxmy = 10^b \cdot x^m. Given slope m=1.5m = -1.5 and y-intercept b=2.0b = 2.0 (when log(x)=0\log(x) = 0), we have y=102.0x1.5=100x1.5y = 10^{2.0} \cdot x^{-1.5} = 100x^{-1.5}. Choice B incorrectly uses 10110^1 instead of 102.010^{2.0}. Choice C incorrectly inverts the exponent (1/1.50.67-1/1.5 \approx -0.67). Choice D uses the log value 2.0 directly instead of 102.010^{2.0}.

Question 17

A student plots the natural logarithm of pressure ln(P)\ln(P) versus the reciprocal of temperature 1/T1/T for a chemical reaction and obtains a straight line. This suggests the underlying relationship follows the Arrhenius equation. If the slope of the line is 5000 K-5000 \text{ K} and the y-intercept is 10.510.5, what physical quantity does the slope represent?

  1. The activation energy times the gas constant: Ea×RE_a \times R
  2. The negative activation energy: Ea-E_a
  3. The logarithm of the pre-exponential factor: ln(A)\ln(A)
  4. The activation energy divided by the gas constant: Ea/R-E_a/R (correct answer)
Explanation: When you see a linear relationship between ln(P)\ln(P) and 1/T1/T, you're dealing with the Arrhenius equation, which describes how reaction rates (and related quantities like vapor pressure) depend on temperature. The key is recognizing how to transform the exponential Arrhenius form into a linear equation. The Arrhenius equation for vapor pressure is: P=AeEa/(RT)P = A e^{-E_a/(RT)} Taking the natural logarithm of both sides: ln(P)=ln(A)EaR1T\ln(P) = \ln(A) - \frac{E_a}{R} \cdot \frac{1}{T} This is now in the form y=b+mxy = b + mx, where y=ln(P)y = \ln(P), x=1/Tx = 1/T, the y-intercept b=ln(A)b = \ln(A), and the slope m=EaRm = -\frac{E_a}{R}. Since the slope is 5000 K-5000 \text{ K}, this equals EaR-\frac{E_a}{R}, making answer D correct. Looking at the wrong answers: A suggests the slope is Ea×RE_a \times R, but this ignores the negative sign and incorrectly multiplies instead of dividing. B claims the slope is just Ea-E_a, missing the crucial division by the gas constant RR that appears in the exponential term. C confuses the slope with the y-intercept—the y-intercept (10.5) represents ln(A)\ln(A), not the slope. Remember this pattern: whenever you see ln\ln of a quantity plotted against 1/T1/T in thermodynamics or kinetics, you're likely dealing with an Arrhenius-type relationship where the slope always involves Ea/R-E_a/R.

Question 18

A student analyzes the motion of a falling object by plotting velocity vv versus time tt. The resulting graph shows a straight line. However, when the same data is plotted as position xx versus time tt, a curved line results. What can be concluded about the systematic error in the student's analysis method?

  1. The student correctly accounted for air resistance in the velocity analysis but not the position analysis
  2. The student's timing measurements have constant systematic error affecting position more than velocity calculations
  3. The analysis methods are consistent; constant acceleration produces linear vv-tt and parabolic xx-tt relationships (correct answer)
  4. The student incorrectly linearized the position data but correctly analyzed the velocity measurements
Explanation: For motion with constant acceleration, v=v0+atv = v_0 + at (linear in tt) and x=x0+v0t+12at2x = x_0 + v_0t + \frac{1}{2}at^2 (quadratic in tt). A linear vv-tt graph and curved xx-tt graph are exactly what theory predicts for constant acceleration - there is no error. Choice A incorrectly assumes air resistance creates the discrepancy. Choice B suggests timing errors affect the graphs differently, which is not supported. Choice D assumes an error in linearization that doesn't exist.

Question 19

Looking at the coordinate plane shown, what is the slope of the line that best represents the relationship between the variables, and what does this slope represent physically if y represents velocity (m/s) and x represents time (s)?

  1. Slope = 2.5 m/s²; represents acceleration (correct answer)
  2. Slope = 0.4 s/m; represents the reciprocal of acceleration
  3. Slope = 2.5 m/s; represents constant velocity
  4. Slope = 15 m; represents total displacement
  5. Slope = 6.0 m/s²; represents twice the acceleration
Explanation: From the graph, the line passes through points (0, 3) and (6, 18). The slope is 18360=156=2.5\frac{18-3}{6-0} = \frac{15}{6} = 2.5. Since y is velocity (m/s) and x is time (s), the slope has units of (m/s)/s = m/s², which represents acceleration. Choice B gives the reciprocal and wrong units, choice C misinterprets the slope as velocity rather than acceleration, choice D confuses the y-value change with displacement, and choice E uses an incorrect calculation (possibly 186=1218-6=12 or similar error).

Question 20

Analyze the residual plot shown, which displays the differences between experimental data points and a fitted linear model. What does this plot suggest about the appropriateness of the linear fit?

  1. The linear fit is excellent; residuals are randomly distributed around zero
  2. The linear fit is poor; residuals show a systematic curved pattern indicating nonlinear behavior (correct answer)
  3. The linear fit is acceptable but there are outliers that should be removed
  4. The linear fit has the wrong slope; residuals show a consistent positive or negative trend
  5. The data contains too much noise to determine the quality of the linear fit
Explanation: A good linear fit should produce residuals that are randomly scattered around zero with no systematic patterns. The plot shows residuals that follow a curved pattern (positive at the ends, negative in the middle), which indicates the underlying relationship is nonlinear and a linear fit is inappropriate. Choice A would be correct if residuals were randomly distributed, choice C would apply if most residuals were random with a few outliers, choice D describes a wrong slope (systematic linear trend in residuals), and choice E would show large random scatter without systematic patterns.