Solving Matrix Mod for Ray Optics

  • Thread starter Thread starter girlinphysics
  • Start date Start date
  • Tags Tags
    Matrices Matrix
Click For Summary
SUMMARY

The discussion focuses on using matrix methods to solve ray optics problems, specifically finding the height of the emerging ray (y_2) and the angle of the emerging ray (α_2). The system matrix provided is \begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix}. To find y_2 and α_2, the user is advised to perform matrix multiplication rather than attempting to "solve" the system. The correct setup for the matrix multiplication is confirmed, and users are encouraged to search for "matrix multiplication" for further clarification.

PREREQUISITES
  • Understanding of matrix multiplication
  • Familiarity with ray optics concepts
  • Knowledge of system matrices in optics
  • Basic proficiency in LaTeX for mathematical notation
NEXT STEPS
  • Research "matrix multiplication" techniques and examples
  • Study the application of system matrices in ray optics
  • Learn about LaTeX formatting for mathematical expressions
  • Explore advanced topics in ray optics using matrix methods
USEFUL FOR

Students and professionals in optics, physicists working with ray tracing, and anyone interested in applying matrix methods to solve optical problems.

girlinphysics
Messages
24
Reaction score
0
Mod note: Moved from a technical section, so is missing the homework template.
I am using matrix methods to do ray optics but my knowledge on matrices is behind.

I found the system matrix to be
\begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix}

I want to find y_2 (height of the emerging ray) and \alpha_2 (angle of emerging ray...which should equal zero) so I set up the system as follows:

\begin{bmatrix} y_2 \\ \alpha_2 \end{bmatrix} = \begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix} \begin{bmatrix} y_0 \\ \alpha_0 \end{bmatrix}

(Apologies for the tex I couldn't figure out how to put it in one line)

Is this the correct way to set it up in order to find y_2 and \alpha_2? And how do I solve this system of matrices?
 
Last edited by a moderator:
Physics news on Phys.org
girlinphysics said:
Mod note: Moved from a technical section, so is missing the homework template.
I am using matrix methods to do ray optics but my knowledge on matrices is behind.

I found the system matrix to be
\begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix}

I want to find y_2 (height of the emerging ray) and \alpha_2 (angle of emerging ray...which should equal zero) so I set up the system as follows:

\begin{bmatrix} y_2 \\ \alpha_2 \end{bmatrix} = \begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix} \begin{bmatrix} y_0 \\ \alpha_0 \end{bmatrix}

(Apologies for the tex I couldn't figure out how to put it in one line)

Is this the correct way to set it up in order to find y_2 and \alpha_2? And how do I solve this system of matrices?
You don't "solve" the system - just do the indicated multiplication. If you're unclear about how to do that, do a web search for "matrix multiplication".
 
girlinphysics said:
Mod note: Moved from a technical section, so is missing the homework template.
I am using matrix methods to do ray optics but my knowledge on matrices is behind.

I found the system matrix to be
\begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix}

I want to find y_2 (height of the emerging ray) and \alpha_2 (angle of emerging ray...which should equal zero) so I set up the system as follows:

\begin{bmatrix} y_2 \\ \alpha_2 \end{bmatrix} = \begin{bmatrix} \frac{-f_2}{f_1} & f_1 + f_2 \\ 0 & \frac{-f_1}{f_2} \end{bmatrix} \begin{bmatrix} y_0 \\ \alpha_0 \end{bmatrix}

(Apologies for the tex I couldn't figure out how to put it in one line)

Is this the correct way to set it up in order to find y_2 and \alpha_2? And how do I solve this system of matrices?

For the tex: If you want
\pmatrix{-f_2/f_1&f_1+f_2\\0&-f_1/f_2} \pmatrix{y_0\\0}
just put it all on one line. Right-click on the line above (and choose to display as tex) in order to see the commands used. Of course, you could use displayed fractions instead; try it and see.
 

Similar threads

Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K