LaTeX Phi (φ) - Complete Guide
The Greek letter phi (φ/Φ) is used in mathematics and physics for angles, potential, and other quantities.
Symbol Preview
Phi
LaTeX Code
No package required
\phiLowercase phi
No package required
\PhiUppercase phi
No package required
\varphiAlternative lowercase phi
Table of Contents
What is the LaTeX Phi?
Phi is the twenty-first letter of the Greek alphabet. In mathematics, φ represents the golden ratio (approximately 1.618) and azimuthal angles. In physics, it denotes electric or magnetic potential. It appears in various mathematical and scientific formulas.
How to Use Phi in LaTeX
Method 1: Using \phi
✅No package required
Lowercase phi
Example: Using \phi
\documentclass{article}
\begin{document}
% Using the Phi
Text with \phi
\end{document}Method 2: Using \Phi
✅No package required
Uppercase phi
Example: Using \Phi
\documentclass{article}
\begin{document}
% Using the Phi
Text with \Phi
\end{document}Method 3: Using \varphi
✅No package required
Alternative lowercase phi
Example: Using \varphi
\documentclass{article}
\begin{document}
% Using the Phi
Text with \varphi
\end{document}Common Use Cases
The Phi symbol is commonly used in the following contexts:
Golden Ratio
Represents the golden ratio.
Code
Golden ratio: $\phi = \frac{1+\sqrt{5}}{2} \approx 1.618$Output
Golden ratio: φ = (1+√5)/2 ≈ 1.618
Azimuthal Angle
Used in spherical coordinates.
Code
Spherical coordinates: $(r, \theta, \phi)$Output
Spherical coordinates: (r, θ, φ)
Electric Potential
Used for electric potential.
Code
Electric potential: $\phi = \frac{kQ}{r}$Output
Electric potential: φ = kQ/r
Complete Examples
Golden Ratio Properties
Golden ratio equation
\documentclass{article}
\begin{document}
The golden ratio $\phi$ satisfies: $\phi^2 = \phi + 1$
\end{document}Frequently Asked Questions
Which method should I use?
We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \phi: Lowercase phi
- \Phi: Uppercase phi
- \varphi: Alternative lowercase phi
Where do I use this symbol?
This symbol can be used:
- In mathematical equations (math mode)
- In regular text (if using text mode)
- In various document environments
Can I use this in display mode?
Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration