Light Bulb Filament: What Equations Describe Its Shape?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
schulzy
Messages
5
Reaction score
0

Homework Statement


I want to modelling a light bulb filament in MATLAB, but I don't know, what functions describe this shape. My question is, what are equation (x,y,z) which describe the light bulb filament.
 

Attachments

  • SEM_60-watt_light_bulb_filament_(75x).jpg
    SEM_60-watt_light_bulb_filament_(75x).jpg
    13 KB · Views: 483
Physics news on Phys.org
If you just mean a spiral shape then something like (x,y,z)=(Sin(t),Cos(t),t) should work using a parametric plot (in mathematica anyway, I don't use matlab).
 
I know that
x=cos(t)
y=sin(t)
z=b*t
these equation describe a simple spiral, but I want to drawing complicated shape, like in attachment.